var initSimpleMap=function(){var n=0;$(".simpleMap").each(function(){var e="map"+n++,t;$(this).attr("id",e);var i=$(this).data("lat"),r=$(this).data("long"),o=$(this).attr("id"),s=$(this).data("popup-content"),t="default";$("body").hasClass("howletts")?t="howletts":$("body").hasClass("portlympne")&&(t="portlympne");var h={zoom:16,scrollwheel:!1,center:new google.maps.LatLng(i,r)},u=new google.maps.Map(document.getElementById(o),h),c=new google.maps.Marker({map:u,position:new google.maps.LatLng(i,r),icon:"/images/map_pin/"+t+".png",popupContent:s}),f=new google.maps.InfoWindow({});google.maps.event.addListener(c,"click",function(){if(this.popupContent){var n='<div class="info_box__styler"><\/div><div class="info_box">';n+=this.popupContent;n+="<\/div>";f.setContent(n);f.open(u,this)}})})};initSimpleMap()