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.7477,-74.0339)};var g_c3b7cb1bf4468664ada66b015520cc62 = new google.maps.Geocoder();g_c3b7cb1bf4468664ada66b015520cc62.geocode( { 'address': "111 River St, Hoboken, NJ 07030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hoboken-NJ-frommer-s').style.display = '';map = new google.maps.Map(document.getElementById('hoboken-NJ-frommer-s'), mapOptions);}document.getElementById('7596ca7c').innerHTML += ' | View Map';var $lc3b7cb1bf4468664ada66b015520cc62 = '

Frommer's

Address: 111 River St, Hoboken, NJ 07030
Phone: (201) 595-8900
';var m_c3b7cb1bf4468664ada66b015520cc62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frommer's',});m_c3b7cb1bf4468664ada66b015520cc62['infowindow'] = new google.maps.InfoWindow({content: $lc3b7cb1bf4468664ada66b015520cc62});var infowindow = new google.maps.InfoWindow({content: $lc3b7cb1bf4468664ada66b015520cc62});google.maps.event.addListener(m_c3b7cb1bf4468664ada66b015520cc62, 'click', function() {infowindow.open(map,m_c3b7cb1bf4468664ada66b015520cc62);});$marker.push(m_c3b7cb1bf4468664ada66b015520cc62);}});}google.maps.event.addDomListener(window, 'load', initialize);