jQuery(function($) {
	
	$("#map_canvas").googleMap(41.455961,12.941557, 14, {
		controls: ["GSmallMapControl", "GMapTypeControl"],
		markers: $(".geo")
	});
	// Example to access the map object is below:
	// jQuery.googleMap.maps["map1"].setMapType(G_SATELLITE_TYPE);
});

