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.7332,-73.9915)};var g_7071d3bc99a8a76e2c4799c4b6789180 = new google.maps.Geocoder();g_7071d3bc99a8a76e2c4799c4b6789180.geocode( { 'address': "817 Broadway, New York, NY 10003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-high-credit-marks').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-high-credit-marks'), mapOptions);}document.getElementById('8ec132a2').innerHTML += ' | View Map';var $l7071d3bc99a8a76e2c4799c4b6789180 = '

HIGH CREDIT MARKS

Address: 817 Broadway, New York, NY 10003, USA
Phone: (888) 899-0979
';var m_7071d3bc99a8a76e2c4799c4b6789180 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HIGH CREDIT MARKS',});m_7071d3bc99a8a76e2c4799c4b6789180['infowindow'] = new google.maps.InfoWindow({content: $l7071d3bc99a8a76e2c4799c4b6789180});var infowindow = new google.maps.InfoWindow({content: $l7071d3bc99a8a76e2c4799c4b6789180});google.maps.event.addListener(m_7071d3bc99a8a76e2c4799c4b6789180, 'click', function() {infowindow.open(map,m_7071d3bc99a8a76e2c4799c4b6789180);});$marker.push(m_7071d3bc99a8a76e2c4799c4b6789180);}});}google.maps.event.addDomListener(window, 'load', initialize);