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.3922,-112.049)};var g_21491c7b561020a59752161b7e3831de = new google.maps.Geocoder();g_21491c7b561020a59752161b7e3831de.geocode( { 'address': "1505 E Southern Ave, Phoenix, AZ 85040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-arizona-federal-credit-union---16th-street-and-southern').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-arizona-federal-credit-union---16th-street-and-southern'), mapOptions);}document.getElementById('60a99051').innerHTML += ' | View Map';var $l21491c7b561020a59752161b7e3831de = '

Arizona Federal Credit Union - 16th Street and Southern

Address: 1505 E Southern Ave, Phoenix, AZ 85040, USA
Phone: (602) 683-1000
';var m_21491c7b561020a59752161b7e3831de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arizona Federal Credit Union - 16th Street and Southern',});m_21491c7b561020a59752161b7e3831de['infowindow'] = new google.maps.InfoWindow({content: $l21491c7b561020a59752161b7e3831de});var infowindow = new google.maps.InfoWindow({content: $l21491c7b561020a59752161b7e3831de});google.maps.event.addListener(m_21491c7b561020a59752161b7e3831de, 'click', function() {infowindow.open(map,m_21491c7b561020a59752161b7e3831de);});$marker.push(m_21491c7b561020a59752161b7e3831de);}});}google.maps.event.addDomListener(window, 'load', initialize);