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.7089,-117.156)};var g_a3b36f5522bb70f85e63a44a8647a290 = new google.maps.Geocoder();g_a3b36f5522bb70f85e63a44a8647a290.geocode( { 'address': "Diamond View, 350 Tenth Ave #1000, San Diego, CA 92101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-american-consumer-credit-counseling-inc').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-american-consumer-credit-counseling-inc'), mapOptions);}document.getElementById('f9b02855').innerHTML += ' | View Map';var $la3b36f5522bb70f85e63a44a8647a290 = '

American Consumer Credit Counseling, Inc

Address: Diamond View, 350 Tenth Ave #1000, San Diego, CA 92101, USA
Phone: (619) 344-2565
';var m_a3b36f5522bb70f85e63a44a8647a290 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Consumer Credit Counseling, Inc',});m_a3b36f5522bb70f85e63a44a8647a290['infowindow'] = new google.maps.InfoWindow({content: $la3b36f5522bb70f85e63a44a8647a290});var infowindow = new google.maps.InfoWindow({content: $la3b36f5522bb70f85e63a44a8647a290});google.maps.event.addListener(m_a3b36f5522bb70f85e63a44a8647a290, 'click', function() {infowindow.open(map,m_a3b36f5522bb70f85e63a44a8647a290);});$marker.push(m_a3b36f5522bb70f85e63a44a8647a290);}});}google.maps.event.addDomListener(window, 'load', initialize);