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(33.466,-112.359)};var g_bf2d441b88c9abbe91d46df156273c7b = new google.maps.Geocoder();g_bf2d441b88c9abbe91d46df156273c7b.geocode( { 'address': "1744 N Litchfield Rd, Goodyear, AZ 85395, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goodyear-AZ-washington-federal').style.display = '';map = new google.maps.Map(document.getElementById('goodyear-AZ-washington-federal'), mapOptions);}document.getElementById('55c47619').innerHTML += ' | View Map';var $lbf2d441b88c9abbe91d46df156273c7b = '

Washington Federal

Address: 1744 N Litchfield Rd, Goodyear, AZ 85395, USA
Phone: (623) 535-0057
';var m_bf2d441b88c9abbe91d46df156273c7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Federal',});m_bf2d441b88c9abbe91d46df156273c7b['infowindow'] = new google.maps.InfoWindow({content: $lbf2d441b88c9abbe91d46df156273c7b});var infowindow = new google.maps.InfoWindow({content: $lbf2d441b88c9abbe91d46df156273c7b});google.maps.event.addListener(m_bf2d441b88c9abbe91d46df156273c7b, 'click', function() {infowindow.open(map,m_bf2d441b88c9abbe91d46df156273c7b);});$marker.push(m_bf2d441b88c9abbe91d46df156273c7b);}});}google.maps.event.addDomListener(window, 'load', initialize);