Cormorant Lakes Calendar

Serving Docks & Lifts in Minnesota

For questions about dock & lift removal for Fall, email Tim at tim@jkmarine.com.
1st Week After Ice Out Lee, Turtle, Tamerac
2nd Week After Ice Out Ida, Middle Corm, Upper Corm, Nelson, Loon, Munson
3rd Week After Ice Out Little Corm, Leaf, Eunice, Maud
4th Week After Ice Out Big Cormorant until completed
Detroit area lakes have a separate schedule from this. Please click the button below to view the Detroit Lakes schedule.
All dates are approximate and do not guarantee that it will get done that week. Other factors, such as weather, can have an effect on the schedule as well.
Click to call sales

While great effort is made to ensure the accuracy of the information on this site, errors can occur. Please verify all pricing and installed equipment information with a customer service representative. This is easily done by calling us or visiting us at the dealership.

We improve our products and advertising by using Microsoft Clarity to see how you use our website. By using our site, you agree that we and Microsoft can collect and use this data. Our privacy statement has more details.

(function() { // Helper: find a valid phone number from any tel: link on the page function getValidPhoneNumber() { // Find all tel: links const allTelLinks = document.querySelectorAll('a[href^="tel:"]'); for (let link of allTelLinks) { let href = link.getAttribute('href'); let number = href.substring(4).trim(); // Ignore if it's "undefined" or empty if (number && number !== 'undefined' && number !== '') { return number; } } // Fallback to the number you provided return '218-844-1139'; } // Event delegation for "Call for Price" document.body.addEventListener('click', function(e) { let target = e.target.closest('.mark3-price-item.call-for-price'); if (!target) return; e.preventDefault(); let phoneNumber = getValidPhoneNumber(); window.location.href = 'tel:' + phoneNumber; }); })();