Age Verification

Please confirm that you are of legal age to enter this website.

0
Skip to Content
Riverside Taphouse - The Small Town Favorite Spot to Enjoy a Beer by the River!
Riverside Taphouse - The Small Town Favorite Spot to Enjoy a Beer by the River!
Beer Menus
Services
Contact
About
Riverside Taphouse - The Small Town Favorite Spot to Enjoy a Beer by the River!
Riverside Taphouse - The Small Town Favorite Spot to Enjoy a Beer by the River!
Beer Menus
Services
Contact
About
Beer Menus
Services
Contact
About

Location

Downtown Elizabethton

635 East Elk Avenue

Elizabethton, TN

37643

Hours

Tue, Wed, Thur

4:00 PM - 10:00 PM

Fri, Sat

2:00 PM - 11:00 PM

Sun

2:00 PM - 8:00 PM

FIND US ON…

Contact Us

(423) 213-5564

info@drinkriverside.com

// JavaScript for Age Verification Pop-up document.addEventListener("DOMContentLoaded", function () { const popup = document.getElementById("age-verification-popup"); popup.style.display = "inline"; //const verifyButton = document.getElementById("verify-button"); //verifyButton.addEventListener("click", function () { // Add code here to handle verification logic // For example, you can set a cookie to remember the user's age verification // popup.style.display = "none"; //}); // Add code here to check if the user has already verified their age (e.g., using cookies) // If verified, hide the pop-up initially // Example: // if (verified) { // popup.style.display = "none"; // } });