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(47.5991,-122.312)};var g_7038ed39db8398fa87cad3b34076e611 = new google.maps.Geocoder();g_7038ed39db8398fa87cad3b34076e611.geocode( { 'address': "1437 S Jackson St, Seattle, WA 98144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-business-impact-nw').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-business-impact-nw'), mapOptions);}document.getElementById('26b5aa52').innerHTML += ' | View Map';var $l7038ed39db8398fa87cad3b34076e611 = '

Business Impact NW

Address: 1437 S Jackson St, Seattle, WA 98144, USA
Phone: (206) 324-4330
';var m_7038ed39db8398fa87cad3b34076e611 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Business Impact NW',});m_7038ed39db8398fa87cad3b34076e611['infowindow'] = new google.maps.InfoWindow({content: $l7038ed39db8398fa87cad3b34076e611});var infowindow = new google.maps.InfoWindow({content: $l7038ed39db8398fa87cad3b34076e611});google.maps.event.addListener(m_7038ed39db8398fa87cad3b34076e611, 'click', function() {infowindow.open(map,m_7038ed39db8398fa87cad3b34076e611);});$marker.push(m_7038ed39db8398fa87cad3b34076e611);}});}google.maps.event.addDomListener(window, 'load', initialize);