
	var gmap = null;
	var to_htmls = [];
	var from_htmls = [];
	var gmarkers = [];

	function initialize(def_lat, def_lng) {
	   gmap = new GMap2(document.getElementById("gmap"));
	   gmap.addMapType(G_NORMAL_MAP);
	   gmap.addMapType(G_SATELLITE_MAP);
	   gmap.addMapType(G_PHYSICAL_MAP);
	   gmap.setMapType(G_NORMAL_MAP);
	   gmap.addControl(new GMapTypeControl());
	   gmap.addControl(new GLargeMapControl());
	   gmap.setCenter(new GLatLng(def_lat, def_lng), 15);
	   gmap.enableScrollWheelZoom();
	}
	
	function tohere(i) { gmarkers[i].openInfoWindowHtml(to_htmls[i]); } 
	function fromhere(i) { gmarkers[i].openInfoWindowHtml(from_htmls[i]); }
		
	function addMarkers(){
	   	var batch = [];
	   	mgr = new MarkerManager(gmap);		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0836945), parseFloat(-118.3448105));
			var latitude = 34.0836945;
			var longitude = -118.3448105;
			var addr = "7119 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">M Cafe De Chaya<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Vegan</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7119 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/mcafedechaya\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/mcafedechaya</div></a><br/></div>';to_htmls[0] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 0 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[0] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 0 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 0 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 0 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[0] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0824738), parseFloat(-118.3443909));
			var latitude = 34.0824738;
			var longitude = -118.3443909;
			var addr = "615 N. La Brea Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Cube<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">615 N. La Brea Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/cube\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/cube</div></a><br/></div>';to_htmls[1] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 1 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[1] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 1 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 1 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 1 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[1] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0834656), parseFloat(-118.3457336));
			var latitude = 34.0834656;
			var longitude = -118.3457336;
			var addr = "7166 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">All\' Angelo<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7166 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/allangelo\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/allangelo</div></a><br/></div>';to_htmls[2] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 2 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[2] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 2 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 2 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 2 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[2] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0832863), parseFloat(-118.3478851));
			var latitude = 34.0832863;
			var longitude = -118.3478851;
			var addr = "7274 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Angeli Caffe<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7274 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/angelicaffe\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/angelicaffe</div></a><br/></div>';to_htmls[3] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 3 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[3] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 3 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 3 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 3 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[3] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0835876), parseFloat(-118.3506699));
			var latitude = 34.0835876;
			var longitude = -118.3506699;
			var addr = "7383 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">The Village Idiot<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">British</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7383 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/thevillageidiot\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/thevillageidiot</div></a><br/></div>';to_htmls[4] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 4 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[4] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 4 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 4 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 4 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[4] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0832634), parseFloat(-118.3386612));
			var latitude = 34.0832634;
			var longitude = -118.3386612;
			var addr = "641 Highland  Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90038";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Pizzeria Mozza<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">641 Highland  Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90038</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/pizzeriamozza\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/pizzeriamozza</div></a><br/></div>';to_htmls[5] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 5 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[5] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 5 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 5 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 5 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[5] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0834351), parseFloat(-118.3386612));
			var latitude = 34.0834351;
			var longitude = -118.3386612;
			var addr = "6602 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90038";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Osteria Mozza<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">6602 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90038</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/osteriamozza\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/osteriamozza</div></a><br/></div>';to_htmls[6] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 6 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[6] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 6 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 6 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 6 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[6] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0764465), parseFloat(-118.3457031));
			var latitude = 34.0764465;
			var longitude = -118.3457031;
			var addr = "7149 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Lulu\'s<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7149 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/luluscafe\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/luluscafe</div></a><br/></div>';to_htmls[7] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 7 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[7] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 7 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 7 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 7 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[7] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0836449), parseFloat(-118.3528061));
			var latitude = 34.0836449;
			var longitude = -118.3528061;
			var addr = "7465 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">The Foundry<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American (New)</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7465 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/thefoundry\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/thefoundry</div></a><br/></div>';to_htmls[8] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 8 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[8] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 8 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 8 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 8 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[8] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0761642), parseFloat(-118.3508453));
			var latitude = 34.0761642;
			var longitude = -118.3508453;
			var addr = "7385 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Kokomo<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7385 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/kokomo\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/kokomo</div></a><br/></div>';to_htmls[9] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 9 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[9] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 9 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 9 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 9 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[9] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0907135), parseFloat(-118.3464203));
			var latitude = 34.0907135;
			var longitude = -118.3464203;
			var addr = "7205 Santa Monica Blvd";
			var city = "West Hollywood";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Jones Cafe<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7205 Santa Monica Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">West Hollywood, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/jonescafe\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/jonescafe</div></a><br/></div>';to_htmls[10] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 10 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[10] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 10 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 10 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 10 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[10] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0748901), parseFloat(-118.3440323));
			var latitude = 34.0748901;
			var longitude = -118.3440323;
			var addr = "143 N. La Brea Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Amalfi<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">143 N. La Brea Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/amalfi\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/amalfi</div></a><br/></div>';to_htmls[11] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 11 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[11] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 11 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 11 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 11 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[11] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0764084), parseFloat(-118.3491898));
			var latitude = 34.0764084;
			var longitude = -118.3491898;
			var addr = "7311 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Itacho<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7311 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/itacho\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/itacho</div></a><br/></div>';to_htmls[12] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 12 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[12] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 12 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 12 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 12 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[12] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0758667), parseFloat(-118.3502426));
			var latitude = 34.0758667;
			var longitude = -118.3502426;
			var addr = "7360 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Grace<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American (New)</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7360 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/grace\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/grace</div></a><br/></div>';to_htmls[13] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 13 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[13] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 13 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 13 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 13 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[13] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0759583), parseFloat(-118.3527374));
			var latitude = 34.0759583;
			var longitude = -118.3527374;
			var addr = "7450 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">BLD<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7450 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/bld\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/bld</div></a><br/></div>';to_htmls[14] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 14 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[14] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 14 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 14 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 14 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[14] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0764771), parseFloat(-118.3529968));
			var latitude = 34.0764771;
			var longitude = -118.3529968;
			var addr = "7475 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Buddah\'s Belly<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Vegetarian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7475 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/buddhasbelly\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/buddhasbelly</div></a><br/></div>';to_htmls[15] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 15 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[15] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 15 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 15 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 15 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[15] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0761490), parseFloat(-118.3527756));
			var latitude = 34.0761490;
			var longitude = -118.3527756;
			var addr = "7458 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Hatfield\'s<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7458 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/hatfields\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/hatfields</div></a><br/></div>';to_htmls[16] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 16 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[16] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 16 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 16 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 16 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[16] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0836868), parseFloat(-118.3334351));
			var latitude = 34.0836868;
			var longitude = -118.3334351;
			var addr = "6101 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90038";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Xiomara<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Latin American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">6101 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90038</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/xiomara\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/xiomara</div></a><br/></div>';to_htmls[17] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 17 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[17] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 17 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 17 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 17 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[17] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0840263), parseFloat(-118.3567581));
			var latitude = 34.0840263;
			var longitude = -118.3567581;
			var addr = "7661 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">8oz. Burger Bar<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7661 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/8ozburgerbar\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/8ozburgerbar</div></a><br/></div>';to_htmls[18] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 18 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[18] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 18 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 18 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 18 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[18] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0761261), parseFloat(-118.3555984));
			var latitude = 34.0761261;
			var longitude = -118.3555984;
			var addr = "7605 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Terroni<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7605 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/terroni\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/terroni</div></a><br/></div>';to_htmls[19] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 19 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[19] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 19 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 19 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 19 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[19] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0761185), parseFloat(-118.3559265));
			var latitude = 34.0761185;
			var longitude = -118.3559265;
			var addr = "7615 W Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Cobras & Matadors<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Latin American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7615 W Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/cobrasandmatadors\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/cobrasandmatadors</div></a><br/></div>';to_htmls[20] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 20 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[20] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 20 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 20 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 20 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[20] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0722160), parseFloat(-118.3440247));
			var latitude = 34.0722160;
			var longitude = -118.3440247;
			var addr = "142 S La Brea Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Puran\'s<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Mediterranean</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">142 S La Brea Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/purans\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/purans</div></a><br/></div>';to_htmls[21] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 21 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[21] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 21 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 21 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 21 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[21] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0875511), parseFloat(-118.3333359));
			var latitude = 34.0875511;
			var longitude = -118.3333359;
			var addr = "911 Seward Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90038";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Grub<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">911 Seward Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90038</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/grub\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/grub</div></a><br/></div>';to_htmls[22] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 22 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[22] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 22 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 22 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 22 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[22] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0761185), parseFloat(-118.3559265));
			var latitude = 34.0761185;
			var longitude = -118.3559265;
			var addr = "7615 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Cobras & Matadors<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Latin American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7615 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/cobrasandmatadorslabrea\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/cobrasandmatadorslabrea</div></a><br/></div>';to_htmls[23] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 23 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[23] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 23 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 23 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 23 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[23] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0923767), parseFloat(-118.3386307));
			var latitude = 34.0923767;
			var longitude = -118.3386307;
			var addr = "1155 Highland  Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90038";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">AMMO<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Californian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">1155 Highland  Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90038</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/ammo\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/ammo</div></a><br/></div>';to_htmls[24] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 24 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[24] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 24 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 24 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 24 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[24] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0834579), parseFloat(-118.3302765));
			var latitude = 34.0834579;
			var longitude = -118.3302765;
			var addr = "5955 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90038";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Providence<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">5955 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90038</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/providence\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/providence</div></a><br/></div>';to_htmls[25] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 25 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[25] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 25 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 25 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 25 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[25] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0761490), parseFloat(-118.3571320));
			var latitude = 34.0761490;
			var longitude = -118.3571320;
			var addr = "7669 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Nakkara on Beverly<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Thai</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7669 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/nakkara\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/nakkara</div></a><br/></div>';to_htmls[26] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 26 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[26] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 26 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 26 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 26 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[26] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0883713), parseFloat(-118.3615341));
			var latitude = 34.0883713;
			var longitude = -118.3615341;
			var addr = "945 N. Fairfax Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Lola\'s<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">945 N. Fairfax Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/lolas\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/lolas</div></a><br/></div>';to_htmls[27] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 27 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[27] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 27 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 27 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 27 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[27] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0674820), parseFloat(-118.3437119));
			var latitude = 34.0674820;
			var longitude = -118.3437119;
			var addr = "346 S. La Brea Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Ca\' Brea<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">346 S. La Brea Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/cabrea\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/cabrea</div></a><br/></div>';to_htmls[28] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 28 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[28] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 28 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 28 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 28 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[28] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0772972), parseFloat(-118.3614502));
			var latitude = 34.0772972;
			var longitude = -118.3614502;
			var addr = "339 Fairfax Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036-2108";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Chameau Delibar<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">French</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">339 Fairfax Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036-2108</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/chameaudelibar\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/chameaudelibar</div></a><br/></div>';to_htmls[29] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 29 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[29] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 29 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 29 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 29 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[29] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0792236), parseFloat(-118.3614655));
			var latitude = 34.0792236;
			var longitude = -118.3614655;
			var addr = "435 N. Fairfax Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Animal<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">435 N. Fairfax Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/animal\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/animal</div></a><br/></div>';to_htmls[30] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 30 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[30] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 30 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 30 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 30 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[30] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0980263), parseFloat(-118.3522720));
			var latitude = 34.0980263;
			var longitude = -118.3522720;
			var addr = "7408 W Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">El Compadre<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Mexican</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7408 W Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/elcompadre\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/elcompadre</div></a><br/></div>';to_htmls[31] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 31 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[31] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 31 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 31 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 31 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[31] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0748520), parseFloat(-118.3617554));
			var latitude = 34.0748520;
			var longitude = -118.3617554;
			var addr = "115 S. Fairfax Ave";
			var city = "West Hollywood";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Tart<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">115 S. Fairfax Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">West Hollywood, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/tart\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/tart</div></a><br/></div>';to_htmls[32] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 32 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[32] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 32 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 32 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 32 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[32] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0713310), parseFloat(-118.3601074));
			var latitude = 34.0713310;
			var longitude = -118.3601074;
			var addr = "6333 W Third Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Kado<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">6333 W Third Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/kado\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/kado</div></a><br/></div>';to_htmls[33] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 33 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[33] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 33 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 33 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 33 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[33] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0980453), parseFloat(-118.3534164));
			var latitude = 34.0980453;
			var longitude = -118.3534164;
			var addr = "7513 Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Sunset Thai<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Thai</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7513 Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/sunsetthai\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/sunsetthai</div></a><br/></div>';to_htmls[34] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 34 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[34] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 34 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 34 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 34 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[34] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "46"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/2.png";
			var point = new GLatLng(parseFloat(34.0980492), parseFloat(-118.3537369));
			var latitude = 34.0980492;
			var longitude = -118.3537369;
			var addr = "7533 W Sunset  Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Cheebo<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7533 W Sunset  Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/cheebo\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/cheebo</div></a><br/></div>';to_htmls[35] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 35 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[35] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 35 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 35 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 35 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[35] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1009140), parseFloat(-118.3449783));
			var latitude = 34.1009140;
			var longitude = -118.3449783;
			var addr = "1638 N La Brea Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Pink Pepper<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Thai</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">1638 N La Brea Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/pinkpepper\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/pinkpepper</div></a><br/></div>';to_htmls[36] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 36 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[36] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 36 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 36 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 36 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[36] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0754585), parseFloat(-118.3236389));
			var latitude = 34.0754585;
			var longitude = -118.3236389;
			var addr = "225 1/2 N Larchmont Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Girasole<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">225 1/2 N Larchmont Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/girasole\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/girasole</div></a><br/></div>';to_htmls[37] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 37 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[37] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 37 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 37 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 37 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[37] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0980072), parseFloat(-118.3320007));
			var latitude = 34.0980072;
			var longitude = -118.3320007;
			var addr = "6525 Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Citrus at Social<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Californian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">6525 Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/citrusatsocial\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/citrusatsocial</div></a><br/></div>';to_htmls[38] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 38 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[38] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 38 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 38 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 38 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[38] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1006775), parseFloat(-118.3424225));
			var latitude = 34.1006775;
			var longitude = -118.3424225;
			var addr = "7000 Hollywood Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Dakota<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Steakhouses</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7000 Hollywood Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/dakota\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/dakota</div></a><br/></div>';to_htmls[39] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 39 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[39] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 39 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 39 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 39 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[39] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0641518), parseFloat(-118.3439865));
			var latitude = 34.0641518;
			var longitude = -118.3439865;
			var addr = "624 S La Brea Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Campanile<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">624 S La Brea Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/campanile\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/campanile</div></a><br/></div>';to_htmls[40] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 40 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[40] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 40 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 40 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 40 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[40] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0760956), parseFloat(-118.3641510));
			var latitude = 34.0760956;
			var longitude = -118.3641510;
			var addr = "8009 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Mimosa<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">French</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8009 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/mimosa\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/mimosa</div></a><br/></div>';to_htmls[41] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 41 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[41] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 41 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 41 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 41 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[41] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0627365), parseFloat(-118.3440018));
			var latitude = 34.0627365;
			var longitude = -118.3440018;
			var addr = "672 S. La Brea Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Luna Park<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">672 S. La Brea Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/lunapark\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/lunapark</div></a><br/></div>';to_htmls[42] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 42 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[42] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 42 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 42 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 42 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[42] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0983696), parseFloat(-118.3295441));
			var latitude = 34.0983696;
			var longitude = -118.3295441;
			var addr = "1511 N Cahuenga Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Chan Dara<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Thai</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">1511 N Cahuenga Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/chandara\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/chandara</div></a><br/></div>';to_htmls[43] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 43 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[43] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 43 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 43 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 43 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[43] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0760803), parseFloat(-118.3665009));
			var latitude = 34.0760803;
			var longitude = -118.3665009;
			var addr = "8114 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Pastis<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">French</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8114 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/pastis\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/pastis</div></a><br/></div>';to_htmls[44] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 44 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[44] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 44 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 44 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 44 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[44] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0719872), parseFloat(-118.3647995));
			var latitude = 34.0719872;
			var longitude = -118.3647995;
			var addr = "8030 3/4 W 3rd Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Sofi<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Greek</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8030 3/4 W 3rd Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/sofi\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/sofi</div></a><br/></div>';to_htmls[45] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 45 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[45] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 45 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 45 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 45 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[45] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0719643), parseFloat(-118.3646240));
			var latitude = 34.0719643;
			var longitude = -118.3646240;
			var addr = "8022 W 3rd Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">AOC<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Tapas</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8022 W 3rd Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/aoc\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/aoc</div></a><br/></div>';to_htmls[46] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 46 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[46] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 46 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 46 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 46 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[46] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0722961), parseFloat(-118.3672867));
			var latitude = 34.0722961;
			var longitude = -118.3672867;
			var addr = "8142 West 3rd Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">The Little Next Door<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">French</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8142 West 3rd Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/thelittlenextdoor\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/thelittlenextdoor</div></a><br/></div>';to_htmls[47] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 47 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[47] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 47 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 47 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 47 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[47] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0668526), parseFloat(-118.3614120));
			var latitude = 34.0668526;
			var longitude = -118.3614120;
			var addr = "519 S. Fairfax Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90036";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Mani\'s Bakery & Cafe<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Vegetarian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">519 S. Fairfax Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90036</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/manis\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/manis</div></a><br/></div>';to_htmls[48] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 48 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[48] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 48 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 48 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 48 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[48] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0718575), parseFloat(-118.3655777));
			var latitude = 34.0718575;
			var longitude = -118.3655777;
			var addr = "8048 West 3rd Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Surya India<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Indian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8048 West 3rd Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/suryaindia\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/suryaindia</div></a><br/></div>';to_htmls[49] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 49 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[49] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 49 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 49 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 49 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[49] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0721893), parseFloat(-118.3662949));
			var latitude = 34.0721893;
			var longitude = -118.3662949;
			var addr = "8108 W 3rd Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Tasca Wine Bar<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8108 W 3rd Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/tascawinebar\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/tascawinebar</div></a><br/></div>';to_htmls[50] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 50 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[50] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 50 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 50 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 50 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[50] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1001396), parseFloat(-118.3292770));
			var latitude = 34.1001396;
			var longitude = -118.3292770;
			var addr = "1600 N Cahuenga Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Citizen Smith<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">French</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">1600 N Cahuenga Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/citizensmith\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/citizensmith</div></a><br/></div>';to_htmls[51] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 51 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[51] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 51 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 51 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 51 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[51] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1015625), parseFloat(-118.3355255));
			var latitude = 34.1015625;
			var longitude = -118.3355255;
			var addr = "6667 Hollywood Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90038";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Musso & Franks<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">6667 Hollywood Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90038</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/mussoandfranks\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/mussoandfranks</div></a><br/></div>';to_htmls[52] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 52 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[52] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 52 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 52 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 52 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[52] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1018181), parseFloat(-118.3361206));
			var latitude = 34.1018181;
			var longitude = -118.3361206;
			var addr = "1708 N. Las Palmas Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Angles & Kings<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">1708 N. Las Palmas Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/angelsandkings\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/angelsandkings</div></a><br/></div>';to_htmls[53] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 53 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[53] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 53 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 53 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 53 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[53] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1015778), parseFloat(-118.3347549));
			var latitude = 34.1015778;
			var longitude = -118.3347549;
			var addr = "6633 Hollywood Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Geisha House<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">6633 Hollywood Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/geishahouse\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/geishahouse</div></a><br/></div>';to_htmls[54] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 54 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[54] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 54 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 54 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 54 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[54] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0834770), parseFloat(-118.3701019));
			var latitude = 34.0834770;
			var longitude = -118.3701019;
			var addr = "8284 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Dolce<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8284 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/dolce\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/dolce</div></a><br/></div>';to_htmls[55] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 55 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[55] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 55 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 55 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 55 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[55] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1015587), parseFloat(-118.3358536));
			var latitude = 34.1015587;
			var longitude = -118.3358536;
			var addr = "6683 Hollywood Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Parc<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">French</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">6683 Hollywood Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/parc\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/parc</div></a><br/></div>';to_htmls[56] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 56 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[56] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 56 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 56 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 56 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[56] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0760536), parseFloat(-118.3687439));
			var latitude = 34.0760536;
			var longitude = -118.3687439;
			var addr = "8225 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Jar<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Steakhouses</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8225 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/jar\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/jar</div></a><br/></div>';to_htmls[57] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 57 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[57] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 57 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 57 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 57 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[57] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1012764), parseFloat(-118.3335571));
			var latitude = 34.1012764;
			var longitude = -118.3335571;
			var addr = "6608 Hollywood Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">The Kress<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Fusion</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">6608 Hollywood Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/thekress\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/thekress</div></a><br/></div>';to_htmls[58] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 58 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[58] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 58 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 58 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 58 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[58] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0725365), parseFloat(-118.3688812));
			var latitude = 34.0725365;
			var longitude = -118.3688812;
			var addr = "8221 W. Third Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Toast<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8221 W. Third Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/toast\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/toast</div></a><br/></div>';to_htmls[59] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 59 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[59] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 59 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 59 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 59 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[59] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0980034), parseFloat(-118.3259430));
			var latitude = 34.0980034;
			var longitude = -118.3259430;
			var addr = "6268 W Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90038";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">The Bowery<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">6268 W Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90038</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/thebowery\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/thebowery</div></a><br/></div>';to_htmls[60] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 60 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[60] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 60 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 60 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 60 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[60] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0760803), parseFloat(-118.3695908));
			var latitude = 34.0760803;
			var longitude = -118.3695908;
			var addr = "8265 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Pane E Vino<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8265 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/paneevino\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/paneevino</div></a><br/></div>';to_htmls[61] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 61 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[61] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 61 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 61 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 61 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[61] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0980110), parseFloat(-118.3643951));
			var latitude = 34.0980110;
			var longitude = -118.3643951;
			var addr = "7994 Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Vivoli Cafe<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">7994 Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/vivolicafe\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/vivolicafe</div></a><br/></div>';to_htmls[62] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 62 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[62] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 62 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 62 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 62 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[62] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0980072), parseFloat(-118.3644714));
			var latitude = 34.0980072;
			var longitude = -118.3644714;
			var addr = "8000 W. Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Sushi Dan<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8000 W. Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/sushidan\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/sushidan</div></a><br/></div>';to_htmls[63] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 63 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[63] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 63 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 63 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 63 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[63] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1016006), parseFloat(-118.3307343));
			var latitude = 34.1016006;
			var longitude = -118.3307343;
			var addr = "6445 Hollywood Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Kung Pao Kitty<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Chinese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">6445 Hollywood Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/kungpaokitty\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/kungpaokitty</div></a><br/></div>';to_htmls[64] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 64 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[64] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 64 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 64 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 64 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[64] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0910835), parseFloat(-118.3688736));
			var latitude = 34.0910835;
			var longitude = -118.3688736;
			var addr = "1113 N Harper Ave";
			var city = "West Hollywood";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Gardens of Taxco<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Mexican</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">1113 N Harper Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">West Hollywood, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/gardensoftaxco\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/gardensoftaxco</div></a><br/></div>';to_htmls[65] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 65 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[65] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 65 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 65 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 65 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[65] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0722771), parseFloat(-118.3687592));
			var latitude = 34.0722771;
			var longitude = -118.3687592;
			var addr = "8222 1/2 W Third Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Electric Karma<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Indian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8222 1/2 W Third Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/electickarma\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/electickarma</div></a><br/></div>';to_htmls[66] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 66 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[66] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 66 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 66 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 66 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[66] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0907211), parseFloat(-118.3688354));
			var latitude = 34.0907211;
			var longitude = -118.3688354;
			var addr = "8252 Santa Monica Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Eat Well<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8252 Santa Monica Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/eatwell\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/eatwell</div></a><br/></div>';to_htmls[67] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 67 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[67] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 67 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 67 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 67 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[67] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0992241), parseFloat(-118.3266449));
			var latitude = 34.0992241;
			var longitude = -118.3266449;
			var addr = "1535 N Vine Street";
			var city = "Hollywood";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">The Hungry Cat<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Seafood</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">1535 N Vine Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Hollywood, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/thehungrycat\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/thehungrycat</div></a><br/></div>';to_htmls[68] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 68 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[68] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 68 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 68 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 68 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[68] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0961914), parseFloat(-118.3222809));
			var latitude = 34.0961914;
			var longitude = -118.3222809;
			var addr = "1448 N. Gower Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Eat. on sunset<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">1448 N. Gower Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/eatonsunset\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/eatonsunset</div></a><br/></div>';to_htmls[69] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 69 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[69] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 69 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 69 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 69 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[69] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0720825), parseFloat(-118.3674850));
			var latitude = 34.0720825;
			var longitude = -118.3674850;
			var addr = "8164 W. 3rd Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">The Little Door<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">French</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8164 W. 3rd Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/thelittledoor\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/thelittledoor</div></a><br/></div>';to_htmls[70] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 70 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[70] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 70 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 70 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 70 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[70] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1011887), parseFloat(-118.3283234));
			var latitude = 34.1011887;
			var longitude = -118.3283234;
			var addr = "6350 Hollywood Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Beso<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Latin American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">6350 Hollywood Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/beso\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/beso</div></a><br/></div>';to_htmls[71] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 71 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[71] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 71 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 71 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 71 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[71] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0762711), parseFloat(-118.3722916));
			var latitude = 34.0762711;
			var longitude = -118.3722916;
			var addr = "8361 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Kings Road Cafe<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8361 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/kingsraodcafe\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/kingsraodcafe</div></a><br/></div>';to_htmls[72] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 72 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[72] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 72 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 72 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 72 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[72] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1016083), parseFloat(-118.3266678));
			var latitude = 34.1016083;
			var longitude = -118.3266678;
			var addr = "6300 Hollywood Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Katsuya<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">6300 Hollywood Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/katsuya\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/katsuya</div></a><br/></div>';to_htmls[73] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 73 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[73] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 73 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 73 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 73 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[73] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0760612), parseFloat(-118.3729858));
			var latitude = 34.0760612;
			var longitude = -118.3729858;
			var addr = "8386 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Mandarette Cafe<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Chinese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8386 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/mandarette\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/mandarette</div></a><br/></div>';to_htmls[74] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 74 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[74] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 74 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 74 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 74 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[74] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1016235), parseFloat(-118.3264313));
			var latitude = 34.1016235;
			var longitude = -118.3264313;
			var addr = "6263 Hollywood Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Hollywood & Vine - Closed<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">6263 Hollywood Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/hollywoodandvine\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/hollywoodandvine</div></a><br/></div>';to_htmls[75] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 75 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[75] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 75 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 75 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 75 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[75] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0760612), parseFloat(-118.3728180));
			var latitude = 34.0760612;
			var longitude = -118.3728180;
			var addr = "8385 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Hirozen<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8385 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/hirozen\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/hirozen</div></a><br/></div>';to_htmls[76] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 76 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[76] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 76 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 76 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 76 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[76] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1056557), parseFloat(-118.3369675));
			var latitude = 34.1056557;
			var longitude = -118.3369675;
			var addr = "1900 N Highland Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90068";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Shintaro<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">1900 N Highland Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90068</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/shintaro\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/shintaro</div></a><br/></div>';to_htmls[77] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 77 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[77] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 77 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 77 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 77 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[77] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0725937), parseFloat(-118.3714142));
			var latitude = 34.0725937;
			var longitude = -118.3714142;
			var addr = "8338 W 3rd Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Ortolan<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">French</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8338 W 3rd Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/ortolan\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/ortolan</div></a><br/></div>';to_htmls[78] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 78 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[78] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 78 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 78 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 78 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[78] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0833664), parseFloat(-118.3724060));
			var latitude = 34.0833664;
			var longitude = -118.3724060;
			var addr = "8360 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Hamasaku<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8360 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/hamasaku\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/hamasaku</div></a><br/></div>';to_htmls[79] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 79 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[79] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 79 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 79 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 79 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[79] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0980263), parseFloat(-118.3659973));
			var latitude = 34.0980263;
			var longitude = -118.3659973;
			var addr = "8117 Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">XIV<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American (New)</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8117 Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/XIV\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/XIV</div></a><br/></div>';to_htmls[80] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 80 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[80] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 80 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 80 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 80 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[80] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1055794), parseFloat(-118.3421249));
			var latitude = 34.1055794;
			var longitude = -118.3421249;
			var addr = "1999 N. Sycamore Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90068";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Yamashiro Restaurant<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">1999 N. Sycamore Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90068</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/yamashiro\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/yamashiro</div></a><br/></div>';to_htmls[81] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 81 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[81] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 81 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 81 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 81 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[81] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0726204), parseFloat(-118.3718185));
			var latitude = 34.0726204;
			var longitude = -118.3718185;
			var addr = "8350 West Third Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Joan\'s on Third<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Healthy</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8350 West Third Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/joansonthird\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/joansonthird</div></a><br/></div>';to_htmls[82] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 82 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[82] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 82 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 82 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 82 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[82] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0978508), parseFloat(-118.3192596));
			var latitude = 34.0978508;
			var longitude = -118.3192596;
			var addr = "5936 W Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Delancey<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">5936 W Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/delancey\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/delancey</div></a><br/></div>';to_htmls[83] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 83 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[83] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 83 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 83 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 83 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[83] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0728569), parseFloat(-118.3736191));
			var latitude = 34.0728569;
			var longitude = -118.3736191;
			var addr = "8408 W. Third Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Wokano Cafe<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8408 W. Third Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/wokcanohollywood\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/wokcanohollywood</div></a><br/></div>';to_htmls[84] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 84 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[84] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 84 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 84 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 84 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[84] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1036034), parseFloat(-118.3281708));
			var latitude = 34.1036034;
			var longitude = -118.3281708;
			var addr = "1775 Ivar Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Joseph\'s Cafe<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">1775 Ivar Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/josephscafe\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/josephscafe</div></a><br/></div>';to_htmls[85] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 85 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[85] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 85 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 85 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 85 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[85] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0906868), parseFloat(-118.3732452));
			var latitude = 34.0906868;
			var longitude = -118.3732452;
			var addr = "8401 Santa Monica Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Hugo\'s<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Healthy</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8401 Santa Monica Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/hugosrestaurant\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/hugosrestaurant</div></a><br/></div>';to_htmls[86] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 86 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[86] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 86 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 86 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 86 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[86] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0727196), parseFloat(-118.3724670));
			var latitude = 34.0727196;
			var longitude = -118.3724670;
			var addr = "8370 W 3rd  Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Cynthia\'s<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Soul Food</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8370 W 3rd  Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/cynthias\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/cynthias</div></a><br/></div>';to_htmls[87] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 87 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[87] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 87 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 87 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 87 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[87] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0827103), parseFloat(-118.3749466));
			var latitude = 34.0827103;
			var longitude = -118.3749466;
			var addr = "8454 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Taste<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Californian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8454 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/taste\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/taste</div></a><br/></div>';to_htmls[88] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 88 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[88] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 88 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 88 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 88 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[88] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1016502), parseFloat(-118.3232727));
			var latitude = 34.1016502;
			var longitude = -118.3232727;
			var addr = "6124 Hollywood Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Blue Palms Brewhouse<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">6124 Hollywood Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/bluepalmsbrewhouse\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/bluepalmsbrewhouse</div></a><br/></div>';to_htmls[89] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 89 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[89] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 89 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 89 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 89 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[89] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0835152), parseFloat(-118.3141174));
			var latitude = 34.0835152;
			var longitude = -118.3141174;
			var addr = "5210 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90038";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Osteria La Buca<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">5210 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90038</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/osterialabuca\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/osterialabuca</div></a><br/></div>';to_htmls[90] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 90 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[90] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 90 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 90 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 90 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[90] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0978050), parseFloat(-118.3193588));
			var latitude = 34.0978050;
			var longitude = -118.3193588;
			var addr = "5946 W Sunset Blvd";
			var city = "Hollywood";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">The Mission Cantina<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Latin American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">5946 W Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Hollywood, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/missioncantina\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/missioncantina</div></a><br/></div>';to_htmls[91] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 91 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[91] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 91 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 91 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 91 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[91] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0982742), parseFloat(-118.3676987));
			var latitude = 34.0982742;
			var longitude = -118.3676987;
			var addr = "8221 W Sunset  Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Chateau Marmont<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American (New)</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8221 W Sunset  Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/chateaumarmont\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/chateaumarmont</div></a><br/></div>';to_htmls[92] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 92 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[92] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 92 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 92 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 92 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[92] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0729828), parseFloat(-118.3728256));
			var latitude = 34.0729828;
			var longitude = -118.3728256;
			var addr = "8384 W 3rd Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">La Terza<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8384 W 3rd Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/laterza\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/laterza</div></a><br/></div>';to_htmls[93] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 93 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[93] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 93 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 93 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 93 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[93] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0824623), parseFloat(-118.3754730));
			var latitude = 34.0824623;
			var longitude = -118.3754730;
			var addr = "8474 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Lucques<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">French</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8474 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/lucques\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/lucques</div></a><br/></div>';to_htmls[94] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 94 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[94] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 94 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 94 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 94 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[94] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0785217), parseFloat(-118.3765717));
			var latitude = 34.0785217;
			var longitude = -118.3765717;
			var addr = "414 N. La Cienega  Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Real Food Daily<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Vegetarian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">414 N. La Cienega  Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/realfooddaily\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/realfooddaily</div></a><br/></div>';to_htmls[95] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 95 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[95] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 95 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 95 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 95 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[95] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0808716), parseFloat(-118.3765717));
			var latitude = 34.0808716;
			var longitude = -118.3765717;
			var addr = "521 N. La Cienega Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Yabu<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">521 N. La Cienega Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/yabu\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/yabu</div></a><br/></div>';to_htmls[96] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 96 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[96] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 96 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 96 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 96 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[96] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0869522), parseFloat(-118.3764648));
			var latitude = 34.0869522;
			var longitude = -118.3764648;
			var addr = "861 N La Cienega Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Mark\'s<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Californian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">861 N La Cienega Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/marks\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/marks</div></a><br/></div>';to_htmls[97] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 97 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[97] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 97 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 97 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 97 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[97] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0828896), parseFloat(-118.3765030));
			var latitude = 34.0828896;
			var longitude = -118.3765030;
			var addr = "631 N La Cienega Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Le Petit Bistro<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">French</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">631 N La Cienega Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/lepetitbistro\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/lepetitbistro</div></a><br/></div>';to_htmls[98] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 98 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[98] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 98 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 98 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 98 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[98] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0734558), parseFloat(-118.3747330));
			var latitude = 34.0734558;
			var longitude = -118.3747330;
			var addr = "8445 W. Third Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Sushi Roku<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8445 W. Third Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/sushiroku\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/sushiroku</div></a><br/></div>';to_htmls[99] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 99 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[99] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 99 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 99 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 99 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[99] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0730820), parseFloat(-118.3739166));
			var latitude = 34.0730820;
			var longitude = -118.3739166;
			var addr = "8420 W 3rd Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">The Izaka-ya by Katsuya<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8420 W 3rd Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/izakaya\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/izakaya</div></a><br/></div>';to_htmls[100] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 100 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[100] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 100 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 100 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 100 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[100] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0760498), parseFloat(-118.3751678));
			var latitude = 34.0760498;
			var longitude = -118.3751678;
			var addr = "8459 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Cafe Sushi<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8459 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/cafesushi\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/cafesushi</div></a><br/></div>';to_htmls[101] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 101 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[101] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 101 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 101 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 101 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[101] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0861588), parseFloat(-118.3760910));
			var latitude = 34.0861588;
			var longitude = -118.3760910;
			var addr = "826 N La Cienega Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">The Spanish Kitchen<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Latin American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">826 N La Cienega Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/thespanishkitchen\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/thespanishkitchen</div></a><br/></div>';to_htmls[102] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 102 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[102] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 102 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 102 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 102 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[102] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0785179), parseFloat(-118.3765717));
			var latitude = 34.0785179;
			var longitude = -118.3765717;
			var addr = "401 N La Cienega Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Sona<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American (New)</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">401 N La Cienega Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/sona\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/sona</div></a><br/></div>';to_htmls[103] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 103 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[103] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 103 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 103 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 103 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[103] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0899200), parseFloat(-118.3752975));
			var latitude = 34.0899200;
			var longitude = -118.3752975;
			var addr = "9071 Santa Monica Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Dan Tana\'s<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">9071 Santa Monica Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/dantanas\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/dantanas</div></a><br/></div>';to_htmls[104] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 104 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[104] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 104 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 104 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 104 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[104] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0844955), parseFloat(-118.3760834));
			var latitude = 34.0844955;
			var longitude = -118.3760834;
			var addr = "730 N La Cienega Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Koi<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">730 N La Cienega Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/koi\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/koi</div></a><br/></div>';to_htmls[105] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 105 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[105] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 105 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 105 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 105 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[105] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0945358), parseFloat(-118.3749161));
			var latitude = 34.0945358;
			var longitude = -118.3749161;
			var addr = "8462 W Sunset Blvd";
			var city = "West Hollywood";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Boa<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Steakhouses</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8462 W Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">West Hollywood, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/boa\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/boa</div></a><br/></div>';to_htmls[106] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 106 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[106] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 106 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 106 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 106 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[106] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0951080), parseFloat(-118.3744583));
			var latitude = 34.0951080;
			var longitude = -118.3744583;
			var addr = "8439 W Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Katana<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8439 W Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/katana\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/katana</div></a><br/></div>';to_htmls[107] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 107 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[107] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 107 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 107 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 107 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[107] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0948792), parseFloat(-118.3742599));
			var latitude = 34.0948792;
			var longitude = -118.3742599;
			var addr = "8440 W Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Asia de Cuba<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Pan-Asian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8440 W Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/asiadecubaa\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/asiadecubaa</div></a><br/></div>';to_htmls[108] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 108 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[108] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 108 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 108 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 108 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[108] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0923386), parseFloat(-118.3784714));
			var latitude = 34.0923386;
			var longitude = -118.3784714;
			var addr = "8590 W Sunset Blvd";
			var city = "West Hollywood";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Ketchup<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8590 W Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">West Hollywood, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/dolcegroup\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/dolcegroup</div></a><br/></div>';to_htmls[109] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 109 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[109] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 109 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 109 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 109 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[109] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0763855), parseFloat(-118.3788300));
			var latitude = 34.0763855;
			var longitude = -118.3788300;
			var addr = "8555 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Simon LA<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8555 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/simonla\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/simonla</div></a><br/></div>';to_htmls[110] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 110 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[110] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 110 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 110 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 110 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[110] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0819092), parseFloat(-118.3812561));
			var latitude = 34.0819092;
			var longitude = -118.3812561;
			var addr = "8565 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Urth Caffe<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Vegan</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8565 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/urthcaffe\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/urthcaffe</div></a><br/></div>';to_htmls[111] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 111 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[111] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 111 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 111 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 111 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[111] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1052780), parseFloat(-118.3189240));
			var latitude = 34.1052780;
			var longitude = -118.3189240;
			var addr = "5923 Franklin Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Prizzi\'s Piazza<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">5923 Franklin Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/prizzispiazza\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/prizzispiazza</div></a><br/></div>';to_htmls[112] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 112 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[112] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 112 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 112 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 112 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[112] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0920792), parseFloat(-118.3803406));
			var latitude = 34.0920792;
			var longitude = -118.3803406;
			var addr = "8615 W Sunset Blvd";
			var city = "West Hollywood";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Cafe Med<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8615 W Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">West Hollywood, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/cafemed\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/cafemed</div></a><br/></div>';to_htmls[113] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 113 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[113] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 113 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 113 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 113 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[113] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0919380), parseFloat(-118.3804169));
			var latitude = 34.0919380;
			var longitude = -118.3804169;
			var addr = "8630 W Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">The Clafoutis<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8630 W Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/clafoutis\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/clafoutis</div></a><br/></div>';to_htmls[114] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 114 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[114] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 114 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 114 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 114 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[114] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1052589), parseFloat(-118.3189621));
			var latitude = 34.1052589;
			var longitude = -118.3189621;
			var addr = "5917 Franklin Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Tai Yo<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">5917 Franklin Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/taiyo\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/taiyo</div></a><br/></div>';to_htmls[115] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 115 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[115] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 115 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 115 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 115 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[115] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0771294), parseFloat(-118.3810577));
			var latitude = 34.0771294;
			var longitude = -118.3810577;
			var addr = "8715 Beverly Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Dominick\'s<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8715 Beverly Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/dominicks\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/dominicks</div></a><br/></div>';to_htmls[116] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 116 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[116] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 116 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 116 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 116 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[116] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1052628), parseFloat(-118.3184204));
			var latitude = 34.1052628;
			var longitude = -118.3184204;
			var addr = "5907 Franklin Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90028";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">La Poubelle<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">5907 Franklin Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90028</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/lapoubelle\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/lapoubelle</div></a><br/></div>';to_htmls[117] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 117 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[117] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 117 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 117 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 117 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[117] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0657310), parseFloat(-118.3762512));
			var latitude = 34.0657310;
			var longitude = -118.3762512;
			var addr = "14 N La Cienega Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90211";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">The Lodge<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Steakhouses</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">14 N La Cienega Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90211</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/thelodge\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/thelodge</div></a><br/></div>';to_htmls[118] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 118 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[118] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 118 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 118 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 118 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[118] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0760956), parseFloat(-118.3831863));
			var latitude = 34.0760956;
			var longitude = -118.3831863;
			var addr = "120 N Robertson Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Newsroom Cafe<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Vegan</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">120 N Robertson Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/newsroomcafe\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/newsroomcafe</div></a><br/></div>';to_htmls[119] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 119 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[119] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 119 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 119 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 119 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[119] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0735817), parseFloat(-118.3822861));
			var latitude = 34.0735817;
			var longitude = -118.3822861;
			var addr = "8718 West 3rd Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Breadbar<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8718 West 3rd Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/breadbar\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/breadbar</div></a><br/></div>';to_htmls[120] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 120 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[120] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 120 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 120 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 120 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[120] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0735817), parseFloat(-118.3824081));
			var latitude = 34.0735817;
			var longitude = -118.3824081;
			var addr = "8722 W 3rd Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Barefoot<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8722 W 3rd Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/barefoot\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/barefoot</div></a><br/></div>';to_htmls[121] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 121 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[121] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 121 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 121 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 121 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[121] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0912018), parseFloat(-118.3824997));
			var latitude = 34.0912018;
			var longitude = -118.3824997;
			var addr = "8768 West Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Mirabelle<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">French</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8768 West Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/mirabella\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/mirabella</div></a><br/></div>';to_htmls[122] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 122 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[122] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 122 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 122 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 122 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[122] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0915833), parseFloat(-118.3815384));
			var latitude = 34.0915833;
			var longitude = -118.3815384;
			var addr = "8730 Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">One Sunset<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8730 Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/onesunset\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/onesunset</div></a><br/></div>';to_htmls[123] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 123 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[123] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 123 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 123 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 123 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[123] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0734024), parseFloat(-118.3819046));
			var latitude = 34.0734024;
			var longitude = -118.3819046;
			var addr = "8706 W Third Street";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90048";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Orso<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8706 W Third Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90048</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/orso\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/orso</div></a><br/></div>';to_htmls[124] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 124 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[124] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 124 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 124 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 124 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[124] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0915413), parseFloat(-118.3817062));
			var latitude = 34.0915413;
			var longitude = -118.3817062;
			var addr = "8741 Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Il Sole<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8741 Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/ilsole\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/ilsole</div></a><br/></div>';to_htmls[125] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 125 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[125] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 125 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 125 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 125 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[125] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0915413), parseFloat(-118.3816528));
			var latitude = 34.0915413;
			var longitude = -118.3816528;
			var addr = "8720 Sunset Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">BLT Steak<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Steakhouses</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8720 Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/blt\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/blt</div></a><br/></div>';to_htmls[126] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 126 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[126] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 126 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 126 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 126 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[126] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0904541), parseFloat(-118.3851547));
			var latitude = 34.0904541;
			var longitude = -118.3851547;
			var addr = "8866 W Sunset Blvd";
			var city = "West Hollywood";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Take Sushi<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8866 W Sunset Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">West Hollywood, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/takesushi\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/takesushi</div></a><br/></div>';to_htmls[127] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 127 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[127] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 127 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 127 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 127 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[127] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.1089745), parseFloat(-118.3696213));
			var latitude = 34.1089745;
			var longitude = -118.3696213;
			var addr = "2100 Laurel Canyon Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Pace<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">2100 Laurel Canyon Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/pace\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/pace</div></a><br/></div>';to_htmls[128] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 128 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[128] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 128 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 128 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 128 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[128] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0813980), parseFloat(-118.3855057));
			var latitude = 34.0813980;
			var longitude = -118.3855057;
			var addr = "616 N. Robertson  Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Fat Fish<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">616 N. Robertson  Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/fatfish\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/fatfish</div></a><br/></div>';to_htmls[129] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 129 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[129] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 129 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 129 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 129 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[129] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0808983), parseFloat(-118.3846207));
			var latitude = 34.0808983;
			var longitude = -118.3846207;
			var addr = "8748 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Ago<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8748 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/ago\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/ago</div></a><br/></div>';to_htmls[130] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 130 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[130] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 130 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 130 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 130 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[130] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0808983), parseFloat(-118.3846207));
			var latitude = 34.0808983;
			var longitude = -118.3846207;
			var addr = "8749 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Comme Ca<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">French</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8749 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/commeca\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/commeca</div></a><br/></div>';to_htmls[131] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 131 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[131] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 131 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 131 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 131 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[131] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0810928), parseFloat(-118.3855057));
			var latitude = 34.0810928;
			var longitude = -118.3855057;
			var addr = "606 Robertson Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Sur<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Californian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">606 Robertson Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/sur\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/sur</div></a><br/></div>';to_htmls[132] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 132 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[132] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 132 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 132 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 132 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[132] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0822258), parseFloat(-118.3854980));
			var latitude = 34.0822258;
			var longitude = -118.3854980;
			var addr = "655 Robertson Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Apple<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American (New)</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">655 Robertson Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/apple\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/apple</div></a><br/></div>';to_htmls[133] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 133 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[133] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 133 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 133 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 133 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[133] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0807991), parseFloat(-118.3864594));
			var latitude = 34.0807991;
			var longitude = -118.3864594;
			var addr = "8826 Melrose Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Melrose Bar & Grill<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8826 Melrose Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/melrosebarandgrill\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/melrosebarandgrill</div></a><br/></div>';to_htmls[134] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 134 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[134] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 134 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 134 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 134 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[134] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0829201), parseFloat(-118.3871155));
			var latitude = 34.0829201;
			var longitude = -118.3871155;
			var addr = "9001 Santa Monica Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">The Palm<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Italian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">9001 Santa Monica Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/thepalm\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/thepalm</div></a><br/></div>';to_htmls[135] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 135 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[135] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 135 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 135 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 135 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[135] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0597916), parseFloat(-118.3761673));
			var latitude = 34.0597916;
			var longitude = -118.3761673;
			var addr = "903 La Cienega Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90046";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Nobu<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Japanese</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">903 La Cienega Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90046</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/nobu\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/nobu</div></a><br/></div>';to_htmls[136] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 136 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[136] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 136 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 136 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 136 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[136] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0897446), parseFloat(-118.3855286));
			var latitude = 34.0897446;
			var longitude = -118.3855286;
			var addr = "1020 N. San Vicente Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Gordon Ramsay<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American (New)</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">1020 N. San Vicente Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/gordonramsay\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/gordonramsay</div></a><br/></div>';to_htmls[137] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 137 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[137] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 137 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 137 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 137 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[137] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0821266), parseFloat(-118.3882904));
			var latitude = 34.0821266;
			var longitude = -118.3882904;
			var addr = "9045 Santa Monica Blvd";
			var city = "West Hollywood";
			var state = "CA";
			var zip = "90069";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Flavor of India<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Indian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">9045 Santa Monica Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">West Hollywood, CA 90069</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/flavorofindia\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/flavorofindia</div></a><br/></div>';to_htmls[138] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 138 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[138] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 138 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 138 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 138 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[138] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0617027), parseFloat(-118.3080673));
			var latitude = 34.0617027;
			var longitude = -118.3080673;
			var addr = "3760 Wilshire Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90010";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Opus<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">French</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">3760 Wilshire Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90010</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/opus\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/opus</div></a><br/></div>';to_htmls[139] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 139 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[139] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 139 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 139 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 139 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[139] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0306854), parseFloat(-118.3847656));
			var latitude = 34.0306854;
			var longitude = -118.3847656;
			var addr = "3229 Helms Ave";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90034";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Fathers Office<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">3229 Helms Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90034</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/fathersoffice\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/fathersoffice</div></a><br/></div>';to_htmls[140] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 140 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[140] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 140 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 140 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 140 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[140] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0889320), parseFloat(-118.2687683));
			var latitude = 34.0889320;
			var longitude = -118.2687683;
			var addr = "1636 Silver Lake Blvd";
			var city = "Los Angeles";
			var state = "CA";
			var zip = "90026";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">LAMILL Coffee Boutique<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Pan-Asian</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">1636 Silver Lake Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Los Angeles, CA 90026</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/lamill\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/lamill</div></a><br/></div>';to_htmls[141] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 141 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[141] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 141 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 141 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 141 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[141] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0271835), parseFloat(-118.3820343));
			var latitude = 34.0271835;
			var longitude = -118.3820343;
			var addr = "8572 National Blvd";
			var city = "Culver City";
			var state = "CA";
			var zip = "90232";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Bluebird Cafe<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">Healthy</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8572 National Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Culver City, CA 90232</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/bluebirdcafe\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/bluebirdcafe</div></a><br/></div>';to_htmls[142] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 142 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[142] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 142 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 142 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 142 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[142] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0288734), parseFloat(-118.3859863));
			var latitude = 34.0288734;
			var longitude = -118.3859863;
			var addr = "8777 W. Washington Blvd";
			var city = "Culver City";
			var state = "CA";
			var zip = "90232";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Cafe Sufras<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8777 W. Washington Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Culver City, CA 90232</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/cafesufras\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/cafesufras</div></a><br/></div>';to_htmls[143] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 143 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[143] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 143 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 143 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 143 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[143] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0266190), parseFloat(-118.3833771));
			var latitude = 34.0266190;
			var longitude = -118.3833771;
			var addr = "Helms Ave";
			var city = "Culver City";
			var state = "CA";
			var zip = "90232";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Let\'s be Frank<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">Helms Ave,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Culver City, CA 90232</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/letsbefrank\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/letsbefrank</div></a><br/></div>';to_htmls[144] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 144 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[144] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 144 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 144 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 144 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[144] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0263290), parseFloat(-118.3894348));
			var latitude = 34.0263290;
			var longitude = -118.3894348;
			var addr = "8910 Washington Blvd";
			var city = "Culver City";
			var state = "CA";
			var zip = "90034";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">Royal/T Cafe<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">8910 Washington Blvd,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Culver City, CA 90034</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/royalt\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/royalt</div></a><br/></div>';to_htmls[145] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 145 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[145] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 145 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 145 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 145 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[145] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png";
			icon.image = "http://www.eatwellLA.com/upload/group_images/1.png";
			var point = new GLatLng(parseFloat(34.0245171), parseFloat(-118.3943024));
			var latitude = 34.0245171;
			var longitude = -118.3943024;
			var addr = "3847 Main Street";
			var city = "Culver City";
			var state = "CA";
			var zip = "90232";
			var content = '<div style=\"width:250px; text-align:left;\"><div style=\"font-size:18px;font-weight:bold;text-align:left;color:#000;margin-bottom:2px;\">BottleRock Culver City<div style=\"font-size:12px;font-weight:normal; padding:5px 0px 0px 0px; margin:0px;\">American</div></div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px\"\">3847 Main Street,</div><div style=\"text-align:left;color:#000000;font-size:12px;\">Culver City, CA 90232</div><div style=\"text-align:left;color:#000000;font-size:12px;padding-top:12px;\"><a href=\"http://www.eatwellLA.com/bottletock\" style=\"font-size:12px;color:#89A521;\" target=\"_self\" ><div style=\"word-wrap: break-word;width:230px;\">www.eatwellLA.com/bottletock</div></a><br/></div>';to_htmls[146] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span><span style="font-size:12px;" >To Here</span></b> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 146 + '\')">From Here</a>' + '<br>Start Address:<form action="" method="post" >' + '<input type="text" SIZE=30 MAXLENGTH=40 name="saddr" id="saddr" value="" class="input-box-big" /><br/>' +  '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="daddr" value="' + point.lat() + ',' + point.lng() + '"/></div><div style="height:3px;">&nbsp;</div></div>';
