This example shows the county boundaries for Illinois. In red we see the google.maps.Data() layer in blue a D3.geo.path() with mercator projection.
The google data layer is an object which displays in the same canvas as any google overlay (polygons, markers, polylines, etc) while the D3.geo.path() shows up in an SVG container I overlap on top of the google container.
Modified http://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false to a secure url
Modified http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js to a secure url
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://d3js.org/queue.v1.min.js to a secure url
https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false
https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js
https://d3js.org/d3.v3.min.js
https://d3js.org/queue.v1.min.js