function initMap(){var n,t=new google.maps.LatLng(Lat,Lon),i={zoom:setZoom||9,disableDefaultUI:!0,center:t,mapTypeId:google.maps.MapTypeId.ROADMAP};n=new google.maps.Map(document.getElementById("map"),i);SetPointers(n)}function SetPointers(n){for(var r=new google.maps.InfoWindow({size:new google.maps.Size(150,150)}),i,t=0;t<locations.length;t++)i=new google.maps.Marker({position:new google.maps.LatLng(locations[t][1],locations[t][2]),map:n}),google.maps.event.addListener(i,"click",function(t,i){return function(){r.setContent(locations[i][0]);r.open(n,t)}}(i,t))}