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(32.6018,-110.632)};var g_01c09e69c131300a54fb82af88a4ea65 = new google.maps.Geocoder();g_01c09e69c131300a54fb82af88a4ea65.geocode( { 'address': "490 S Ave A, San Manuel, AZ 85631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-manuel-AZ-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('san-manuel-AZ-bank-of-the-west'), mapOptions);}document.getElementById('751e7d75').innerHTML += ' | View Map';var $l01c09e69c131300a54fb82af88a4ea65 = '

Bank of the West

Address: 490 S Ave A, San Manuel, AZ 85631, USA
Phone: (520) 385-2391
';var m_01c09e69c131300a54fb82af88a4ea65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_01c09e69c131300a54fb82af88a4ea65['infowindow'] = new google.maps.InfoWindow({content: $l01c09e69c131300a54fb82af88a4ea65});var infowindow = new google.maps.InfoWindow({content: $l01c09e69c131300a54fb82af88a4ea65});google.maps.event.addListener(m_01c09e69c131300a54fb82af88a4ea65, 'click', function() {infowindow.open(map,m_01c09e69c131300a54fb82af88a4ea65);});$marker.push(m_01c09e69c131300a54fb82af88a4ea65);}});}google.maps.event.addDomListener(window, 'load', initialize);