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(38.898,-77.0286)};var g_ea95e9696b6f7a5ebfa30ef02f6940ca = new google.maps.Geocoder();g_ea95e9696b6f7a5ebfa30ef02f6940ca.geocode( { 'address': "1200 G St NW Ste. 800, Washington, DC 20005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-clearpoint-credit-counseling-solutions').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-clearpoint-credit-counseling-solutions'), mapOptions);}document.getElementById('6d936152').innerHTML += ' | View Map';var $lea95e9696b6f7a5ebfa30ef02f6940ca = '

Clearpoint Credit Counseling Solutions

Address: 1200 G St NW Ste. 800, Washington, DC 20005, USA
Phone: (202) 375-7817
';var m_ea95e9696b6f7a5ebfa30ef02f6940ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clearpoint Credit Counseling Solutions',});m_ea95e9696b6f7a5ebfa30ef02f6940ca['infowindow'] = new google.maps.InfoWindow({content: $lea95e9696b6f7a5ebfa30ef02f6940ca});var infowindow = new google.maps.InfoWindow({content: $lea95e9696b6f7a5ebfa30ef02f6940ca});google.maps.event.addListener(m_ea95e9696b6f7a5ebfa30ef02f6940ca, 'click', function() {infowindow.open(map,m_ea95e9696b6f7a5ebfa30ef02f6940ca);});$marker.push(m_ea95e9696b6f7a5ebfa30ef02f6940ca);}});}google.maps.event.addDomListener(window, 'load', initialize);