91³Ô¹ÏÍø

Watch CBS News

Flying Dutchman Distillery under new ownership, expands experiences

The experience at Flying Dutchman Distillery in Eden Prairie, Minnesota, begins the moment you walk in the door. Whether it's your first time, or you're coming back since it first opened 8 years ago.

"We've upgraded and refreshed the cocktail room with new furniture," said owner Jonathon Nelson. "We've added on additional food options, we've also added on more of an entertainment type of experience for the guests."

With a background in marketing, there's been a little learning curve for new owner, Nelson, as they make a wide range of spirits from gin to rum to vodka and more.

"We make nine spirits in house, grain to glass. So we source all the ingredients locally in Minnesota here, except for our agave nectar. We source that directly from Jalisco, Mexico," said Nelson.

 "How important is it for everything to be Minnesota?"

"Very important. It allows local flavor, allows a connection, allows our guests to feel like they're a part of something when they're here," said Nelson.

In addition to the live music, bingo and other events, you can also sign up for flight school.

"They get to be behind the bar. They get to interact with us and get to see what we do every day. They get to learn our recipes. They get to try our drinks," said Amira Alaoui, General Manager of Flying Dutchman Spirits.

"Our Tequila is so smooth and soft that it goes really well with those warm flavors, and you almost can't taste it, even though there's three ounces in there," said Alaoui.

More delicious than dangerous —  the fresh New York style pizza. Also on the menu —a Bavarian pretzel and the classic chips and guac. Or if you're hungry for knowledge, you can also get a tour of the distilling room to learn how it's all made.

 "This is the start of the process. This is the mash tun. What we do here is we put our corn or potatoes in. The only thing we use the mash one for is our vodka," said head distiller, Reece Collins.

It doesn't take long to see how much science that goes into the craft. But no worries if that part of your visit doesn't make sense. All you need to know it everything tastes good!

"Even though you're doing a lot for a little bit of product, it's such a rewarding feeling," said Collins. "Also, when you go out into like, the cocktail room and you have people trying, and they're like, Oh, it's so good. And it's like, I don't tell them, tell them I'm the distiller. I'm just like, I like seeing the reaction, such a good feeling."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });