﻿
$(document).ready(function(){var baseIcon=new GIcon();baseIcon.shadow='../Images/IndexPage/MaysTerracottaBalloonShadow.png';baseIcon.infoShadowAnchor=new GPoint(0,50);baseIcon.shadowSize=new GSize(100,50);baseIcon.image='../Images/IndexPage/MaysTerracottaBalloon.png';baseIcon.iconSize=new GSize(50,50);baseIcon.iconAnchor=new GPoint(0,50);baseIcon.infoWindowAnchor=new GPoint(40,10);$('#map').jmap('init',{'mapType':G_NORMAL_MAP,'mapCenter':[50.8264,0.1973],'mapShowjMapsIcon':false,'mapZoom':12,'mapEnableType':true});$('#map').jmap('AddMarker',{'pointLatLng':[50.8264,0.1973],'pointHTML':'<div class="map"><p class="mediumFont"><strong>The Pot Warehouse</strong></p><p>The Home Farm,</p><p>Thornwell Road, Wilmington (A27)</p><p>BN26 5SP</p></div>','pointIsRemovable':false,'pointIsDraggable':false,'pointIcon':new GIcon(baseIcon)});$('.leftSection ul li div').hover(function(){$(this).css({'font-weight':'bold','margin-right':'25px'});},function(){$(this).css({'font-weight':'lighter','margin-right':'20px'});});})