// JavaScript Document

var JSON_location = {count:5, items:[
		 	{name:"Natalie Salon #2606", address:"2606 Broadway Street", city:"Redwood City", state:"CA", zipcode:"94063",phone:"1 (650) 298-8586", hour:"<br />Mon - Sat: 9:30AM to 7:00PM <br />Sun: 10:00AM to 6:30PM", direction:"<br /><div id='ns_direction'>Start Address <br /><input type='text' size='30' id='ns_startaddr'><br /><input type='button' value=' Go ' id='ns_gobutton' onclick='javascript:f_getDirection(\"2606 Broadway, Redwood City, CA 94063\");'></div>", latitude:37.485437, longitude:-122.230376},
			{name:"Natalie Salon #1150", address:"1150 El Camino Real", city:"Menlo Park", state:"CA", zipcode:"94025",phone:"1 (650) 326-7755", hour:"<br />Mon - Sat: 9:30AM to 7:00PM <br /> Sun: 10:00AM to 6:30PM", direction:"<br /><div>Start Address</div><div id='ns_direction'><input type='text' size='30' id='ns_startaddr'><br /><input type='button' value=' Go ' id='ns_gobutton' onclick='javascript:f_getDirection(\"1150 El Camino Real, Menlo Park, CA 94025\");'></div>",latitude:37.454046, longitude:-122.183788},
			{name:"Natalie Salon #1091", address:"1091 Park Place", city:"San Mateo", state:"CA", zipcode:"94403",phone:"1 (650) 372-9910", hour:"<br />Tue - Sat: 9:30AM to 7:00PM <br />Sun: 10:00AM to 6:30PM<br />Mon: Closed", direction:"<br /><div>Start Address</div><div id='ns_direction'><input type='text' size='30' id='ns_startaddr'><br /><input type='button' value=' Go ' id='ns_gobutton' onclick='javascript:f_getDirection(\"1091 Park Place, San Mateo, CA 94403\");'></div>",latitude:37.544797, longitude:-122.292215},
			{name:"Natalie Salon #539" , address:"539 Alma Street", city:"Palo Alto", state:"CA", zipcode:"94301",phone:"1 (650) 322-6088", hour:"<br/>Tue - Sat: 9:30AM to 7:00PM <br />Sun: 10:00AM to 6:30PM<br />Mon: Closed", direction:"<br /><div>Start Address</div><div id='ns_direction'><input type='text' size='30' id='ns_startaddr'><br /><input type='button' value=' Go ' id='ns_gobutton' onclick='javascript:f_getDirection(\"539 Alma Street, Palo Alto, CA 94301\");'></div>",latitude:37.442873, longitude:-122.162981},
			{name:"Natalie Salon #431", address:"431 N Santa Cruz Ave.", city:"Los Gatos", state:"CA", zipcode:"95030",phone:"1 (408) 354-1112", hour:"<br />Tue - Sat: 9:30AM to 7:00PM <br />Sun: 10:00AM to 6:30PM<br />Mon: Closed", direction:"<br /><div>Start Address</div><div id='ns_direction'><input type='text' size='30' id='ns_startaddr'><br /><input type='button' value=' Go ' id='ns_gobutton' onclick='javascript:f_getDirection(\"431 N Santa Cruz Ave., Los Gatos, CA 95030\");'></div>",latitude:37.230316, longitude:-121.980627}
 ]} ;
 
 

