Skip to main content Scroll Top

The Benjamins – Upcoming Shows

Apr 01, 2026
  • Hard Rock (Lobby Bar) Apr 01, 2026 Hard Rock Hotel & Casino Atlantic City, 1000 Boardwalk, Atlantic City, NJ 08401, USA

    Lobby Bar on April fools! No foolin! 7pm

    See more details
Apr 02, 2026
  • Joe Solo @ Ramsey County Club Apr 02, 2026 Ramsey Golf & Country Club, 105 Lakeside Dr, Ramsey, NJ 07446, USA

    7pm-10pm!

    See more details
Apr 03, 2026
  • Mcdonogh's (First Time Venue) Apr 03, 2026 McDonagh’s Pub & Restaurant, 2 W Front St, Keyport, NJ 07735, USA

    Easter weekend! Show time 7pm-10pm

    See more details
Apr 04, 2026
  • Nutty Irishman (Easter Weekend) Apr 04, 2026 Nutty Irishman, 323 Main St, Farmingdale, NY 11735, USA

    1030pm!

    See more details
jQuery(function($) { // Listen for taps on the little arrow toggle $(document).on("click touchstart", ".menu-item-parent-toggle", function(e) { e.preventDefault(); e.stopPropagation(); var li = $(this).closest("li"); // Toggle open class li.toggleClass("submenu-open"); // Show/hide submenu li.children(".sub-menu").slideToggle(250); }); // Also make tapping the parent text open submenu (optional) $(document).on("click touchstart", "li.menu-item-has-children > a", function(e) { // Only on mobile if (window.innerWidth <= 1024) { e.preventDefault(); $(this).siblings(".menu-item-parent-toggle").trigger("click"); } }); });