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(42.1971,-122.712)};var g_a291eb7ce8c6c27ed798151c4a0741bc = new google.maps.Geocoder();g_a291eb7ce8c6c27ed798151c4a0741bc.geocode( { 'address': "175 Lithia Way Ste 101, Ashland, OR 97520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-OR-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('ashland-OR-washington-federal'), mapOptions);}document.getElementById('0e8af392').innerHTML += ' | View Map';var $la291eb7ce8c6c27ed798151c4a0741bc = '

Washington Federal

Address: 175 Lithia Way Ste 101, Ashland, OR 97520, USA
Phone: (541) 535-6149
';var m_a291eb7ce8c6c27ed798151c4a0741bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_a291eb7ce8c6c27ed798151c4a0741bc['infowindow'] = new google.maps.InfoWindow({content: $la291eb7ce8c6c27ed798151c4a0741bc});var infowindow = new google.maps.InfoWindow({content: $la291eb7ce8c6c27ed798151c4a0741bc});google.maps.event.addListener(m_a291eb7ce8c6c27ed798151c4a0741bc, 'click', function() {infowindow.open(map,m_a291eb7ce8c6c27ed798151c4a0741bc);});$marker.push(m_a291eb7ce8c6c27ed798151c4a0741bc);}});}google.maps.event.addDomListener(window, 'load', initialize);