  	function initializeMap()
		{
		 		var mapHtml = '<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=kustom+joes+sioux+falls&amp;mrt=yp&amp;ie=UTF8&amp;ll=43.540585,-96.759338&amp;spn=0.236443,0.430527&amp;z=11&amp;iwloc=A&amp;cid=43458954,-96793059,7875962043835472024&amp;output=embed&amp;s=AARTsJrP9pYPIqdcYIJJadbTd_pAUadw5Q"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=kustom+joes+sioux+falls&amp;mrt=yp&amp;ie=UTF8&amp;ll=43.540585,-96.759338&amp;spn=0.236443,0.430527&amp;z=11&amp;iwloc=A&amp;cid=43458954,-96793059,7875962043835472024&amp;source=embed" style="color:#FFFFFF;text-align:left">View Larger Map</a></small>';							
				YAHOO.util.Dom.get("map").innerHTML = mapHtml;
				mapInitialized = true;	
		}
		




