function mapit(city, state, location){
	window.open("http://www.aaa.com/scripts/WebObjects.dll/AAAOnline?association=AAA&club=036&page=ITTServices&target=self&subCommand=mapLoc&geoType=Address&geoState="+ state +"&geoName="+ city +"|"+ location + "| &hidePin=false", "itt_window", "scrollbars=yes,status=yes,location=no,toolbar=no, menubar=no,resizable=yes,width=780,height=530");
}