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.0352,-117.284)};var g_12ac72f445ced20780a7900df364608a = new google.maps.Geocoder();g_12ac72f445ced20780a7900df364608a.geocode( { 'address': "429 Santa Fe Dr, Encinitas, CA 92024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('encinitas-CA-california-coast-credit-union-encinitas-branch').style.display = '';map = new google.maps.Map(document.getElementById('encinitas-CA-california-coast-credit-union-encinitas-branch'), mapOptions);}document.getElementById('ebaaa346').innerHTML += ' | View Map';var $l12ac72f445ced20780a7900df364608a = '

California Coast Credit Union Encinitas Branch

Address: 429 Santa Fe Dr, Encinitas, CA 92024, USA
Phone: (858) 495-1600
';var m_12ac72f445ced20780a7900df364608a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Coast Credit Union Encinitas Branch',});m_12ac72f445ced20780a7900df364608a['infowindow'] = new google.maps.InfoWindow({content: $l12ac72f445ced20780a7900df364608a});var infowindow = new google.maps.InfoWindow({content: $l12ac72f445ced20780a7900df364608a});google.maps.event.addListener(m_12ac72f445ced20780a7900df364608a, 'click', function() {infowindow.open(map,m_12ac72f445ced20780a7900df364608a);});$marker.push(m_12ac72f445ced20780a7900df364608a);}});}google.maps.event.addDomListener(window, 'load', initialize);