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_eb8348943495b531aad669701d56f569 = new google.maps.Geocoder();g_eb8348943495b531aad669701d56f569.geocode( { 'address': "7272 E Indian School Rd, Scottsdale, AZ 85251"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-bank-of-the-west'), mapOptions);}document.getElementById('1c7728f4').innerHTML += ' | View Map';var $leb8348943495b531aad669701d56f569 = '

Bank Of The West

Address: 7272 E Indian School Rd, Scottsdale, AZ 85251
Phone: (415) 821-4900
';var m_eb8348943495b531aad669701d56f569 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of The West',});m_eb8348943495b531aad669701d56f569['infowindow'] = new google.maps.InfoWindow({content: $leb8348943495b531aad669701d56f569});var infowindow = new google.maps.InfoWindow({content: $leb8348943495b531aad669701d56f569});google.maps.event.addListener(m_eb8348943495b531aad669701d56f569, 'click', function() {infowindow.open(map,m_eb8348943495b531aad669701d56f569);});$marker.push(m_eb8348943495b531aad669701d56f569);}});}google.maps.event.addDomListener(window, 'load', initialize);