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_de6d4d92517bcc9796851b0c144c263b = new google.maps.Geocoder();g_de6d4d92517bcc9796851b0c144c263b.geocode( { 'address': "7555 E Redfield Rd, Scottsdale, AZ 85260"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-stearns-bank-n-a').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-stearns-bank-n-a'), mapOptions);}document.getElementById('c2c82ab5').innerHTML += ' | View Map';var $lde6d4d92517bcc9796851b0c144c263b = '

Stearns Bank N A

Address: 7555 E Redfield Rd, Scottsdale, AZ 85260
Phone: (480) 556-6200
';var m_de6d4d92517bcc9796851b0c144c263b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stearns Bank N A',});m_de6d4d92517bcc9796851b0c144c263b['infowindow'] = new google.maps.InfoWindow({content: $lde6d4d92517bcc9796851b0c144c263b});var infowindow = new google.maps.InfoWindow({content: $lde6d4d92517bcc9796851b0c144c263b});google.maps.event.addListener(m_de6d4d92517bcc9796851b0c144c263b, 'click', function() {infowindow.open(map,m_de6d4d92517bcc9796851b0c144c263b);});$marker.push(m_de6d4d92517bcc9796851b0c144c263b);}});}google.maps.event.addDomListener(window, 'load', initialize);