Cannabis Business Blog

MAY 10TH, 2021
How to open a marijuana dispensary in Ohio? The state of Ohio passed House Bill 523, effective on September 8, 2016, legalizing  medical marijuana in Ohio. The Ohio Medical Marijuana Control Program (OMMCP) will allow people with certain medical conditions, upon the recommendation of an Ohio-licensed physician certified by the State Medical Board, to purchase … Continue reading "Open a Marijuana Dispensary in Ohio"
May 7th, 2021
How to apply for a marijuana business license as a Social Equity Applicant in Arizona In Arizona, both medical and adult use marijuana is legal. On November 3rd, 2020, Arizona voters had the opportunity to vote on Proposition 207, also known as the “Smart and Safe Arizona Act” to legalize adult-use/recreational marijuana in the state. … Continue reading "Arizona Releases Draft Regulations for Cannabis Social Equity Program"
MAY 5TH, 2021
Stay up to date with the latest legalization and cannabis news with the CB Advisors. Every week, we will release a snippet of what’s happening with each state in the cannabis industry. Did you miss last week? No worries – click here for last week’s cannabis news. CBD States  Alabama: A medical marijuana bill that has already … Continue reading "Latest Cannabis News: May 5, 2021"
April 29th, 2021
Top 5 Strategic Tips for New Cannabis Businesses in NJ Each state and local municipality with a cannabis program has its own idiosyncrasies and regulations. Understanding these rules and cannabis compliance is one of the most, if not THE most, important element to the success of securing a cannabis business license. As one of the … Continue reading "Top 5 Strategic Tips for New Cannabis Businesses in New Jersey"

IT’S TIME TO GET GROWING.

Better growth and a clear plan forward is what your business needs. Reach out to us to book a consultation or get your action plan
started.

/* ------------------------------------------------------------------ CBA Accessibility Snippet v2 (DigitalShyft, 2026-07) Adds aria-labels to footer social-icon links + the Mailchimp newsletter email field. v2 fix: runs immediately when the DOM is already ready (SiteGround Speed Optimizer defers this file until after DOMContentLoaded, so the old event listener never fired). Additive, reversible, no visual change, safe to re-run. INSTALL: paste this as the code for the "Accessibility Labels" block in CSS & JavaScript Toolbox, Save, then Purge SG Cache. ------------------------------------------------------------------ */ (function () { function applyA11yLabels() { var socialMap = { facebook: 'Facebook', twitter: 'Twitter / X', instagram: 'Instagram', youtube: 'YouTube', linkedin: 'LinkedIn' }; document.querySelectorAll('a > i.fab, a > i.fa-brands').forEach(function (icon) { var link = icon.closest('a'); if (!link || link.getAttribute('aria-label')) return; for (var key in socialMap) { if (icon.className.indexOf('fa-' + key) !== -1) { link.setAttribute('aria-label', socialMap[key]); break; } } }); document.querySelectorAll('input[name="EMAIL"]:not([aria-label])').forEach(function (input) { input.setAttribute('aria-label', 'Email address for newsletter signup'); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', applyA11yLabels); } else { applyA11yLabels(); // DOM already parsed (our case, due to deferred loading) } window.addEventListener('load', applyA11yLabels); // belt-and-suspenders fallback })();