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.1044,-117.268)};var g_0dcf1fcad2b9044674cdce3cb73bc0eb = new google.maps.Geocoder();g_0dcf1fcad2b9044674cdce3cb73bc0eb.geocode( { 'address': "6971 El Camino Real, Carlsbad, CA 92009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carlsbad-CA-point-loma-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('carlsbad-CA-point-loma-credit-union'), mapOptions);}document.getElementById('b4f58e28').innerHTML += ' | View Map';var $l0dcf1fcad2b9044674cdce3cb73bc0eb = '

Point Loma Credit Union

Address: 6971 El Camino Real, Carlsbad, CA 92009, USA
Phone: (760) 804-9040
';var m_0dcf1fcad2b9044674cdce3cb73bc0eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Point Loma Credit Union',});m_0dcf1fcad2b9044674cdce3cb73bc0eb['infowindow'] = new google.maps.InfoWindow({content: $l0dcf1fcad2b9044674cdce3cb73bc0eb});var infowindow = new google.maps.InfoWindow({content: $l0dcf1fcad2b9044674cdce3cb73bc0eb});google.maps.event.addListener(m_0dcf1fcad2b9044674cdce3cb73bc0eb, 'click', function() {infowindow.open(map,m_0dcf1fcad2b9044674cdce3cb73bc0eb);});$marker.push(m_0dcf1fcad2b9044674cdce3cb73bc0eb);}});}google.maps.event.addDomListener(window, 'load', initialize);