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(36.058,-114.96)};var g_86d2641cf8c4473a96c6bbbaaa245f75 = new google.maps.Geocoder();g_86d2641cf8c4473a96c6bbbaaa245f75.geocode( { 'address': "2505 Anthem Village Dr, Ste C, Henderson, NV 89052"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('henderson-NV-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('henderson-NV-washington-federal'), mapOptions);}document.getElementById('372b8afe').innerHTML += ' | View Map';var $l86d2641cf8c4473a96c6bbbaaa245f75 = '

Washington Federal

Address: 2505 Anthem Village Dr, Ste C, Henderson, NV 89052
Phone: (702) 896-3962
';var m_86d2641cf8c4473a96c6bbbaaa245f75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_86d2641cf8c4473a96c6bbbaaa245f75['infowindow'] = new google.maps.InfoWindow({content: $l86d2641cf8c4473a96c6bbbaaa245f75});var infowindow = new google.maps.InfoWindow({content: $l86d2641cf8c4473a96c6bbbaaa245f75});google.maps.event.addListener(m_86d2641cf8c4473a96c6bbbaaa245f75, 'click', function() {infowindow.open(map,m_86d2641cf8c4473a96c6bbbaaa245f75);});$marker.push(m_86d2641cf8c4473a96c6bbbaaa245f75);}});}google.maps.event.addDomListener(window, 'load', initialize);