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.3606,-119.236)};var g_2146c16ba0c440c7e527a59a2111440c = new google.maps.Geocoder();g_2146c16ba0c440c7e527a59a2111440c.geocode( { 'address': "21 W. Bartlett Avenue, Omak, WA 98841"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omak-WA-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('omak-WA-washington-federal'), mapOptions);}document.getElementById('aa13d4ac').innerHTML += ' | View Map';var $l2146c16ba0c440c7e527a59a2111440c = '

Washington Federal

Address: 21 W. Bartlett Avenue, Omak, WA 98841
Phone: (509) 826-2220
';var m_2146c16ba0c440c7e527a59a2111440c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_2146c16ba0c440c7e527a59a2111440c['infowindow'] = new google.maps.InfoWindow({content: $l2146c16ba0c440c7e527a59a2111440c});var infowindow = new google.maps.InfoWindow({content: $l2146c16ba0c440c7e527a59a2111440c});google.maps.event.addListener(m_2146c16ba0c440c7e527a59a2111440c, 'click', function() {infowindow.open(map,m_2146c16ba0c440c7e527a59a2111440c);});$marker.push(m_2146c16ba0c440c7e527a59a2111440c);}});}google.maps.event.addDomListener(window, 'load', initialize);