var map;ccms.event.onAvailable('map',function(){if(GBrowserIsCompatible()){map=new GMap2(document.getElementById("map"));map.setCenter(new GLatLng(52.6347,-1.1357),8);var customUI=map.getDefaultUI();customUI.maptypes.physical=false;customUI.zoom.scrollwheel=false;map.setUI(customUI);if(window.csoMapSetup){csoMapSetup(map);}}});
