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.9783,-121.952)};var g_980b2e71a187f092466c13bf42cd6413 = new google.maps.Geocoder();g_980b2e71a187f092466c13bf42cd6413.geocode( { 'address': "819 Bay Ave, Capitola, CA 95010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('capitola-CA-santa-cruz-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('capitola-CA-santa-cruz-county-bank'), mapOptions);}document.getElementById('96f8e928').innerHTML += ' | View Map';var $l980b2e71a187f092466c13bf42cd6413 = '

Santa Cruz County Bank

Address: 819 Bay Ave, Capitola, CA 95010
Phone: (831) 464-5300
';var m_980b2e71a187f092466c13bf42cd6413 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santa Cruz County Bank',});m_980b2e71a187f092466c13bf42cd6413['infowindow'] = new google.maps.InfoWindow({content: $l980b2e71a187f092466c13bf42cd6413});var infowindow = new google.maps.InfoWindow({content: $l980b2e71a187f092466c13bf42cd6413});google.maps.event.addListener(m_980b2e71a187f092466c13bf42cd6413, 'click', function() {infowindow.open(map,m_980b2e71a187f092466c13bf42cd6413);});$marker.push(m_980b2e71a187f092466c13bf42cd6413);}});}google.maps.event.addDomListener(window, 'load', initialize);