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.7483,-73.9907)};var g_64d45f5bfcc9ca597b956a7e3a587dca = new google.maps.Geocoder();g_64d45f5bfcc9ca597b956a7e3a587dca.geocode( { 'address': "132 W 31st St Suite 1301, New York, NY 10001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-the-credit-junction').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-the-credit-junction'), mapOptions);}document.getElementById('c6e54702').innerHTML += ' | View Map';var $l64d45f5bfcc9ca597b956a7e3a587dca = '

The Credit Junction

Address: 132 W 31st St Suite 1301, New York, NY 10001, USA
Phone: (877) 263-2022
';var m_64d45f5bfcc9ca597b956a7e3a587dca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Credit Junction',});m_64d45f5bfcc9ca597b956a7e3a587dca['infowindow'] = new google.maps.InfoWindow({content: $l64d45f5bfcc9ca597b956a7e3a587dca});var infowindow = new google.maps.InfoWindow({content: $l64d45f5bfcc9ca597b956a7e3a587dca});google.maps.event.addListener(m_64d45f5bfcc9ca597b956a7e3a587dca, 'click', function() {infowindow.open(map,m_64d45f5bfcc9ca597b956a7e3a587dca);});$marker.push(m_64d45f5bfcc9ca597b956a7e3a587dca);}});}google.maps.event.addDomListener(window, 'load', initialize);