$(document).ready(function(){
	$("#map").gMap({ controls: false,
		scrollwheel: true,
		markers: [{ latitude: 49.349184,
		          longitude: -124.442252,
		          icon: { image: "/public/img/gmap_pin.png",
					      shadow:  "/public/img/shadow.png",
		                  iconsize: [20, 35],
		                  shadowsize: [34, 34],
		                  iconanchor: [10,35],
		                  infowindowanchor: [12, 0] } }
		        ],
		latitude: 49.349184,
		longitude: -124.442252,
		zoom: 15 
	});
});
