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(34.2541,-110.028)};var g_cad1ba1506916fe76ad557cc0676032c = new google.maps.Geocoder();g_cad1ba1506916fe76ad557cc0676032c.geocode( { 'address': "1301 E Deuce of Clubs, Show Low, AZ 85901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('show-low-AZ-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('show-low-AZ-washington-federal'), mapOptions);}document.getElementById('9e6bc350').innerHTML += ' | View Map';var $lcad1ba1506916fe76ad557cc0676032c = '

Washington Federal

Address: 1301 E Deuce of Clubs, Show Low, AZ 85901, USA
Phone: (928) 537-7425
';var m_cad1ba1506916fe76ad557cc0676032c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_cad1ba1506916fe76ad557cc0676032c['infowindow'] = new google.maps.InfoWindow({content: $lcad1ba1506916fe76ad557cc0676032c});var infowindow = new google.maps.InfoWindow({content: $lcad1ba1506916fe76ad557cc0676032c});google.maps.event.addListener(m_cad1ba1506916fe76ad557cc0676032c, 'click', function() {infowindow.open(map,m_cad1ba1506916fe76ad557cc0676032c);});$marker.push(m_cad1ba1506916fe76ad557cc0676032c);}});}google.maps.event.addDomListener(window, 'load', initialize);