From GamingWiki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
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: 256});
 
map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
 
map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
 
getMarkerList();
 
getMarkerList();
Line 88: Line 88:
 
// --></script>
 
// --></script>
 
</html>
 
</html>
<div style="display:none" id="locationdescriptions">
 
{{Ghost Town/Woolen Mill.js}}
 
{{Ghost Town/Joseph S. Stauffer Library.js}}
 
{{Ghost Town/Purple Door.js}}
 
{{Ghost Town/Tir nan Og.js}}
 
{{Ghost Town/Sleepless Goat.js}}
 
{{Ghost Town/City Hall.js}}
 
</div>
 

Latest revision as of 17:55, 17 March 2011