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(42.356,-71.0538)};var g_a0e67468329f13bc8df444339bc4aa88 = new google.maps.Geocoder();g_a0e67468329f13bc8df444339bc4aa88.geocode( { 'address': "225 Franklin St Ste. 2672, Boston, MA 02110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-clearpoint-credit-counseling-solutions').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-clearpoint-credit-counseling-solutions'), mapOptions);}document.getElementById('85ac6fac').innerHTML += ' | View Map';var $la0e67468329f13bc8df444339bc4aa88 = '

Clearpoint Credit Counseling Solutions

Address: 225 Franklin St Ste. 2672, Boston, MA 02110, USA
Phone: (617) 426-0615
';var m_a0e67468329f13bc8df444339bc4aa88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clearpoint Credit Counseling Solutions',});m_a0e67468329f13bc8df444339bc4aa88['infowindow'] = new google.maps.InfoWindow({content: $la0e67468329f13bc8df444339bc4aa88});var infowindow = new google.maps.InfoWindow({content: $la0e67468329f13bc8df444339bc4aa88});google.maps.event.addListener(m_a0e67468329f13bc8df444339bc4aa88, 'click', function() {infowindow.open(map,m_a0e67468329f13bc8df444339bc4aa88);});$marker.push(m_a0e67468329f13bc8df444339bc4aa88);}});}google.maps.event.addDomListener(window, 'load', initialize);