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.5974,-121.414)};var g_35d319613f982987496114a3c4113249 = new google.maps.Geocoder();g_35d319613f982987496114a3c4113249.geocode( { 'address': "7610 Auburn Blvd, Citrus Heights, CA 95610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('citrus-heights-CA-clear-point-credit-counseling').style.display = '';map = new google.maps.Map(document.getElementById('citrus-heights-CA-clear-point-credit-counseling'), mapOptions);}document.getElementById('6710a8a1').innerHTML += ' | View Map';var $l35d319613f982987496114a3c4113249 = '

Clear Point Credit Counseling

Address: 7610 Auburn Blvd, Citrus Heights, CA 95610, USA
Phone: (916) 921-1802
';var m_35d319613f982987496114a3c4113249 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clear Point Credit Counseling',});m_35d319613f982987496114a3c4113249['infowindow'] = new google.maps.InfoWindow({content: $l35d319613f982987496114a3c4113249});var infowindow = new google.maps.InfoWindow({content: $l35d319613f982987496114a3c4113249});google.maps.event.addListener(m_35d319613f982987496114a3c4113249, 'click', function() {infowindow.open(map,m_35d319613f982987496114a3c4113249);});$marker.push(m_35d319613f982987496114a3c4113249);}});}google.maps.event.addDomListener(window, 'load', initialize);