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.572,-122.346)};var g_67577e94367b2efc073a5c9085a0e31d = new google.maps.Geocoder();g_67577e94367b2efc073a5c9085a0e31d.geocode( { 'address': "910 SW Spokane St, Seattle, WA 98134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-nacm-western-wa-al-hi').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-nacm-western-wa-al-hi'), mapOptions);}document.getElementById('0280a217').innerHTML += ' | View Map';var $l67577e94367b2efc073a5c9085a0e31d = '

NACM Western WA-Al-HI

Address: 910 SW Spokane St, Seattle, WA 98134, USA
Phone: (206) 728-6333
';var m_67577e94367b2efc073a5c9085a0e31d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NACM Western WA-Al-HI',});m_67577e94367b2efc073a5c9085a0e31d['infowindow'] = new google.maps.InfoWindow({content: $l67577e94367b2efc073a5c9085a0e31d});var infowindow = new google.maps.InfoWindow({content: $l67577e94367b2efc073a5c9085a0e31d});google.maps.event.addListener(m_67577e94367b2efc073a5c9085a0e31d, 'click', function() {infowindow.open(map,m_67577e94367b2efc073a5c9085a0e31d);});$marker.push(m_67577e94367b2efc073a5c9085a0e31d);}});}google.maps.event.addDomListener(window, 'load', initialize);