From GamingWiki
Jump to: navigation, search
Line 31: Line 31:
 
}
 
}
 
geocoder = new google.maps.Geocoder();
 
geocoder = new google.maps.Geocoder();
infowindow = new google.maps.InfoWindow({maxwidth: 200;});
+
infowindow = new google.maps.InfoWindow({maxwidth: 200});
 
map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
 
map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
 
getMarkerList();
 
getMarkerList();

Revision as of 23:19, 1 November 2010