I know this is an old question but it's one of the first responses from a Google search so I'll give one solution. I was able to display a GeoMap for a state with the following options:
var options = { dataMode: 'markers', region: 'US-TX', resolution: 'PROVINCES', colorAxis: { colors: ['#493B75', '#53748C', '#55F246', '#F7F725', '#FA2525' ], values:[1, 10, 100, 1000, 10000] } }; chart = new google.visualization.GeoMap(document.getElementById(control )); chart.draw( dataTable, options ); On Thursday, March 14, 2013 at 9:43:30 AM UTC-4, Donald Richards wrote: > > Did you ever find a solution? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-visualization-api+unsubscr...@googlegroups.com. To post to this group, send email to google-visualization-api@googlegroups.com. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/ce8bd3ed-7972-4116-aeeb-cd80c3787ccb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.