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.5706,-121.342)};var g_a7a6056e20f52d167433e6822f06f86b = new google.maps.Geocoder();g_a7a6056e20f52d167433e6822f06f86b.geocode( { 'address': "9521 Folsom Blvd r, Sacramento, CA 95827, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-california-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-california-credit-solutions'), mapOptions);}document.getElementById('d6a42d6a').innerHTML += ' | View Map';var $la7a6056e20f52d167433e6822f06f86b = '

California Credit Solutions

Address: 9521 Folsom Blvd r, Sacramento, CA 95827, USA
Phone: (916) 617-9767
';var m_a7a6056e20f52d167433e6822f06f86b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Credit Solutions',});m_a7a6056e20f52d167433e6822f06f86b['infowindow'] = new google.maps.InfoWindow({content: $la7a6056e20f52d167433e6822f06f86b});var infowindow = new google.maps.InfoWindow({content: $la7a6056e20f52d167433e6822f06f86b});google.maps.event.addListener(m_a7a6056e20f52d167433e6822f06f86b, 'click', function() {infowindow.open(map,m_a7a6056e20f52d167433e6822f06f86b);});$marker.push(m_a7a6056e20f52d167433e6822f06f86b);}});}google.maps.event.addDomListener(window, 'load', initialize);