	function ge(id) {
		return document.getElementById(id);
	}
	
	ovmap = '';
	
	marker0 = "";
	marker1 = "";
	marker2 = "";
	marker3 = "";
	marker4 = "";
	marker5 = "";
	marker6 = "";
	marker7 = "";
	marker8 = "";
	marker9 = "";
	marker10 = "";
	marker11 = "";
	marker12 = "";
	marker13 = "";
	marker14 = "";
	marker15 = "";
	marker16 = "";
	marker17 = "";
	marker18 = "";
	marker19 = "";
	marker20 = "";
	marker21 = "";
	marker22 = "";
	marker23 = "";
	marker24 = "";
	marker25 = "";
	marker26 = "";
	marker27 = "";
	marker28 = "";
	marker29 = "";
	marker30 = "";
	marker31 = "";
	marker32 = "";
	marker33 = "";
	marker34 = "";
	marker35 = "";
	marker36 = "";
	marker37 = "";
	marker38 = "";
	marker39 = "";
	marker40 = "";
	marker41 = "";
	marker42 = "";
	marker43 = "";
	marker44 = "";
	marker45 = "";
	marker46 = "";
	marker47 = "";
	marker48 = "";
	marker49 = "";
	marker50 = "";
	marker51 = "";
	marker52 = "";
	marker53 = "";
	marker54 = "";
	marker55 = "";
	marker56 = "";
	marker57 = "";
	marker58 = "";
	marker59 = "";
	marker60 = "";
	marker61 = "";
	marker62 = "";
	marker63 = "";
	marker64 = "";
	marker65 = "";
	marker66 = "";
	marker67 = "";
	marker68 = "";
	marker69 = "";
	marker70 = "";
	marker71 = "";
	marker72 = "";
	marker73 = "";
	marker74 = "";
	marker75 = "";
	marker76 = "";
	marker77 = "";
	marker78 = "";
	marker79 = "";
	marker80 = "";
	marker81 = "";
	marker82 = "";
	marker83 = "";
	marker84 = "";
	marker85 = "";
	function loadDirectoryMap(container,currentDirectory) {
		if (GBrowserIsCompatible()) {
			var copyright = new GCopyright(1, new GLatLngBounds(new GLatLng(-90, -180), new GLatLng(90, 180)), 1, "&copy;2010 Levis Commons");
			var copyrightCollection = new GCopyrightCollection('Directory');
			
			var tileLayers = [new GTileLayer(copyrightCollection, 4)];
			tileLayers[0].getTileUrl = function (point, zoom) { return "tiles/Zoom"+zoom+"/"+point.x+"_"+point.y+"_"+(zoom)+".gif"; };
			
			var custommap = new GMapType(tileLayers, new GMercatorProjection(5), "Directory", {errorMessage:"Tile Not Found", minResolution: 1, maxResolution: 4, radius: 3183} ); //about 1 pixel to the meter for calculations
			
			var map = new GMap2(container, {mapTypes:[custommap]});
			
			map.setCenter(new GLatLng(0, 0), 3, custommap);
			
			map.addControl(new GLargeMapControl());
						
			var theIcon = new GIcon();
			theIcon.shadow = "markerShadow.png";
			theIcon.iconSize = new GSize(20, 20);
			theIcon.shadowSize = new GSize(20, 20);
			theIcon.iconAnchor = new GPoint(10, 10);
			theIcon.infoWindowAnchor = new GPoint(10, 10);
			
			if(currentDirectory!=null){
				var geocoder = new GClientGeocoder();  
				geocoder.getLatLng(currentDirectory.address,function(point){  
					if (!point)   
					{  
						//alert("not found:"+point);  
					}   
					else   
					{  
						//show point  
						//map.setCenter(point, 12);  
						//add note  
						theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n="+currentDirectory.number+"&f=1t=.png";
						var marker = new GMarker(point,{icon: theIcon}); 
						GEvent.addListener(marker, "click", function() {
							marker.openInfoWindowHtml("<b>"+currentDirectory.name+"</b><br />"+
													  currentDirectory.address+"  "+
													  currentDirectory.phone
							);
						}); 
						map.addOverlay(marker);  
						marker.openInfoWindowHtml("<b>"+currentDirectory.name+"</b><br />"+
													  currentDirectory.address+"  "+
													  currentDirectory.phone);					
						map.setCenter(point, 3);
					}  
				}); 
				return ;
			}
			
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=68&f=1t=.png";
				marker104 = new GMarker(new GLatLng(-72.94543114547505, 70.048828125), {icon: theIcon});;
				GEvent.addListener(marker104, "click", function() {
					var myHtml = "<b>Ada Aesthetics</b>, (419) 873-6961";
					marker104Text = myHtml;
					marker104.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('104');
				});
				map.addOverlay(marker104);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=74&f=1t=.png";
				marker117 = new GMarker(new GLatLng(-23.241346102386135, 110.478515625), {icon: theIcon});;
				GEvent.addListener(marker117, "click", function() {
					var myHtml = "<b>Andrew Z's Sports Pizzeria</b>, (419) 873-6262";
					marker117Text = myHtml;
					marker117.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('117');
				});
				map.addOverlay(marker117);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=26&f=1t=.png";
				marker55 = new GMarker(new GLatLng(-10.14193168613103, 112.060546875), {icon: theIcon});;
				GEvent.addListener(marker55, "click", function() {
					var myHtml = "<b>Ann Taylor Loft</b>, (419) 873-1797";
					marker55Text = myHtml;
					marker55.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('55');
				});
				map.addOverlay(marker55);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=20&f=1t=.png";
				marker26 = new GMarker(new GLatLng(4.390228926463396, 113.73046875), {icon: theIcon});;
				GEvent.addListener(marker26, "click", function() {
					var myHtml = "<b>Arhaus Furniture</b>, (419) 931-0240";
					marker26Text = myHtml;
					marker26.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('26');
				});
				map.addOverlay(marker26);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=80&f=1t=.png";
				marker101 = new GMarker(new GLatLng(-32.54681317351514, -9.84375), {icon: theIcon});;
				GEvent.addListener(marker101, "click", function() {
					var myHtml = "<b>B/6 Ltd</b>, ";
					marker101Text = myHtml;
					marker101.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('101');
				});
				map.addOverlay(marker101);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=9&f=1t=.png";
				marker40 = new GMarker(new GLatLng(3.8642546157214084, 83.49609375), {icon: theIcon});;
				GEvent.addListener(marker40, "click", function() {
					var myHtml = "<b>Bar Louie</b>, (419) 874-9774";
					marker40Text = myHtml;
					marker40.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('40');
				});
				map.addOverlay(marker40);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=54&f=1t=.png";
				marker66 = new GMarker(new GLatLng(-57.42129439209404, 105.29296875), {icon: theIcon});;
				GEvent.addListener(marker66, "click", function() {
					var myHtml = "<b>Bartz Viviano</b>, (419) 724-1016";
					marker66Text = myHtml;
					marker66.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('66');
				});
				map.addOverlay(marker66);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=23&f=1t=.png";
				marker53 = new GMarker(new GLatLng(-10.14193168613103, 127.6171875), {icon: theIcon});;
				GEvent.addListener(marker53, "click", function() {
					var myHtml = "<b>Biaggi's Ristorante Italiano</b>, (419) 872-6100";
					marker53Text = myHtml;
					marker53.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('53');
				});
				map.addOverlay(marker53);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=34&f=1t=.png";
				marker76 = new GMarker(new GLatLng(-10.31491928581316, 75.05859375), {icon: theIcon});;
				GEvent.addListener(marker76, "click", function() {
					var myHtml = "<b>Blue Pacific Grill</b>, (419) 873-9466";
					marker76Text = myHtml;
					marker76.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('76');
				});
				map.addOverlay(marker76);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=22&f=1t=.png";
				marker13 = new GMarker(new GLatLng(14.774882506516272, 134.12109375), {icon: theIcon});;
				GEvent.addListener(marker13, "click", function() {
					var myHtml = "<b>Bob Evans</b>, (419) 873-0079";
					marker13Text = myHtml;
					marker13.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('13');
				});
				map.addOverlay(marker13);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=21&f=1t=.png";
				marker52 = new GMarker(new GLatLng(6.315298538330033, 119.00390625), {icon: theIcon});;
				GEvent.addListener(marker52, "click", function() {
					var myHtml = "<b>Books-A-Million</b>, (419) 873-0727";
					marker52Text = myHtml;
					marker52.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('52');
				});
				map.addOverlay(marker52);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=82&f=1t=.png";
				marker120 = new GMarker(new GLatLng(25.79989118208833, 40.4296875), {icon: theIcon});;
				GEvent.addListener(marker120, "click", function() {
					var myHtml = "<b>Bowling Green State University at Levis Commons </b>, (419) 372-8182";
					marker120Text = myHtml;
					marker120.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('120');
				});
				map.addOverlay(marker120);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=17&f=1t=.png";
				marker49 = new GMarker(new GLatLng(2.635788574166606, 102.3046875), {icon: theIcon});;
				GEvent.addListener(marker49, "click", function() {
					var myHtml = "<b>Brighton Collectibles</b>, (419) 873-9470";
					marker49Text = myHtml;
					marker49.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('49');
				});
				map.addOverlay(marker49);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=60&f=1t=.png";
				marker97 = new GMarker(new GLatLng(-36.03133177633187, 62.2265625), {icon: theIcon});;
				GEvent.addListener(marker97, "click", function() {
					var myHtml = "<b>Brownstone Village</b>, (419) 356-1136";
					marker97Text = myHtml;
					marker97.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('97');
				});
				map.addOverlay(marker97);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=10b&f=1t=.png";
				marker42 = new GMarker(new GLatLng(3.7765593098768635, 91.23046875), {icon: theIcon});;
				GEvent.addListener(marker42, "click", function() {
					var myHtml = "<b>Bunda, Stutz, Dewitt</b>, (419) 241-2777";
					marker42Text = myHtml;
					marker42.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('42');
				});
				map.addOverlay(marker42);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=51&f=1t=.png";
				marker28 = new GMarker(new GLatLng(-49.03786794532641, 97.20703125), {icon: theIcon});;
				GEvent.addListener(marker28, "click", function() {
					var myHtml = "<b>C. Sterling Jewelers</b>, (419) 897-9131";
					marker28Text = myHtml;
					marker28.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('28');
				});
				map.addOverlay(marker28);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=49&f=1t=.png";
				marker64 = new GMarker(new GLatLng(-41.50857729743933, 123.3984375), {icon: theIcon});;
				GEvent.addListener(marker64, "click", function() {
					var myHtml = "<b>Carpets by Otto Design Center</b>, (419) 872-0400";
					marker64Text = myHtml;
					marker64.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('64');
				});
				map.addOverlay(marker64);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=16&f=1t=.png";
				marker48 = new GMarker(new GLatLng(4.565473550710291, 100.72265625), {icon: theIcon});;
				GEvent.addListener(marker48, "click", function() {
					var myHtml = "<b>Chico's</b>, (419) 874-3249";
					marker48Text = myHtml;
					marker48.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('48');
				});
				map.addOverlay(marker48);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=35&f=1t=.png";
				marker77 = new GMarker(new GLatLng(-11.867350911459308, 72.59765625), {icon: theIcon});;
				GEvent.addListener(marker77, "click", function() {
					var myHtml = "<b>Christopher and Banks</b>, (419) 873-9810";
					marker77Text = myHtml;
					marker77.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('77');
				});
				map.addOverlay(marker77);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=6&f=1t=.png";
				marker37 = new GMarker(new GLatLng(0.5273363048115169, 72.59765625), {icon: theIcon});;
				GEvent.addListener(marker37, "click", function() {
					var myHtml = "<b>CJ Banks</b>, (419) 872-3750";
					marker37Text = myHtml;
					marker37.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('37');
				});
				map.addOverlay(marker37);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=31&f=1t=.png";
				marker74 = new GMarker(new GLatLng(-11.436955216143177, 94.482421875), {icon: theIcon});;
				GEvent.addListener(marker74, "click", function() {
					var myHtml = "<b>Claire's Accessories</b>, (419) 931-0214";
					marker74Text = myHtml;
					marker74.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('74');
				});
				map.addOverlay(marker74);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=27&f=1t=.png";
				marker57 = new GMarker(new GLatLng(-10.31491928581316, 104.326171875), {icon: theIcon});;
				GEvent.addListener(marker57, "click", function() {
					var myHtml = "<b>Coldwater Creek</b>, (419) 873-9150";
					marker57Text = myHtml;
					marker57.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('57');
				});
				map.addOverlay(marker57);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=77&f=1t=.png";
				marker83 = new GMarker(new GLatLng(-31.653381399663985, -27.59765625), {icon: theIcon});;
				GEvent.addListener(marker83, "click", function() {
					var myHtml = "<b>Croston Office Center</b>, (419) 931-2003";
					marker83Text = myHtml;
					marker83.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('83');
				});
				map.addOverlay(marker83);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=69&f=1t=.png";
				marker81 = new GMarker(new GLatLng(-74.1160468394894, 69.78515625), {icon: theIcon});;
				GEvent.addListener(marker81, "click", function() {
					var myHtml = "<b>Dermatology Associates</b>, (419) 872-0777";
					marker81Text = myHtml;
					marker81.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('81');
				});
				map.addOverlay(marker81);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=53&f=1t=.png";
				marker93 = new GMarker(new GLatLng(-50.9584, 122.1680), {icon: theIcon});;
				GEvent.addListener(marker93, "click", function() {
					var myHtml = "<b>Directions Credit Union</b>, (419) 931-9458";
					marker93Text = myHtml;
					marker93.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('93');
				});
				map.addOverlay(marker93);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=46&f=1t=.png";
				marker29 = new GMarker(new GLatLng(-29.535229562948455, 132.1875), {icon: theIcon});;
				GEvent.addListener(marker29, "click", function() {
					var myHtml = "<b>GameStop</b>, (419) 873-9487";
					marker29Text = myHtml;
					marker29.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('29');
				});
				map.addOverlay(marker29);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=63b&f=1t=.png";
				marker86 = new GMarker(new GLatLng(-12.554563528593656, 17.578125), {icon: theIcon});;
				GEvent.addListener(marker86, "click", function() {
					var myHtml = "<b>Fat Fish Blue & Funny Bone</b>, (419) 931-FISH";
					marker86Text = myHtml;
					marker86.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('86');
				});
				map.addOverlay(marker86);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=50&f=1t=.png";
				marker65 = new GMarker(new GLatLng(-44.59046718130883, 96.85546875), {icon: theIcon});;
				GEvent.addListener(marker65, "click", function() {
					var myHtml = "<b>Fiddle Stix Boutique </b>, (419) 931-2022";
					marker65Text = myHtml;
					marker65.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('65');
				});
				map.addOverlay(marker65);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=56&f=1t=.png";
				marker67 = new GMarker(new GLatLng(-56.84897198026975, 108.10546875), {icon: theIcon});;
				GEvent.addListener(marker67, "click", function() {
					var myHtml = "<b>Flying Joe</b>, (419) 931-0273";
					marker67Text = myHtml;
					marker67.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('67');
				});
				map.addOverlay(marker67);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=11&f=1t=.png";
				marker43 = new GMarker(new GLatLng(2.7235830833483856, 92.724609375), {icon: theIcon});;
				GEvent.addListener(marker43, "click", function() {
					var myHtml = "<b>Francesca's Collections</b>, (419) 874-3580";
					marker43Text = myHtml;
					marker43.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('43');
				});
				map.addOverlay(marker43);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=13&f=1t=.png";
				marker30 = new GMarker(new GLatLng(1.7575368113083254, 95.44921875), {icon: theIcon});;
				GEvent.addListener(marker30, "click", function() {
					var myHtml = "<b>Gymboree</b>, (419) 874-2159";
					marker30Text = myHtml;
					marker30.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('30');
				});
				map.addOverlay(marker30);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=62&f=1t=.png";
				marker19 = new GMarker(new GLatLng(-34.95799531086791, 47.63671875), {icon: theIcon});;
				GEvent.addListener(marker19, "click", function() {
					var myHtml = "<b>Hardy Communications</b>, (419) 874-0900";
					marker19Text = myHtml;
					marker19.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('19');
				});
				map.addOverlay(marker19);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=14b&f=1t=.png";
				marker46 = new GMarker(new GLatLng(4.2149, 96.8555), {icon: theIcon});;
				GEvent.addListener(marker46, "click", function() {
					var myHtml = "<b>Hill Partners/The Town Center Management Office</b>, (419) 931-8888";
					marker46Text = myHtml;
					marker46.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('46');
				});
				map.addOverlay(marker46);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=3&f=1t=.png";
				marker25 = new GMarker(new GLatLng(10.487811882056683, 23.5546875), {icon: theIcon});;
				GEvent.addListener(marker25, "click", function() {
					var myHtml = "<b>Hilton Event Center</b>, (419) 873-0700";
					marker25Text = myHtml;
					marker25.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('25');
				});
				map.addOverlay(marker25);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=4&f=1t=.png";
				marker35 = new GMarker(new GLatLng(4.6530799182740505, 15.556640625), {icon: theIcon});;
				GEvent.addListener(marker35, "click", function() {
					var myHtml = "<b>Hilton Garden Inn</b>, (419) 873-0700";
					marker35Text = myHtml;
					marker35.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('35');
				});
				map.addOverlay(marker35);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=102&f=1t=.png";
				marker100 = new GMarker(new GLatLng(-32.54681317351514, -107.578125), {icon: theIcon});;
				GEvent.addListener(marker100, "click", function() {
					var myHtml = "<b>ISOH/Impact</b>, (419) 878-8548";
					marker100Text = myHtml;
					marker100.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('100');
				});
				map.addOverlay(marker100);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=18&f=1t=.png";
				marker50 = new GMarker(new GLatLng(3.8642546157214084, 104.677734375), {icon: theIcon});;
				GEvent.addListener(marker50, "click", function() {
					var myHtml = "<b>J. Jill</b>, (419) 872-4300";
					marker50Text = myHtml;
					marker50.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('50');
				});
				map.addOverlay(marker50);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=73&f=1t=.png";
				marker116 = new GMarker(new GLatLng(1.845383988573187, 69.78515625), {icon: theIcon});;
				GEvent.addListener(marker116, "click", function() {
					var myHtml = "<b>JB's Sarnie Shoppe</b>, (419) 931-1080";
					marker116Text = myHtml;
					marker116.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('116');
				});
				map.addOverlay(marker116);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=8&f=1t=.png";
				marker39 = new GMarker(new GLatLng(0.3515602939922709, 78.046875), {icon: theIcon});;
				GEvent.addListener(marker39, "click", function() {
					var myHtml = "<b>Johnny Rockets</b>, (419) 931-9900";
					marker39Text = myHtml;
					marker39.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('39');
				});
				map.addOverlay(marker39);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=28&f=1t=.png";
				marker58 = new GMarker(new GLatLng(-10.31491928581316, 101.337890625), {icon: theIcon});;
				GEvent.addListener(marker58, "click", function() {
					var myHtml = "<b>Jos. A. Bank Clothiers</b>, (419) 873-1104";
					marker58Text = myHtml;
					marker58.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('58');
				});
				map.addOverlay(marker58);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=25&f=1t=.png";
				marker54 = new GMarker(new GLatLng(-12.211180191503983, 114.78515625), {icon: theIcon});;
				GEvent.addListener(marker54, "click", function() {
					var myHtml = "<b>Justice</b>, (419) 874-5012";
					marker54Text = myHtml;
					marker54.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('54');
				});
				map.addOverlay(marker54);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=47&f=1t=.png";
				marker62 = new GMarker(new GLatLng(-37.16031654673676, 96.328125), {icon: theIcon});;
				GEvent.addListener(marker62, "click", function() {
					var myHtml = "<b>Kidz Watch</b>, (419) 874-9678";
					marker62Text = myHtml;
					marker62.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('62');
				});
				map.addOverlay(marker62);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=36&f=1t=.png";
				marker78 = new GMarker(new GLatLng(-9.275622176792098, 70.13671875), {icon: theIcon});;
				GEvent.addListener(marker78, "click", function() {
					var myHtml = "<b>Kirkland's Home</b>, (419) 873-9422";
					marker78Text = myHtml;
					marker78.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('78');
				});
				map.addOverlay(marker78);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=33&f=1t=.png";
				marker31 = new GMarker(new GLatLng(-11.350796722383672, 78.75), {icon: theIcon});;
				GEvent.addListener(marker31, "click", function() {
					var myHtml = "<b>Lane Bryant</b>, (419) 931-0224";
					marker31Text = myHtml;
					marker31.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('31');
				});
				map.addOverlay(marker31);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=72&f=1t=.png";
				marker92 = new GMarker(new GLatLng(-46.195042108660154, 98.26171875), {icon: theIcon});;
				GEvent.addListener(marker92, "click", function() {
					var myHtml = "<b>LaSalle Cleaners</b>, (419) 874-4872";
					marker92Text = myHtml;
					marker92.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('92');
				});
				map.addOverlay(marker92);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=76&f=1t=.png";
				marker119 = new GMarker(new GLatLng(-11.178401873711772, 119.970703125), {icon: theIcon});;
				GEvent.addListener(marker119, "click", function() {
					var myHtml = "<b>Lily's</b>, (419) 931-5611";
					marker119Text = myHtml;
					marker119.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('119');
				});
				map.addOverlay(marker119);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=14&f=1t=.png";
				marker45 = new GMarker(new GLatLng(2.28455066023697, 97.3828125), {icon: theIcon});;
				GEvent.addListener(marker45, "click", function() {
					var myHtml = "<b>Maggie Moo's Ice Cream and Treatery</b>, (419) 873-9866";
					marker45Text = myHtml;
					marker45.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('45');
				});
				map.addOverlay(marker45);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=39&f=1t=.png";
				marker20 = new GMarker(new GLatLng(-20.96143961409684, 133.2421875), {icon: theIcon});;
				GEvent.addListener(marker20, "click", function() {
					var myHtml = "<b>Max & Erma's</b>, (419) 931-0220";
					marker20Text = myHtml;
					marker20.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('20');
				});
				map.addOverlay(marker20);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=32b&f=1t=.png";
				marker103 = new GMarker(new GLatLng(-10.746969318459989, 92.021484375), {icon: theIcon});;
				GEvent.addListener(marker103, "click", function() {
					var myHtml = "<b>Merrill Lynch</b>, (419) 891-2091";
					marker103Text = myHtml;
					marker103.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('103');
				});
				map.addOverlay(marker103);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=65&f=1t=.png";
				marker72 = new GMarker(new GLatLng(-10.83330598364249, 13.7109375), {icon: theIcon});;
				GEvent.addListener(marker72, "click", function() {
					var myHtml = "<b>Nagoya Japanese Steakhouse </b>, (419) 931-8400";
					marker72Text = myHtml;
					marker72.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('72');
				});
				map.addOverlay(marker72);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=30&f=1t=.png";
				marker33 = new GMarker(new GLatLng(-12.726084296948184, 95.9765625), {icon: theIcon});;
				GEvent.addListener(marker33, "click", function() {
					var myHtml = "<b>New York & Company</b>, (419) 873-0302";
					marker33Text = myHtml;
					marker33.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('33');
				});
				map.addOverlay(marker33);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=1&f=1t=.png";
				marker34 = new GMarker(new GLatLng(14.9448, -29.1796), {icon: theIcon});;
				GEvent.addListener(marker34, "click", function() {
					var myHtml = "<b>O-I World Headquarters</b>, (567) 336-5000";
					marker34Text = myHtml;
					marker34.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('34');
				});
				map.addOverlay(marker34);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=40&f=1t=.png";
				marker15 = new GMarker(new GLatLng(-22.431340156360594, 101.953125), {icon: theIcon});;
				GEvent.addListener(marker15, "click", function() {
					var myHtml = "<b>Poco Piatti</b>, (419) 931-0281";
					marker15Text = myHtml;
					marker15.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('15');
				});
				map.addOverlay(marker15);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=43&f=1t=.png";
				marker60 = new GMarker(new GLatLng(-25.79989118208832, 102.12890625), {icon: theIcon});;
				GEvent.addListener(marker60, "click", function() {
					var myHtml = "<b>Portrait Innovations</b>, (419) 873-9430";
					marker60Text = myHtml;
					marker60.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('60');
				});
				map.addOverlay(marker60);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=52&f=1t=.png";
				marker17 = new GMarker(new GLatLng(-53.956085530987885, 84.7265625), {icon: theIcon});;
				GEvent.addListener(marker17, "click", function() {
					var myHtml = "<b>Preston Gardens Apartments</b>, (419) 873-9310";
					marker17Text = myHtml;
					marker17.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('17');
				});
				map.addOverlay(marker17);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=26b&f=1t=.png";
				marker56 = new GMarker(new GLatLng(-13.06877673435768, 112.236328125), {icon: theIcon});;
				GEvent.addListener(marker56, "click", function() {
					var myHtml = "<b>Progressive Auto Insurance</b>, (877) 776-4266";
					marker56Text = myHtml;
					marker56.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('56');
				});
				map.addOverlay(marker56);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=26b&f=1t=.png";
				marker106 = new GMarker(new GLatLng(-12.811801316582604, 112.5), {icon: theIcon});;
				GEvent.addListener(marker106, "click", function() {
					var myHtml = "<b>Progressive Insurance Legal</b>, (419) 897-1800";
					marker106Text = myHtml;
					marker106.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('106');
				});
				map.addOverlay(marker106);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=2&f=1t=.png";
				marker16 = new GMarker(new GLatLng(42.5531, 133.5938), {icon: theIcon});;
				GEvent.addListener(marker16, "click", function() {
					var myHtml = "<b>ProMedica</b>, ";
					marker16Text = myHtml;
					marker16.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('16');
				});
				map.addOverlay(marker16);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=7a&f=1t=.png";
				marker109 = new GMarker(new GLatLng(0.17578097424708533, 76.201171875), {icon: theIcon});;
				GEvent.addListener(marker109, "click", function() {
					var myHtml = "<b>Pure MD Lasers & Cosmetics</b>, (419) 872-6666";
					marker109Text = myHtml;
					marker109.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('109');
				});
				map.addOverlay(marker109);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=71&f=1t=.png";
				marker95 = new GMarker(new GLatLng(-37.579412513438385, 100.01953125), {icon: theIcon});;
				GEvent.addListener(marker95, "click", function() {
					var myHtml = "<b>Results Salon & Spa</b>, (419)873-8001";
					marker95Text = myHtml;
					marker95.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('95');
				});
				map.addOverlay(marker95);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=37&f=1t=.png";
				marker79 = new GMarker(new GLatLng(-16.299051014581817, 103.88671875), {icon: theIcon});;
				GEvent.addListener(marker79, "click", function() {
					var myHtml = "<b>Schakolad Chocolate Factory</b>, (419) 873-1600";
					marker79Text = myHtml;
					marker79.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('79');
				});
				map.addOverlay(marker79);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=100&f=1t=.png";
				marker88 = new GMarker(new GLatLng(-58.81374171570779, -135), {icon: theIcon});;
				GEvent.addListener(marker88, "click", function() {
					var myHtml = "<b>Schutz Containers</b>, (419) 872-2295";
					marker88Text = myHtml;
					marker88.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('88');
				});
				map.addOverlay(marker88);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=70&f=1t=.png";
				marker105 = new GMarker(new GLatLng(-9.79567758282973, 82.96875), {icon: theIcon});;
				GEvent.addListener(marker105, "click", function() {
					var myHtml = "<b>Second Sole</b>, (419) 931-8484";
					marker105Text = myHtml;
					marker105.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('105');
				});
				map.addOverlay(marker105);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=32&f=1t=.png";
				marker89 = new GMarker(new GLatLng(-13.2399454992863, 91.93359375), {icon: theIcon});;
				GEvent.addListener(marker89, "click", function() {
					var myHtml = "<b>Shoe Dept.</b>, (419) 873-0706";
					marker89Text = myHtml;
					marker89.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('89');
				});
				map.addOverlay(marker89);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=5&f=1t=.png";
				marker36 = new GMarker(new GLatLng(13.581920900545844, 73.30078125), {icon: theIcon});;
				GEvent.addListener(marker36, "click", function() {
					var myHtml = "<b>Rave Motion Pictures</b>, (419) 874-2154";
					marker36Text = myHtml;
					marker36.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('36');
				});
				map.addOverlay(marker36);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=58&f=1t=.png";
				marker69 = new GMarker(new GLatLng(-58.63121664342478, 119.1796875), {icon: theIcon});;
				GEvent.addListener(marker69, "click", function() {
					var myHtml = "<b>South Suburban Animal Hospital</b>, (419) 872-0920";
					marker69Text = myHtml;
					marker69.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('69');
				});
				map.addOverlay(marker69);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=67c&f=1t=.png";
				marker90 = new GMarker(new GLatLng(-11.7813, 27.9492), {icon: theIcon});;
				GEvent.addListener(marker90, "click", function() {
					var myHtml = "<b>St. Julian's Fitness</b>, (419) 931-3098";
					marker90Text = myHtml;
					marker90.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('90');
				});
				map.addOverlay(marker90);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=15&f=1t=.png";
				marker47 = new GMarker(new GLatLng(4.039617826768437, 99.140625), {icon: theIcon});;
				GEvent.addListener(marker47, "click", function() {
					var myHtml = "<b>Starbucks Coffee</b>, (419) 873-9887";
					marker47Text = myHtml;
					marker47.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('47');
				});
				map.addOverlay(marker47);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=12&f=1t=.png";
				marker44 = new GMarker(new GLatLng(2.8991526985043135, 94.21875), {icon: theIcon});;
				GEvent.addListener(marker44, "click", function() {
					var myHtml = "<b>Vivian Kate</b>, (419) 872-5070";
					marker44Text = myHtml;
					marker44.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('44');
				});
				map.addOverlay(marker44);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=10&f=1t=.png";
				marker41 = new GMarker(new GLatLng(2.28455066023697, 91.318359375), {icon: theIcon});;
				GEvent.addListener(marker41, "click", function() {
					var myHtml = "<b>Stride Rite</b>, (419) 874-2765";
					marker41Text = myHtml;
					marker41.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('41');
				});
				map.addOverlay(marker41);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=19&f=1t=.png";
				marker51 = new GMarker(new GLatLng(5.965753671065536, 106.5234375), {icon: theIcon});;
				GEvent.addListener(marker51, "click", function() {
					var myHtml = "<b>Talbots/Talbots Petites</b>, (419) 873-9801";
					marker51Text = myHtml;
					marker51.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('51');
				});
				map.addOverlay(marker51);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=48&f=1t=.png";
				marker63 = new GMarker(new GLatLng(-38.54816542304657, 109.16015625), {icon: theIcon});;
				GEvent.addListener(marker63, "click", function() {
					var myHtml = "<b>Tea Tree Asian Bistro</b>, (419) 874-8828";
					marker63Text = myHtml;
					marker63.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('63');
				});
				map.addOverlay(marker63);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=101&f=1t=.png";
				marker91 = new GMarker(new GLatLng(-15.114552871944102, -95.625), {icon: theIcon});;
				GEvent.addListener(marker91, "click", function() {
					var myHtml = "<b>Techneglas</b>, (419) 873-2030";
					marker91Text = myHtml;
					marker91.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('91');
				});
				map.addOverlay(marker91);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=28b&f=1t=.png";
				marker21 = new GMarker(new GLatLng(-12.5546, 101.0742), {icon: theIcon});;
				GEvent.addListener(marker21, "click", function() {
					var myHtml = "<b>Time Warner Cable</b>, (419) 931-9021";
					marker21Text = myHtml;
					marker21.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('21');
				});
				map.addOverlay(marker21);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=29b&f=1t=.png";
				marker94 = new GMarker(new GLatLng(-14.264383087562635, 100.107421875), {icon: theIcon});;
				GEvent.addListener(marker94, "click", function() {
					var myHtml = "<b>Toledo.com</b>, (419) 776-7000";
					marker94Text = myHtml;
					marker94.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('94');
				});
				map.addOverlay(marker94);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=75&f=1t=.png";
				marker118 = new GMarker(new GLatLng(-11.436955216143177, 18.017578125), {icon: theIcon});;
				GEvent.addListener(marker118, "click", function() {
					var myHtml = "<b>Trace Routes</b>, (419) 874-9600";
					marker118Text = myHtml;
					marker118.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('118');
				});
				map.addOverlay(marker118);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=7&f=1t=.png";
				marker38 = new GMarker(new GLatLng(0.7031073524364909, 75.234375), {icon: theIcon});;
				GEvent.addListener(marker38, "click", function() {
					var myHtml = "<b>Venetian Nail Spa</b>, (419) 872-7400";
					marker38Text = myHtml;
					marker38.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('38');
				});
				map.addOverlay(marker38);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=45&f=1t=.png";
				marker61 = new GMarker(new GLatLng(-27.839076094777802, 132.36328125), {icon: theIcon});;
				GEvent.addListener(marker61, "click", function() {
					var myHtml = "<b>Verizon Wireless</b>, (419) 874-3933";
					marker61Text = myHtml;
					marker61.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('61');
				});
				map.addOverlay(marker61);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=81&f=1t=.png";
				marker102 = new GMarker(new GLatLng(-48.92249926375824, -11.953125), {icon: theIcon});;
				GEvent.addListener(marker102, "click", function() {
					var myHtml = "<b>Waterford Senior Apartments</b>, (419) 931-9390";
					marker102Text = myHtml;
					marker102.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('102');
				});
				map.addOverlay(marker102);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=57&f=1t=.png";
				marker68 = new GMarker(new GLatLng(-57.23150299147891, 110.390625), {icon: theIcon});;
				GEvent.addListener(marker68, "click", function() {
					var myHtml = "<b>Woodard Photographic</b>, (419) 872-7552";
					marker68Text = myHtml;
					marker68.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('68');
				});
				map.addOverlay(marker68);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=79&f=1t=.png";
				marker99 = new GMarker(new GLatLng(-11.350796722383671, 24.609375), {icon: theIcon});;
				GEvent.addListener(marker99, "click", function() {
					var myHtml = "<b>WTOL, Wood County Bureau</b>, (419) 248-1111";
					marker99Text = myHtml;
					marker99.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('99');
				});
				map.addOverlay(marker99);
				theIcon.image = "http://clients.toledo.com/levismap/drawMarker.php?n=29&f=1t=.png";
				marker73 = new GMarker(new GLatLng(-11.005904459659451, 99.31640625), {icon: theIcon});;
				GEvent.addListener(marker73, "click", function() {
					var myHtml = "<b>Yankee Candle</b>, (419) 873-8496";
					marker73Text = myHtml;
					marker73.openInfoWindowHtml(myHtml, {maxwidth: 100});
					gotoSingleEntry('73');
				});
				map.addOverlay(marker73);			
		}
	}
