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_fd9627b5dab0e8bb28be6a32a1652f24 = new google.maps.Geocoder();g_fd9627b5dab0e8bb28be6a32a1652f24.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-san-diego-county-cu').style.display = '';map = new google.maps.Map(document.getElementById('encinitas-CA-san-diego-county-cu'), mapOptions);}document.getElementById('c11f2092').innerHTML += ' | View Map';var $lfd9627b5dab0e8bb28be6a32a1652f24 = '

San Diego County Cu

Address: 501 N El Camino Real, Encinitas, CA 92024, USA
Phone: (760) 942-1188
';var m_fd9627b5dab0e8bb28be6a32a1652f24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'San Diego County Cu',});m_fd9627b5dab0e8bb28be6a32a1652f24['infowindow'] = new google.maps.InfoWindow({content: $lfd9627b5dab0e8bb28be6a32a1652f24});var infowindow = new google.maps.InfoWindow({content: $lfd9627b5dab0e8bb28be6a32a1652f24});google.maps.event.addListener(m_fd9627b5dab0e8bb28be6a32a1652f24, 'click', function() {infowindow.open(map,m_fd9627b5dab0e8bb28be6a32a1652f24);});$marker.push(m_fd9627b5dab0e8bb28be6a32a1652f24);}});}google.maps.event.addDomListener(window, 'load', initialize);