Lessing’s 1890 Burger Expands to New Locations in Honor of 135th Anniversary
By: Leah Hatch
First launched at Mirabelle Tavern earlier this year, the 1890 Burger quickly rose to fame as one of Long Island’s best burgers, earning acclaim from both food critics and loyal guests. To celebrate its 135th anniversary, Lessing’s Hospitality Group is bringing this fan-favorite to three additional locations: Finnegan’s in Huntington, Sandbar in Cold Spring Harbor, and Bayberry in Islip. Starting October 9th, guests can enjoy this celebrated creation at the new spots—and every 135th 1890 Burger ordered will be free for one lucky diner.
September 30, 2025 | Daily Bite
"; // exclude article used as feature $result = $etomite_db->query("select home from featured_articles where db_id=1"); $row = $result->fetch_array(); $exclude_id = $row["home"]; // query to concatenate towns into comma-sep list $q = "select cms_site_content.id, cms_site_content.parent, cms_site_content.alias, FROM_UNIXTIME(cms_site_content.createdon, '%M %e, %Y') as dateline, cms_site_content.pagetitle, cms_site_content.zone, cms_site_content.thumbnail, GROUP_CONCAT(cms_site_towns.town) town FROM cms_town_xref INNER JOIN cms_site_content ON cms_town_xref.content_id = cms_site_content.id INNER JOIN cms_site_towns ON cms_town_xref.town_id = cms_site_towns.id where cms_site_content.parent in (2, 3, 4) and cms_site_content.published=1 and cms_site_content.deleted=0 and cms_site_content.showinmenu=1 and cms_site_content.pub_date<".time()." and cms_site_content.id<>$exclude_id GROUP BY cms_site_content.id order by createdon desc limit 9"; $res = $etomite_db->query($q); echo '