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(48.2771,-117.715)};var g_830c2addaa100a504ecaa6b4374f93ac = new google.maps.Geocoder();g_830c2addaa100a504ecaa6b4374f93ac.geocode( { 'address': "108 N Park St, Chewelah, WA 99109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chewelah-WA-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('chewelah-WA-washington-federal'), mapOptions);}document.getElementById('67a9a592').innerHTML += ' | View Map';var $l830c2addaa100a504ecaa6b4374f93ac = '

Washington Federal

Address: 108 N Park St, Chewelah, WA 99109, USA
Phone: (509) 935-8511
';var m_830c2addaa100a504ecaa6b4374f93ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_830c2addaa100a504ecaa6b4374f93ac['infowindow'] = new google.maps.InfoWindow({content: $l830c2addaa100a504ecaa6b4374f93ac});var infowindow = new google.maps.InfoWindow({content: $l830c2addaa100a504ecaa6b4374f93ac});google.maps.event.addListener(m_830c2addaa100a504ecaa6b4374f93ac, 'click', function() {infowindow.open(map,m_830c2addaa100a504ecaa6b4374f93ac);});$marker.push(m_830c2addaa100a504ecaa6b4374f93ac);}});}google.maps.event.addDomListener(window, 'load', initialize);