var $j = jQuery.noConflict();
$j(function(){

$j("#map").gMap({ markers: [{
	latitude: 42.718830,
	longitude: -87.843142,
	html: "Victory Lane Car Wash",
	popup: true }],
	zoom: 13 });

});
