function gtagInit() { window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-GWMHR5J8EH'); } const gtagScript = document.createElement("script"); gtagScript.async = true; gtagScript.src = "https://www.googletagmanager.com/gtag/js?id=G-GWMHR5J8EH"; gtagScript.onload = gtagInit; document.head.appendChild(gtagScript); const doc = document.getElementById('header_container')?.shadowRoot || document; const links = doc.querySelectorAll('link'); const copyLinks = [ 'fonts.googleapis.com', 'fonts.gstatic.com', 'use.typekit.net', 'kit.fontawesome.com' ]; links.forEach(link => { if(copyLinks.some(l => link.href.includes(l))) { document.head.appendChild(link); } }); //Chat ref pennant function closemodal() { var x = document.getElementById("modalref"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; } } //"OPEN NOW" WIDGET VIA COMMUNICO ENGINEERS // Function to get the current day function getCurrentDay() { const days = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']; const today = new Date().getDay(); return days[today]; } // Function to get the current time in 12-hour clock with AM/PM function getCurrentTime() { const now = new Date(); const options = { hour: 'numeric', minute: 'numeric', hour12: true }; return now.toLocaleString('en-US', options); } // Function to display open hours function displayOpenHours() { const openHoursWidget = doc.getElementById('open-hours-widget'); const [currentDay] = [getCurrentDay()]; const currentTime = getCurrentTime(); // Define open hours based on the day const openHours = { 'Sunday': '13:00-17:00', 'Monday': '8:30-21:00', 'Tuesday': '8:30-21:00', 'Wednesday': '8:30-21:00', 'Thursday': '8:30-21:00', 'Friday': '8:30-16:30', 'Saturday': '9:00-16:30', }; // Determine if the business is open or closed const isOpen = isOpenNow(openHours[currentDay]); // Display the result with the visual indicator if (isOpen) { const html = doc.querySelector('.open-hours-widget-open').innerHTML; openHoursWidget.innerHTML = html.replace('{currentDay}', currentDay).replace('{openUntil}', formatTime(openHours[currentDay])); } else { const html = doc.querySelector('.open-hours-widget-closed').innerHTML; openHoursWidget.innerHTML = html; } } // Function to check if the current time is within the open hours function isOpenNow(openHours) { if (openHours === 'Closed') { return false; } const now = new Date(); const [open, close] = openHours.split('-').map(time => time.split(':').map(Number)); const currentHour = now.getHours(); const currentMinute = now.getMinutes(); // Check if the current time is within the open hours return ( (currentHour > open[0] || (currentHour === open[0] && currentMinute >= open[1])) && (close[0] > currentHour || (currentHour === close[0] && close[1] >= currentMinute)) ); } // Function to format time in 12-hour clock format with AM/PM function formatTime(time) { const [hours, minutes] = time.split('-')[1].split(':').map(Number); const ampm = hours >= 12 ? 'PM' : 'AM'; const formattedHours = hours % 12 || 12; return `${formattedHours}:${10 > minutes ? '0' : ''}${minutes} ${ampm}`; } function togglePopup(e) { console.log("togglePopup"); var popup = doc.getElementById('ohPop'); if (popup) { popup.classList.toggle('show'); } } // Call the function to display open hours displayOpenHours(); Skip to main content
close
Font size options
Increase or decrease the font size for this website by clicking on the 'A's.
Contrast options
Choose a color combination to give the most comfortable contrast.

Locations

Skip Loc Photo widget

Cape May City


Skip Loc Address widget

Address
720 Franklin Street
Cape May, NJ 08204
Tel: 609-884-9568

Skip Cape May LR widget

Resources

Device Charging Station(s)
Free WiFi
Scan to Email & Fax
Print from Anywhere
Private Study Rooms
Public Copier(s)
Public Computers

Hours

Skip Loc Hours widget
Mon, Mar 02 9:00AM to 5:00PM
Tue, Mar 03 9:00AM to 8:00PM
Wed, Mar 04 9:00AM to 5:00PM
Thu, Mar 05 9:00AM to 8:00PM
Fri, Mar 06 9:00AM to 5:00PM
Sat, Mar 07 9:00AM to 4:30PM
Sun, Mar 08 Closed

Skip Loc Photo widget

Cape May Court House


Skip Loc Address widget

Address
30 Mechanic Street
Cape May Court House, NJ 08210
Tel: 609-463-6350

Skip Court House LR widget

Resources

Device Charging Station(s)
Free WiFi
Scan to Email & Fax
Print from Anywhere
Public Copier(s)
Public Computers
Public Parking Lot

Hours

Skip Loc Hours widget
Mon, Mar 02 8:30AM to 9:00PM
Tue, Mar 03 8:30AM to 9:00PM
Wed, Mar 04 8:30AM to 9:00PM
Thu, Mar 05 8:30AM to 9:00PM
Fri, Mar 06 8:30AM to 4:30PM
Sat, Mar 07 9:00AM to 4:30PM
Sun, Mar 08 1:00PM to 5:00PM

