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.8851,-76.998)};var g_19dbad83aa212a9b61718b9f80b56eba = new google.maps.Geocoder();g_19dbad83aa212a9b61718b9f80b56eba.geocode( { 'address': "611 Pennsylvania Ave SE #1600, Washington, DC 20003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-student-loan-counselors').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-student-loan-counselors'), mapOptions);}document.getElementById('63bdfa33').innerHTML += ' | View Map';var $l19dbad83aa212a9b61718b9f80b56eba = '

Student Loan Counselors

Address: 611 Pennsylvania Ave SE #1600, Washington, DC 20003, USA
Phone: (800) 867-8932
';var m_19dbad83aa212a9b61718b9f80b56eba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Student Loan Counselors',});m_19dbad83aa212a9b61718b9f80b56eba['infowindow'] = new google.maps.InfoWindow({content: $l19dbad83aa212a9b61718b9f80b56eba});var infowindow = new google.maps.InfoWindow({content: $l19dbad83aa212a9b61718b9f80b56eba});google.maps.event.addListener(m_19dbad83aa212a9b61718b9f80b56eba, 'click', function() {infowindow.open(map,m_19dbad83aa212a9b61718b9f80b56eba);});$marker.push(m_19dbad83aa212a9b61718b9f80b56eba);}});}google.maps.event.addDomListener(window, 'load', initialize);