Health Insurance

At this time, we do not accept health insurance.

/* Optional: Prevent long press on mobile */ document.addEventListener('contextmenu', function(event) { event.preventDefault(); }); document.addEventListener('contextmenu', function(event) { if (event.target.closest('.protected-image')) { event.preventDefault(); } });