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.777,-73.9785)};var g_56dc0eb744fd3041402924098db64394 = new google.maps.Geocoder();g_56dc0eb744fd3041402924098db64394.geocode( { 'address': "50 W 72nd St # C4, New York, NY 10023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-boefly-llc').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-boefly-llc'), mapOptions);}document.getElementById('f37e4c8a').innerHTML += ' | View Map';var $l56dc0eb744fd3041402924098db64394 = '

Boefly LLC

Address: 50 W 72nd St # C4, New York, NY 10023, USA
Phone: (800) 277-3158
';var m_56dc0eb744fd3041402924098db64394 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Boefly LLC',});m_56dc0eb744fd3041402924098db64394['infowindow'] = new google.maps.InfoWindow({content: $l56dc0eb744fd3041402924098db64394});var infowindow = new google.maps.InfoWindow({content: $l56dc0eb744fd3041402924098db64394});google.maps.event.addListener(m_56dc0eb744fd3041402924098db64394, 'click', function() {infowindow.open(map,m_56dc0eb744fd3041402924098db64394);});$marker.push(m_56dc0eb744fd3041402924098db64394);}});}google.maps.event.addDomListener(window, 'load', initialize);