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.7894,-73.9668)};var g_99c3c828637e01c4337451ab836f62ef = new google.maps.Geocoder();g_99c3c828637e01c4337451ab836f62ef.geocode( { 'address': "Penthouse, 322 Central Park West, New York, NY 10025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-fisher-enterprises-llc').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-fisher-enterprises-llc'), mapOptions);}document.getElementById('477fdae8').innerHTML += ' | View Map';var $l99c3c828637e01c4337451ab836f62ef = '

Fisher Enterprises LLC

Address: Penthouse, 322 Central Park West, New York, NY 10025, USA
Phone: (212) 223-1044
';var m_99c3c828637e01c4337451ab836f62ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fisher Enterprises LLC',});m_99c3c828637e01c4337451ab836f62ef['infowindow'] = new google.maps.InfoWindow({content: $l99c3c828637e01c4337451ab836f62ef});var infowindow = new google.maps.InfoWindow({content: $l99c3c828637e01c4337451ab836f62ef});google.maps.event.addListener(m_99c3c828637e01c4337451ab836f62ef, 'click', function() {infowindow.open(map,m_99c3c828637e01c4337451ab836f62ef);});$marker.push(m_99c3c828637e01c4337451ab836f62ef);}});}google.maps.event.addDomListener(window, 'load', initialize);