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(26.6455,-80.0875)};var g_2309f13eb008015a04e624729009697a = new google.maps.Geocoder();g_2309f13eb008015a04e624729009697a.geocode( { 'address': "2112 S Congress Ave Ste. 200, Palm Springs, FL 33046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-springs-FL-clearpoint-credit-counseling-solutions').style.display = '';map = new google.maps.Map(document.getElementById('palm-springs-FL-clearpoint-credit-counseling-solutions'), mapOptions);}document.getElementById('fcf5e2b7').innerHTML += ' | View Map';var $l2309f13eb008015a04e624729009697a = '

Clearpoint Credit Counseling Solutions

Address: 2112 S Congress Ave Ste. 200, Palm Springs, FL 33046, USA
Phone: (561) 472-5060
';var m_2309f13eb008015a04e624729009697a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clearpoint Credit Counseling Solutions',});m_2309f13eb008015a04e624729009697a['infowindow'] = new google.maps.InfoWindow({content: $l2309f13eb008015a04e624729009697a});var infowindow = new google.maps.InfoWindow({content: $l2309f13eb008015a04e624729009697a});google.maps.event.addListener(m_2309f13eb008015a04e624729009697a, 'click', function() {infowindow.open(map,m_2309f13eb008015a04e624729009697a);});$marker.push(m_2309f13eb008015a04e624729009697a);}});}google.maps.event.addDomListener(window, 'load', initialize);