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.6043,-122.333)};var g_fa980e7b000b6545a4c0c5373eb1b7f3 = new google.maps.Geocoder();g_fa980e7b000b6545a4c0c5373eb1b7f3.geocode( { 'address': "801 3rd Ave #206, Seattle, WA 98104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-northwest-baptist-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-northwest-baptist-federal-credit-union'), mapOptions);}document.getElementById('6a607d2c').innerHTML += ' | View Map';var $lfa980e7b000b6545a4c0c5373eb1b7f3 = '

Northwest Baptist Federal Credit Union

Address: 801 3rd Ave #206, Seattle, WA 98104, USA
Phone: (206) 398-5500
';var m_fa980e7b000b6545a4c0c5373eb1b7f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Baptist Federal Credit Union',});m_fa980e7b000b6545a4c0c5373eb1b7f3['infowindow'] = new google.maps.InfoWindow({content: $lfa980e7b000b6545a4c0c5373eb1b7f3});var infowindow = new google.maps.InfoWindow({content: $lfa980e7b000b6545a4c0c5373eb1b7f3});google.maps.event.addListener(m_fa980e7b000b6545a4c0c5373eb1b7f3, 'click', function() {infowindow.open(map,m_fa980e7b000b6545a4c0c5373eb1b7f3);});$marker.push(m_fa980e7b000b6545a4c0c5373eb1b7f3);}});}google.maps.event.addDomListener(window, 'load', initialize);