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(36.5847,-121.904)};var g_bb27b25e4c03d002e86f30c7d7eae6c3 = new google.maps.Geocoder();g_bb27b25e4c03d002e86f30c7d7eae6c3.geocode( { 'address': "15 Soledad Dr, Monterey, CA 93940, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monterey-CA-atm-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('monterey-CA-atm-bank-of-the-west'), mapOptions);}document.getElementById('411d543d').innerHTML += ' | View Map';var $lbb27b25e4c03d002e86f30c7d7eae6c3 = '

ATM (Bank of the West)

Address: 15 Soledad Dr, Monterey, CA 93940, USA
Phone:
';var m_bb27b25e4c03d002e86f30c7d7eae6c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Bank of the West)',});m_bb27b25e4c03d002e86f30c7d7eae6c3['infowindow'] = new google.maps.InfoWindow({content: $lbb27b25e4c03d002e86f30c7d7eae6c3});var infowindow = new google.maps.InfoWindow({content: $lbb27b25e4c03d002e86f30c7d7eae6c3});google.maps.event.addListener(m_bb27b25e4c03d002e86f30c7d7eae6c3, 'click', function() {infowindow.open(map,m_bb27b25e4c03d002e86f30c7d7eae6c3);});$marker.push(m_bb27b25e4c03d002e86f30c7d7eae6c3);}});}google.maps.event.addDomListener(window, 'load', initialize);