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=[{x:18.374033,y:54.58558,name:'FUP Rumia 1',url:'https://rumia.poczta-online.com/poczta/ul-grunwaldzka-108/'},{x:18.389354,y:54.582129,name:'FUP Rumia 1',url:'https://rumia.poczta-online.com/poczta/ul-aleksandra-majkowskiego-13/'},{x:18.358026,y:54.593618,name:'AP Reda',url:'https://reda.poczta-online.com/poczta/ul-obwodowa-31a-lok-8b/'},{x:18.392036,y:54.570659,name:'UP Rumia 4',url:'https://rumia.poczta-online.com/poczta/ul-starowiejska-17/'},{x:18.392036,y:54.570658,name:'FUP Rumia 1',url:'https://rumia.poczta-online.com/poczta/ul-starowiejska-17-9379/'},{x:18.40299,y:54.577618,name:'FUP Rumia 1',url:'https://rumia.poczta-online.com/poczta/ul-debogorska-9a/'},{x:18.391644,y:54.562878,name:'FUP Rumia 1',url:'https://rumia.poczta-online.com/poczta/ul-jana-iii-sobieskiego-14/'},{x:18.350121,y:54.602345,name:'UP Reda',url:'https://reda.poczta-online.com/poczta/ul-gdanska-11/'},{x:18.415076,y:54.573654,name:'AP Rumia',url:'https://rumia.poczta-online.com/poczta/ul-warszawska-10-8780/'},{x:18.417817,y:54.565829,name:'UP Rumia 1',url:'https://rumia.poczta-online.com/poczta/ul-pomorska-11a/'},{x:18.347324,y:54.614113,name:'FUP Reda',url:'https://reda.poczta-online.com/poczta/ul-pucka-55/'},{x:18.42685,y:54.557777,name:'UP Gdynia 2',url:'https://gdynia.poczta-online.com/poczta/plac-konstytucji-2/'},{x:18.356502,y:54.628907,name:'AP Reda',url:'https://reda.poczta-online.com/poczta/ul-dluga-82/'},{x:18.442284,y:54.546769,name:'FUP Gdynia 4',url:'https://gdynia.poczta-online.com/poczta/ul-chylonska-235-lok-1/'},{x:18.266251,y:54.598734,name:'AP Wejherowo',url:'https://wejherowo.poczta-online.com/poczta/ul-franciszka-fenikowskiego-21-lok-l-4/'}];var inposts=[];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(54.5796753999999,18.369046599999965));}