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(28.5581,-81.3424)};var g_f353d37fd082017846deaa3d3051631d = new google.maps.Geocoder();g_f353d37fd082017846deaa3d3051631d.geocode( { 'address': "3191 Maguire Blvd Ste. 100, Orlando, FL 32803, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-clearpoint-credit-counseling-solutions').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-clearpoint-credit-counseling-solutions'), mapOptions);}document.getElementById('75722a8d').innerHTML += ' | View Map';var $lf353d37fd082017846deaa3d3051631d = '

Clearpoint Credit Counseling Solutions

Address: 3191 Maguire Blvd Ste. 100, Orlando, FL 32803, USA
Phone: (407) 264-7437
';var m_f353d37fd082017846deaa3d3051631d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clearpoint Credit Counseling Solutions',});m_f353d37fd082017846deaa3d3051631d['infowindow'] = new google.maps.InfoWindow({content: $lf353d37fd082017846deaa3d3051631d});var infowindow = new google.maps.InfoWindow({content: $lf353d37fd082017846deaa3d3051631d});google.maps.event.addListener(m_f353d37fd082017846deaa3d3051631d, 'click', function() {infowindow.open(map,m_f353d37fd082017846deaa3d3051631d);});$marker.push(m_f353d37fd082017846deaa3d3051631d);}});}google.maps.event.addDomListener(window, 'load', initialize);