$(document).ready(function(){

	$(".scrollable").scrollable();

	$("#homeMap").gMap({
	    mapTypeControl:     false,
	    zoomControl:        true,
	    panControl:         false,
	    scaleControl:       false,
	    streetViewControl:  false,
	    scrollwheel: 		false,
	    markers: 			[{ latitude: 43.713425, longitude: -79.365578 }],
	    latitude: 			43.713425,
	    longitude: 			-79.365578,
	    zoom: 				11
	});
			
});
