Where to Eat

All that fresh mountain air, lakeside exploring, and outdoor fun is bound to make you hungry—and the Adirondack Coast is ready to serve. Here, farm-fresh flavors meet laid-back vibes, with ingredients grown just down the road and menus inspired by the region’s rich agricultural roots.

Craving casual lakeside bites with a view of Lake Champlain? How about a cozy downtown bistro or a diner where the locals greet you by name? From craft breweries and food trucks to family-owned gems and fine dining, there's something delicious around every corner—just bring your appetite.

A Division of the North Country Chamber of Commerce
PO Box 310 |  7061 Route 9 | Plattsburgh, NY 12901 USA
français
jQuery(function ($) { $('#bookmark-this').click(function (e) { var bookmarkTitle = document.title; var bookmarkUrl = window.location.href; if ('addToHomescreen' in window && addToHomescreen.isCompatible) { // Mobile browsers addToHomescreen({ autostart: false, startDelay: 0 }).show(true); } else if (/CriOS\//.test(navigator.userAgent)) { // Chrome for iOS alert('To add to Home Screen, launch this website in Safari, then tap the Share button and select "Add to Home Screen".'); } else if (window.sidebar && window.sidebar.addPanel) { // Firefox <=22 window.sidebar.addPanel(bookmarkTitle, bookmarkUrl, ''); } else if ((window.sidebar && /Firefox/i.test(navigator.userAgent) && !Object.fromEntries) || (window.opera && window.print)) { // Firefox 23-62 and Opera <=14 $(this).attr({ href: bookmarkUrl, title: bookmarkTitle, rel: 'sidebar' }).off(e); return true; } else if (window.external && ('AddFavorite' in window.external)) { // IE Favorites window.external.AddFavorite(bookmarkUrl, bookmarkTitle); } else { // Other browsers (Chrome, Safari, Firefox 63+, Opera 15+) alert('Press ' + (/Mac/i.test(navigator.platform) ? 'Cmd' : 'Ctrl') + '+D to bookmark this page.'); } return false; }); });