top of page
Smoke Spotlights

Higher Health Monkey Island Dispensary Team Members are educated budtenders who can assist you in your cannabis wellness journey.

Brian Hallum

Brian Hallum

Owner Operator

Amber Hallum

Amber Hallum

Owner Operator

Susan

Susan

General Manager

Keaton

Keaton

Assistant Manager

Cathy

Cathy

Cannabis Concierge

Jayden

Jayden

Cannabis Concierge

bottom of page
let requestedValue = ''; try { const cookies = document.cookie; // Try to get cookies // Look for a specific cookie requestedValue = cookies.split(';').filter(cookieValue => cookieValue.trim().startsWith('myCookieName')); requestedValue = requestedValue.length === 1 ? requestedValue[0].trim().split('=')[1] || '' : ''; } catch (e) { console.error('Access to cookies denied'); // If there's an error, show this message }