function initializeMap(){var markers=[];var postImagePath='/static/images/poczta.2e8b9997b4a2.png';var inpostImagePath='/static/images/inpost.340546ca6d1c.png';var markerPostImage=new google.maps.MarkerImage(postImagePath,new google.maps.Size(48,48));var markerInpostImage=new google.maps.MarkerImage(inpostImagePath,new google.maps.Size(48,48));var posts=[];var inposts=[{x:22.4638871571213,y:53.6410452654152,name:'POP-GRA5',url:'https://grajewo.poczta-online.com/inpost/wojska-polskiego-52-lu3/'},{x:22.45719,y:53.64322,name:'POP-GRA6',url:'https://grajewo.poczta-online.com/inpost/wojska-polskiego-46-13690/'},{x:22.45545,y:53.65027,name:'POP-GRA3',url:'https://grajewo.poczta-online.com/inpost/ul-osiedle-centrum-278/'},{x:22.43852,y:53.639,name:'POP-GRA4',url:'https://grajewo.poczta-online.com/inpost/ul-wojska-polskiego-7-1861/'},{x:22.31755,y:53.52144,name:'POP-WSS1',url:'https://wasosz-7705.poczta-online.com/inpost/11-listopada-29/'},];function getClickHandler(i,items){return function(){window.location.href=items[i].url;}}
var map=new google.maps.Map(document.getElementById('map'),{zoom:13,mapTypeId:google.maps.MapTypeId.ROADMAP,maxZoom:16,minZoom:9,streetViewControl:false,panControl:true,mapTypeControl:false});for(var i=0;i<posts.length;i++){var post=posts[i];var marker=new google.maps.Marker({position:new google.maps.LatLng(post.y,post.x),draggable:false,title:post.name,icon:markerPostImage});marker.addListener('click',getClickHandler(i,posts));markers.push(marker);}
for(var i=0;i<inposts.length;i++){var inpost=inposts[i];var marker=new google.maps.Marker({position:new google.maps.LatLng(inpost.y,inpost.x),draggable:false,title:inpost.name,icon:markerInpostImage});marker.addListener('click',getClickHandler(i,inposts));markers.push(marker);}var styles=[{url:'/static/images/cluster/m1.78037899428a.png',height:52,width:53,anchor:[22,0],textColor:'black',textSize:10},{url:'/static/images/cluster/m2.c9c76fc8235e.png',height:55,width:56,anchor:[22,0],textColor:'black',textSize:11},{url:'/static/images/cluster/m3.aeb67680efcc.png',height:65,width:66,anchor:[27,0],textColor:'black',textSize:12}];var markerClusterer=new MarkerClusterer(map,markers,{maxZoom:16,gridSize:50,styles:styles});map.setCenter(new google.maps.LatLng(53.62362329999989,22.489005099999932));}