Cart 0
 

Welcome To a Authentic Mexican Experience

 
mar+y+tierra+.jpg
 

Find Your Location

 
 

Lutherville-Timonium, M.D.

Mezcal Timonium offers a warm and inviting atmosphere perfect for dinner with friends or a casual night out. Known for its elevated Mexican cuisine and impressive bar program, it’s a go-to spot for flavorful food and handcrafted cocktails.

Washington, D.C.

Just one block from Capital One Arena, Mezcal DC sits in the heart of the city, serving bold flavors and handcrafted cocktails in a lively, energetic space. Whether you're stopping in before the game or out for a night with friends, this location delivers a top-tier experience.

Silver Spring, M.D.

Our newest location in Silver Spring delivers the Mezcal experience with a fresh twist—same signature dishes, new local flair. Come visit us and experience the flavor for yourself.

 

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 });