%

Text Size : A A

Subscribe to our Newsletters
// }*/ function initMap() { var uluru = {lat: 6.871222, lng: 79.885280}; var map = new google.maps.Map(document.getElementById('map_canvas'), { zoom: 18, center: uluru }); var marker = new google.maps.Marker({ position: uluru, map: map }); var boxText = document.createElement("div"); boxText.style.cssText = " "; boxText.innerHTML = '
Location
'; var myOptions = { content: boxText, disableAutoPan: false, maxWidth: 0, pixelOffset: new google.maps.Size(-30, -30), zIndex: null, boxStyle: { background: " ", opacity: 1.0, width: "60px", height: "60px" }, closeBoxMargin: "10px 2px 2px 2px", closeBoxURL: " ", infoBoxClearance: new google.maps.Size(1, 1), isHidden: false, pane: "floatPane", enableEventPropagation: false }; google.maps.event.addListener(marker, "click", function (e) { ib.open(theMap, this); }); google.maps.event.addDomListener(window, 'resize', function() { theMap.setCenter(secheltLoc); }); var ib = new InfoBox(myOptions); ib.open(theMap, marker); } jQuery(window).load(function () { // initializeMap(); initMap(); }); --> //