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(40.6842,-73.8777)};var g_a001eb9bacb1c1c7bebe7aff543e448a = new google.maps.Geocoder();g_a001eb9bacb1c1c7bebe7aff543e448a.geocode( { 'address': "1635 Ridgewood Ave, Brooklyn, NY 10013, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-consumer-credit-counseling-services'), mapOptions);}document.getElementById('adeb3523').innerHTML += ' | View Map';var $la001eb9bacb1c1c7bebe7aff543e448a = '

Consumer Credit Counseling Services

Address: 1635 Ridgewood Ave, Brooklyn, NY 10013, USA
Phone: (917) 336-3931
';var m_a001eb9bacb1c1c7bebe7aff543e448a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_a001eb9bacb1c1c7bebe7aff543e448a['infowindow'] = new google.maps.InfoWindow({content: $la001eb9bacb1c1c7bebe7aff543e448a});var infowindow = new google.maps.InfoWindow({content: $la001eb9bacb1c1c7bebe7aff543e448a});google.maps.event.addListener(m_a001eb9bacb1c1c7bebe7aff543e448a, 'click', function() {infowindow.open(map,m_a001eb9bacb1c1c7bebe7aff543e448a);});$marker.push(m_a001eb9bacb1c1c7bebe7aff543e448a);}});}google.maps.event.addDomListener(window, 'load', initialize);