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.7411,-74.0065)};var g_aa4bc9ad64609d15afc67ff4b4623089 = new google.maps.Geocoder();g_aa4bc9ad64609d15afc67ff4b4623089.geocode( { 'address': "414 W 14th St, New York, NY 10014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-can-capital').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-can-capital'), mapOptions);}document.getElementById('4c5d0b21').innerHTML += ' | View Map';var $laa4bc9ad64609d15afc67ff4b4623089 = '

CAN Capital

Address: 414 W 14th St, New York, NY 10014, USA
Phone: (212) 548-6200
';var m_aa4bc9ad64609d15afc67ff4b4623089 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CAN Capital',});m_aa4bc9ad64609d15afc67ff4b4623089['infowindow'] = new google.maps.InfoWindow({content: $laa4bc9ad64609d15afc67ff4b4623089});var infowindow = new google.maps.InfoWindow({content: $laa4bc9ad64609d15afc67ff4b4623089});google.maps.event.addListener(m_aa4bc9ad64609d15afc67ff4b4623089, 'click', function() {infowindow.open(map,m_aa4bc9ad64609d15afc67ff4b4623089);});$marker.push(m_aa4bc9ad64609d15afc67ff4b4623089);}});}google.maps.event.addDomListener(window, 'load', initialize);