function initMap(n){var r={zoom:3,minZoom:3,center:new google.maps.LatLng(34.6427426,-12.1416279),mapTypeId:google.maps.MapTypeId.ROADMAP,scrollwheel:!0,scaleControl:!0,draggable:!0},i=new google.maps.Map(document.getElementById("map_canvasFR"),r),t,u=new google.maps.InfoWindow({});n!=undefined&&$.each(n,function(n,r){var f=r.OfficeId,s=r.City,h=r.AddressLine1,c=r.AddressLine2,l=r.AddressLine3,a=r.AddressLine4,v=r.Phone,y=parseFloat(r.Latitude.replace(",",".").replace(" ","")),p=parseFloat(r.Longitude.replace(",",".").replace(" ","")),u;console.log(r);var e='<div class="iw-content"><div class="iw-subTitle">'+s+"<\/div><p><strong>Address: <\/strong>"+h+"<\/p><p>"+c+"<\/p><p>"+l+"<\/p><p>"+a+"<\/p><p><strong>Phone: <\/strong>"+v+'<\/p><\/div><div class="iw-bottom-gradient"><\/div><\/div>',o={url:"/Sitefinity/WebsiteTemplates/AmarisWebsiteTemplate/App_Themes/AmarisWebsite/imgs/location_pin_small.png"},w={url:"/Sitefinity/WebsiteTemplates/AmarisWebsiteTemplate/App_Themes/AmarisWebsite/imgs/location_pin_hover_small.png"};t=new google.maps.Marker({position:new google.maps.LatLng(y,p),map:i,icon:o});u=new google.maps.InfoWindow({content:e});google.maps.event.addListener(t,"click",function(){u.setContent(e);u.open(i,this)});google.maps.event.addListener(i,"click",function(){u.close()});google.maps.event.addListener(t,"mouseover",function(n){return function(){n.setIcon(w)}}(t,f));google.maps.event.addListener(t,"mouseout",function(n){return function(){n.setIcon(o)}}(t,f));google.maps.event.addListener(u,"domready",function(){var n=$(".gm-style-iw"),r=n.children(),t,i;r.css("max-width","").css("width","100%");t=n.prev();t.children(":nth-child(2)").css({display:"none"});t.children(":nth-child(4)").css({display:"none"});n.parent().parent().css({left:"0"});t.children(":nth-child(3)").find("div").children().css({"box-shadow":"rgba(72, 181, 233, 0.6) 0px 1px 6px","z-index":"1"});i=n.next();i.css({opacity:"1",right:"38px",top:"3px",border:"7px solid #EF8B1B","border-radius":"13px","box-shadow":"0 0 5px #EF8B1B",display:"none"});$(".iw-content").height()<140&&$(".iw-bottom-gradient").css({display:"none"});i.mouseout(function(){$(this).css({opacity:"1"})})})})}$(document).ready(function(){var n=window.location.protocol+"//"+window.location.host,t=$("#map_canvasFR").attr("data-url");$.ajax({type:"GET",url:n+t,dataType:"json",contentType:"application/json",success:function(n){initMap(n)},error:function(n){console.log(n)}})})