Enzo's End Owner Ready to Retire, Looking for Someone to Take Over the Colfax Pizzeria (2024)

The 28-year-old pizza joint connected to PS Lounge is set to close on June 30 but its owner hopes someone else will continue its legacy.

By Molly Martin

June 18, 2024

`,`

Related

  • Reader: What Will I Do Without Enzo's End? Best Pizza in Denver!

`,`

Related

  • Nine New Options for Eating and Drinking Opened This Week

`,`

Related

  • Italian Pizza Chain Rosso Pomodoro Opens First Standalone U.S. Location in Central Park

`,`

Related

  • American Ninja Warrior Adventure Park Opens in Denver

`,`

Related

  • Every Opening and Closing This Week: Lobster Rolls at Middleman and More

`,`

Related

  • Let It Go in Denver as Disney's Frozen Returns to the Buell Theatre

`,`

Related

  • Vine Street Celebrates a Successful Opening Weekend

`,`

Related

  • Big Changes for Green Bus, Including a New Brick-and-Mortar Cafe

`,`

Related

  • Harvey Park Grille Shutters Just Four Months After Opening

` ];

"It's just been enough. I've been doing most of the cooking myself for the last couple of years.Labor is expensive, so we do what we've gotta do," says Charlie Puma, who has owned Enzo's End Pizzeria at 3424 East Colfax Avenue since 1996.

But now he's ready for a change, so Enzo's will close after June 30."I'm just looking to do some new things and go on some adventures," Puma says.

Enzo's End is connected to another Colfax staple, cash-only dive bar PS Lounge, where everyone is greeted with anAlabama Slammer shot and ladies are gifted a free rose.Pete Siahamis owns the bar and the building, including the Enzo's space. "He's not going anywhere, everything stays the same there," Puma notes.

He and Siahamis are hoping someone might want to step in to keep things the same and keep Enzo's going. "If we found the right person that wanted to continue, then I would be willing to train them and make a go of it," Puma adds. "So we're gonna see if we can find someone."

In a Facebook comment on a post announcing the news, Puma asks: "Is $20,000 (less than six weeks revenue) too much to ask for the brand, trade name, menus, recipes, phone number, domain registry, goodwill etc? ... Who is young, enthusiastic and savvy?"

With a built-in customer base at the bar and plenty of foot traffic thanks to other nearby bars, restaurants and the Bluebird Theater, the place has a lot of potential. Anyone interested can reach out to Puma at [emailprotected].

The place also comes with another now-iconic Colfax staple: Big Enzo, the Bob's Big Boy statue that Puma purchased in 2010,made over into a pizza mascot and set atop the building. "He'll probably stay for now, until we see what happens with the space," Puma says. While the mascot now holds a pizza pan, the original burger is still hanging inside the restaurant. "A lot of people don't realize what it is," he adds, laughing.

While he's looking forward to doing some home remodeling projects and enjoying time off, Puma says that the end of his run at Enzo's End has been bittersweet. "It was hard to make the announcement," he admits. "I tried calling some of our top longtime customers, and I couldn't get very far on the list because it was so emotional. So many people were so disappointed. ... We had a woman come in practically in tears the other day. People are telling me their babies grew up with this pizza and now they're adults. A lot of those kinds of stories are fantastic to hear."

So it would be fantastic, he thinks, if someone else would step in to keep offering the neighborhood pizza and good times on the street that Puma has looked out on for nearly three decades. "In a lot of ways, I think Colfax has stayed mostly the same," he concludes. "We have more bars and restaurants. Parking has become more difficult. But in a lot of ways, I think it's the same place."

Enzo's End Pizzeria is located at3424 East Colfax Avenue and is open from 4:30 to 10 p.m. Wednesday and Thursday, 4:30 to 11 p.m. Friday and Saturday, and 4:30 to 10 p.m. Sunday...until June 30. For more information, call303-355-4700 during business hours.

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } // const insertionBlockClass = `fdn-paragraph-insertion-block`; const styleElementHook = `fdn-paragraph-insertion-styles`; jQuery(element).addClass(insertionBlockClass); if (jQuery(`[${styleElementHook}]`).length === 0) { jQuery('div.fdn-content-body, div #storyBody').append('

') const paragraphLineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() const styleElement = jQuery(`

