//Google Maps
$(function() {
	$("#map").gMap({ 
		latitude: 53.350852,
		longitude: -2.180534,
		maptype: G_NORMAL_MAP,
		controls: [
			"GSmallZoomControl3D", "GMenuMapTypeControl"
			],
		markers: [{
			latitude: 53.350852
			,longitude: -2.180534
			,html: "<p><strong>ATV Cheshire</strong><br />Unit 4 &amp; 5, Longfield Farm<br />Hall Moss Lane, <br />Bramhall, <br />Stockport, <br />Cheshire SK7 1RB</p>"
			}] ,
		zoom: 11
	});
}); 
//end of Google Maps
