Chef’s Tasting & Rating Event

July 22 @ 11:30 am - 1:00 pm
  • Hillcrest Highlands of Gretna
  • July 22, 2026
  • 11:30 am
  • 10890 S. 208th St., Gretna, NE 68028

Hillcrest Highlands of Gretna is excited to welcome Chef Cosmos, our new chef with an extensive culinary background in serving older adults.

Future residents are invited to join us for a special Tasting Event where you can meet Chef Cosmos, sample new culinary selections and provide your ratings and feedback to help shape the dining experience at Hillcrest Highlands.

Space is limited. Please RSVP by Friday, July 17 to HHGmarketing@hillcresthealth.com or (402) 761-1527.

document.addEventListener(“DOMContentLoaded”, function () {
// Phone button logic
const phoneButton = document.querySelector(‘.acf-phone-button’);
if (phoneButton && (!phoneButton.getAttribute(‘href’) || phoneButton.getAttribute(‘href’) === ‘tel:’)) {
phoneButton.style.display = ‘none’;
}

// Email button logic
const emailButton = document.querySelector(‘.acf-email-button’);
if (emailButton && (!emailButton.getAttribute(‘href’) || emailButton.getAttribute(‘href’) === ‘mailto:’)) {
emailButton.style.display = ‘none’;
}
});