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.4873,-111.909)};var g_cc97f299397c18b40469d3eae5cc54ff = new google.maps.Geocoder();g_cc97f299397c18b40469d3eae5cc54ff.geocode( { 'address': "3396 N Hayden Rd, Scottsdale, AZ 85251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-arizona-federal-credit-union---scottsdale').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-arizona-federal-credit-union---scottsdale'), mapOptions);}document.getElementById('4ed46471').innerHTML += ' | View Map';var $lcc97f299397c18b40469d3eae5cc54ff = '

Arizona Federal Credit Union - Scottsdale

Address: 3396 N Hayden Rd, Scottsdale, AZ 85251, USA
Phone: (602) 683-1000
';var m_cc97f299397c18b40469d3eae5cc54ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arizona Federal Credit Union - Scottsdale',});m_cc97f299397c18b40469d3eae5cc54ff['infowindow'] = new google.maps.InfoWindow({content: $lcc97f299397c18b40469d3eae5cc54ff});var infowindow = new google.maps.InfoWindow({content: $lcc97f299397c18b40469d3eae5cc54ff});google.maps.event.addListener(m_cc97f299397c18b40469d3eae5cc54ff, 'click', function() {infowindow.open(map,m_cc97f299397c18b40469d3eae5cc54ff);});$marker.push(m_cc97f299397c18b40469d3eae5cc54ff);}});}google.maps.event.addDomListener(window, 'load', initialize);