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.7029,-73.8797)};var g_f1b4c71d4f779ba63ff8e6079e0f956b = new google.maps.Geocoder();g_f1b4c71d4f779ba63ff8e6079e0f956b.geocode( { 'address': "8000 Cooper Ave, Ridgewood, NY 11385"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgewood-NY-gotham-debt-solutions').style.display = '';map = new google.maps.Map(document.getElementById('ridgewood-NY-gotham-debt-solutions'), mapOptions);}document.getElementById('7ece0619').innerHTML += ' | View Map';var $lf1b4c71d4f779ba63ff8e6079e0f956b = '

Gotham Debt Solutions

Address: 8000 Cooper Ave, Ridgewood, NY 11385
Phone: (212) 561-5775
';var m_f1b4c71d4f779ba63ff8e6079e0f956b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gotham Debt Solutions',});m_f1b4c71d4f779ba63ff8e6079e0f956b['infowindow'] = new google.maps.InfoWindow({content: $lf1b4c71d4f779ba63ff8e6079e0f956b});var infowindow = new google.maps.InfoWindow({content: $lf1b4c71d4f779ba63ff8e6079e0f956b});google.maps.event.addListener(m_f1b4c71d4f779ba63ff8e6079e0f956b, 'click', function() {infowindow.open(map,m_f1b4c71d4f779ba63ff8e6079e0f956b);});$marker.push(m_f1b4c71d4f779ba63ff8e6079e0f956b);}});}google.maps.event.addDomListener(window, 'load', initialize);