Locations & Service Area

Quality care is closer than you think.

Liberty Home Care and Hospice proudly serves counties across North Carolina, South Carolina and Virginia. Our compassionate and caring team provides home health care, palliative care and hospice care wherever you call home. For additional information about our service area, request a free consultation online or call (800) 999-9883.

Request a Free Consultation

Find a Location Near You:

      Privacy Preference Center

      window.addEventListener ('load', function() { let topMenu = document.querySelector('.top-menu'); let menuContainer = document.querySelector('.menu-container'); menuContainer.prepend(topMenu); }) /* Accessibility remediation: --------------------------- This script adds explicit aria-label attributes to specific "Learn More" buttons whose visible text is ambiguous when announced by screen readers. The site theme (Uncode) sanitizes Button elements and does not preserve link titles, ARIA attributes, or hidden descriptive text in the rendered HTML. As a result, multiple "Learn More" links fail WCAG 2.4.4 (Link Purpose). To resolve this without altering visual design, unique aria-labels are injected at runtime based on Element IDs. Accessibility testing tools evaluate the final DOM, where these labels are present. Do not remove unless button markup is refactored to include inherently descriptive link text. */