var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(48.2206,-122.689)};var g_9379824b37bdf1d40d517e0a8e4ea024 = new google.maps.Geocoder();g_9379824b37bdf1d40d517e0a8e4ea024.geocode( { 'address': "180 NW Coveland St, Coupeville, WA 98239, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coupeville-WA-island-county-economic-development-council').style.display = '';map = new google.maps.Map(document.getElementById('coupeville-WA-island-county-economic-development-council'), mapOptions);}document.getElementById('62fdb31d').innerHTML += ' | View Map';var $l9379824b37bdf1d40d517e0a8e4ea024 = '

Island County Economic Development Council

Address: 180 NW Coveland St, Coupeville, WA 98239, USA
Phone: (360) 678-6889
';var m_9379824b37bdf1d40d517e0a8e4ea024 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Island County Economic Development Council',});m_9379824b37bdf1d40d517e0a8e4ea024['infowindow'] = new google.maps.InfoWindow({content: $l9379824b37bdf1d40d517e0a8e4ea024});var infowindow = new google.maps.InfoWindow({content: $l9379824b37bdf1d40d517e0a8e4ea024});google.maps.event.addListener(m_9379824b37bdf1d40d517e0a8e4ea024, 'click', function() {infowindow.open(map,m_9379824b37bdf1d40d517e0a8e4ea024);});$marker.push(m_9379824b37bdf1d40d517e0a8e4ea024);}});}google.maps.event.addDomListener(window, 'load', initialize);