const targetDate = new Date("March 17, 2027 23:59:59").getTime(); const interval = setInterval(() => { const now = new Date().getTime(); const distance = targetDate - now; // Calculate time units const days = Math.floor(distance / (1000 * 60 * 60 * 24)); const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); const seconds = Math.floor((distance % (1000 * 60)) / 1000); // Display results document.getElementById("days").innerText = days; document.getElementById("hours").innerText = hours; document.getElementById("minutes").innerText = minutes; document.getElementById("seconds").innerText = seconds; // Stop countdown when date is reached if (distance < 0) { clearInterval(interval); document.querySelector(".countdown-container").innerHTML = "Event Started!"; } }, 1000);
top of page

Welcome to Syracuse's Premier Irish Pub!

Coleman's was established as a working man's saloon in 1933, here on historic Tipperary Hill. 

 

Since then we've more than tripled our size, but we've tried to maintain the small pub atmosphere, that feel of Ireland. If it's your first time here or your 50th, take your time and look around. You'll find tasteful reminders of Ireland everywhere.

 

Our pride in Celtic heritage even extends to the neighborhood traffic light. It's the only one of its kind with the green light above the red! The bronze Stonethrowers Monument in the Tipperary Hill Memorial Park overlooking the light symbolizes "Family, Pride and Heritage."

 

To all our guests, please enjoy the atmosphere, the craic, and a pint or two.

pint_edited.png

​

Hours

Sunday: Noon-2:00am

Monday: Closed

Tuesday: 11:30am-2:00am

Wednesday: 11:30am-2:00am

Thursday: 11:30am-2:00am

Friday: 11:30am-2:00am

Saturday: 11:30am-2:00am

  • Instagram - White Circle
  • Facebook - White Circle

​©2026 Coleman's Authentic Irish Pub 100 South Lowell Avenue, Syracuse, NY 13204 • (315) 476-1933

bottom of page