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.7337,-122.312)};var g_19a781b45fa1109c1c90fe1b1a431972 = new google.maps.Geocoder();g_19a781b45fa1109c1c90fe1b1a431972.geocode( { 'address': "14360 15th Ave NE, Seattle, WA 98125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-washington-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-washington-federal-credit-union'), mapOptions);}document.getElementById('6fd211d0').innerHTML += ' | View Map';var $l19a781b45fa1109c1c90fe1b1a431972 = '

Washington Federal Credit Union

Address: 14360 15th Ave NE, Seattle, WA 98125, USA
Phone: (206) 365-8200
';var m_19a781b45fa1109c1c90fe1b1a431972 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal Credit Union',});m_19a781b45fa1109c1c90fe1b1a431972['infowindow'] = new google.maps.InfoWindow({content: $l19a781b45fa1109c1c90fe1b1a431972});var infowindow = new google.maps.InfoWindow({content: $l19a781b45fa1109c1c90fe1b1a431972});google.maps.event.addListener(m_19a781b45fa1109c1c90fe1b1a431972, 'click', function() {infowindow.open(map,m_19a781b45fa1109c1c90fe1b1a431972);});$marker.push(m_19a781b45fa1109c1c90fe1b1a431972);}});}google.maps.event.addDomListener(window, 'load', initialize);