  if (GBrowserIsCompatible()) {
	  
	function createMarker(point,html) {
        var marker = new GMarker(point);
        GEvent.addListener(marker, "click", function() {
          marker.openInfoWindowHtml(html);
        });
        return marker;
      }

    function load() {

        var map = new GMap2(document.getElementById("map"));
		map.addControl(new GLargeMapControl());
      	map.addControl(new GMapTypeControl());
        map.setCenter(new GLatLng(48.031797, -122.179544), 9);
		
		var arl = new GLatLng(48.189894561126884, -122.17775634765625);
		var marker = createMarker(arl,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Arlington" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Arlington<p>click <a href="http://www.ci.arlington.wa.us/" style="text-decoration: underline;">here</a> for general information<br>on the City of Arlington<p><a href="http://www.ci.arlington.wa.us/"><img src="/images/homes/rentals/cities/arlington.gif" border="0" width="59" height="60"></a></div>'));
      	map.addOverlay(marker);
		
		var bot = new GLatLng(47.76317468890147, -122.19582153320312);
		var marker = createMarker(bot,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Bothell" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Bothell<p>click <a href="http://www.ci.bothell.wa.us/" style="text-decoration: underline;">here</a> for general information<br>on the City of Bothell<p><a href="http://www.ci.bothell.wa.us/"><img src="/images/homes/rentals/cities/bothell.gif" border="0" width=225 height=27></a></div>'));
      	map.addOverlay(marker);
		
		var bri = new GLatLng(47.79009354271755, -122.27302551269531);
		var marker = createMarker(bri,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Brier" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Brier<p>click <a href="http://www.ci.brier.wa.us/" style="text-decoration: underline;">here</a> for general information<br>on the City of Brier<p><a href="http://www.ci.brier.wa.us/"><img src="/images/homes/rentals/cities/brier.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var cam = new GLatLng(48.13859959165873, -122.4920654296875);
		var marker = createMarker(cam,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Camano+Island" target="_blank" style="text-decoration: underline;">here</a> for rental listings on Camano Island<p>click <a href="http://www.whidbeycamanoislands.com/" style="text-decoration: underline;">here</a> for general information<br>on Camano Island<p><a href="http://www.whidbeycamanoislands.com/"><img src="/images/homes/rentals/cities/camano.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var dar = new GLatLng(48.24936904607428, -121.60903930664062);
		var marker = createMarker(dar,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Darrington" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Darrington<p>click <a href="http://darringtonwa.org/" style="text-decoration: underline;">here</a> for general information<br>on the City of Darrington<p><a href="http://darringtonwa.org/"><img src="/images/homes/rentals/cities/darrington.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var edm = new GLatLng(47.81131001626008, -122.36984252929688);
		var marker = createMarker(edm,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Edmonds" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Edmonds<p>click <a href="http://www.ci.edmonds.wa.us/" style="text-decoration: underline;">here</a> for general information<br>on the City of Edmonds<p><a href="http://www.ci.edmonds.wa.us/"><img src="/images/homes/rentals/cities/edmonds.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var eve = new GLatLng(47.96521412341618, -122.19818115234375);
		var marker = createMarker(eve,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Everett" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Everett<p>click <a href="http://www.everettwa.org/" style="text-decoration: underline;">here</a> for general information<br>on the City of Everett<p><a href="http://www.everettwa.org/"><img src="/images/homes/rentals/cities/everett.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var gol = new GLatLng(47.85371697106819, -121.70379638671875);
		var marker = createMarker(gol,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Gold+Bar" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Gold Bar<p>click <a href="http://www.experiencewa.com/v5/poi/poi.aspx?poiId=647" style="text-decoration: underline;">here</a> for general information<br>on the City of Gold Bar<p><a href="http://www.experiencewa.com/v5/poi/poi.aspx?poiId=647"><img src="/images/homes/rentals/cities/goldbar.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var gra = new GLatLng(48.08440873478364, -121.97158813476562);
		var marker = createMarker(gra,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Granite+Falls" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Granite Falls<p>click <a href="http://www.granitefallswa.com/" style="text-decoration: underline;">here</a> for general information<br>on the City of Granite Falls<p><a href="http://www.granitefallswa.com/"><img src="/images/homes/rentals/cities/granitefalls.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var ind = new GLatLng(47.81315451752768, -121.55685424804688);
		var marker = createMarker(ind,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Index" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Index<p>click <a href="http://mrsc.org/cityprofiles/cityprofile.aspx?id=99" style="text-decoration: underline;">here</a> for general information<br>on the City of Index<p><a href="http://mrsc.org/cityprofiles/cityprofile.aspx?id=99"><img src="/images/homes/rentals/cities/index.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var lak = new GLatLng(48.01473114624478, -122.059091796875);
		var marker = createMarker(lak,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Lake+Stevens" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Lake Stevens<p>click <a href="http://www.ci.lake-stevens.wa.us/" style="text-decoration: underline;">here</a> for general information<br>on the City of Lake Stevens<p><a href="http://www.ci.lake-stevens.wa.us/"><img src="/images/homes/rentals/cities/lkstevens.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var lyn = new GLatLng(47.819609756042915, -122.31903076171875);
		var marker = createMarker(lyn,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Lynnwood" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Lynnwood<p>click <a href="http://www.ci.lynnwood.wa.us/" style="text-decoration: underline;">here</a> for general information<br>on the City of Lynnwood<p><a href="http://www.ci.lynnwood.wa.us/"><img src="/images/homes/rentals/cities/lynnwood.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var mar = new GLatLng(48.04903763958815, -122.18268798828125);
		var marker = createMarker(mar,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Marysville" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Marysville<p>click <a href="http://www.ci.marysville.wa.us/" style="text-decoration: underline;">here</a> for general information<br>on the City of Marysville<p><a href="http://www.ci.marysville.wa.us/"><img src="/images/homes/rentals/cities/marysville.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var mil = new GLatLng(47.85648143832489, -122.21946716308594);
		var marker = createMarker(mil,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Mill+Creek" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Mill Creek<p>click <a href="http://www.cityofmillcreek.com/" style="text-decoration: underline;">here</a> for general information<br>on the City of Mill Creek<p><a href="http://www.cityofmillcreek.com/"><img src="/images/homes/rentals/cities/millcreek.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var mon = new GLatLng(47.86003078545827, -121.93708129882812);
		var marker = createMarker(mon,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Monroe" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Monroe<p>click <a href="http://www.ci.monroe.wa.us/" style="text-decoration: underline;">here</a> for general information<br>on the City of Monroe<p><a href="http://www.ci.monroe.wa.us/"><img src="/images/homes/rentals/cities/monroe.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var mou = new GLatLng(47.78917089079263, -122.32933044433594);
		var marker = createMarker(mou,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Mountlake+Terrace" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Mountlake Terrace<p>click <a href="http://www.cityofmlt.com/" style="text-decoration: underline;">here</a> for general information<br>on the City of Monroe<p><a href="http://www.cityofmlt.com/"><img src="/images/homes/rentals/cities/mlt.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var muk = new GLatLng(47.899772184360025, -122.2443115234375);
		var marker = createMarker(muk,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Mukilteo" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Mukilteo<p>click <a href="http://www.ci.mukilteo.wa.us/" style="text-decoration: underline;">here</a> for general information<br>on the City of Mukilteo<p><a href="http://www.ci.mukilteo.wa.us/"><img src="/images/homes/rentals/cities/mukilteo.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var sno = new GLatLng(47.92529605906089, -122.10205078125);
		var marker = createMarker(sno,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Snohomish" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Snohomish<p>click <a href="http://www.ci.snohomish.wa.us/" style="text-decoration: underline;">here</a> for general information<br>on the City of Snohomish<p><a href="http://www.ci.snohomish.wa.us/"><img src="/images/homes/rentals/cities/snohomish.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var sta = new GLatLng(48.2347355834968, -122.37808227539062);
		var marker = createMarker(sta,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Stanwood" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Stanwood<p>click <a href="http://www.ci.stanwood.wa.us/" style="text-decoration: underline;">here</a> for general information<br>on the City of Stanwood<p><a href="http://www.ci.stanwood.wa.us/"><img src="/images/homes/rentals/cities/stanwood.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var sul = new GLatLng(47.85832433461554, -121.80404663085938);
		var marker = createMarker(sul,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Sultan" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Sultan<p>click <a href="http://www.ci.sultan.wa.us/" style="text-decoration: underline;">here</a> for general information<br>on the City of Sultan<p><a href="http://www.ci.sultan.wa.us/"><img src="/images/homes/rentals/cities/sultan.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var tul = new GLatLng(48.06569093979212, -122.29293823242188);
		var marker = createMarker(tul,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Tulalip" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Tulalip<p>click <a href="http://www.tulaliptribes-nsn.gov/" style="text-decoration: underline;">here</a> for general information<br>on the Tulalip Tribes<p><a href="http://www.tulaliptribes-nsn.gov/"><img src="/images/homes/rentals/cities/tulalip.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var whi = new GLatLng(48.1358501991708, -122.58132934570312);
		var marker = createMarker(whi,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Whidbey+Island" target="_blank" style="text-decoration: underline;">here</a> for rental listings on Whidbey Island<p>click <a href="http://www.whidbeycamanoislands.com/" style="text-decoration: underline;">here</a> for general information<br>on Whidbey Island<p><img src="/images/homes/rentals/cities/whidbey.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
		
		var woo = new GLatLng(47.77978039900628, -122.38563537597656);
		var marker = createMarker(woo,unescape('<div class="browselinks">click <a href="http://heraldnet.re.adicio.com/properties/search/results.php?qTerms=rent&qSearchTab=rent&qAction=search&qCity=Woodway" target="_blank" style="text-decoration: underline;">here</a> for rental listings in Woodway<p>click <a href="http://www.townofwoodway.com/" style="text-decoration: underline;">here</a> for general information<br>on the Town of Woodway<p><a href="http://www.townofwoodway.com/"><img src="/images/homes/rentals/cities/woodway.gif" border="0"></a></div>'));
      	map.addOverlay(marker);
      }
    }