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.9776,-122.027)};var g_da179ca75e5e5c957abdad00f2a5587d = new google.maps.Geocoder();g_da179ca75e5e5c957abdad00f2a5587d.geocode( { 'address': "2020 N 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-lighthouse-bank').style.display = '';map = new google.maps.Map(document.getElementById('santa-cruz-CA-lighthouse-bank'), mapOptions);}document.getElementById('35817a21').innerHTML += ' | View Map';var $lda179ca75e5e5c957abdad00f2a5587d = '

Lighthouse Bank

Address: 2020 N Pacific Ave, Santa Cruz, CA 95060, USA
Phone: (831) 600-4000
';var m_da179ca75e5e5c957abdad00f2a5587d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lighthouse Bank',});m_da179ca75e5e5c957abdad00f2a5587d['infowindow'] = new google.maps.InfoWindow({content: $lda179ca75e5e5c957abdad00f2a5587d});var infowindow = new google.maps.InfoWindow({content: $lda179ca75e5e5c957abdad00f2a5587d});google.maps.event.addListener(m_da179ca75e5e5c957abdad00f2a5587d, 'click', function() {infowindow.open(map,m_da179ca75e5e5c957abdad00f2a5587d);});$marker.push(m_da179ca75e5e5c957abdad00f2a5587d);}});}google.maps.event.addDomListener(window, 'load', initialize);