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(33.0477,-117.294)};var g_65cd105288b7fdefb5461ea0f5b06246 = new google.maps.Geocoder();g_65cd105288b7fdefb5461ea0f5b06246.geocode( { 'address': "345 S Coast Hwy 101, Encinitas, CA 92024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('encinitas-CA-seacoast-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('encinitas-CA-seacoast-commerce-bank'), mapOptions);}document.getElementById('dbfbcddf').innerHTML += ' | View Map';var $l65cd105288b7fdefb5461ea0f5b06246 = '

Seacoast Commerce Bank

Address: 345 S Coast Hwy 101, Encinitas, CA 92024, USA
Phone: (760) 753-7300
';var m_65cd105288b7fdefb5461ea0f5b06246 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Seacoast Commerce Bank',});m_65cd105288b7fdefb5461ea0f5b06246['infowindow'] = new google.maps.InfoWindow({content: $l65cd105288b7fdefb5461ea0f5b06246});var infowindow = new google.maps.InfoWindow({content: $l65cd105288b7fdefb5461ea0f5b06246});google.maps.event.addListener(m_65cd105288b7fdefb5461ea0f5b06246, 'click', function() {infowindow.open(map,m_65cd105288b7fdefb5461ea0f5b06246);});$marker.push(m_65cd105288b7fdefb5461ea0f5b06246);}});}google.maps.event.addDomListener(window, 'load', initialize);