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.9766,-122.027)};var g_9b2802eb44511860ed6a6a8840dc7945 = new google.maps.Geocoder();g_9b2802eb44511860ed6a6a8840dc7945.geocode( { 'address': "1551 Pacific Ave, Santa Cruz, CA 95060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-cruz-CA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('santa-cruz-CA-bank-of-the-west'), mapOptions);}document.getElementById('eb4b29f9').innerHTML += ' | View Map';var $l9b2802eb44511860ed6a6a8840dc7945 = '

Bank of the West

Address: 1551 Pacific Ave, Santa Cruz, CA 95060, USA
Phone: (831) 429-1124
';var m_9b2802eb44511860ed6a6a8840dc7945 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_9b2802eb44511860ed6a6a8840dc7945['infowindow'] = new google.maps.InfoWindow({content: $l9b2802eb44511860ed6a6a8840dc7945});var infowindow = new google.maps.InfoWindow({content: $l9b2802eb44511860ed6a6a8840dc7945});google.maps.event.addListener(m_9b2802eb44511860ed6a6a8840dc7945, 'click', function() {infowindow.open(map,m_9b2802eb44511860ed6a6a8840dc7945);});$marker.push(m_9b2802eb44511860ed6a6a8840dc7945);}});}google.maps.event.addDomListener(window, 'load', initialize);