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.0589,-117.262)};var g_140497ee8d9834971281566332abde22 = new google.maps.Geocoder();g_140497ee8d9834971281566332abde22.geocode( { 'address': "501 N El Camino Real, Encinitas, CA 92024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('encinitas-CA-sdccu').style.display = '';map = new google.maps.Map(document.getElementById('encinitas-CA-sdccu'), mapOptions);}document.getElementById('c11f2092').innerHTML += ' | View Map';var $l140497ee8d9834971281566332abde22 = '

SDCCU

Address: 501 N El Camino Real, Encinitas, CA 92024, USA
Phone: (877) 732-2848
';var m_140497ee8d9834971281566332abde22 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SDCCU',});m_140497ee8d9834971281566332abde22['infowindow'] = new google.maps.InfoWindow({content: $l140497ee8d9834971281566332abde22});var infowindow = new google.maps.InfoWindow({content: $l140497ee8d9834971281566332abde22});google.maps.event.addListener(m_140497ee8d9834971281566332abde22, 'click', function() {infowindow.open(map,m_140497ee8d9834971281566332abde22);});$marker.push(m_140497ee8d9834971281566332abde22);}});}google.maps.event.addDomListener(window, 'load', initialize);