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.8117,-122.38)};var g_136b1034544fdaf8ce9d1c45c14502f1 = new google.maps.Geocoder();g_136b1034544fdaf8ce9d1c45c14502f1.geocode( { 'address': "229 Main St, Edmonds, WA 98020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edmonds-WA-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('edmonds-WA-washington-federal'), mapOptions);}document.getElementById('63b31b72').innerHTML += ' | View Map';var $l136b1034544fdaf8ce9d1c45c14502f1 = '

Washington Federal

Address: 229 Main St, Edmonds, WA 98020, USA
Phone: (425) 672-6701
';var m_136b1034544fdaf8ce9d1c45c14502f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_136b1034544fdaf8ce9d1c45c14502f1['infowindow'] = new google.maps.InfoWindow({content: $l136b1034544fdaf8ce9d1c45c14502f1});var infowindow = new google.maps.InfoWindow({content: $l136b1034544fdaf8ce9d1c45c14502f1});google.maps.event.addListener(m_136b1034544fdaf8ce9d1c45c14502f1, 'click', function() {infowindow.open(map,m_136b1034544fdaf8ce9d1c45c14502f1);});$marker.push(m_136b1034544fdaf8ce9d1c45c14502f1);}});}google.maps.event.addDomListener(window, 'load', initialize);