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(33.7486,-117.845)};var g_0318687b86bfb693e26ae009b17c671d = new google.maps.Geocoder();g_0318687b86bfb693e26ae009b17c671d.geocode( { 'address': "1651 E 4th St Ste. 105, Santa Ana, CA 92701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-ana-CA-clearpoint-credit-counseling-solutions').style.display = '';map = new google.maps.Map(document.getElementById('santa-ana-CA-clearpoint-credit-counseling-solutions'), mapOptions);}document.getElementById('1cf995f4').innerHTML += ' | View Map';var $l0318687b86bfb693e26ae009b17c671d = '

Clearpoint Credit Counseling Solutions

Address: 1651 E 4th St Ste. 105, Santa Ana, CA 92701, USA
Phone: (714) 836-5088
';var m_0318687b86bfb693e26ae009b17c671d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clearpoint Credit Counseling Solutions',});m_0318687b86bfb693e26ae009b17c671d['infowindow'] = new google.maps.InfoWindow({content: $l0318687b86bfb693e26ae009b17c671d});var infowindow = new google.maps.InfoWindow({content: $l0318687b86bfb693e26ae009b17c671d});google.maps.event.addListener(m_0318687b86bfb693e26ae009b17c671d, 'click', function() {infowindow.open(map,m_0318687b86bfb693e26ae009b17c671d);});$marker.push(m_0318687b86bfb693e26ae009b17c671d);}});}google.maps.event.addDomListener(window, 'load', initialize);