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(37.071,-122.011)};var g_0d4a67fda5ef5c1f027a47d71c24f5d9 = new google.maps.Geocoder();g_0d4a67fda5ef5c1f027a47d71c24f5d9.geocode( { 'address': "4604 Scotts Valley Dr, Scotts Valley, CA 95066"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scotts-valley-CA-santa-cruz-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('scotts-valley-CA-santa-cruz-county-bank'), mapOptions);}document.getElementById('8ea7220e').innerHTML += ' | View Map';var $l0d4a67fda5ef5c1f027a47d71c24f5d9 = '

Santa Cruz County Bank

Address: 4604 Scotts Valley Dr, Scotts Valley, CA 95066
Phone: (831) 461-5000
';var m_0d4a67fda5ef5c1f027a47d71c24f5d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santa Cruz County Bank',});m_0d4a67fda5ef5c1f027a47d71c24f5d9['infowindow'] = new google.maps.InfoWindow({content: $l0d4a67fda5ef5c1f027a47d71c24f5d9});var infowindow = new google.maps.InfoWindow({content: $l0d4a67fda5ef5c1f027a47d71c24f5d9});google.maps.event.addListener(m_0d4a67fda5ef5c1f027a47d71c24f5d9, 'click', function() {infowindow.open(map,m_0d4a67fda5ef5c1f027a47d71c24f5d9);});$marker.push(m_0d4a67fda5ef5c1f027a47d71c24f5d9);}});}google.maps.event.addDomListener(window, 'load', initialize);