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.5816,-111.882)};var g_4c5d9391397b070774d848d97c97574b = new google.maps.Geocoder();g_4c5d9391397b070774d848d97c97574b.geocode( { 'address': "9225 E Shea Blvd, Scottsdale, AZ 85260, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-stearns-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-stearns-bank-na'), mapOptions);}document.getElementById('68738374').innerHTML += ' | View Map';var $l4c5d9391397b070774d848d97c97574b = '

Stearns Bank NA

Address: 9225 E Shea Blvd, Scottsdale, AZ 85260, USA
Phone: (480) 314-4200
';var m_4c5d9391397b070774d848d97c97574b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stearns Bank NA',});m_4c5d9391397b070774d848d97c97574b['infowindow'] = new google.maps.InfoWindow({content: $l4c5d9391397b070774d848d97c97574b});var infowindow = new google.maps.InfoWindow({content: $l4c5d9391397b070774d848d97c97574b});google.maps.event.addListener(m_4c5d9391397b070774d848d97c97574b, 'click', function() {infowindow.open(map,m_4c5d9391397b070774d848d97c97574b);});$marker.push(m_4c5d9391397b070774d848d97c97574b);}});}google.maps.event.addDomListener(window, 'load', initialize);