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.752,-73.9945)};var g_17ef54d23828fa36092e3d2989c28772 = new google.maps.Geocoder();g_17ef54d23828fa36092e3d2989c28772.geocode( { 'address': "300 W 57th St, New York, NY 10019"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-cafe-57').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-cafe-57'), mapOptions);}document.getElementById('5f94491d').innerHTML += ' | View Map';var $l17ef54d23828fa36092e3d2989c28772 = '

Cafe 57

Address: 300 W 57th St, New York, NY 10019
Phone: (212) 649-2724
';var m_17ef54d23828fa36092e3d2989c28772 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cafe 57',});m_17ef54d23828fa36092e3d2989c28772['infowindow'] = new google.maps.InfoWindow({content: $l17ef54d23828fa36092e3d2989c28772});var infowindow = new google.maps.InfoWindow({content: $l17ef54d23828fa36092e3d2989c28772});google.maps.event.addListener(m_17ef54d23828fa36092e3d2989c28772, 'click', function() {infowindow.open(map,m_17ef54d23828fa36092e3d2989c28772);});$marker.push(m_17ef54d23828fa36092e3d2989c28772);}});}google.maps.event.addDomListener(window, 'load', initialize);