');
};
},
init : function() {
if (! GMap2) {
alert('PickupUltimate.com: You must include the Google Map API for the embedded map to work.');
return;
}
PICKUP.gmap_div = document.getElementById("pickupultimate_gmap");
if (! PICKUP.gmap_div) {
alert('PickupUltimate.com: You must include a for the embedded map to work.');
return;
}
if (GBrowserIsCompatible() == false) {
gmap_div.innerHTML = 'Your browser cannot load the google map of pickup games on this page. Please upgrade or visit http://pickupultimate.com/map/city/ottawa.';
return;
}
PICKUP.load_map();
},
load_map : function() {
var parent_height = parseInt(PICKUP.gmap_div.style.height, 10) - 15;
var html = '