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.0819,-117.233)};var g_952dcec392ca2f4667f334b1f8853370 = new google.maps.Geocoder();g_952dcec392ca2f4667f334b1f8853370.geocode( { 'address': "7630 Via Campanile #138, Carlsbad, CA 92009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carlsbad-CA-sdccu-la-costa-branch').style.display = '';map = new google.maps.Map(document.getElementById('carlsbad-CA-sdccu-la-costa-branch'), mapOptions);}document.getElementById('8665ddea').innerHTML += ' | View Map';var $l952dcec392ca2f4667f334b1f8853370 = '

SDCCU La Costa Branch

Address: 7630 Via Campanile #138, Carlsbad, CA 92009, USA
Phone: (877) 732-2848
';var m_952dcec392ca2f4667f334b1f8853370 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SDCCU La Costa Branch',});m_952dcec392ca2f4667f334b1f8853370['infowindow'] = new google.maps.InfoWindow({content: $l952dcec392ca2f4667f334b1f8853370});var infowindow = new google.maps.InfoWindow({content: $l952dcec392ca2f4667f334b1f8853370});google.maps.event.addListener(m_952dcec392ca2f4667f334b1f8853370, 'click', function() {infowindow.open(map,m_952dcec392ca2f4667f334b1f8853370);});$marker.push(m_952dcec392ca2f4667f334b1f8853370);}});}google.maps.event.addDomListener(window, 'load', initialize);