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(39.2518,-114.874)};var g_e3ec5603bb847c90aa85479441dac198 = new google.maps.Geocoder();g_e3ec5603bb847c90aa85479441dac198.geocode( { 'address': "725 Great Basin Hwy, Ely, NV 89301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ely-NV-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('ely-NV-washington-federal'), mapOptions);}document.getElementById('a3863d57').innerHTML += ' | View Map';var $le3ec5603bb847c90aa85479441dac198 = '

Washington Federal

Address: 725 Great Basin Hwy, Ely, NV 89301, USA
Phone: (775) 289-7900
';var m_e3ec5603bb847c90aa85479441dac198 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_e3ec5603bb847c90aa85479441dac198['infowindow'] = new google.maps.InfoWindow({content: $le3ec5603bb847c90aa85479441dac198});var infowindow = new google.maps.InfoWindow({content: $le3ec5603bb847c90aa85479441dac198});google.maps.event.addListener(m_e3ec5603bb847c90aa85479441dac198, 'click', function() {infowindow.open(map,m_e3ec5603bb847c90aa85479441dac198);});$marker.push(m_e3ec5603bb847c90aa85479441dac198);}});}google.maps.event.addDomListener(window, 'load', initialize);