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.5231,-111.907)};var g_1580cb083169e06b7e5af0481196b674 = new google.maps.Geocoder();g_1580cb083169e06b7e5af0481196b674.geocode( { 'address': "9065 E Via Linda, Scottsdale, AZ 85258"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-arizona-federal').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-arizona-federal'), mapOptions);}document.getElementById('b2db6460').innerHTML += ' | View Map';var $l1580cb083169e06b7e5af0481196b674 = '

Arizona Federal

Address: 9065 E Via Linda, Scottsdale, AZ 85258
Phone: (800) 523-4603
';var m_1580cb083169e06b7e5af0481196b674 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arizona Federal',});m_1580cb083169e06b7e5af0481196b674['infowindow'] = new google.maps.InfoWindow({content: $l1580cb083169e06b7e5af0481196b674});var infowindow = new google.maps.InfoWindow({content: $l1580cb083169e06b7e5af0481196b674});google.maps.event.addListener(m_1580cb083169e06b7e5af0481196b674, 'click', function() {infowindow.open(map,m_1580cb083169e06b7e5af0481196b674);});$marker.push(m_1580cb083169e06b7e5af0481196b674);}});}google.maps.event.addDomListener(window, 'load', initialize);