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();
+
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:18, 1 November 2010