Skip to content

Instantly share code, notes, and snippets.

@johnbender
Created November 12, 2008 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnbender/24086 to your computer and use it in GitHub Desktop.
Save johnbender/24086 to your computer and use it in GitHub Desktop.
var map;
function load_map(){
if (GBrowserIsCompatible()) {
map = new GMap2(document.getElementById("map_div_12"));
map.setCenter(new GLatLng(40.73897,-74.033918),14);
//.. other map code here ..
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment