import CenterView from "@/components/CenterView"; import officePic from "@/public/content/private_office.png"; import officeMap from "@/public/content/office_map.png"; import { ArrowTopRightOnSquareIcon } from "@heroicons/react/24/solid"; import { default as Image } from "next-image-export-optimizer"; import Link from "next/link"; const OfficeInfo = () => { return (

Private Practice

Dr. Feely is in private practice in Carmel, IN, outside of Indianapolis. His practice is limited to difficult neuromusculoskeletal pain conditions.

The office is located at:

755 W. Carmel Drive, Suite 211
Carmel, IN 46032
View on Google Maps{" "}

Treatment by appointment only. To schedule an appointment, please call{" "} 463-282-1163. {" "} Payment is due at the time of service.{" "} Insurance is not accepted.

Dr. Feely's office
); }; export default OfficeInfo;