from_htmls[146] = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 146 + '\')">To Here</a> - <b><span style="font-size:12px;" >From Here</span></b>'+ '<br>End Address:<form action="" method="post">' + '<input type="text" SIZE=30 MAXLENGTH=40 name="daddr" id="daddr" value="" class="input-box-big"  /><br/>' + '<div style="height:3px;">&nbsp;</div><INPUT value="Get Directions" TYPE="image" src="http://www.eatwellLA.com/images/get-direction.gif" style="border:0px;" />' + '<input type="hidden" name="saddr" value="' + point.lat() + ',' + point.lng() + '" </div><div style="height:3px;">&nbsp;</div></div>';
content = content + '<div style="color:#000;text-align:left;"><span style="font-size:12px;" >Directions:</span> <a  style="font-size:12px;" href="javascript:tohere(\'' + 146 + '\')">To Here</a> - <a style="font-size:12px;" href="javascript:fromhere(\'' + 146 + '\')">From Here</a></div><div style="height:3px;">&nbsp;</div></div>';
			
			var marker = createMarker(point, content, icon);
			gmarkers[146] = marker;
			batch.push(marker);
		var icon = new GIcon(); 
			icon.iconSize = new GSize("32", "37"); 
			icon.shadowSize = new GSize(34,35); 
			icon.iconAnchor = new GPoint(9,23); 
			icon.infoWindowAnchor = new GPoint(19,0); 
			icon.printImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica.gif"; 
			icon.mozPrintImage = "http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png"; 
			icon.printShadow = "http://google.webassist.com/google/markers/traditionalflat/shadow.gif"; 
			icon.transparent = "http://google.webassist.com/google/markers/traditionalflat/pacifica_transpar