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.5837,-121.898)};var g_231e535a63030cd69bf4b9a07d9968bf = new google.maps.Geocoder();g_231e535a63030cd69bf4b9a07d9968bf.geocode( { 'address': "1050 Del Monte Center, Monterey, CA 93940, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monterey-CA-bank-of-the-west---atm').style.display = '';map = new google.maps.Map(document.getElementById('monterey-CA-bank-of-the-west---atm'), mapOptions);}document.getElementById('a48f4226').innerHTML += ' | View Map';var $l231e535a63030cd69bf4b9a07d9968bf = '

Bank of the West - ATM

Address: 1050 Del Monte Center, Monterey, CA 93940, USA
Phone: (800) 488-2265
';var m_231e535a63030cd69bf4b9a07d9968bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West - ATM',});m_231e535a63030cd69bf4b9a07d9968bf['infowindow'] = new google.maps.InfoWindow({content: $l231e535a63030cd69bf4b9a07d9968bf});var infowindow = new google.maps.InfoWindow({content: $l231e535a63030cd69bf4b9a07d9968bf});google.maps.event.addListener(m_231e535a63030cd69bf4b9a07d9968bf, 'click', function() {infowindow.open(map,m_231e535a63030cd69bf4b9a07d9968bf);});$marker.push(m_231e535a63030cd69bf4b9a07d9968bf);}});}google.maps.event.addDomListener(window, 'load', initialize);