Community Life Enrichment Hero 1
26 ART 0339 PoP September Website Featured Event Module

Week of Events

Maverick shares the joy of seeing his grandmother thrive at Artis — from compassionate care to creative expression through art. “It’s just a joy,” he says, watching her engage and connect in a place where genuine people support and uplift each resident.

Life Enrichment at Artis is powered by people with the training, heart, and intuition to transform everyday moments into meaningful experiences. Meet Marlene, one of our Life Enrichment Directors, whose superpower is discovering what brings each resident to life

Community Life Enrichment Yesterday Today Image 1

“I always wanted to paint more … now I paint every day.”

– Sal L.
Artis Resident
Community Life Enrichment Yesterday Today Image 2
Community Mission and Values Facebook Background 1
Community Life Enrichment Facebook Facebook Icon

See how we’re honoring
yesterday and celebrating
today.

Comments Box SVG iconsUsed for the like, share, comment, and reaction icons

Few communities can provide the remarkable outdoor setting our residents enjoy every day. From our beloved turkey family, a mother, father, and baby turkey, to the many other wildlife visitors that frequent our grounds, nature is always close at hand. Combined with our secure 12,000-square-foot outdoor living area, these special moments bring comfort, joy, and connection to our residents.
#TheArtisWay
#InspireWellbeing
See MoreSee Less

Image attachment
Image attachment
Image attachment
Image attachment

This Labor Day, we’re celebrating the people who make life meaningful – with barbeques, visits, and a little extra end of summer fun.

Here’s to the hands that have built, cared, served, taught, created, and contributed throughout a lifetime – and to a day well spent with the people we love.

Happy Labor Day from all of us at Artis! 🇺🇸

#LaborDay #ArtisSeniorLiving #SeniorLiving #LifeAtArtis
See MoreSee Less

This Labor Day, we�

The sweetest sounds filled our community last week as residents learned to play the ukulele! More than just a music lesson, it was a time of connection, confidence, and pure joy. Seeing their smiles made our hearts full. 💕
#TheArtisWay
See MoreSee Less

Image attachment
Image attachment
Image attachment
Image attachment

For World Letter Writing Day, we’re putting pen to paper at Artis!Writing or dictating a letter can encourage self-expression, spark conversation, engage language and memory, and create something special to share with the people we love. For people living with dementia, it can be a wonderful starting point for connection. Not sure what to write? Here are some prompts to get you started. 📝

The perfect letter doesn’t need perfect spelling, beautiful handwriting, or even a stamp. Sometimes the joy is simply in remembering, laughing, and sharing the story together.

#WorldLetterWritingDay #ArtisSeniorLiving #DementiaCare #MeaningfulEngagement #MemoryCare
See MoreSee Less

Image attachment
Image attachment
Image attachment
Image attachment
Image attachment

Congratulations to Denise, one of our outstanding Care Partners, for being named Positive Partner of the Month!
We are incredibly grateful to have Denise as part of our Artis family. Her compassion, dedication, and positive attitude make a meaningful difference in the lives of our residents and their families every day. Thank you, Denise, for all that you do. This recognition is truly well deserved!
#TheArtisWay
See MoreSee Less

Image attachment
Image attachment

On Thursday, we celebrated our amazing associates and all they do for our community. As a token of our gratitude for their commitment, compassion, and hard work, everyone enjoyed a scrumptious lunch while spending time together in recognition of the positive impact they make each day.
#TheArtisWay
#InspireWellbeing
See MoreSee Less

Image attachment
Image attachment
Image attachment
Image attachment
Image attachment
Community Life Enrichment Schedule A Tour Image 1

"*" indicates required fields

Name*
This field is hidden when viewing the form
This field is hidden when viewing the form
This field is hidden when viewing the form
This field is hidden when viewing the form
This field is hidden when viewing the form
(function() { if (typeof jQuery === ‘undefined’) { console.error(‘jQuery is required for eventsDuplicates function’); return; } function hideDuplicateEventsAllViews() { const viewConfigs = [ { container: ‘.tribe-events-pro-week-grid__events-day’, event: ‘.tribe-events-pro-week-grid__event’ }, { container: ‘.tribe-events-calendar-day’, event: ‘.tribe-events-calendar-day__event’ }, { container: ‘.tribe-events-calendar-month__body’, event: ‘.tribe-events-calendar-month__day’ } ]; viewConfigs.forEach(function(config) { const $containers = jQuery(config.container); if (!$containers.length) return; $containers.each(function() { const $events = jQuery(this).find(config.event); const titleGroups = {}; const eventsToHide = []; $events.each(function() { const $event = jQuery(this); const $title = $event.find(‘h3, .tribe-event-title, .tribe-events-pro-week-grid__event-title’); const dataPublished = $event.attr(‘data-published’); const title = $title.length ? $title.first().text().trim() : ”; if (!title || !dataPublished) return; const key = title.toLowerCase(); if (!titleGroups[key]) { titleGroups[key] = []; } titleGroups[key].push({ $element: $event, publishedDate: new Date(dataPublished), publishedString: dataPublished, fullTitle: title }); }); Object.keys(titleGroups).forEach(function(key) { const group = titleGroups[key]; if (group.length <= 1) return; group.sort(function(a, b) { return b.publishedDate.getTime() – a.publishedDate.getTime(); }); for (let i = 1; i < group.length; i++) { eventsToHide.push(group[i].$element); } }); if (eventsToHide.length) { jQuery.each(eventsToHide, function(i, $event) { $event.hide(); }); console.log('Hidden ' + eventsToHide.length + ' duplicate events in container'); } }); }); } jQuery(document).ready(function() { hideDuplicateEventsAllViews(); }); })();