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(32.7766,-117.12)};var g_7b54cb6c7740203b722d395215ed5ba2 = new google.maps.Geocoder();g_7b54cb6c7740203b722d395215ed5ba2.geocode( { 'address': "3435 Camino del Rio S #110, San Diego, CA 92108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-credit-counseling-bureau-of-san-diego-county').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-credit-counseling-bureau-of-san-diego-county'), mapOptions);}document.getElementById('61812d96').innerHTML += ' | View Map';var $l7b54cb6c7740203b722d395215ed5ba2 = '

Credit Counseling Bureau of San Diego County

Address: 3435 Camino del Rio S #110, San Diego, CA 92108, USA
Phone:
';var m_7b54cb6c7740203b722d395215ed5ba2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Counseling Bureau of San Diego County',});m_7b54cb6c7740203b722d395215ed5ba2['infowindow'] = new google.maps.InfoWindow({content: $l7b54cb6c7740203b722d395215ed5ba2});var infowindow = new google.maps.InfoWindow({content: $l7b54cb6c7740203b722d395215ed5ba2});google.maps.event.addListener(m_7b54cb6c7740203b722d395215ed5ba2, 'click', function() {infowindow.open(map,m_7b54cb6c7740203b722d395215ed5ba2);});$marker.push(m_7b54cb6c7740203b722d395215ed5ba2);}});}google.maps.event.addDomListener(window, 'load', initialize);