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.7323,-73.9983)};var g_9ace6a07fd1fe1b74ec890247ca3db43 = new google.maps.Geocoder();g_9ace6a07fd1fe1b74ec890247ca3db43.geocode( { 'address': "27 Washington Square N #2e, New York, NY 10011, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-credit-do').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-credit-do'), mapOptions);}document.getElementById('0ef4b89f').innerHTML += ' | View Map';var $l9ace6a07fd1fe1b74ec890247ca3db43 = '

Credit Do

Address: 27 Washington Square N #2e, New York, NY 10011, USA
Phone: (917) 821-2421
';var m_9ace6a07fd1fe1b74ec890247ca3db43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Do',});m_9ace6a07fd1fe1b74ec890247ca3db43['infowindow'] = new google.maps.InfoWindow({content: $l9ace6a07fd1fe1b74ec890247ca3db43});var infowindow = new google.maps.InfoWindow({content: $l9ace6a07fd1fe1b74ec890247ca3db43});google.maps.event.addListener(m_9ace6a07fd1fe1b74ec890247ca3db43, 'click', function() {infowindow.open(map,m_9ace6a07fd1fe1b74ec890247ca3db43);});$marker.push(m_9ace6a07fd1fe1b74ec890247ca3db43);}});}google.maps.event.addDomListener(window, 'load', initialize);