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.7625,-73.9778)};var g_913c4d10ff9198596bd79d105e167b3a = new google.maps.Geocoder();g_913c4d10ff9198596bd79d105e167b3a.geocode( { 'address': "1350 6th Ave, New York, NY 10019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-capstone-trade-partners-llc').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-capstone-trade-partners-llc'), mapOptions);}document.getElementById('f4350b15').innerHTML += ' | View Map';var $l913c4d10ff9198596bd79d105e167b3a = '

Capstone Trade Partners LLC

Address: 1350 6th Ave, New York, NY 10019, USA
Phone: (212) 755-3636
';var m_913c4d10ff9198596bd79d105e167b3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capstone Trade Partners LLC',});m_913c4d10ff9198596bd79d105e167b3a['infowindow'] = new google.maps.InfoWindow({content: $l913c4d10ff9198596bd79d105e167b3a});var infowindow = new google.maps.InfoWindow({content: $l913c4d10ff9198596bd79d105e167b3a});google.maps.event.addListener(m_913c4d10ff9198596bd79d105e167b3a, 'click', function() {infowindow.open(map,m_913c4d10ff9198596bd79d105e167b3a);});$marker.push(m_913c4d10ff9198596bd79d105e167b3a);}});}google.maps.event.addDomListener(window, 'load', initialize);