Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created February 6, 2012 20:05
Show Gist options
  • Save csessig86/1754481 to your computer and use it in GitHub Desktop.
Save csessig86/1754481 to your computer and use it in GitHub Desktop.
Function initialize - FT (For blog)
function initialize() {
map = new google.maps.Map(document.getElementById('map_canvas'), {
center: new google.maps.LatLng(42.5, -92.2),
zoom: 10,
minZoom: 8,
maxZoom: 15,
mapTypeId: google.maps.MapTypeId.TERRAIN
});
loadmap();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment