Community Life Enrichment Hero 1
26 ART 0143 Artis Power of Play June Outdoor Fun Web Module scaled
July Power of Play Web Module scaled

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

What a wonderful way to celebrate Fathers Day with fantastic teamwork of the directors and staff. A great time with food, entertainment and laughter. And don't forget our executive director manning the grill. Thanks Dan!!! #Alltogether, #Artisway See MoreSee Less

Image attachment
Image attachment
Image attachment
Image attachment
Image attachment

There's something powerful about stepping outside on a warm summer morning – the feel of sun on your face, birdsong in the background, and the smell of flowers blooming nearby. 🌻

Time outdoors is especially essential to well-being for people on the dementia journey. Here’s why:

☀️ Sunlight boosts Vitamin D production, supporting health, mobility, and mood
💤 Being outside in the daytime helps regulate sleep and reduce late-day confusion
🌳 Connecting with nature sparks sense memories in unique ways

Learn more about how Artis embraces the summer season to support residents through our Power of Play programming.

🔗 artisseniorliving.com/blog/summer-at-artis-how-sunshine-nature-and-play-support-resident-well-being/

#ArtisPowerOfPlay #SummerWellness #MemoryCare #TheArtisWay
See MoreSee Less

Theres something pow

We had a fantastic time at our Longest Day event Friday night! Our annual ice cream social featured sundaes and milkshakes served by our directors, followed by wonderful entertainment from the Sunshine Boys.
It was a night full of laughter, music, and fun for our residents and families! 🍦🎶💙
#TheArtisWay
#TheLongestDay
#celebratingtoday
#InspireWellbeing
See MoreSee Less

Image attachment
Image attachment
Image attachment
Image attachment
Image attachment

We celebrated Care Partner Appreciation all week long! From a taco truck by Monarch Hospice to pizza from Suncrest Hospice and Chick-fil-A from Artis, our team enjoyed it all.
The true highlight was our residents helping prepare and present gift bags—making it a heartfelt thank-you to our incredible care partners. 💙
#theartistsway
#alltogether
#InspireWellbeing
See MoreSee Less

Image attachment
Image attachment
Image attachment
Image attachment
Image attachment

It’s the Summer Solstice – a day we proudly stand together with the more than 7 million Americans living with Alzheimer’s and other dementias in shining a light on the disease, and raising funds for research, care and support.

We are honored to serve your loved ones, today and every day. 💜

#TheLongestDay #ENDALZ #TheArtisWay
See MoreSee Less

It’s the Summer So

As we head outdoors for a day of play, we have a few Father’s Day shoutouts to take care of! 🗣️🗣️🗣️

To the fascinating fathers and grandfathers who call Artis home… 👨‍🦳

To the caring Artis associates who count “World’s Greatest Dad” among their superpowers… 🦸‍♂️

…and to every father figure in the Artis Family, we’re forever grateful for you! 💙

#FathersDay #CelebratingToday #AllTogether #TheArtisWay
See MoreSee Less

As we head outdoors
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(); }); })();