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.6013,-74.1197)};var g_82f55f105afdcf3471a5532c4d252e88 = new google.maps.Geocoder();g_82f55f105afdcf3471a5532c4d252e88.geocode( { 'address': "16 Peru St, Staten Island, NY 10001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-city-commercial-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-city-commercial-mortgage'), mapOptions);}document.getElementById('c4025370').innerHTML += ' | View Map';var $l82f55f105afdcf3471a5532c4d252e88 = '

City Commercial Mortgage

Address: 16 Peru St, Staten Island, NY 10001, USA
Phone: (212) 564-1257
';var m_82f55f105afdcf3471a5532c4d252e88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Commercial Mortgage',});m_82f55f105afdcf3471a5532c4d252e88['infowindow'] = new google.maps.InfoWindow({content: $l82f55f105afdcf3471a5532c4d252e88});var infowindow = new google.maps.InfoWindow({content: $l82f55f105afdcf3471a5532c4d252e88});google.maps.event.addListener(m_82f55f105afdcf3471a5532c4d252e88, 'click', function() {infowindow.open(map,m_82f55f105afdcf3471a5532c4d252e88);});$marker.push(m_82f55f105afdcf3471a5532c4d252e88);}});}google.maps.event.addDomListener(window, 'load', initialize);