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(38.5975,-121.414)};var g_50b0447c46c1b4199f44dbeb48bec350 = new google.maps.Geocoder();g_50b0447c46c1b4199f44dbeb48bec350.geocode( { 'address': "1750 Howe Ave Ste. 125, Sacramento, CA 95825, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-clearpoint-credit-counseling-solutions').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-clearpoint-credit-counseling-solutions'), mapOptions);}document.getElementById('9321dde1').innerHTML += ' | View Map';var $l50b0447c46c1b4199f44dbeb48bec350 = '

Clearpoint Credit Counseling Solutions

Address: 1750 Howe Ave Ste. 125, Sacramento, CA 95825, USA
Phone: (916) 921-1802
';var m_50b0447c46c1b4199f44dbeb48bec350 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clearpoint Credit Counseling Solutions',});m_50b0447c46c1b4199f44dbeb48bec350['infowindow'] = new google.maps.InfoWindow({content: $l50b0447c46c1b4199f44dbeb48bec350});var infowindow = new google.maps.InfoWindow({content: $l50b0447c46c1b4199f44dbeb48bec350});google.maps.event.addListener(m_50b0447c46c1b4199f44dbeb48bec350, 'click', function() {infowindow.open(map,m_50b0447c46c1b4199f44dbeb48bec350);});$marker.push(m_50b0447c46c1b4199f44dbeb48bec350);}});}google.maps.event.addDomListener(window, 'load', initialize);