Mezcal Mexican Restaurant
Cart 0
Cart 0
Mezcal Mexican Restaurant

 

Subscribe to Owings Mills News

Sign up with your email address to receive news and updates.

We respect your privacy.

Thank you!

Subscribe to Lutherville News

Sign up with your email address to receive news and updates.

We respect your privacy.

Thank you!

Lutherville

6 W Ridgely Road
Lutherville, Maryland 21093
Get directions →
410-616-9827

D.C.

777 6th St NW

Washington, DC 20001

Get directions →

202-885-9280

Silver Spring

8777 1st Ave

Silver Spring, MD 20910

Get directions →

Navigation

Lutherville:

Cuisine
Bar
Order Online
About
Contact

D.C.

Cuisine
Bar
Order Online
About
Contact

Silver Spring

Cuisine
Bar
Order Online
About
Contact

Social Media Links

Hours - Lutherville

Sun–Thu: 11am–9pm
Fri & Sat: 11am–10pm

Hours - D.C.

Sun–Thu 11:30am–10pm
Fri–Sat 11:30am–12am

Hours - Silver Spring

Sun–Thu 11am–9pm
Fri–Sat 11am–10pm

Join our Mezcal Club for Exclusive Offers and Coupons!

Phone

Thank you!

Mezcal Restaurant
9958 Reisterstown Road,
Garrison, MD, 21117,
United States
410-205-7150 mezcalinc@gmail.com
Hours
Mon 11am - 10pm
Tue 11am - 10pm
Wed 11am - 10pm
Thu 11am - 10pm
Fri 11am - 11pm
Sat 11am - 11pm
Homepage
Video (Copy) (Copy) Location Selection Splash Page (LV) (Copy) Splash Page DC (Copy)
document.addEventListener("DOMContentLoaded", function() { // Check if the popup was already interacted with if (localStorage.getItem("locationChosen")) { return; // Stop the script if the user already chose a location } // Wait for the popup to appear in case it loads asynchronously let checkPopup = setInterval(function() { let popup = document.querySelector(".sqs-popup-overlay"); if (popup) { clearInterval(checkPopup); // Stop checking once popup is found // Add event listener to buttons inside the popup document.querySelectorAll(".sqs-popup-overlay a, .sqs-popup-overlay button").forEach(button => { button.addEventListener("click", function() { // Hide the popup and prevent it from appearing again localStorage.setItem("locationChosen", "true"); popup.style.display = "none"; }); }); } }, 500); // Check every 500ms until the popup appears });