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_cdcfb1c07205f7057b0a305eb21e72d5 = new google.maps.Geocoder();g_cdcfb1c07205f7057b0a305eb21e72d5.geocode( { 'address': "8922 E Via Linda, Scottsdale, AZ 85258"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-first-bank-of-arizona').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-first-bank-of-arizona'), mapOptions);}document.getElementById('b96933c6').innerHTML += ' | View Map';var $lcdcfb1c07205f7057b0a305eb21e72d5 = '

First Bank of Arizona

Address: 8922 E Via Linda, Scottsdale, AZ 85258
Phone: (480) 551-9500
';var m_cdcfb1c07205f7057b0a305eb21e72d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank of Arizona',});m_cdcfb1c07205f7057b0a305eb21e72d5['infowindow'] = new google.maps.InfoWindow({content: $lcdcfb1c07205f7057b0a305eb21e72d5});var infowindow = new google.maps.InfoWindow({content: $lcdcfb1c07205f7057b0a305eb21e72d5});google.maps.event.addListener(m_cdcfb1c07205f7057b0a305eb21e72d5, 'click', function() {infowindow.open(map,m_cdcfb1c07205f7057b0a305eb21e72d5);});$marker.push(m_cdcfb1c07205f7057b0a305eb21e72d5);}});}google.maps.event.addDomListener(window, 'load', initialize);