From GamingWiki
Line 14: | Line 14: | ||
// Initialization | // Initialization | ||
+ | |||
function initialize() { | function initialize() { | ||
var myLatlng = new google.maps.LatLng(44.24,-76.5); | var myLatlng = new google.maps.LatLng(44.24,-76.5); | ||
Line 32: | Line 33: | ||
document.body.appendChild(script); | document.body.appendChild(script); | ||
} | } | ||
− | + | /* | |
window.onload = loadScript; | window.onload = loadScript; | ||
− | + | */ | |
// Helper function | // Helper function | ||
function mkMarker(map, lat, lng, mrkTitle, html) { | function mkMarker(map, lat, lng, mrkTitle, html) { |
Revision as of 16:17, 24 October 2010