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.3517,-71.0409)};var g_f1cf07543e16470e35037dad7c698dbc = new google.maps.Geocoder();g_f1cf07543e16470e35037dad7c698dbc.geocode( { 'address': "Boston, MA 02210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-consumer-credit-counseling-services'), mapOptions);}document.getElementById('d976376e').innerHTML += ' | View Map';var $lf1cf07543e16470e35037dad7c698dbc = '

Consumer Credit Counseling Services

Address: Boston, MA 02210, USA
Phone: (617) 772-9330
';var m_f1cf07543e16470e35037dad7c698dbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_f1cf07543e16470e35037dad7c698dbc['infowindow'] = new google.maps.InfoWindow({content: $lf1cf07543e16470e35037dad7c698dbc});var infowindow = new google.maps.InfoWindow({content: $lf1cf07543e16470e35037dad7c698dbc});google.maps.event.addListener(m_f1cf07543e16470e35037dad7c698dbc, 'click', function() {infowindow.open(map,m_f1cf07543e16470e35037dad7c698dbc);});$marker.push(m_f1cf07543e16470e35037dad7c698dbc);}});}google.maps.event.addDomListener(window, 'load', initialize);