Skip Loc Address widget

Address
2600 Bayshore Road
Villas, NJ 08251
Tel: 609-886-8999

Skip Lower Cape LR widget

Resources

Device Charging Station(s)
Free WiFi
Scan to Email & Fax
Print from Anywhere
Private Study Rooms
Public Copier(s)
Public Computers
Public Parking Lot

Hours

Skip Loc Hours widget
Mon, Mar 02 9:00AM to 8:00PM
Tue, Mar 03 9:00AM to 5:00PM
Wed, Mar 04 9:00AM to 8:00PM
Thu, Mar 05 9:00AM to 8:00PM
Fri, Mar 06 9:00AM to 5:00PM
Sat, Mar 07 9:00AM to 4:30PM
Sun, Mar 08 Closed

Skip Loc Photo widget

Sea Isle City


Skip Loc Address widget

Address
4800 Central Avenue
Sea Isle City, NJ 08243
Tel: 609-263-7301

Skip Sea Isle LR widget

Resources

Device Charging Station(s)
Free WiFi
Scan to Email & Fax
Print from Anywhere
Public Copier(s)
Public Computers
Public Parking Lot

Hours

Skip Loc Hours widget
Mon, Mar 02 9:00AM to 8:00PM
Tue, Mar 03 9:00AM to 4:30PM
Wed, Mar 04 9:00AM to 8:00PM
Thu, Mar 05 9:00AM to 4:30PM
Fri, Mar 06 9:00AM to 4:30PM
Sat, Mar 07 9:00AM to 4:30PM
Sun, Mar 08 Closed

Skip Loc Photo widget

Stone Harbor


Skip Loc Address widget

Address
9516 2nd Avenue
Stone Harbor, NJ 08247
Tel: 609-368-6809

Skip Stone Harbor LR widget

Resources

Device Charging Station(s)
Free WiFi
Scan to Email & Fax
Print from Anywhere
Public Copier(s)
Public Computers
Public Parking Lot

Hours

Skip Loc Hours widget
Mon, Mar 02 9:00AM to 8:00PM
Tue, Mar 03 9:00AM to 4:30PM
Wed, Mar 04 9:00AM to 4:30PM
Thu, Mar 05 9:00AM to 8:00PM
Fri, Mar 06 9:00AM to 4:30PM
Sat, Mar 07 9:00AM to 4:30PM
Sun, Mar 08 Closed

Skip Loc Address widget

Address
2050 Tuckahoe Road
Petersburg, NJ 08270
Tel: 609-628-2607

Skip Upper Cape LR widget

Resources

Device Charging Station(s)
Free WiFi
Scan to Email & Fax
Print from Anywhere
Public Copier(s)
Public Computers
Public Parking Lot

Hours

Skip Loc Hours widget
Mon, Mar 02 11:00AM to 7:00PM
Tue, Mar 03 9:00AM to 5:00PM
Wed, Mar 04 9:00AM to 5:00PM
Thu, Mar 05 11:00AM to 7:00PM
Fri, Mar 06 9:00AM to 5:00PM
Sat, Mar 07 9:00AM to 4:30PM
Sun, Mar 08 Closed

Skip Loc Photo widget

Wildwood Crest


Skip Loc Address widget

Address
6300 Atlantic Avenue
Wildwood Crest, NJ 08260
Tel: 609-522-0564

Skip Wildwood Crest LR widget

Resources

Device Charging Station(s)
Free WiFi
Scan to Email & Fax
Print from Anywhere
Private Study Rooms
Public Copier(s)
Public Computers
Public Parking Lot

Hours

Skip Loc Hours widget
Mon, Mar 02 9:00AM to 8:00PM
Tue, Mar 03 9:00AM to 5:00PM
Wed, Mar 04 9:00AM to 8:00PM
Thu, Mar 05 9:00AM to 5:00PM
Fri, Mar 06 9:00AM to 5:00PM
Sat, Mar 07 9:00AM to 4:30PM
Sun, Mar 08 Closed

Skip Loc Address widget

Address
800 Monroe Avenue
Woodbine, NJ 08270
Tel: 609-861-2501

Skip Woodbine LR widget

Resources

Device Charging Station(s)
Free WiFi
Scan to Email & Fax
Print from Anywhere
Public Copier(s)
Public Computers
Public Parking Lot

Hours

Skip Loc Hours widget
Mon, Mar 02 9:00AM to 4:30PM
Tue, Mar 03 10:30AM to 6:00PM
Wed, Mar 04 10:30AM to 6:00PM
Thu, Mar 05 9:00AM to 4:30PM
Fri, Mar 06 9:00AM to 4:30PM
Sat, Mar 07 9:00AM to 4:30PM
Sun, Mar 08 Closed