Skip to content

Instantly share code, notes, and snippets.

@ricroberts
Created September 19, 2011 15:52
Show Gist options
  • Save ricroberts/1226811 to your computer and use it in GitHub Desktop.
Save ricroberts/1226811 to your computer and use it in GitHub Desktop.
IMD Map Explorer map instance
var map = new google.maps.Map(document.getElementById("map_canvas"), {
zoom: 14,
center: new google.maps.LatLng(53.48, -2.245), // Manchester
mapTypeId: google.maps.MapTypeId.ROADMAP,
streetViewControl: false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment