function openMap()
	{var sloc='http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=18223+150th+ave,+springfield+gardens,+New+York+11413&'
	sloc=sloc+'sll=40.656436,-73.764782&sspn=0.010711,0.019655&ie=UTF8&ll=40.657267,-73.765383&spn=0.010711,0.019655&z=16&iwloc=A';
		window.open(sloc,'googleMap','toolbar=no,statusbar=no,menubar=no,directories=no,location=no,resizable=yes,scrollbars=yes')
	}
