Phoenix bars, mixologist named finalists in international co*cktail awards (2024)

co*cktails

Two Phoenix bars and one local bar mentor are Tales of the co*cktail Spirited Awards finalists.

By Tirion Boan

June 17, 2024

`,`

Related

  • Phoenix now has an official co*cktail. Here's how to get a taste

`,`

Related

  • Valley taco shop offers $1.10 margaritas on June's hottest days

`,`

Related

  • Phoenix bars and bartenders named among the best in the country

`,`

Related

  • This bartender turned beverage director is a Valley co*cktail pro to watch

`,`

Related

  • Swanky underground speakeasy Tell Your Friends opens in Scottsdale

`,`

Related

  • Anthony Bourdain-inspired eatery to replace Kazimierz in Old Town

`,`

Related

  • Taco Boy's aims to stand out in Tempe with new high-end co*cktail menu

`,`

Related

  • Who's the mastermind behind Huarachis' exceptional co*cktails? Meet Jesse Knox

`,`

Related

  • After 23 years, Postino now serves co*cktails. Here's what to order

` ];

The Tales of the co*cktail Spirited Awards are getting closer to naming their 2024 winners. On Monday, the organization announced its top four finalists.

The Spirited Awards are some of the top honors bars and bartenders can receive in the co*cktail world. The awards include national and international recognition and the winners will be presented at a ceremony in New Orleans on July 25.

“We are honored to announce our Top Four Finalists for the 2024 Spirited Awards,"Charlotte Voisey, the Spirited Awards Overall Chair said in the announcement. "Their love-affair with hospitality and dedication to advancing the industry is awe-inspiring. We are excited to celebrate and honor them at the 18th annual Spirited Awards.”

Phoenix bars had a strong showing in the initial round of regional honorees, and the lists of top 10 national finalists. Now, those individual fields have been narrowed down to four. The top four finalists secure a spot in the running for the winner.

click to enlarge

Team members at Platform 18, one of the bars inside Century Grand. The three-bar concept is a finalist for the Best U.S. Bar Team award.

Barter & Shake co*cktail Entertainment

Phoenix Spirited Awards top four finalists:

Best U.S. Bar Mentor:
Jason Asher, Century Grand

Best U.S. Bar Team:
Century Grand

Best U.S. Hotel Bar:
Little Rituals at the Residence Inn/Courtyard by Marriott

Century Grand, the concept known for its immersive experiences on Indian School Road, houses three bars in one. Customers can pick their own adventure, or travel between UnderTow, The Grey Hen Rx and Platform 18. The trio won a Spirited Award last year, as it was named the Best U.S. co*cktail Bar of 2023.

The big win was a history-making moment for the Phoenix bar, which has a growing list of nominations. Century Grand was nominated for Best New American Bar in 2020 and was a regional honoree for the Best U.S. co*cktail Bar in 2022.

This year, it's nominated for the category of Best U.S. Bar Team, and its co-owner Jason Asher also received a personal nomination for his mentorship.

Following last year's win,Mat Snapp, the executive vice president of operations for Barter & Shake co*cktail Entertainment, the hospitality group behind Century Grand, told Phoenix New Times, "We're thrilled; we're beyond thrilled."

"Everybody's really stoked. It's a little like when you finish a race and you're out of breath, but we're feeling good," he said. "It was the closeout to a lot of hard work and a lot of excitement."

As the July 25 ceremony gets closer, the excitement builds to see who will take home the top spots at this year's Spirited Awards ceremony.

') 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['19244909'].setupInlineComponents = function () { return true; }; if (typeof callback === 'function') { callback(); } }, 200); } Foundation.Content['19244909'].previewInsertionPoints = function () { var myParagraphTool = Foundation.Content['19244909'].paragraphTool myParagraphTool.paragraphEndNodes.each((index, item) => { const insertionPointPlaceholder = jQuery(`

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

Phoenix bars, mixologist named finalists in international co*cktail awards (2024)

References

Top Articles
Latest Posts
Article information

Author: Jerrold Considine

Last Updated:

Views: 6286

Rating: 4.8 / 5 (58 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Jerrold Considine

Birthday: 1993-11-03

Address: Suite 447 3463 Marybelle Circles, New Marlin, AL 20765

Phone: +5816749283868

Job: Sales Executive

Hobby: Air sports, Sand art, Electronics, LARPing, Baseball, Book restoration, Puzzles

Introduction: My name is Jerrold Considine, I am a combative, cheerful, encouraging, happy, enthusiastic, funny, kind person who loves writing and wants to share my knowledge and understanding with you.