`); const styleText = ` div.fdn-content-body br+.${insertionBlockClass}:not([hidden]), div #storyBody br+.${insertionBlockClass}:not([hidden]) { margin-top: ${paragraphLineHeight*2}px; margin-bottom: ${paragraphLineHeight}px; } div.fdn-content-body br+.${insertionBlockClass}[hidden] > div:last-of-type, div #storyBody br+.${insertionBlockClass}[hidden] > div:last-of-type { margin-bottom: ${paragraphLineHeight*2}px; } ` styleElement.text(styleText); jQuery('head').append(styleElement); } // } } jQuery(element).insertBefore(this.paragraphEndNodes[index]); } else { console.warn('Foundation.ParagraphTool.insertElemenAt: invalid insertion index', index); } } this.insertElemenAtEnd = function (element) { if (this.paragraphEndNodes.length) { let lastNode = this.getNodeAtIndex(this.paragraphEndNodes.length -1); if (this.isDoubleBrParagraphBreak(lastNode) || this.isBrParagraphBreakBeforeBlockElement(lastNode)) { if (jQuery(element).get(0).tagName.match(/SCRIPT/i) !== null) { jQuery('
').insertAfter(this.paragraphEndNodes[index]); jQuery('
').insertAfter(this.paragraphEndNodes[index]); } else { jQuery('div.fdn-content-body, div #storyBody').append('

') let lineHeight = jQuery('[line-height-check]').get(0).clientHeight; jQuery('[line-height-check]').remove() if (jQuery(element).prop('tagName').match(/HIDDEN/i) !== null) { jQuery(element).children('div').last().css({ marginBottom: `${lineHeight*2}px` }); } else { jQuery(element).css({ marginTop: `${lineHeight*2}px`, marginBottom: `${lineHeight}px` }); } } } } this.bodyContainer.append(element); } this.getNodeAtIndex = function (index) { return this.paragraphEndNodes[index]; } }

`); } var paragraphCount = myParagraphTool.getParagraphEndNodeCount(); // No need to insert if there aren't enough paragaphs if (paragraphCount >= parseInt(item.requiredCountToDisplay)) { // Matches specific paragraph insertion indexes if (item.insertPoint.match(/^\d+$/) !== null) { var insertIndex = parseInt(item.insertPoint) - 1; // Insert within content if (insertIndex < paragraphCount) { myParagraphTool.insertElemenAtIndex(componentElement, insertIndex); } // Append to the end if the insert point is beyond the paragraph count else { myParagraphTool.insertElemenAtEnd(componentElement) } } // Matches for 1/2, 1/4, 2/3, 5/6, etc else if (item.insertPoint.match(/^[1223456]\/[23456]$/) !== null) { var fractionMatch = new RegExp(/^([123456])(?:\/)([23456]$)/); var fractionPart = parseInt(item.insertPoint.match(fractionMatch)[1]); var fractionWhole = parseInt(item.insertPoint.match(fractionMatch)[2]); var fractionValue = fractionPart / fractionWhole; var fractionIndex = Math.floor(myParagraphTool.paragraphEndNodes.length * fractionValue) - 1; myParagraphTool.insertElemenAtIndex(componentElement, fractionIndex); } // Matches for every Nth insertion point else if (item.insertPoint.match(/^\d*th$/i) !== null) { var intervalIndex = parseInt(item.insertPoint.match(/^(\d*)th$/i)[1]); var startingIndex = parseInt(item.startingPoint) - 1; var insertionMax = parseInt(item.maxInsertions) || 100; var insertionCount = 0; for (var i = startingIndex; i < myParagraphTool.paragraphEndNodes.length && insertionCount < insertionMax; i++) { if ((i - startingIndex) % intervalIndex === 0) { let currentNode = myParagraphTool.getNodeAtIndex(i); const clonedComponent = componentElement.clone(); myParagraphTool.insertElemenAtIndex(clonedComponent, i); insertionCount++; } } } } }); Foundation.Content['21067614'].setupInlineComponents = function () { return true; }; if (typeof callback === 'function') { callback(); } }, 200); } Foundation.Content['21067614'].previewInsertionPoints = function () { var myParagraphTool = Foundation.Content['21067614'].paragraphTool myParagraphTool.paragraphEndNodes.each((index, item) => { const insertionPointPlaceholder = jQuery(`

`) myParagraphTool.insertElemenAtIndex(insertionPointPlaceholder, index); }); return 'Paragraph insertion placeholders applied.'; }

Enzo's End Owner Ready to Retire, Looking for Someone to Take Over the Colfax Pizzeria (2024)

References

Top Articles
Latest Posts
Article information

Author: Mrs. Angelic Larkin

Last Updated:

Views: 6689

Rating: 4.7 / 5 (67 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Mrs. Angelic Larkin

Birthday: 1992-06-28

Address: Apt. 413 8275 Mueller Overpass, South Magnolia, IA 99527-6023

Phone: +6824704719725

Job: District Real-Estate Facilitator

Hobby: Letterboxing, Vacation, Poi, Homebrewing, Mountain biking, Slacklining, Cabaret

Introduction: My name is Mrs. Angelic Larkin, I am a cute, charming, funny, determined, inexpensive, joyous, cheerful person who loves writing and wants to share my knowledge and understanding with you.