// data.jsx — provider data, specialties, helpers
const SPECIALTIES = [
  { key:'orofacial', label:'Orofacial Pain Specialist', glyph:'O', count:412 },
  { key:'tmj-dentist', label:'TMJ-trained Dentist',     glyph:'D', count:1284 },
  { key:'neuromuscular', label:'Neuromuscular Dentist', glyph:'N', count:186 },
  { key:'oral-surgeon', label:'Oral & Maxillofacial Surgeon', glyph:'S', count:296 },
  { key:'sleep-apnea', label:'Sleep Apnea Specialist',  glyph:'Z', count:480 },
  { key:'pt', label:'Physical Therapist',               glyph:'P', count:842 },
  { key:'myo', label:'Myofunctional Therapist',         glyph:'Y', count:180 },
  { key:'myofascial', label:'Myofascial Release',        glyph:'M', count:318 },
  { key:'massage', label:'Massage Therapist',           glyph:'T', count:611 },
  { key:'chiro', label:'Chiropractor',                  glyph:'C', count:524 },
  { key:'ent', label:'ENT / Otolaryngologist',          glyph:'E', count:188 },
  { key:'neuro', label:'Neurologist',                   glyph:'N', count:147 },
  { key:'osteo', label:'Osteopath',                     glyph:'O', count:233 },
  { key:'acu', label:'Acupuncturist',                   glyph:'A', count:402 },
  { key:'other', label:'Other modalities',              glyph:'+', count:174 },
];

const TREATMENTS = ['Custom splints','Botox / neurotoxin','Manual therapy','Trigger-point release','Dry needling','Arthrocentesis','TENS','Cognitive behavioral','Postural retraining','Nightguards'];

// Master tag list that providers can select from in the dashboard.
// Grouped by category for the picker UI. Patients filter the directory by these tags.
const TAG_CATEGORIES = [
  {
    label: 'Availability',
    tags: ['Accepting patients', 'Same-week booking', 'Telehealth', 'Evening hours', 'Weekend hours'],
  },
  {
    label: 'Insurance & payment',
    tags: ['In-network', 'Out-of-network', 'Cash-pay', 'HSA/FSA', 'Sliding scale', 'BNPL accepted'],
  },
  {
    label: 'Treatments',
    tags: ['Custom splints', 'Botox', 'Manual therapy', 'Trigger-point release', 'Dry needling', 'Intra-oral myofascial', 'Cranial work', 'TENS therapy', 'Postural retraining', 'CBT for pain', 'Nightguards', 'Myofunctional therapy', 'Tongue posture training', 'Tongue tie / frenectomy support', 'Orofacial myology', 'Oral appliance therapy (OAT)', 'Mandibular advancement device', 'CPAP support', 'Home sleep test'],
  },
  {
    label: 'Focus areas',
    tags: ['Headache & migraine', 'Sleep-disordered breathing', 'Sleep apnea', 'Bruxism', 'Pediatric', 'Post-surgical care', 'Trauma-informed', 'Mouth breathing', 'Tongue thrust'],
  },
];

// Master insurance list — major US health insurers, government programs, BCBS regional plans,
// regional carriers, and specialty payers. Providers select from this list in the dashboard;
// not shown on the public card — used only for directory filtering / "near me" search.
const INSURANCE_OPTIONS = [
  // Major nationals
  'Aetna',
  'Anthem',
  'Blue Cross Blue Shield (BCBS)',
  'Cigna',
  'Humana',
  'Kaiser Permanente',
  'UnitedHealthcare',

  // Government programs
  'Medicare',
  'Medicare Advantage',
  'Medicaid',
  'Tricare',
  'VA / Veterans Affairs',
  'CHIP',
  'Indian Health Service',

  // Regional Blue Cross Blue Shield plans
  'BCBS of California',
  'BCBS of Illinois',
  'BCBS of Michigan',
  'BCBS of North Carolina',
  'BCBS of Texas',
  'Empire BlueCross BlueShield',
  'Florida Blue',
  'Highmark BCBS',
  'Horizon Blue Cross Blue Shield',
  'Independence Blue Cross',
  'Premera Blue Cross',
  'Regence Blue Cross Blue Shield',

  // Major regional / specialty carriers
  'Ambetter',
  'AmeriHealth',
  'Bright Health',
  'CareFirst',
  'CareSource',
  'Centene',
  'EmblemHealth',
  'Geisinger Health Plan',
  'HealthPartners',
  'Health Net',
  'L.A. Care Health Plan',
  'Molina Healthcare',
  'Oscar Health',
  'Sutter Health Plus',
  'WellCare',

  // Workers comp / specialty
  "Workers' Compensation",
  'No-fault auto / PIP',
  'Self-pay only',
];

const PROVIDERS = [
  {
    "id": "p10",
    "status": "premium",
    "business": "Relief Massage Method",
    "name": "Amber Ellen",
    "credentials": "TMJ Massage",
    "specialty": "TMJ Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": [
      "myofascial",
      "massage"
    ],
    "bio": "Specialized intra-oral myofascial release for TMJD — slow, intentional sessions that deliver deep relief, not just a temporary reset.",
    "addr": "5901 NW 63rd Terrace, Ste 106",
    "city": "Kansas City",
    "state": "MO",
    "zip": "64151",
    "country": "USA",
    "phone": "+1 (816) 355-6842",
    "email": "hi@reliefmassagemethod.com",
    "web": "reliefmassagemethod.com",
    "instagram": "https://www.instagram.com/tmjreliefmassage",
    "facebook": "https://www.facebook.com/reliefmassgemethod",
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [
      "Same-week booking",
      "HSA/FSA",
      "Cash-pay",
      "BNPL accepted",
      "Intra-oral myofascial"
    ],
    "insurances": [
      "Self-pay only"
    ],
    "treatments": [],
    "photo": "uploads/amber-ellen.jpg",
    "photoLabel": "Amber Ellen, LMT",
    "pin": {
      "x": 42.0,
      "y": 38.0,
      "color": "gold"
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": "—",
    "premium": true,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p11",
    "status": "sourceOnly",
    "business": "University of Washington",
    "name": "Rania Abasaeed",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1959 NE Pacific St, B-221",
    "city": "Seattle",
    "state": "WA",
    "zip": "98195",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://directory.uw.edu/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p12",
    "status": "sourceOnly",
    "business": "Oita University",
    "name": "Ayaka Abe",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1-1 Idaigaoka, Hasama-machi",
    "city": "Yufu",
    "state": "",
    "zip": "879-5593",
    "country": "Japan",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p13",
    "status": "sourceOnly",
    "business": "University of California San Francisco",
    "name": "Kamal Al Eryani",
    "credentials": "DDS, PhD",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "San Francisco",
    "state": "CA",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p14",
    "status": "sourceOnly",
    "business": "Lucent Dental Center",
    "name": "Lujain Alhuwayrini",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2856 Dahya Street, Villa No.6",
    "city": "Riyadh",
    "state": "",
    "zip": "14211",
    "country": "Saudi Arabia",
    "phone": "",
    "email": "",
    "web": "https://lucent.com.sa/contact/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p15",
    "status": "sourceOnly",
    "business": "National Guard Health Affairs",
    "name": "Ghada AlZamel",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "P.O. Box 22490, Mail code 1243",
    "city": "Riyadh",
    "state": "",
    "zip": "11426",
    "country": "Saudi Arabia",
    "phone": "",
    "email": "",
    "web": "https://mngha.med.sa/english/Pages/ContactUsForm.aspx",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p16",
    "status": "sourceOnly",
    "business": "University of New England College of Dental Medicine",
    "name": "Neetha Antony",
    "credentials": "BDS, MDS",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "200 University Parkway, INV 231",
    "city": "Yakima",
    "state": "WA",
    "zip": "98901",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p17",
    "status": "sourceOnly",
    "business": "University of Insubria",
    "name": "Lorenzo Azzi",
    "credentials": "Associate Professor of Oral Medicine",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "9 Via Guicciardini",
    "city": "Varese",
    "state": "",
    "zip": "21100",
    "country": "Italy",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p18",
    "status": "sourceOnly",
    "business": "Harvard School of Dental Medicine",
    "name": "Dr. Roxanne Bavarian",
    "credentials": "DABOM, DABDSM, DABOP",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "188 Longwood Ave",
    "city": "Boston",
    "state": "MA",
    "zip": "02115",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p19",
    "status": "sourceOnly",
    "business": "Meharry Medical College School of Dentistry",
    "name": "Dr. James Cade",
    "credentials": "DDS, ABOM, FAAOMP",
    "specialty": "Oral Medicine Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1005 Dr. D.B. Todd Jr. Blvd.",
    "city": "Nashville",
    "state": "TN",
    "zip": "37206",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p20",
    "status": "sourceOnly",
    "business": "Private Practice",
    "name": "Alvin Cardona",
    "credentials": "DMD, MS",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "Medical Ophthalmic Plaza 1875, Suite 202, Carr #2",
    "city": "Bayamon",
    "state": "PR",
    "zip": "00959",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://privatepractice.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p21",
    "status": "sourceOnly",
    "business": "Mary Ellen S Chalmers DMD MS",
    "name": "Dr. Mary Ellen Chalmers",
    "credentials": "DMD, MS",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "95 Montgomery Drive, Suite 106",
    "city": "Santa Rosa",
    "state": "CA",
    "zip": "95404",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://meschalmers.com/contact/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p22",
    "status": "sourceOnly",
    "business": "Dr. Chang Dentistry",
    "name": "Dr. Su-Wen Chang",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "5340 E Broadway Blvd, Ste 150",
    "city": "Tucson",
    "state": "AZ",
    "zip": "85711",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.drchangdentistry.com/about-us/contact-us/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p23",
    "status": "sourceOnly",
    "business": "Nourish Dental & TMJ Care",
    "name": "Chye Kiat Eric Chionh",
    "credentials": "Diplomate ABOP, Fellow AAOP",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "66 East Coast Road, The Flow, #07-06",
    "city": "Singapore",
    "state": "",
    "zip": "428778",
    "country": "Singapore",
    "phone": "",
    "email": "",
    "web": "https://nourishdentalcare.com/contact-us/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p24",
    "status": "sourceOnly",
    "business": "University of Washington",
    "name": "Dr. Milda Chmieliauskaite",
    "credentials": "DMD, MPH",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "7900 E Green Lake Dr N, Suite 302",
    "city": "Seattle",
    "state": "WA",
    "zip": "98103",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p25",
    "status": "sourceOnly",
    "business": "University of Washington — Department of Oral Medicine",
    "name": "Dr. Kevin Chung",
    "credentials": "DDS, MSD",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1959 NE Pacific Street",
    "city": "Seattle",
    "state": "WA",
    "zip": "98195",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p26",
    "status": "sourceOnly",
    "business": "Integral Dental — Dr. Gerald Niznick College of Dentistry, University of Manitoba",
    "name": "Thomas Colina",
    "credentials": "DMD, MS, OFPOM",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "200-1721 Portage Avenue",
    "city": "Winnipeg",
    "state": "MB",
    "zip": "R3J 0E5",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://colinadental.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p27",
    "status": "sourceOnly",
    "business": "Oral Medicine of Wisconsin",
    "name": "Dr. Bhavik Desai",
    "credentials": "DMD, PhD",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "8405 W Forest Home Ave, Suite 203",
    "city": "Greenfield",
    "state": "WI",
    "zip": "53228",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://oralmedwi.com/contact",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p28",
    "status": "sourceOnly",
    "business": "University of Campania \"Luigi Vanvitelli\"",
    "name": "Dario Di Stasio",
    "credentials": "Assistant Professor",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "7 Luigi De Crecchio Street",
    "city": "Naples",
    "state": "",
    "zip": "80138",
    "country": "Italy",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p29",
    "status": "sourceOnly",
    "business": "St. Joseph's University Medical Center",
    "name": "Hillel Ephros",
    "credentials": "DMD, MD",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "703 Main St",
    "city": "Paterson",
    "state": "NJ",
    "zip": "07503",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p30",
    "status": "sourceOnly",
    "business": "Cedars Sinai and City of Hope",
    "name": "Dr. Joel Epstein",
    "credentials": "DMD, MSD",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "99 North La Cienega Blvd, Suite 308",
    "city": "Beverly Hills",
    "state": "CA",
    "zip": "90211",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p31",
    "status": "sourceOnly",
    "business": "KAUFD",
    "name": "Arwa Farag",
    "credentials": "BDS, DMSc, Dip ABOM, Dip ABOP, FRCSEd",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1 Kneeland, Office 638",
    "city": "Boston",
    "state": "MA",
    "zip": "02111",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://dental.tufts.edu/people/faculty/arwa-farag",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p32",
    "status": "sourceOnly",
    "business": "Michigan Center for Oral Surgery",
    "name": "Dexter Flemming",
    "credentials": "",
    "specialty": "Oral & Maxillofacial Surgeon",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "14600 Pennsylvania Road",
    "city": "Southgate",
    "state": "MI",
    "zip": "48195",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.mymcos.com/contact-us/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p33",
    "status": "sourceOnly",
    "business": "University of Pennsylvania",
    "name": "Dr. Katherine France",
    "credentials": "DMD, MBE",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3737 Market St, Suite 1000",
    "city": "Philadelphia",
    "state": "PA",
    "zip": "19147",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p34",
    "status": "sourceOnly",
    "business": "Dr. Miriam Grushka Oral Medicine Clinic",
    "name": "Dr. Miriam Grushka",
    "credentials": "M.Sc., D.D.S., Ph.D",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "974 Eglinton Avenue West",
    "city": "Toronto",
    "state": "ON",
    "zip": "M6C 2C5",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://www.miriamgrushka.ca/contact-us",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p37",
    "status": "sourceOnly",
    "business": "NorCal TMJ & Sleep Apnea Clinic",
    "name": "Dr. Dina Hammouda",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1785 San Carlos Ave, Unit 4",
    "city": "San Carlos",
    "state": "CA",
    "zip": "94070",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://drtmjsleepapnea.com/contact-us/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p38",
    "status": "sourceOnly",
    "business": "Garvey Dental Group",
    "name": "Phuu Han",
    "credentials": "DDS, PhD",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "El Monte",
    "state": "CA",
    "zip": "91733",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://garveydentalgroup.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p39",
    "status": "sourceOnly",
    "business": "Naval Postgraduate Dental School",
    "name": "Istvan Hargitai",
    "credentials": "DDS, MS, Dip ABOM, Dip ABOP",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "13055 Wallich Way",
    "city": "Germantown",
    "state": "MD",
    "zip": "20874",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p40",
    "status": "sourceOnly",
    "business": "Workman School of Dental Medicine, High Point University",
    "name": "Iquebal Hasan",
    "credentials": "Prof. & Chief of Hospital Programs",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "High Point",
    "state": "NC",
    "zip": "27268",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p41",
    "status": "sourceOnly",
    "business": "Boston University / Boston Medical Center",
    "name": "Laurel Henderson",
    "credentials": "Clinical Asst. Professor & Director of Oral Medicine",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "725 Albany Street, Suite 6A",
    "city": "Boston",
    "state": "MA",
    "zip": "02118",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p42",
    "status": "sourceOnly",
    "business": "University of Alberta",
    "name": "Dr. Ivonne Hernandez",
    "credentials": "DDS, MSc",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "Suite 830, 10665 Jasper Ave",
    "city": "Edmonton",
    "state": "AB",
    "zip": "T5J 3S9",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p43",
    "status": "sourceOnly",
    "business": "Oral Medicine Specialist LLC — Bucks Dental Health & Esthetics",
    "name": "Dr. Chizobam Idahosa",
    "credentials": "DDS, MS",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1151 South Broad Street",
    "city": "Lansdale",
    "state": "PA",
    "zip": "19446",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.oralmedicinespecialist.com/contact",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p44",
    "status": "sourceOnly",
    "business": "University of Missouri School of Dentistry",
    "name": "Dr. Josephine Itakpe",
    "credentials": "DDS, MSc, MS",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "650 E 25th Street",
    "city": "Kansas City",
    "state": "MO",
    "zip": "64108",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p45",
    "status": "sourceOnly",
    "business": "Université de Montréal — Faculté de Médecine Dentaire",
    "name": "Gilles J Lavigne",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "CP6128, Succ. Centre-Ville",
    "city": "Montreal",
    "state": "QC",
    "zip": "H3C 3J7",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p46",
    "status": "sourceOnly",
    "business": "Crescent Oral Surgery",
    "name": "Dr. Sripriya Jayaraman",
    "credentials": "DDS, MPH, D. ABOP, D. ABDSM",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "9350 Yonge St, Suite 206",
    "city": "Richmond Hill",
    "state": "ON",
    "zip": "L4C 9V3",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://crescentoralsurgery.com/contact-us/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p47",
    "status": "sourceOnly",
    "business": "University of Minnesota",
    "name": "Shanti Kaimal",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "6-320 Moos Tower, 515 Delaware St SE",
    "city": "Minneapolis",
    "state": "MN",
    "zip": "55455",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p48",
    "status": "sourceOnly",
    "business": "Health Sciences North Cancer Centre",
    "name": "Mireille Kaprilian",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "968 Wilson Ave #301",
    "city": "Toronto",
    "state": "ON",
    "zip": "M3K 1E7",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://www.wilsondental.ca/our-team",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p49",
    "status": "sourceOnly",
    "business": "Omni Family Health",
    "name": "Akshay Katara",
    "credentials": "BDS, MDS",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "11325 Park Square Dr, Apt N202",
    "city": "Bakersfield",
    "state": "CA",
    "zip": "93311",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://omnifamilyhealth.org/contact-us/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p50",
    "status": "sourceOnly",
    "business": "Dental School, National & Kapodistrian University of Athens",
    "name": "Konstantinos Katoumas",
    "credentials": "Assistant Professor",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "Thivon 2 Street",
    "city": "Athens",
    "state": "",
    "zip": "11527",
    "country": "Greece",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p51",
    "status": "sourceOnly",
    "business": "Oita University — Department of Oral & Maxillofacial Surgery",
    "name": "Kenji Kawano",
    "credentials": "DDS, PhD",
    "specialty": "Oral & Maxillofacial Surgeon",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1 Idaigaoka, Hasama-machi, Yufu-shi",
    "city": "Oita",
    "state": "",
    "zip": "879-5593",
    "country": "Japan",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p52",
    "status": "sourceOnly",
    "business": "Private Practice",
    "name": "Mir Khan",
    "credentials": "BDS, DDS, MAGD",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1272 W Highway 40",
    "city": "Vernal",
    "state": "UT",
    "zip": "84078",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "vernaldentist.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p53",
    "status": "sourceOnly",
    "business": "Lebowitz Dental Associates",
    "name": "Michael Lebowitz",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1277 E. Missouri Ave., Ste 205",
    "city": "Phoenix",
    "state": "AZ",
    "zip": "85014",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.lebowitzdental.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p54",
    "status": "sourceOnly",
    "business": "Private Practice",
    "name": "Eric Lessard",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "77 Avenue du Lac",
    "city": "Sainte-Julie",
    "state": "QC",
    "zip": "J3E 2Y8",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://www.specialistes-dentaires.ca/rencontrez-dr-lessard-st-hubert-qc/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p55",
    "status": "sourceOnly",
    "business": "Bala Institute of Oral Surgery",
    "name": "Mansoor Madani",
    "credentials": "D.M.D., M.D.",
    "specialty": "Oral & Maxillofacial Surgeon",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "15 N. Presidential Boulevard, Suite 301",
    "city": "Bala Cynwyd",
    "state": "PA",
    "zip": "19004",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.snorenet.com/contact-us/contact-information-office-map/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p56",
    "status": "sourceOnly",
    "business": "Western University of Health Sciences",
    "name": "Sahar Mirfarsi",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "309 East 2nd Street",
    "city": "Pomona",
    "state": "CA",
    "zip": "92835",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p57",
    "status": "sourceOnly",
    "business": "University of California San Francisco",
    "name": "Rashmi Mishra",
    "credentials": "Oral Medicine Specialist",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "513 Parnassus Avenue, Suite 616C",
    "city": "San Francisco",
    "state": "CA",
    "zip": "94143",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p58",
    "status": "sourceOnly",
    "business": "Minnesota Head and Neck Pain Clinic",
    "name": "Pathamas Mittman",
    "credentials": "DDS, MS",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2550 University Ave W, Suite 189S",
    "city": "St. Paul",
    "state": "MN",
    "zip": "55114",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://mhnpc.com/about/contact/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p59",
    "status": "sourceOnly",
    "business": "San Francisco VA Medical Center",
    "name": "Shelley Miyasaki",
    "credentials": "DDS, PhD",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "4150 Clement St, Dental Service #160",
    "city": "San Francisco",
    "state": "CA",
    "zip": "94121",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p60",
    "status": "sourceOnly",
    "business": "Dr. Marlon Moldez Inc",
    "name": "Marlon Moldez",
    "credentials": "DMD, MSc",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "201-3680 Uptown Blvd",
    "city": "Victoria",
    "state": "BC",
    "zip": "V8Z 0B9",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://www.orthodonticsvictoria.net/contact",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p61",
    "status": "sourceOnly",
    "business": "Saveetha Dental College and Hospital",
    "name": "Arvind Muthukrishnan",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "162 Poonamallee High Road",
    "city": "Chennai",
    "state": "",
    "zip": "600077",
    "country": "India",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p62",
    "status": "sourceOnly",
    "business": "Kiyosato Oral Health Center",
    "name": "Masayuki Ohira",
    "credentials": "DDS, SLP",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "35 Hagoromo, Kiyosato-cho, Shari District",
    "city": "Hokkaido",
    "state": "",
    "zip": "099-4405",
    "country": "Japan",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p63",
    "status": "sourceOnly",
    "business": "Jichi Medical University",
    "name": "Rie Ohmoto",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3311-1 Yakushiji",
    "city": "Shimotsuke",
    "state": "",
    "zip": "329-0498",
    "country": "Japan",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p64",
    "status": "sourceOnly",
    "business": "Kaiser Permanente",
    "name": "Cyril Pandarakalam",
    "credentials": "DDS, MDS",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "710 Lawrence Expressway, Department 290",
    "city": "Santa Clara",
    "state": "CA",
    "zip": "95051",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p65",
    "status": "sourceOnly",
    "business": "Dharti N. Patel Inc",
    "name": "Dr. Dharti Patel",
    "credentials": "DMD, FDS RCS(Ed), ND, MSOM, DAcHM",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "4350 East Ray Rd, Ste 103",
    "city": "Phoenix",
    "state": "AZ",
    "zip": "85044",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.orofacialmedicine.com/contact",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p66",
    "status": "sourceOnly",
    "business": "Craniofacial Pain & Dental Sleep Center of Georgia",
    "name": "Dr. Mayoor Patel",
    "credentials": "DDS, MS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "200 Ashford Center North, Suite 195",
    "city": "Atlanta",
    "state": "GA",
    "zip": "30338",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://mpateldds.com/contact/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p67",
    "status": "sourceOnly",
    "business": "Southwest Orofacial Group",
    "name": "Dr. Seena Patel",
    "credentials": "DMD, MPH",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "10214 N Tatum Blvd, Suite A1100",
    "city": "Phoenix",
    "state": "AZ",
    "zip": "85028",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.southwestpainmanagement.com/contact-us",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p68",
    "status": "sourceOnly",
    "business": "Richard E. Paul, DMD, PC",
    "name": "Richard Paul",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2340 Patrick Henry Pkwy, Ste 100",
    "city": "McDonough",
    "state": "GA",
    "zip": "30253",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.drpauloms.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p69",
    "status": "sourceOnly",
    "business": "Dain C. Paxton, DMD MS",
    "name": "Dain Paxton",
    "credentials": "DMD, MS",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2330 NW Flanders, Suite 206",
    "city": "Portland",
    "state": "OR",
    "zip": "97210",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://paxtondental.net/contact",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p70",
    "status": "sourceOnly",
    "business": "Case Western Reserve / Cleveland Clinic",
    "name": "Dr. Andres Pinto",
    "credentials": "DMD, MPH, MSCE, MBA",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "9601 Chester Ave, Rm 245D",
    "city": "Cleveland",
    "state": "OH",
    "zip": "44106",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p71",
    "status": "sourceOnly",
    "business": "Private Practice",
    "name": "Sarvanan Ram",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1100 W. Gonzales Rd",
    "city": "Oxnard",
    "state": "CA",
    "zip": "93036",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p72",
    "status": "sourceOnly",
    "business": "Dental College of Georgia",
    "name": "Madison Richards",
    "credentials": "DMD",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1430 John Wesley Gilbert Drive",
    "city": "Augusta",
    "state": "GA",
    "zip": "30912",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p73",
    "status": "sourceOnly",
    "business": "Orofacial Pain Associates of Colorado Springs",
    "name": "Dr. Julie Robinson-Smith",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2575 Montebello Dr W, Ste 202",
    "city": "Colorado Springs",
    "state": "CO",
    "zip": "80918",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://ofpcos.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p74",
    "status": "sourceOnly",
    "business": "Altura Centers for Health",
    "name": "Dr. Wendy Rojas Acuna",
    "credentials": "DDS, ABOM, ABOP",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1101 N Cherry St",
    "city": "Tulare",
    "state": "CA",
    "zip": "93274",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://altura.org/contact/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p75",
    "status": "sourceOnly",
    "business": "Kaiser Permanente",
    "name": "Dr. Jasjot Sahni",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3600 Broadway",
    "city": "Oakland",
    "state": "CA",
    "zip": "94611",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p76",
    "status": "sourceOnly",
    "business": "University of Washington",
    "name": "Hedyeh Samady",
    "credentials": "DDS, DMD, MSD",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1959 NE Pacific St, B-221",
    "city": "Seattle",
    "state": "WA",
    "zip": "98195",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p77",
    "status": "sourceOnly",
    "business": "Workman School of Dental Medicine, High Point University",
    "name": "Shaiba Sandhu",
    "credentials": "BDS, DDS, MS",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1634 N Main St",
    "city": "High Point",
    "state": "NC",
    "zip": "27262",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p78",
    "status": "sourceOnly",
    "business": "Design Dentistry",
    "name": "Salima Sawani",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "18928 87 Ave NW",
    "city": "Edmonton",
    "state": "AB",
    "zip": "T5T 6J1",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://designdentistry.ca/contact/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p79",
    "status": "sourceOnly",
    "business": "University of Washington School of Dentistry — Department of Oral Medicine",
    "name": "Gale Sebastian",
    "credentials": "BDS, MDS, MSD",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1959 NE Pacific St",
    "city": "Seattle",
    "state": "WA",
    "zip": "98195",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p80",
    "status": "sourceOnly",
    "business": "Galib Shariff Professional Corporation",
    "name": "Dr. Galib Shariff",
    "credentials": "DDS, Dip. ABOM, Dip. ABOP",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "#304, 1011 Glenmore Trail Southwest",
    "city": "Calgary",
    "state": "AB",
    "zip": "T2V 4R6",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://calgarypainmanagement.com/contact/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p81",
    "status": "sourceOnly",
    "business": "Atlanta Oral & Facial Surgery",
    "name": "Dr. Wesley Sherrell",
    "credentials": "DMD",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1000 Johnson Ferry Rd, Building H",
    "city": "Marietta",
    "state": "GA",
    "zip": "30068",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.atlantaoralsurgery.com/contact-us/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p82",
    "status": "sourceOnly",
    "business": "Facial Pain Specialists",
    "name": "Savitha Siddappa",
    "credentials": "DMD, MS, AEGD",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "4403 Manchester Ave",
    "city": "Encinitas",
    "state": "CA",
    "zip": "91204",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://facepaindocs.com/contact-us/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p83",
    "status": "sourceOnly",
    "business": "University of Alberta",
    "name": "Vandana Singh",
    "credentials": "FRCD(C)",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "5520 111 Street NW",
    "city": "Edmonton",
    "state": "AB",
    "zip": "T6H 3E9",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p84",
    "status": "sourceOnly",
    "business": "New York University",
    "name": "Dr. David Sirois",
    "credentials": "DMD, PhD",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "131 East 38th Street",
    "city": "New York",
    "state": "NY",
    "zip": "10016",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p85",
    "status": "sourceOnly",
    "business": "Song Oral Surgery",
    "name": "Dennis Song",
    "credentials": "",
    "specialty": "Oral & Maxillofacial Surgeon",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3109 Geary Blvd",
    "city": "San Francisco",
    "state": "CA",
    "zip": "94118",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://songoralsurgery.com/contact/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p86",
    "status": "sourceOnly",
    "business": "Thrive",
    "name": "Kayla Steffes",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3404 Pebble Drive",
    "city": "Monroe",
    "state": "NC",
    "zip": "28110",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p87",
    "status": "sourceOnly",
    "business": "University of Pennsylvania School of Dental Medicine",
    "name": "Dr. Takako Tanaka",
    "credentials": "DDS, FDS RCSEd",
    "specialty": "Orofacial Pain Specialist (AAOM member)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "240 South 40th Street, Rm 213",
    "city": "Philadelphia",
    "state": "PA",
    "zip": "19104",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p88",
    "status": "sourceOnly",
    "business": "Center for Integrative Oral Health Inc & Nenotics",
    "name": "Jaisri Thoppay",
    "credentials": "DDS, MBA, MSHA, DipABOM",
    "specialty": "Oral Medicine Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Winter Park",
    "state": "FL",
    "zip": "32792",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://inoralhealth.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p89",
    "status": "sourceOnly",
    "business": "Medical University of South Carolina",
    "name": "Natalia Trehan",
    "credentials": "DMD",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "29 Bee Street, James B. Edwards College of Medicine",
    "city": "Charleston",
    "state": "SC",
    "zip": "29425",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p90",
    "status": "sourceOnly",
    "business": "NVMKA",
    "name": "Isaac van der Waal",
    "credentials": "DDS, PhD",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "van Houdringelaan 14",
    "city": "Oegstgeest",
    "state": "",
    "zip": "2341BK",
    "country": "Netherlands",
    "phone": "",
    "email": "",
    "web": "https://www.nvmka.nl/contact",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p91",
    "status": "sourceOnly",
    "business": "Minnesota Head and Neck Pain Clinic",
    "name": "Saranya Varun",
    "credentials": "DDS, MS",
    "specialty": "Orofacial Pain Specialist (unverified)",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "675 E Nicollet Blvd, #255",
    "city": "Burnsville",
    "state": "MN",
    "zip": "55337",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://mhnpc.com/about/contact/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p92",
    "status": "sourceOnly",
    "business": "University of Southern California",
    "name": "Dr. Anette Vistoso Monreal",
    "credentials": "DDS, MS, Diplomate ABOP",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "925 West 34th Street",
    "city": "Los Angeles",
    "state": "CA",
    "zip": "90089",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p93",
    "status": "sourceOnly",
    "business": "Northwest Center for Oral and Facial Surgery",
    "name": "Jocelyn Vivas Castillo",
    "credentials": "DDS, MSc",
    "specialty": "Oral & Maxillofacial Surgeon",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "Magnuson Park, Building 25, 6222 NE 74th St",
    "city": "Seattle",
    "state": "WA",
    "zip": "98115",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://dental.washington.edu/oral-surgery/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p94",
    "status": "sourceOnly",
    "business": "Carolina Oral and Facial Surgery, P.A.",
    "name": "Dr. Bart Williams",
    "credentials": "MD, DMD",
    "specialty": "Oral & Maxillofacial Surgeon",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "39 Brendan Way",
    "city": "Greenville",
    "state": "SC",
    "zip": "29615",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.carolinaofs.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p96",
    "status": "sourceOnly",
    "business": "University of Washington & Northwest Center for Oral Medicine",
    "name": "Jacqueline Wong",
    "credentials": "DDS, MSD, AEGD, DABOM",
    "specialty": "Oral Medicine Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1959 NE Pacific St, Box 356370",
    "city": "Seattle",
    "state": "WA",
    "zip": "98034",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p97",
    "status": "sourceOnly",
    "business": "Northwest TMJ & Oral Medicine",
    "name": "Ying Wu",
    "credentials": "DDS, MSD, PhD",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "16455 Boones Ferry Rd, Ste B",
    "city": "Lake Oswego",
    "state": "OR",
    "zip": "97305",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://tmjoralmed.com/contact/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p98",
    "status": "sourceOnly",
    "business": "The Hughston Clinic",
    "name": "David Anderson",
    "credentials": "MSPT, OCS, CMTPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "GA",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/david-anderson",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p99",
    "status": "sourceOnly",
    "business": "Bonita Springs Sports & Physical Therapy",
    "name": "Kimberly A Backe",
    "credentials": "PT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "FL",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/kimberly-a-backe",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p100",
    "status": "sourceOnly",
    "business": "Pacific TMD Care Clinic",
    "name": "Moreza Bahar",
    "credentials": "DPT, MScPT, BPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "BC",
    "zip": "",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/moreza-bahar",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p101",
    "status": "sourceOnly",
    "business": "Align Wellness",
    "name": "Kerry Baker",
    "credentials": "PT, CCTT, CODN",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "",
    "zip": "",
    "country": "Cayman Islands",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/kerry-baker",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p102",
    "status": "sourceOnly",
    "business": "Connexion TMJ + Orthopedic Physical Therapy",
    "name": "Melissa Bartlett",
    "credentials": "PT, DPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "McMinnville",
    "state": "OR",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/melissa-bartlett",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p103",
    "status": "sourceOnly",
    "business": "TMJ Solutions Physiotherapy Clinic",
    "name": "Thomas Bazydlo",
    "credentials": "BSc PT, CAFCI, CODN, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "ON",
    "zip": "",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/thomas-bazydlo",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p104",
    "status": "sourceOnly",
    "business": "Integrative Head & Neck Specialists, LLC",
    "name": "Erienne Blanchard",
    "credentials": "PT, DPT, OCS, CMPT, CFC, Cert. DN, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "FL",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/erienne-blanchard",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p105",
    "status": "sourceOnly",
    "business": "Joyce Clark Physiotherapy",
    "name": "Joyce Clark",
    "credentials": "PT, BScPT, PgCPain, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "AB",
    "zip": "",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/joyce-clark",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p106",
    "status": "sourceOnly",
    "business": "Cranial Pain Solutions",
    "name": "Debbie Clarke",
    "credentials": "PT, DPT, CFC, CIDN, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "OH",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/debbie-clarke",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p107",
    "status": "sourceOnly",
    "business": "North Jersey Physical Therapy Associates",
    "name": "Carol Cote",
    "credentials": "BS PT, CCTT, CODN",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NJ",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/carol-cote",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p108",
    "status": "sourceOnly",
    "business": "Adam Physio and Sports Clinic Ltd.",
    "name": "Taha Deeb",
    "credentials": "PT, MScPT, DPT, CAFCI, CFC, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "AB",
    "zip": "",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/taha-deeb",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p109",
    "status": "sourceOnly",
    "business": "Optimum Function",
    "name": "Dina Delgado",
    "credentials": "PT, LLCC, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "TX",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/dina-delgado",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p110",
    "status": "sourceOnly",
    "business": "Eveline Erni Physical Therapy",
    "name": "Eveline A Erni",
    "credentials": "PT, MA, CMA, CCTT, CODN",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NY",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/eveline-a-erni",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p111",
    "status": "sourceOnly",
    "business": "HeadWorks Physiotherapy",
    "name": "Sharon Farquharson",
    "credentials": "PT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "BC",
    "zip": "",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/sharon-farquharson",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p112",
    "status": "sourceOnly",
    "business": "Body Restoration",
    "name": "Nadine Fennig",
    "credentials": "BScPT, MTC, CAFCI, RMSK, CGIMS, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "AB",
    "zip": "",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/nadine-fennig",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p113",
    "status": "sourceOnly",
    "business": "Cornerstone Physical Therapy, Inc",
    "name": "Seth J Fibraio",
    "credentials": "PT, DPT, MTC, CMTPT, CSCS, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NC",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/seth-j-fibraio",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p114",
    "status": "sourceOnly",
    "business": "AHN Therapy Services",
    "name": "Erica Fisher",
    "credentials": "DPT, CLT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "PA",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/erica-fisher",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p115",
    "status": "sourceOnly",
    "business": "Empower Physiotherapy, LLC",
    "name": "Dominique Forté",
    "credentials": "PT, DPT, COMT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "AL",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/dominique-forte",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p116",
    "status": "sourceOnly",
    "business": "Advanced Care Physical Therapy",
    "name": "Kristy Frye",
    "credentials": "PT, DPT, OCS, Cert. SMT, Cert. VRS, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NY",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/kristy-frye",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p117",
    "status": "sourceOnly",
    "business": "Bella Physical Therapy",
    "name": "Marvin Galarosa",
    "credentials": "PT, COMPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NJ",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/marvin-galarosa",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p118",
    "status": "sourceOnly",
    "business": "Advanced Rehabilitation Services, LLC",
    "name": "Tim Gibbs",
    "credentials": "PT, OCS, Cert MDT, CCTT, CODN, CMTPT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "MT",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/tim-gibbs",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p119",
    "status": "sourceOnly",
    "business": "Head and Neck Physical Therapy, LLC",
    "name": "Jenna Goar",
    "credentials": "PT, DPT, CCVT, Cert. DN, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "OH",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/jenna-goar",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p120",
    "status": "sourceOnly",
    "business": "Select Physical Therapy",
    "name": "Alejandro Goldin",
    "credentials": "PT, MS, MTC, CCTT, DN Cert",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "FL",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/alejandro-goldin",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p121",
    "status": "sourceOnly",
    "business": "Baylor Scott & White Rehabilitation",
    "name": "Meralee Guhl",
    "credentials": "PT, DPT, CCTT, CODN",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "TX",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/meralee-guhl",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p122",
    "status": "sourceOnly",
    "business": "LifeForce Education",
    "name": "Liz Henry",
    "credentials": "PT, DSc, OCS, COMT, FAAOMPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NC",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/liz-henry",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p123",
    "status": "sourceOnly",
    "business": "Minnesota Head & Neck Pain Clinic",
    "name": "Leslie Hovda",
    "credentials": "PT, DPT, OCS, SDN2, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "MN",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/leslie-hovda",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p124",
    "status": "sourceOnly",
    "business": "Old Dominion University",
    "name": "Ryan Hunt",
    "credentials": "PT, DPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "VA",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/ryan-hunt",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p125",
    "status": "sourceOnly",
    "business": "Integrative Manual Practice",
    "name": "Teresa Iodice-Dadin",
    "credentials": "DPT, MA, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NY",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/teresa-iodice-dadin",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p126",
    "status": "sourceOnly",
    "business": "healthOne Physiotherapy & Hand Clinic",
    "name": "Jenifer Jones",
    "credentials": "PT BSc, KIN BSc, CGIMS, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "BC",
    "zip": "",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/jenifer-jones",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p127",
    "status": "sourceOnly",
    "business": "Hartz Physical Therapy",
    "name": "Patrick Jones",
    "credentials": "DPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "PA",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/patrick-jones",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p128",
    "status": "sourceOnly",
    "business": "University of Minnesota — TMD, Orofacial Pain & Dental Sleep Medicine Clinic",
    "name": "Emily Kahnert",
    "credentials": "DPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "MN",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/emily-kahnert",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p129",
    "status": "sourceOnly",
    "business": "Freedom Physical Therapy Services",
    "name": "Michael Karegeannes",
    "credentials": "PT, MHSc, LAT, MTC, CFC, CCTT, CMTPT, CODN",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "WI",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/michael-karegeannes",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p130",
    "status": "sourceOnly",
    "business": "Santé Axio",
    "name": "Sarah C Kennedy",
    "credentials": "BSc PT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "QC",
    "zip": "",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/sarah-c-kennedy",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p131",
    "status": "sourceOnly",
    "business": "Horizon Physical Therapy LLC",
    "name": "Steve Kraus",
    "credentials": "PT, OCS, MTC, CCTT, CODN",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "GA",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/steve-kraus",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p132",
    "status": "sourceOnly",
    "business": "Kitsap Physical Therapy and Sports Clinics",
    "name": "Michael C. Kunish",
    "credentials": "PT, DPT, Cert. MDT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "WA",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/michael-c-kunish",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p133",
    "status": "sourceOnly",
    "business": "Fast Track Physical Therapy",
    "name": "Bridgette Love",
    "credentials": "PT, DPT, Cert. MDT, OCS, CODN, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "IN",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/bridgette-love",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p134",
    "status": "sourceOnly",
    "business": "Lynch Physical Therapy",
    "name": "Ryan Lynch",
    "credentials": "PT, CODN, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "MD",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/ryan-lynch",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p135",
    "status": "sourceOnly",
    "business": "Saco Bay Orthopaedic and Sports Physical Therapy",
    "name": "Matthew Mailhot",
    "credentials": "PT, DPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NH",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/matthew-mailhot",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p136",
    "status": "sourceOnly",
    "business": "Jeffrey S. Mannheimer, PT, PhD, PC",
    "name": "Jeffrey S Mannheimer",
    "credentials": "PT, PhD, CODN, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NJ",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/jeffrey-s-mannheimer",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p137",
    "status": "sourceOnly",
    "business": "Memorial Health System",
    "name": "Stephen McGeorge",
    "credentials": "PT, DPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "OH",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/stephen-mcgeorge",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p138",
    "status": "sourceOnly",
    "business": "Lynch Physical Therapy",
    "name": "Sri Satya Medidhi",
    "credentials": "PT, DPT, CIDN, CSMT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "MD",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/sri-satya-medidhi",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p139",
    "status": "sourceOnly",
    "business": "Group Health Cooperative of South Central Wisconsin",
    "name": "Taylor Mildenhall",
    "credentials": "DPT, OCS, CCTT, Cert. DN",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "WI",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/taylor-mildenhall",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p140",
    "status": "sourceOnly",
    "business": "Miller Concierge Physical Therapy",
    "name": "Leigh K. Miller",
    "credentials": "PT, DPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NC",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/leigh-k-miller",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p141",
    "status": "sourceOnly",
    "business": "Foothills Sports Medicine Physical Therapy",
    "name": "Andrew Moriarty",
    "credentials": "PT, MPT, MTC, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "AZ",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/andrew-moriarty",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p142",
    "status": "sourceOnly",
    "business": "High Point University",
    "name": "Garrett S Naze",
    "credentials": "PT, DPT, OCS, CCTT, FAAOMPT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NC",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/garrett-s-naze",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p143",
    "status": "sourceOnly",
    "business": "Amelia Nelson, BS, PT, LLC",
    "name": "Amelia Nelson",
    "credentials": "PT, BS, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NJ",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/amelia-nelson",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p144",
    "status": "sourceOnly",
    "business": "Catamount Physical Therapy",
    "name": "Shaun O'Connor",
    "credentials": "PT, DPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "VT",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/shaun-oconnor",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p145",
    "status": "sourceOnly",
    "business": "Clinic for (Craniofacial) Manual Therapy and Applied Pain Science",
    "name": "Harry von Piekartz",
    "credentials": "PhD, MSc PT, BSc PT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "",
    "zip": "",
    "country": "Netherlands",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/harry-von-piekartz",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p146",
    "status": "sourceOnly",
    "business": "The TMJ Physio",
    "name": "Jared Prince",
    "credentials": "PT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "UT",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/jared-prince",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p147",
    "status": "sourceOnly",
    "business": "Midwestern University",
    "name": "Janey Prodoehl",
    "credentials": "PT, PhD, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "IL",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/janey-prodoehl",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p148",
    "status": "sourceOnly",
    "business": "Sierra Vista Headache and TMJ Specialists",
    "name": "Nick Rainey",
    "credentials": "PT, DPT, OCS, FAAOMPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "AZ",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/nick-rainey",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p149",
    "status": "sourceOnly",
    "business": "Ivy Rehab Network Inc",
    "name": "Priti Ravishankar",
    "credentials": "PT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NJ",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/priti-ravishankar",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p150",
    "status": "sourceOnly",
    "business": "Pro Physical Therapy",
    "name": "Jaime Reich",
    "credentials": "PT, DPT, OCS, CFC, Cert DN, CODN, LMT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "WI",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/jaime-reich",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p151",
    "status": "sourceOnly",
    "business": "Bethesda Physiocare",
    "name": "Michael T Robinson",
    "credentials": "PT, DPT, DHSc, OCS, CMTPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "MD",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/michael-t-robinson",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p152",
    "status": "sourceOnly",
    "business": "RWJ Rehabilitation at Delaware Valley",
    "name": "James Schorsch",
    "credentials": "PT, DPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NJ",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/james-schorsch",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p153",
    "status": "sourceOnly",
    "business": "The Jackson Clinics",
    "name": "Barbara K. Semple",
    "credentials": "PT, DPT, OCS, ATC, CMC, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "VA",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/barbara-k-semple",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p154",
    "status": "sourceOnly",
    "business": "Henry Ford Health System",
    "name": "Andrea K. Sherman",
    "credentials": "PT, DPT, CFC, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "MI",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/andrea-k-sherman",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p155",
    "status": "sourceOnly",
    "business": "Orthopedic Physical Therapy, Inc.",
    "name": "Charles B. Steadman",
    "credentials": "PT, DPT, MTC, CMTPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "VA",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/charles-b-steadman",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p156",
    "status": "sourceOnly",
    "business": "Results Physiotherapy Associates",
    "name": "Mark Strickland",
    "credentials": "PT, OCS, MTC, Cert MDT, CFC, CCTT, CODN",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "TX",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/mark-strickland",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p157",
    "status": "sourceOnly",
    "business": "Kinected Functional Manual Therapy",
    "name": "Katherine H Tan",
    "credentials": "PT, MS, CCTT, CFMT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NY",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/katherine-h-tan",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p158",
    "status": "sourceOnly",
    "business": "Hope On Board Mobile Physical Therapy & Performance, LLC",
    "name": "Sharon Tatum",
    "credentials": "PT, DPT, MPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "PA",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/sharon-tatum",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p159",
    "status": "sourceOnly",
    "business": "Head and Neck Physical Therapy",
    "name": "Jannick Vielleuse",
    "credentials": "PT, MSPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "VT",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/jannick-vielleuse",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p160",
    "status": "sourceOnly",
    "business": "Knosis Center for Physiotherapy and Wellness",
    "name": "Monica Vitenson",
    "credentials": "PT, MSPT, OCS, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "NY",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/monica-vitenson",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p161",
    "status": "sourceOnly",
    "business": "Newcare Physical Therapy",
    "name": "Michael Wang",
    "credentials": "DPT, MBA, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "GA",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/michael-wang",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p162",
    "status": "sourceOnly",
    "business": "Headway Physiotherapy",
    "name": "Brett Weiss",
    "credentials": "DPT, CEAS, CIDN, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "ON",
    "zip": "",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/brett-weiss",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p163",
    "status": "sourceOnly",
    "business": "NoVaMotion Physical Therapy",
    "name": "Shira Weiss",
    "credentials": "PT, DPT, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "VA",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/shira-weiss",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p164",
    "status": "sourceOnly",
    "business": "HI Physio Physical Therapy",
    "name": "Jeremy Ballabon",
    "credentials": "PT, DPT, OCS, CCTT",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "New York",
    "state": "NY",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/jeremy-ballabon",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p165",
    "status": "sourceOnly",
    "business": "Westside Physiotherapy and Hand Clinic",
    "name": "Maria Zerjav",
    "credentials": "BSc(H) Psych, BScPT, CCTT, MCPA",
    "specialty": "Physical Therapist (TMJ/CCTT)",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "",
    "state": "BC",
    "zip": "",
    "country": "Canada",
    "phone": "",
    "email": "",
    "web": "https://www.ptbcct.org/ptbcct-directory/maria-zerjav",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p166",
    "status": "sourceOnly",
    "business": "e-Motion Therapy Services",
    "name": "Phaedra Antioco",
    "credentials": "Expert Myofascial Release Practitioner, Somatic Experiencing Practitioner, and CranioSacral Therapist",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "4425 E. Agave Road, Suite 140, Bldg. 7",
    "city": "Phoenix",
    "state": "AZ",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.myofascialreleasephoenix.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p167",
    "status": "sourceOnly",
    "business": "James River Myofascial Release",
    "name": "Rob Crampton",
    "credentials": "III",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "3924 Springfield Rd",
    "city": "Richmond",
    "state": "VA",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://jamesrivermfr.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p168",
    "status": "sourceOnly",
    "business": "Windsong Therapy",
    "name": "Frankie L Burget",
    "credentials": "OTR/LC, LMT/MI, BCIM/P,  CST, SEP, CNDT, CWE",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "2725 Central Drive, Suite A",
    "city": "Bedford",
    "state": "TX",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.windsongtherapy.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p169",
    "status": "sourceOnly",
    "business": "Healing Physical Therapy and Wellness, LLC",
    "name": "Sue Bransky",
    "credentials": "PT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "157 Allen Springs Rd",
    "city": "Horse Shoe",
    "state": "NC",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://healingptwell.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p170",
    "status": "sourceOnly",
    "business": "Healing In Motion, PLLC",
    "name": "Lisa Wiley",
    "credentials": "OTRL, CHT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "24520 Meadowbrook Rd, Suite 225",
    "city": "Novi",
    "state": "MI",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.healing-in-motion.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p171",
    "status": "sourceOnly",
    "business": "From The Heart Physical Therapy, Inc.",
    "name": "Sepi M Aeen",
    "credentials": "PT, DPT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "7854 Tampa Ave",
    "city": "Reseda Ranch",
    "state": "CA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.fromtheheartphysicaltherapy.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p172",
    "status": "sourceOnly",
    "business": "Focus On Health A Physical Therapy Corporation",
    "name": "Kim Lawler Coyle",
    "credentials": "PT, DPT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "1601 Dove Street, Ste 210",
    "city": "Newport Beach",
    "state": "CA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.focusonhealthpt.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p173",
    "status": "sourceOnly",
    "business": "Hands On Physical Therapy",
    "name": "Rachael Peizer",
    "credentials": "PT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "917 The Alameda",
    "city": "Berkeley",
    "state": "CA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p174",
    "status": "sourceOnly",
    "business": "Sandra Norris Wheeler",
    "name": "Sandra Norris Wheeler",
    "credentials": "CST, LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "P.O. Box 1328",
    "city": "Ashland",
    "state": "OR",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.sandranwheeler.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p175",
    "status": "sourceOnly",
    "business": "Roper Physical Therapy and Myofascial Release",
    "name": "Christine Roper",
    "credentials": "MSPT, PYT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "301 E. Tremont Ave, Suite B",
    "city": "Charlotte",
    "state": "NC",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://roperpt.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p176",
    "status": "sourceOnly",
    "business": "Rowena Cua, LMT, BCTMB, Doula, Expert Level",
    "name": "Rowena Cua",
    "credentials": "LMT, BCTMB, Doula",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "8724 Spanish Ridge Ave, Suite 120",
    "city": "Las Vegas",
    "state": "NV",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://bodymfr.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p177",
    "status": "sourceOnly",
    "business": "Mya Swan, PT, DPT: Swan Physical Therapy and Myofascial Release, Inc.",
    "name": "Mya Swan",
    "credentials": "DPT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "16515 S 40th St, #113",
    "city": "Phoenix",
    "state": "AZ",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "http://www.selfsolace.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p178",
    "status": "sourceOnly",
    "business": "Active Life Bodywork",
    "name": "Brandon Sutton",
    "credentials": "LMBT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "1002 Arendell St., Suite B",
    "city": "Morehead City",
    "state": "NC",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.activelifebodywork.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p179",
    "status": "sourceOnly",
    "business": "Northwest Healing Hands, PLLC",
    "name": "Amanda Schaefer",
    "credentials": "PTA, LMP",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "2929 165th PL SE",
    "city": "Bothell",
    "state": "WA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://northwesthealinghands.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p180",
    "status": "sourceOnly",
    "business": "Kuna Myofascial Center",
    "name": "Marcia Garey",
    "credentials": "MFR",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "672 E Wythe Creek Ct, Suite 103",
    "city": "Kuna",
    "state": "ID",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://idahobodywhisperers.abmp.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p181",
    "status": "sourceOnly",
    "business": "V.I.P.therapy,inc.",
    "name": "Johannes Vlaar",
    "credentials": "PT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "1520 10th Avenue North, Suite B",
    "city": "Lake Worth Beach",
    "state": "FL",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.viptherapy.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p182",
    "status": "sourceOnly",
    "business": "Kokopelli Myofascial Release",
    "name": "Suzanne Blizzard",
    "credentials": "MSEd, MSOT, OTR/L",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "Mobile business",
    "city": "Queen Creek, Mesa, San Tan Valley,  Gilbert, Apache Junction, Gold Canyon and Payson",
    "state": "AZ",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://suzanneblizzard.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p183",
    "status": "sourceOnly",
    "business": "Grace Myofascial Release - North Dallas (Flower Mound & Richardson limited offsite appointments available)",
    "name": "Grace Eubanks",
    "credentials": "OTR, LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "10670 N Central Expressway, Suite 110, Inside The Health Collective",
    "city": "Dallas",
    "state": "TX",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://geubanks.amtamembers.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p184",
    "status": "sourceOnly",
    "business": "Kesler Physical & Massage Therapy",
    "name": "May Kesler",
    "credentials": "PT, MTh",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "8828 Brierly road",
    "city": "Chevy Chase",
    "state": "MD",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.maykesler.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p185",
    "status": "sourceOnly",
    "business": "Rhonda Collins Blue Ridge Myofascial Release, LLC",
    "name": "Rhonda Collins",
    "credentials": "OTR/L",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "129 Quincy Dr",
    "city": "Landrum",
    "state": "SC",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.Blueridgemfr.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p186",
    "status": "sourceOnly",
    "business": "Myofascial Release and Wellness of Tampa Bay",
    "name": "Heather Bryan",
    "credentials": "PTA, LMT Expert",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "2245 49th Street North",
    "city": "St. Petersburg",
    "state": "FL",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.mfroftampabay.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p187",
    "status": "sourceOnly",
    "business": "Revive Myofascial Release",
    "name": "Cindy Adams",
    "credentials": "MMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "8 Shackleford Plaza, Suite 206",
    "city": "Little Rock",
    "state": "AR",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://ReviveMFR.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p188",
    "status": "sourceOnly",
    "business": "Bodhi Ways",
    "name": "Michael Bodmer",
    "credentials": "PT, LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "4589 Kenny Road Suite 101",
    "city": "Columbus",
    "state": "OH",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://bodhiways.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p189",
    "status": "sourceOnly",
    "business": "Release Works",
    "name": "Michael Sudbury",
    "credentials": "LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "4568 Highland Dr, STE 330",
    "city": "Salt Lake City",
    "state": "UT",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.myofascialreleaseofsaltlake.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p190",
    "status": "sourceOnly",
    "business": "Cindy Hodgson, PT, PhD -- Essential Therapies LLC",
    "name": "Cindy Hodgson",
    "credentials": "MS, PT, PhD",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "7596 Kings Pointe Rd",
    "city": "Toledo",
    "state": "OH",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.ESStherapy.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p191",
    "status": "sourceOnly",
    "business": "Nancy Sabin, OT/L & Doula",
    "name": "Nancy Sabin",
    "credentials": "Occupational Therapist, Doula",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "By appointment only",
    "city": "Berkeley",
    "state": "CA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p192",
    "status": "sourceOnly",
    "business": "WholisticPT",
    "name": "Carolina Gutierrez",
    "credentials": "PT, Expert MFR practitioner. Seminar Instructor",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "665 Blackstone Street",
    "city": "Minneola",
    "state": "FL",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://wholisticphysicaltherapy.co/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p193",
    "status": "sourceOnly",
    "business": "Capital Crescent Collective",
    "name": "Kari Altmann Willford",
    "credentials": "LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "6931 Arlington Rd., Suite 440",
    "city": "Bethesda",
    "state": "MD",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "http://www.myofascialreleasedmv.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p194",
    "status": "sourceOnly",
    "business": "WholeBody Myofascial Release & Massage",
    "name": "Erica Atkins Pilla",
    "credentials": "LMT, MFR Practitioner",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "168B Irving Ave, Suite 203-G",
    "city": "Port Chester",
    "state": "NY",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "http://wholebodymfrlmt.net",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p195",
    "status": "sourceOnly",
    "business": "The Healing Eclectic / Myofascial Release & Holistic Wellness",
    "name": "Heather Fraelick",
    "credentials": "LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "Elemental Health, 2225 W North Avenue",
    "city": "Chicago",
    "state": "IL",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.heatherfraelick.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p196",
    "status": "sourceOnly",
    "business": "Balance Within - Integrative Physical Therapy",
    "name": "Dr Jereme Trunk",
    "credentials": "PT, DPT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "524 Milwaukee Street Suite 308",
    "city": "Delafield",
    "state": "WI",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://balancewithinpt.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p197",
    "status": "sourceOnly",
    "business": "Specialized Therapy Services",
    "name": "Dave Vollmers",
    "credentials": "OTR/L",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "890 Elm Grove Rd. BLDG 1-1",
    "city": "Elm Grove",
    "state": "WI",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.specializedtherapyservices.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p198",
    "status": "sourceOnly",
    "business": "Green Heart Myofascial Release",
    "name": "Nicole Rainerman",
    "credentials": "OT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "550 SE 6th Ave #200",
    "city": "Delray Beach",
    "state": "FL",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.Greenheartmyofascialrelease.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p199",
    "status": "sourceOnly",
    "business": "Soul Serenity Myofascial Wellness",
    "name": "Sherry Brown",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "111 Village Way, Upper Level",
    "city": "Port Ludlow",
    "state": "WA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.soulserenity.biz",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p200",
    "status": "sourceOnly",
    "business": "Las Olas Serenity Massage",
    "name": "John Whary",
    "credentials": "CLMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "800 East Broward, Suite 104",
    "city": "Fort Lauderdale",
    "state": "FL",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.lasolasserenitymassage.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p201",
    "status": "sourceOnly",
    "business": "Luna Light Myofascial Release Centers, LLC",
    "name": "Susan Luna",
    "credentials": "PT, MS",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "6302 Broadway Street (518), Suite 235",
    "city": "Pearland",
    "state": "TX",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://Lunalightmfr.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p202",
    "status": "sourceOnly",
    "business": "Integral Myofascial Release",
    "name": "Leslie Daley",
    "credentials": "OTR/L",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "133 W 72nd Street, Suite 704",
    "city": "New York",
    "state": "NY",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.IntegralMFR.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p203",
    "status": "sourceOnly",
    "business": "Mind Body Soul Wellness Center",
    "name": "Bonnie Kane",
    "credentials": "Intermediate MFR Practitioner, LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "3070 Bristol Pike, Building 2 Suite 132",
    "city": "Bensalem",
    "state": "PA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.mbswc.net/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p204",
    "status": "sourceOnly",
    "business": "Tranquil Touch Physical Therapy, LLC",
    "name": "Janis Ballard",
    "credentials": "Masters in Physical Therapy",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "Lakewood Ranch",
    "city": "Lakewood Ranch",
    "state": "FL",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://TranquilTouchPT.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p205",
    "status": "sourceOnly",
    "business": "Wellness with Katie",
    "name": "Katie Bradshaw",
    "credentials": "PT, ATC",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "3240 Oak Ridge Loop East",
    "city": "Fargo",
    "state": "ND",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.wellnesswithkatie.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p206",
    "status": "sourceOnly",
    "business": "Synergy Sports and Corrective Massage",
    "name": "Andrew Abramson",
    "credentials": "MSW, LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "40 Morris Avenue, Suite 100A",
    "city": "Bryn Mawr",
    "state": "PA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.synergycorrective.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p207",
    "status": "sourceOnly",
    "business": "Myofascial Healing and Pilates",
    "name": "Roxana Molina Lopez",
    "credentials": "MSPT, PMA-CPT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "14241 U.S. Highway 1",
    "city": "Juno Beach",
    "state": "FL",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.myohealing.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p208",
    "status": "sourceOnly",
    "business": "SerendipPT - in Easton MWF & Kent Island T/TH",
    "name": "Jane O39brien Franczak",
    "credentials": "PT, MSPT, WCS, CMTPT ; Women's Clinical Specialist, Certified in Dry Needling",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "29756 Captain Adamouski St",
    "city": "Easton",
    "state": "MD",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.serendipPT.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p209",
    "status": "sourceOnly",
    "business": "Advanced Healing Arts  With Rachelle Croteau",
    "name": "Rachelle Croteau",
    "credentials": "CST, LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "Whitman Wellness Center, 629 Washington st",
    "city": "Whitman",
    "state": "MA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p210",
    "status": "sourceOnly",
    "business": "Body Aware Therapy, LLC",
    "name": "Kim Edwards",
    "credentials": "MFR practitioner,  licensed massage therapist",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "134 Main St, Suite 203",
    "city": "Prince Frederick",
    "state": "MD",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.bodyawaremfr.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p211",
    "status": "sourceOnly",
    "business": "Sarasota Myofascial Release Therapy",
    "name": "Allison Mccarthy",
    "credentials": "LMT, CST",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "4370 S. Tamiami Trail, 3rd Fl,  Suite 312 & 301",
    "city": "Sarasota",
    "state": "FL",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.sarasotamyofascialrelease.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p212",
    "status": "sourceOnly",
    "business": "Prana Physical Therapy & Massage",
    "name": "Lori Batcheller",
    "credentials": "PT, LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "75 Manhattan Drive, #210",
    "city": "Boulder",
    "state": "CO",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.pranaphysicaltherapy.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p213",
    "status": "sourceOnly",
    "business": "Body Mechanics Rehabilitation & Wellness LLC",
    "name": "Peggy Ivan",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "143 S 1st St",
    "city": "Freeland",
    "state": "MI",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://bodymechanicsrehab.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p214",
    "status": "sourceOnly",
    "business": "Northeast Ohio Myofascial Release",
    "name": "Rachel Pecora",
    "credentials": "LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "4119 Whipple Ave NW, Unit C",
    "city": "Canton",
    "state": "OH",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.neomyofascialrelease.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p215",
    "status": "sourceOnly",
    "business": "Balanced Body Myofascial Release and Pain Relief Therapy",
    "name": "Ruth Ochoa",
    "credentials": "Advanced Myofascial Release Therapist",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "27450 Ynez Road, suite 110a",
    "city": "Temecula",
    "state": "CA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.balancedbodymfr.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p216",
    "status": "sourceOnly",
    "business": "North Georgia Myofascial Release",
    "name": "Alex Catherine Lapierre",
    "credentials": "Licensed Massage Therapist, Equine Massage Therapist",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "270 East Main St., Suite E-3",
    "city": "Canton",
    "state": "GA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://NorthGaMFR.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p217",
    "status": "sourceOnly",
    "business": "FireRainbow Myofascial Release (MFR)",
    "name": "Sara Martin",
    "credentials": "LMT 127679",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "8400 Blanco Rd, Ste 204",
    "city": "San Antonio",
    "state": "TX",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://firerainbowmfr.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p218",
    "status": "sourceOnly",
    "business": "Healed Beyond Hope",
    "name": "Celeste M Ketels",
    "credentials": "MA, BSRT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "8501 State Rd",
    "city": "Millington",
    "state": "MI",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.healedbeyondhope.solutions",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p219",
    "status": "sourceOnly",
    "business": "Flourish Therapies  Myofascial Release",
    "name": "Mia Moilanen",
    "credentials": "Myofascial Release Therapist",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "920 W. Water Street",
    "city": "Hancock",
    "state": "MI",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.flourishtherapies.net",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p220",
    "status": "sourceOnly",
    "business": "Myofascial Release and Wellness Center",
    "name": "Nikki Legere",
    "credentials": "PTA, LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "6435 S Main Street",
    "city": "North Kingsville",
    "state": "OH",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.massagebook.com/North_Kingsville~Massage~NikkiLegereMFR?src=external",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p221",
    "status": "sourceOnly",
    "business": "Greene Lotus MFR",
    "name": "Eliot Smalheiser",
    "credentials": "PT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "1000 Stone Place",
    "city": "Woburn",
    "state": "MA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.greenelotusmfr.janeapp.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p222",
    "status": "sourceOnly",
    "business": "Florida MFR",
    "name": "Kathleen Hennessy",
    "credentials": "DPT, CMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "1527 Dale Mabry Highway, Suite 105",
    "city": "Land O' Lakes",
    "state": "FL",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.FloridaMFRHealth.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p223",
    "status": "sourceOnly",
    "business": "Myofascial STL Plus",
    "name": "Michelle Woodruff",
    "credentials": "LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "10820 Sunset Office Drive, Suite #110",
    "city": "Saint Louis",
    "state": "MO",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.myofascialstl.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p224",
    "status": "sourceOnly",
    "business": "Danielle Leigh Glenn PLLC",
    "name": "Danielle Glenn",
    "credentials": "PT, DPT, LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "4207 River Pl Blvd",
    "city": "Austin",
    "state": "TX",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p225",
    "status": "sourceOnly",
    "business": "Wolffpack Wellness Myofascial Release, PLLC",
    "name": "Jonathan Wolff Mspt",
    "credentials": "PT and MFR practicioner",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "123 2nd St NE",
    "city": "Waverly",
    "state": "IA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.wolffpackwellness.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p226",
    "status": "sourceOnly",
    "business": "Exhale Myofascial Release RVA",
    "name": "Patti Calkins",
    "credentials": "LPTA, LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "2405 Westwood Avenue, Suite 107",
    "city": "Richmond",
    "state": "VA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.exhalemfr.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p227",
    "status": "sourceOnly",
    "business": "Transform Myofascial Release, INC",
    "name": "Jessica Eddy Storey",
    "credentials": "OT, LMT, Reiki 2, Polarity",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "100 Cummings Center, Ste 539H",
    "city": "Beverly",
    "state": "MA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.transformmfr.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p228",
    "status": "sourceOnly",
    "business": "Live Once Live Well Myofascial Release",
    "name": "Brandon Reynolds",
    "credentials": "CMT, MFR Therapist",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "2901 Park Ave., Suite A6",
    "city": "Soquel",
    "state": "CA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.liveoncelivewellmfr.com/appointments",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p229",
    "status": "sourceOnly",
    "business": "Kathryn Adams, Whole Body Healing",
    "name": "Kathryn Hollars",
    "credentials": "LMT, RYT200",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "7455 W. Washington Ave., Suite 210",
    "city": "Las Vegas",
    "state": "NV",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.WholeBodyHealingLV.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p230",
    "status": "sourceOnly",
    "business": "Evolve Myofascial Release",
    "name": "Cheryl Boenig",
    "credentials": "Myofascial Release Therapist, Physical Therapist, Licensed Massage Therapist",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "8810 Toulouse",
    "city": "San Antonio",
    "state": "TX",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.evolvemyofascialrelease.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p231",
    "status": "sourceOnly",
    "business": "Myofascial Wellness by Jane",
    "name": "Jane Pullam",
    "credentials": "LMT, MSW",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "300 Meetinghouse Rd",
    "city": "Jenkintown",
    "state": "PA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://myofascialwellnessbyjane.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p232",
    "status": "sourceOnly",
    "business": "Turquoise Therapeutics",
    "name": "Megan Ziman",
    "credentials": "PT, DPT, ATC",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "2 N Hankes Road Unit C",
    "city": "Aurora",
    "state": "IL",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.turquoisetherapeutics.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p233",
    "status": "sourceOnly",
    "business": "Huntington Beach Myofascial Release, LLC",
    "name": "Genevieve Dominguez",
    "credentials": "PTA, CMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "419 Main Street, Suite E",
    "city": "Huntington Beach",
    "state": "CA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.hbmfr.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p234",
    "status": "sourceOnly",
    "business": "Kelli Newman RN, LMT",
    "name": "Kelli Newman",
    "credentials": "RN, LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "Euclid Ave",
    "city": "Wickliffe",
    "state": "OH",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p235",
    "status": "sourceOnly",
    "business": "Balance Within - Integrative Physical Therapy",
    "name": "Dr Sarah Trunk44 Pt44",
    "credentials": "DPT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "524 Milwaukee Street Suite 308",
    "city": "Delafield",
    "state": "WI",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://balancewithinpt.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p236",
    "status": "sourceOnly",
    "business": "Healed Beyond Hope",
    "name": "Jason A Ketels",
    "credentials": "RN",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "8501 State Rd",
    "city": "Millington",
    "state": "MI",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.healedbeyondhope.solutions",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p237",
    "status": "sourceOnly",
    "business": "Body & Soul Wellness Center",
    "name": "Patricia Weller",
    "credentials": "LMT/CPT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "32566 Docs Place, Unit 3",
    "city": "Bethany Beach",
    "state": "DE",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://bodyandsoulusa.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p238",
    "status": "sourceOnly",
    "business": "Myofascial Healing and Pilates",
    "name": "Julie Mcgee",
    "credentials": "OTR/L",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "14241 U.S. Highway 1",
    "city": "Juno Beach",
    "state": "FL",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.myohealing.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p239",
    "status": "sourceOnly",
    "business": "ZippyPT Myofascial Release",
    "name": "Zetty Morgan",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "Gallagher Family Medicine, 4607 Vettelson Rd",
    "city": "Hartland",
    "state": "WI",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.zippypt.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p240",
    "status": "sourceOnly",
    "business": "Fascia Revive Center",
    "name": "Linda Chanow",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "1708 Houston Street",
    "city": "Austin",
    "state": "TX",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.fasciarevivecenter.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p241",
    "status": "sourceOnly",
    "business": "Eugenia Macchia LMT",
    "name": "Eugenia Macchia",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "24 Elm Street, 1 Floor, Room 3",
    "city": "Morristown",
    "state": "NJ",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.massagebook.com/therapists/eugenia-macchia-lmt?src=external",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p242",
    "status": "sourceOnly",
    "business": "Performance Myofascial Release",
    "name": "Gwen Bernardo",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "10447 Laramie Ave.",
    "city": "Los Angeles",
    "state": "CA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://PerformanceMFR.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p243",
    "status": "sourceOnly",
    "business": "The Healing Foundations, LLC",
    "name": "Robyn Opacity",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "28 Millburn Ave, Suite 1",
    "city": "Springfield",
    "state": "NJ",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://thehealingfoundations.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p244",
    "status": "sourceOnly",
    "business": "Mind Body Soul Wellness Center",
    "name": "Rosemary Asaro",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "3070 Bristol Pike, Building 2 Suite 132",
    "city": "Bensalem",
    "state": "PA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.mbswc.net",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p245",
    "status": "sourceOnly",
    "business": "Myofascial Freedom",
    "name": "Charise Virgo",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "22 Elm Street",
    "city": "Morristown",
    "state": "NJ",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://charisevirgo.as.me/?appointmentType=55458141",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p246",
    "status": "sourceOnly",
    "business": "Release Therapeutic Bodywork",
    "name": "Sheila Murray",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "7, Main Street",
    "city": "Northampton",
    "state": "MA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://releasetherapeuticma.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p247",
    "status": "sourceOnly",
    "business": "Heart Aligned PT LLC",
    "name": "Vanessa Medina",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "530 Main St. Suite 4 B, Rm 2",
    "city": "Chester",
    "state": "NJ",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.heartalignedptllc.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p248",
    "status": "sourceOnly",
    "business": "Excellence BodyWork LLC",
    "name": "Teri Trent",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "1237 N POWER LINE RD, UNIT B",
    "city": "Bullhead City",
    "state": "AZ",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p249",
    "status": "sourceOnly",
    "business": "Kineticut Myofascial Release",
    "name": "Steven Friedler",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "133 State Street",
    "city": "Guilford",
    "state": "CT",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.massagebook.com/biz/kineticut-myofascial-release-therapy",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p250",
    "status": "sourceOnly",
    "business": "Julie Leigh, OTR|L of Mountainside MFR",
    "name": "Julie Leigh",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "9095 E Tanque Verde Rd | Unit 171-138",
    "city": "Tucson",
    "state": "AZ",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.mountainsidemfr.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p251",
    "status": "sourceOnly",
    "business": "Wellest Integrative Health",
    "name": "Melissa Hines",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "31 St. James Ave, Suite 805",
    "city": "Boston",
    "state": "MA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.wellesthealth.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p252",
    "status": "sourceOnly",
    "business": "Goodman Performance Therapy",
    "name": "Mindy Haren",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "7100 N. High St Ste 304",
    "city": "Worthington",
    "state": "OH",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.goodmanperformancetherapy.com/mindy.html",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p253",
    "status": "sourceOnly",
    "business": "Water Wisdom Mind-Body Therapies",
    "name": "Sarah Hey Cooper",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "5714 Old Stony Way",
    "city": "Durham",
    "state": "NC",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://waterwisdomtherapies.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p254",
    "status": "sourceOnly",
    "business": "Centerline Pelvic Health",
    "name": "Gregg Projansky",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "2333 Waukegan Rd, Suite 175",
    "city": "Bannockburn",
    "state": "IL",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.instantkarmamassagetherapy.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p255",
    "status": "sourceOnly",
    "business": "InFlow Integrative Physical Therapy",
    "name": "Anastasiia Rukavyshnykova",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "20688 4th St, Suite 5",
    "city": "Saratoga",
    "state": "CA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.inflowphysio.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p256",
    "status": "sourceOnly",
    "business": "VerveBody Myofascial Release - Austin",
    "name": "Courtney Lepore",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "4425 S. MoPac, Expressway, Building III, Suite 602",
    "city": "Austin",
    "state": "TX",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://VerveBody.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p257",
    "status": "sourceOnly",
    "business": "MYOwn Healing PT and MFR, LLC",
    "name": "Lynn Malik",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "906 Coopertown Rd",
    "city": "Bryn Mawr",
    "state": "PA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "http://myownhealingptmfr.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p258",
    "status": "sourceOnly",
    "business": "Sure Footing Bodywork and Community Studio",
    "name": "Kerry Roberts",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "412 E. 9th Street",
    "city": "Lawrence",
    "state": "KS",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.surefootingstudio.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p259",
    "status": "sourceOnly",
    "business": "Stretch Therapy & Myofascial Release",
    "name": "Jerry Jimenez",
    "credentials": "",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "77230 Indiana Ave",
    "city": "Palm Desert",
    "state": "CA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p260",
    "status": "sourceOnly",
    "business": "Abbott Orofacial Pain",
    "name": "Dr Jeremy JAMES Abbott",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "6010 Executive Blvd Ste 500",
    "city": "Rockville",
    "state": "MD",
    "zip": "20852",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p261",
    "status": "sourceOnly",
    "business": "Abdullah Orofacial Pain",
    "name": "Haba Abdullah",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "5309 Buffalo Gap Rd",
    "city": "Abilene",
    "state": "TX",
    "zip": "79606",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p262",
    "status": "sourceOnly",
    "business": "Abrahams Orofacial Pain",
    "name": "Dr Benjamin Abrahams",
    "credentials": "DMD",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "5230 Boulder Hwy Ste 130",
    "city": "Las Vegas",
    "state": "NV",
    "zip": "89122",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p263",
    "status": "sourceOnly",
    "business": "Ahmed Orofacial Pain",
    "name": "Dr Mohammed MOEEDUDDIN Ahmed",
    "credentials": "BDS, MDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "61 Pine St",
    "city": "Bristol",
    "state": "VT",
    "zip": "05443",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p264",
    "status": "sourceOnly",
    "business": "Ahmed Orofacial Pain",
    "name": "Umair Ahmed",
    "credentials": "BDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1201 N Stonewall Ave",
    "city": "Oklahoma City",
    "state": "OK",
    "zip": "73117",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p265",
    "status": "sourceOnly",
    "business": "Al Karadaghi Orofacial Pain",
    "name": "Tamara SARDAR Al Karadaghi",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3800 Byron Ave Ste 100",
    "city": "Bellingham",
    "state": "WA",
    "zip": "98229",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p266",
    "status": "sourceOnly",
    "business": "Almudamgha Orofacial Pain",
    "name": "Dr Rana I. Almudamgha",
    "credentials": "BDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1100 Florida Ave",
    "city": "New Orleans",
    "state": "LA",
    "zip": "70119",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p267",
    "status": "sourceOnly",
    "business": "Alturki Orofacial Pain",
    "name": "Shuruq ABDULAZIZ Alturki",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1 Kneeland St",
    "city": "Boston",
    "state": "MA",
    "zip": "02111",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p268",
    "status": "sourceOnly",
    "business": "Ananthan Orofacial Pain",
    "name": "Dr Sowmya Ananthan",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "110 Bergen St, Reception #12",
    "city": "Newark",
    "state": "NJ",
    "zip": "07103",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p269",
    "status": "sourceOnly",
    "business": "Arman Orofacial Pain",
    "name": "Dr Sherwin Arman",
    "credentials": "D.M.D · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "10833 Le Conte Ave # Chs10157",
    "city": "Los Angeles",
    "state": "CA",
    "zip": "90095",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p270",
    "status": "sourceOnly",
    "business": "Aroni Orofacial Pain",
    "name": "Donavon Khosrow Aroni",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1 Kneeland St # 601",
    "city": "Boston",
    "state": "MA",
    "zip": "02111",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p271",
    "status": "sourceOnly",
    "business": "Aslam Orofacial Pain",
    "name": "Dr Nomara Aslam",
    "credentials": "DMD, MDS, ABOP",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3212 Hampton Hwy",
    "city": "Yorktown",
    "state": "VA",
    "zip": "23693",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p272",
    "status": "sourceOnly",
    "business": "Austin Orofacial Pain",
    "name": "David G Austin",
    "credentials": "DDS Inc · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3600 Olentangy River Rd, Suite B 1",
    "city": "Columbus",
    "state": "OH",
    "zip": "43214",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p273",
    "status": "sourceOnly",
    "business": "Aziz Orofacial Pain",
    "name": "Dr Mohammad Arshad Aziz",
    "credentials": "BDS, MSc, PhD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1 Kneeland St",
    "city": "Boston",
    "state": "MA",
    "zip": "02111",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p274",
    "status": "sourceOnly",
    "business": "Bassiur Orofacial Pain",
    "name": "Dr Jennifer PAIGE Bassiur",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "999 Central Ave Ste 103",
    "city": "Woodmere",
    "state": "NY",
    "zip": "11598",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p275",
    "status": "sourceOnly",
    "business": "Bast Orofacial Pain",
    "name": "Kelly CATHERINE Bast",
    "credentials": "dds",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3112 Airport Way Ste 1",
    "city": "Fairbanks",
    "state": "AK",
    "zip": "99709",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p276",
    "status": "sourceOnly",
    "business": "Beck Orofacial Pain",
    "name": "Dr Jim K Beck",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1619 N Greenwood St, Suite 308",
    "city": "Pueblo",
    "state": "CO",
    "zip": "81003",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p277",
    "status": "sourceOnly",
    "business": "Benavent Orofacial Pain",
    "name": "Dr Vanessa L Benavent",
    "credentials": "DDS, MSD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "5820 Clarksville Square Dr",
    "city": "Clarksville",
    "state": "MD",
    "zip": "21029",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p278",
    "status": "sourceOnly",
    "business": "Bender Orofacial Pain",
    "name": "Dr Steven D Bender",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3302 Gaston Ave, 169",
    "city": "Dallas",
    "state": "TX",
    "zip": "75246",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p279",
    "status": "sourceOnly",
    "business": "Bergey Orofacial Pain",
    "name": "Dr Curtis R Bergey",
    "credentials": "DDS, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "620 John Paul Jones Cir",
    "city": "Portsmouth",
    "state": "VA",
    "zip": "23708",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p280",
    "status": "sourceOnly",
    "business": "Bertoli Orofacial Pain",
    "name": "Dr Elizangela Bertoli",
    "credentials": "D.D.S",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "800 Rose St, D104",
    "city": "Lexington",
    "state": "KY",
    "zip": "40536",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p281",
    "status": "sourceOnly",
    "business": "Bezhoska Orofacial Pain",
    "name": "Emilija Bezhoska",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "515 Delaware St Se",
    "city": "Minneapolis",
    "state": "MN",
    "zip": "55455",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p282",
    "status": "sourceOnly",
    "business": "Blackburn Orofacial Pain",
    "name": "Dr Richard Blackburn",
    "credentials": "DMD",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3532 Howard Ave Ste 200",
    "city": "Los Alamitos",
    "state": "CA",
    "zip": "90720",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p283",
    "status": "sourceOnly",
    "business": "Bloxham Orofacial Pain",
    "name": "Dr Jared V Bloxham",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1363 Columbia Park Trl Ste 101",
    "city": "Richland",
    "state": "WA",
    "zip": "99352",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p284",
    "status": "sourceOnly",
    "business": "Boettner Orofacial Pain",
    "name": "Dr Patricia FERNANDES Boettner",
    "credentials": "DDS, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1835 County Road C W Ste 200",
    "city": "Roseville",
    "state": "MN",
    "zip": "55113",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p285",
    "status": "sourceOnly",
    "business": "Botros Orofacial Pain",
    "name": "Dr Jack GEORGE SOLIMAN Botros",
    "credentials": "DDS, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "515 Delaware St Se Rm 6-440K",
    "city": "Minneapolis",
    "state": "MN",
    "zip": "55455",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p286",
    "status": "sourceOnly",
    "business": "Boychuk Orofacial Pain",
    "name": "Dr Darrell G Boychuk",
    "credentials": "DDS, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2500 Como Ave",
    "city": "Saint Paul",
    "state": "MN",
    "zip": "55108",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p287",
    "status": "sourceOnly",
    "business": "Brazzoli Orofacial Pain",
    "name": "Stefania Brazzoli",
    "credentials": "DDS MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "240 S 40Th St Fl 2",
    "city": "Philadelphia",
    "state": "PA",
    "zip": "19104",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p288",
    "status": "sourceOnly",
    "business": "Brenner Orofacial Pain",
    "name": "Dr Bethaney B Brenner",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "8 Milford St",
    "city": "Burlington",
    "state": "CT",
    "zip": "06013",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p289",
    "status": "sourceOnly",
    "business": "Briggs Orofacial Pain",
    "name": "Dr Roger A Briggs",
    "credentials": "D.D.S",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "6920 E Shea Blvd, Suite 201",
    "city": "Scottsdale",
    "state": "AZ",
    "zip": "85254",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p290",
    "status": "sourceOnly",
    "business": "Buck Orofacial Pain",
    "name": "Dr Richard ALLEN Buck",
    "credentials": "D.M.D",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "217 S 2Nd Ave",
    "city": "Walla Walla",
    "state": "WA",
    "zip": "99362",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p291",
    "status": "sourceOnly",
    "business": "Bugueno Orofacial Pain",
    "name": "Dr Juan MANUEL Bugueno",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1 College St",
    "city": "Portland",
    "state": "ME",
    "zip": "04103",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p292",
    "status": "sourceOnly",
    "business": "Burton Orofacial Pain",
    "name": "Dr Eric Burton",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1916 Devonshire Dr",
    "city": "Columbia",
    "state": "MO",
    "zip": "65203",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p293",
    "status": "sourceOnly",
    "business": "Carpenter Orofacial Pain",
    "name": "Dr Raymond E. Carpenter",
    "credentials": "D.D.S",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "4320 Genesee Ave Ste 207",
    "city": "San Diego",
    "state": "CA",
    "zip": "92117",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p294",
    "status": "sourceOnly",
    "business": "Cartrite Orofacial Pain",
    "name": "Dr Macey BROOKE Cartrite",
    "credentials": "DDS, MD",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1752 Broad Park Cir N Ste 100",
    "city": "Mansfield",
    "state": "TX",
    "zip": "76063",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p295",
    "status": "sourceOnly",
    "business": "Cebula Orofacial Pain",
    "name": "Dr Kevin J Cebula",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "301 S Fair Oaks Ave, Ste 402",
    "city": "Pasadena",
    "state": "CA",
    "zip": "91105",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p296",
    "status": "sourceOnly",
    "business": "Chakarvarty Orofacial Pain",
    "name": "Mridul Chakarvarty",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3410 Far West Blvd Ste 300",
    "city": "Austin",
    "state": "TX",
    "zip": "78731",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p297",
    "status": "sourceOnly",
    "business": "Chandrashekhar Orofacial Pain",
    "name": "Dr Hemamalini Chandrashekhar",
    "credentials": "DDS, MDS, MDSc",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "509 Olive Way Ste 618",
    "city": "Seattle",
    "state": "WA",
    "zip": "98101",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p298",
    "status": "sourceOnly",
    "business": "Chawla Orofacial Pain",
    "name": "Dr Geetika Chawla",
    "credentials": "BDS, MDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "217 Se 136Th Ave Ste 103",
    "city": "Vancouver",
    "state": "WA",
    "zip": "98684",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p299",
    "status": "sourceOnly",
    "business": "Chen Orofacial Pain",
    "name": "Hong Chen",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "305 W 12Th Ave",
    "city": "Columbus",
    "state": "OH",
    "zip": "43210",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p300",
    "status": "sourceOnly",
    "business": "Chen Orofacial Pain",
    "name": "Dr Vicky P Chen",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "10800 Magnolia Ave",
    "city": "Riverside",
    "state": "CA",
    "zip": "92505",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p301",
    "status": "sourceOnly",
    "business": "Chetariya Orofacial Pain",
    "name": "Vaishakhi Dharnat Chetariya",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1324 Tippecanoe St",
    "city": "Lafayette",
    "state": "IN",
    "zip": "47904",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p302",
    "status": "sourceOnly",
    "business": "Chiu Orofacial Pain",
    "name": "Dr Hui-Feng Chiu",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2817 Rock Merritt Ave Womack Army Medical Center",
    "city": "Fort Liberty",
    "state": "NC",
    "zip": "28310",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p303",
    "status": "sourceOnly",
    "business": "Chugh Orofacial Pain",
    "name": "Dr Surbhi Chugh",
    "credentials": "BDS, MSD",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1959 Ne Pacific St",
    "city": "Seattle",
    "state": "WA",
    "zip": "98195",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p304",
    "status": "sourceOnly",
    "business": "Cohen Orofacial Pain",
    "name": "Dr Joseph R Cohen",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2620 S 83Rd Ave Ste 104",
    "city": "Phoenix",
    "state": "AZ",
    "zip": "85043",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p305",
    "status": "sourceOnly",
    "business": "Colmenar Orofacial Pain",
    "name": "Dr Gil ILANO Colmenar",
    "credentials": "DMD, MS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3711 Saviers Rd, Suite A",
    "city": "Oxnard",
    "state": "CA",
    "zip": "93033",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p306",
    "status": "sourceOnly",
    "business": "Corbett Orofacial Pain",
    "name": "Dr James THOMAS Corbett",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "Nmrtc New England, 43 Smith Road",
    "city": "Newport",
    "state": "RI",
    "zip": "02841",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p307",
    "status": "sourceOnly",
    "business": "Costaras Orofacial Pain",
    "name": "Dr Basilios C Costaras",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "10214 N Tatum Blvd Ste A1100",
    "city": "Phoenix",
    "state": "AZ",
    "zip": "85028",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p308",
    "status": "sourceOnly",
    "business": "Crain Orofacial Pain",
    "name": "Alexander STUART Crain",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "515 Delaware St Se",
    "city": "Minneapolis",
    "state": "MN",
    "zip": "55455",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p309",
    "status": "sourceOnly",
    "business": "Criddle Orofacial Pain",
    "name": "Dr Preston MACNAIR Criddle",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "8955 Wood Rd",
    "city": "Bethesda",
    "state": "MD",
    "zip": "20889",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p310",
    "status": "sourceOnly",
    "business": "Cunningham Orofacial Pain",
    "name": "Lindsey ALLISON Cunningham",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1100 Wilford Hall Loop",
    "city": "Jbsa Lackland",
    "state": "TX",
    "zip": "78236",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p311",
    "status": "sourceOnly",
    "business": "Custodio Patsey Orofacial Pain",
    "name": "Lilian Custodio Patsey",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "740 S Limestone Kentucky Clinic E214",
    "city": "Lexington",
    "state": "KY",
    "zip": "40536",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p312",
    "status": "sourceOnly",
    "business": "Daline Orofacial Pain",
    "name": "Iryna HRYVENKO Daline",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1920 E Riverside Dr Ste A-140",
    "city": "Austin",
    "state": "TX",
    "zip": "78741",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p313",
    "status": "sourceOnly",
    "business": "Davis Orofacial Pain",
    "name": "Dr Gerald Davis",
    "credentials": "D.D.S., M.A., M.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1310 24Th Ave S",
    "city": "Nashville",
    "state": "TN",
    "zip": "37212",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p314",
    "status": "sourceOnly",
    "business": "Davoudi Chegani Orofacial Pain",
    "name": "Jouliana Davoudi Chegani",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "702 W Broadway",
    "city": "Glendale",
    "state": "CA",
    "zip": "91204",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p315",
    "status": "sourceOnly",
    "business": "Davydov Orofacial Pain",
    "name": "Dr Albert Davydov",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "10933 71St Rd Apt 11B",
    "city": "Forest Hills",
    "state": "NY",
    "zip": "11375",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p316",
    "status": "sourceOnly",
    "business": "De Leeuw Orofacial Pain",
    "name": "Dr Rinskje De Leeuw",
    "credentials": "DDS, PhD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "Uk Orofacial Pain Clinic, 740 S Limestone",
    "city": "Lexington",
    "state": "KY",
    "zip": "40536",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p317",
    "status": "sourceOnly",
    "business": "Debonis Orofacial Pain",
    "name": "John B Debonis",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "467 Lincoln Avenue",
    "city": "Bellevue",
    "state": "PA",
    "zip": "15202",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p318",
    "status": "sourceOnly",
    "business": "Delsnyder Orofacial Pain",
    "name": "Dr Jon M. Delsnyder",
    "credentials": "DDS, MS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "6655 S Rural Rd Ste 1",
    "city": "Tempe",
    "state": "AZ",
    "zip": "85283",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p319",
    "status": "sourceOnly",
    "business": "Deol Orofacial Pain",
    "name": "Dr Rashpal S. Deol",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2276 Camino Ramon Ste 150",
    "city": "San Ramon",
    "state": "CA",
    "zip": "94583",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p320",
    "status": "sourceOnly",
    "business": "Desai Orofacial Pain",
    "name": "Dr Hiral Desai",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "604 E 1St St",
    "city": "Tustin",
    "state": "CA",
    "zip": "92780",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p321",
    "status": "sourceOnly",
    "business": "Devrukhkar Orofacial Pain",
    "name": "Vishakha N Devrukhkar",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "7803 Ne Fourth Pln Rd",
    "city": "Vancouver",
    "state": "WA",
    "zip": "98662",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p322",
    "status": "sourceOnly",
    "business": "Dinan Orofacial Pain",
    "name": "Dr John EDWARD Dinan",
    "credentials": "DMD, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "630 Fifth Ave, Suite 1857",
    "city": "New York",
    "state": "NY",
    "zip": "10111",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p323",
    "status": "sourceOnly",
    "business": "Donlon Orofacial Pain",
    "name": "Dr Micah D Donlon",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "740 S Limestone Ste E214",
    "city": "Lexington",
    "state": "KY",
    "zip": "40536",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p324",
    "status": "sourceOnly",
    "business": "Drollinger Orofacial Pain",
    "name": "Dr Andrew GARDNER Drollinger",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "6410 Fannin St Ste 310",
    "city": "Houston",
    "state": "TX",
    "zip": "77030",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p325",
    "status": "sourceOnly",
    "business": "Dubyk Orofacial Pain",
    "name": "Dr Nickoli Dubyk",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "9300 Dewitt Loop Rm 1.320",
    "city": "Ft Belvoir",
    "state": "VA",
    "zip": "22060",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p326",
    "status": "sourceOnly",
    "business": "Duffin Orofacial Pain",
    "name": "Dr Preston S Duffin",
    "credentials": "D.D.S, M.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "340 Magnolia Cir",
    "city": "Tyndall Afb",
    "state": "FL",
    "zip": "32403",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p327",
    "status": "sourceOnly",
    "business": "Elenbaas Orofacial Pain",
    "name": "Dr Andrea Elenbaas",
    "credentials": "D.M.D · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "370 Courthouse Rd Ste 103",
    "city": "Gulfport",
    "state": "MS",
    "zip": "39507",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p328",
    "status": "sourceOnly",
    "business": "Eli Orofacial Pain",
    "name": "Bradley A Eli",
    "credentials": "DMD, MS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "4403 Manchester Ave, Suite 101",
    "city": "Encinitas",
    "state": "CA",
    "zip": "92024",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p329",
    "status": "sourceOnly",
    "business": "Emperumal Orofacial Pain",
    "name": "Dr Chitra Priya Emperumal",
    "credentials": "BDS, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1201 N Stonewall Ave Rm 521K",
    "city": "Oklahoma City",
    "state": "OK",
    "zip": "73117",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p330",
    "status": "sourceOnly",
    "business": "Evangelista De Leon Orofacial Pain",
    "name": "Reimy Evangelista De Leon",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "40A Timber Ln",
    "city": "South Burlington",
    "state": "VT",
    "zip": "05403",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p331",
    "status": "sourceOnly",
    "business": "Evans Orofacial Pain",
    "name": "Dr Richard B Evans",
    "credentials": "D.D.S",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "8530 La Mesa Blvd Ste 204",
    "city": "La Mesa",
    "state": "CA",
    "zip": "91942",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p332",
    "status": "sourceOnly",
    "business": "Faheem Orofacial Pain",
    "name": "Dr Shanzae ZAIN Faheem",
    "credentials": "BDS, MDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "7120 Coit Rd Ste 110",
    "city": "Plano",
    "state": "TX",
    "zip": "75025",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p333",
    "status": "sourceOnly",
    "business": "Faiek Orofacial Pain",
    "name": "Mina MAHER Faiek",
    "credentials": "D.M.D · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "601 W Moana Ln Ste 6",
    "city": "Reno",
    "state": "NV",
    "zip": "89509",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p334",
    "status": "sourceOnly",
    "business": "Fan Orofacial Pain",
    "name": "Kenneth Fan",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1110 Wilford Hall Loop",
    "city": "Jbsa Lackland Afb",
    "state": "TX",
    "zip": "78236",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p335",
    "status": "sourceOnly",
    "business": "Fernandez Vial Orofacial Pain",
    "name": "Diego IGNACIO Fernandez Vial",
    "credentials": "DDS MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "12626 Woodforest Blvd Ste Z",
    "city": "Houston",
    "state": "TX",
    "zip": "77015",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p336",
    "status": "sourceOnly",
    "business": "Frederiksen Orofacial Pain",
    "name": "Dr Eric HOWARD Frederiksen",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "200 Mercy Circle",
    "city": "Oceanside",
    "state": "CA",
    "zip": "92055",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p337",
    "status": "sourceOnly",
    "business": "Fricton Orofacial Pain",
    "name": "James R Fricton",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3475 Plymouth Blvd Ste 200",
    "city": "Plymouth",
    "state": "MN",
    "zip": "55447",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p338",
    "status": "sourceOnly",
    "business": "Gao Orofacial Pain",
    "name": "Dr Qiman Gao",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "515 Delaware St Se # 6-440",
    "city": "Minneapolis",
    "state": "MN",
    "zip": "55455",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p339",
    "status": "sourceOnly",
    "business": "Ghodsi Boushehri Orofacial Pain",
    "name": "Sahar Ghodsi Boushehri",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "150 Rivers Edge Dr Apt 308",
    "city": "Medford",
    "state": "MA",
    "zip": "02155",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p340",
    "status": "sourceOnly",
    "business": "Gill Orofacial Pain",
    "name": "Gurveen Gill",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1141 Buckwheat Way",
    "city": "Chico",
    "state": "CA",
    "zip": "95928",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p341",
    "status": "sourceOnly",
    "business": "Gill Orofacial Pain",
    "name": "Manavjot KAUR Gill",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3435 Main St",
    "city": "Buffalo",
    "state": "NY",
    "zip": "14214",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p342",
    "status": "sourceOnly",
    "business": "Goldberg Orofacial Pain",
    "name": "Dr Jeffrey I Goldberg",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3980 Sheridan Dr, #401",
    "city": "Amherst",
    "state": "NY",
    "zip": "14226",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p343",
    "status": "sourceOnly",
    "business": "Gomez Marroquin Orofacial Pain",
    "name": "Dr Erick FERNANDO Gomez Marroquin",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "One Kneeland St, Room 416",
    "city": "Boston",
    "state": "MA",
    "zip": "02111",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p344",
    "status": "sourceOnly",
    "business": "Groenke Orofacial Pain",
    "name": "Dr Beth RENEE Groenke",
    "credentials": "DDS, MS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "7600 France Ave S Ste 100",
    "city": "Edina",
    "state": "MN",
    "zip": "55435",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p345",
    "status": "sourceOnly",
    "business": "Guerrero Orofacial Pain",
    "name": "Dr Patricia Guerrero",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1 Kneeland St",
    "city": "Boston",
    "state": "MA",
    "zip": "02111",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p346",
    "status": "sourceOnly",
    "business": "Gupta Orofacial Pain",
    "name": "Akanksha Gupta",
    "credentials": "BDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "901 Boren Avenue, Suite #1776",
    "city": "Seattle",
    "state": "WA",
    "zip": "98104",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p347",
    "status": "sourceOnly",
    "business": "Gurevich Kushner Orofacial Pain",
    "name": "Dr Tanya A Gurevich Kushner",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "19365 7Th Ave Ne Ste 114",
    "city": "Poulsbo",
    "state": "WA",
    "zip": "98370",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p348",
    "status": "sourceOnly",
    "business": "Guthrie Orofacial Pain",
    "name": "Dr Scott Guthrie",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2921 Landmark Pl Ste 235",
    "city": "Madison",
    "state": "WI",
    "zip": "53713",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p349",
    "status": "sourceOnly",
    "business": "Habib Orofacial Pain",
    "name": "Dr Salma KHALED ADEL Habib",
    "credentials": "BDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "Kentucky Clinic 740 S Limestone, Wing C Second Floor Room E214",
    "city": "Lexington",
    "state": "KY",
    "zip": "40536",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p350",
    "status": "sourceOnly",
    "business": "Haigler Orofacial Pain",
    "name": "Dr Mary CHARLES Haigler",
    "credentials": "D.M.D · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "280 Rocky Slope Rd",
    "city": "Greenville",
    "state": "SC",
    "zip": "29607",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p351",
    "status": "sourceOnly",
    "business": "Haley Orofacial Pain",
    "name": "Dennis P Haley",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "715 S 8Th St",
    "city": "Minneapolis",
    "state": "MN",
    "zip": "55404",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p352",
    "status": "sourceOnly",
    "business": "Harris Orofacial Pain",
    "name": "Graham ASHTON Harris",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2095 W Vista Way Ste 218",
    "city": "Vista",
    "state": "CA",
    "zip": "92083",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p353",
    "status": "sourceOnly",
    "business": "Hasan Orofacial Pain",
    "name": "Amna Hasan",
    "credentials": "BDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "770 Qubein Ave",
    "city": "High Point",
    "state": "NC",
    "zip": "27268",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p354",
    "status": "sourceOnly",
    "business": "Hashimoto Orofacial Pain",
    "name": "Dr Matthew DAVID Hashimoto",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "581 Foster City Blvd",
    "city": "Foster City",
    "state": "CA",
    "zip": "94404",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p355",
    "status": "sourceOnly",
    "business": "Hawkins Orofacial Pain",
    "name": "Dr James MARK Hawkins",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "8955 Wood Rd",
    "city": "Bethesda",
    "state": "MD",
    "zip": "20889",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p356",
    "status": "sourceOnly",
    "business": "Herman Orofacial Pain",
    "name": "Cory REID Herman",
    "credentials": "DDS, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "515 Delaware St Se, School Of Dentistry",
    "city": "Minneapolis",
    "state": "MN",
    "zip": "55455",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p357",
    "status": "sourceOnly",
    "business": "Hernandez Nuno De La Rosa Orofacial Pain",
    "name": "Maria F. Hernandez Nuno De La Rosa",
    "credentials": "DMD, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1 Kneeland St",
    "city": "Boston",
    "state": "MA",
    "zip": "02111",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p358",
    "status": "sourceOnly",
    "business": "Hirschinger Orofacial Pain",
    "name": "Dr Rich Hirschinger",
    "credentials": "DDS, MBA · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "9615 Brighton Way, Suite 323",
    "city": "Beverly Hills",
    "state": "CA",
    "zip": "90210",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p359",
    "status": "sourceOnly",
    "business": "Hu Orofacial Pain",
    "name": "Dr Xingxue Hu",
    "credentials": "DMD",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1725 Massachusetts Ave",
    "city": "Lexington",
    "state": "MA",
    "zip": "02420",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p360",
    "status": "sourceOnly",
    "business": "Huff Orofacial Pain",
    "name": "Dr Kevin DAVID Huff",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "217 W 4Th St",
    "city": "Dover",
    "state": "OH",
    "zip": "44622",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p361",
    "status": "sourceOnly",
    "business": "Hui Orofacial Pain",
    "name": "Dr Jason Hui",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "705 S Custer Rd Ste 150",
    "city": "Allen",
    "state": "TX",
    "zip": "75013",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p362",
    "status": "sourceOnly",
    "business": "Iftikhar Orofacial Pain",
    "name": "Dr Zubia Iftikhar",
    "credentials": "BDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "326 E 149Th St",
    "city": "Bronx",
    "state": "NY",
    "zip": "10451",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p363",
    "status": "sourceOnly",
    "business": "Irizarry Gonzalez Orofacial Pain",
    "name": "Dr Ashley NICOLE Irizarry Gonzalez",
    "credentials": "DMD",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "4014 14Th St W",
    "city": "Bradenton",
    "state": "FL",
    "zip": "00956",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p364",
    "status": "sourceOnly",
    "business": "Jaiswal Orofacial Pain",
    "name": "Dr Deepika Jaiswal",
    "credentials": "DDS, MDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2441 Coral Ct Ste 2",
    "city": "Coralville",
    "state": "IA",
    "zip": "52241",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p365",
    "status": "sourceOnly",
    "business": "Jayaprakash Orofacial Pain",
    "name": "Dr Rekha Jayaprakash",
    "credentials": "DDS, MS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1003 Koala Dr",
    "city": "Omak",
    "state": "WA",
    "zip": "98841",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p366",
    "status": "sourceOnly",
    "business": "Jehenson Orofacial Pain",
    "name": "Michele Jehenson",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "300 Pasteur Dr",
    "city": "Stanford",
    "state": "CA",
    "zip": "94305",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p367",
    "status": "sourceOnly",
    "business": "Just Orofacial Pain",
    "name": "Dr Talia BISHLAWI Just",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "872 Massachusetts Ave Ste 2-4",
    "city": "Cambridge",
    "state": "MA",
    "zip": "02139",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p368",
    "status": "sourceOnly",
    "business": "Kabaria Orofacial Pain",
    "name": "Dr Anita Kabaria",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "140 Nj-17 North, #314",
    "city": "Paramus",
    "state": "NJ",
    "zip": "07652",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p369",
    "status": "sourceOnly",
    "business": "Kanti Orofacial Pain",
    "name": "Dr Veena Kanti",
    "credentials": "DDS, MDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3604 Preston Rd Ste 500",
    "city": "Plano",
    "state": "TX",
    "zip": "75093",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p370",
    "status": "sourceOnly",
    "business": "Kaspo Orofacial Pain",
    "name": "Dr Ghabi A. Kaspo",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "110 E 2Nd St",
    "city": "Royal Oak",
    "state": "MI",
    "zip": "48067",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p371",
    "status": "sourceOnly",
    "business": "Kerr Orofacial Pain",
    "name": "Dr Mark A Kerr",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1355 S Higley Rd Ste 116",
    "city": "Gilbert",
    "state": "AZ",
    "zip": "85296",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p372",
    "status": "sourceOnly",
    "business": "Khalaf Orofacial Pain",
    "name": "Dr Mohd Khalaf",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2520 Douglas Blvd Ste 140",
    "city": "Roseville",
    "state": "CA",
    "zip": "95661",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p373",
    "status": "sourceOnly",
    "business": "Khalifeh Orofacial Pain",
    "name": "Dr Mohammad Khalifeh",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "5757 Wilshire Blvd.,, Suite # 5",
    "city": "Los Angeles",
    "state": "CA",
    "zip": "90036",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p374",
    "status": "sourceOnly",
    "business": "Khan Orofacial Pain",
    "name": "Dr Junad Khan",
    "credentials": "BDS, MDS, MPH, PhD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "University Of Rochester, 601 Elmwood Ave",
    "city": "Rochester",
    "state": "NY",
    "zip": "14642",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p375",
    "status": "sourceOnly",
    "business": "Khan Orofacial Pain",
    "name": "Dr Maria QASIM Khan",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "36420 Dominion Cir",
    "city": "Sterling Heights",
    "state": "MI",
    "zip": "48310",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p376",
    "status": "sourceOnly",
    "business": "Kim Orofacial Pain",
    "name": "Dr Bryan Kim",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "26440 La Alameda Ste 320",
    "city": "Mission Viejo",
    "state": "CA",
    "zip": "92691",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p377",
    "status": "sourceOnly",
    "business": "Kim Orofacial Pain",
    "name": "Dr Shanna KYUNGMI Kim",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "4840 Vista Blvd Ste 108",
    "city": "Sparks",
    "state": "NV",
    "zip": "89436",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p378",
    "status": "sourceOnly",
    "business": "Kohli Orofacial Pain",
    "name": "Dr Divya Kohli",
    "credentials": "BDS, MDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3200 S University Dr",
    "city": "Davie",
    "state": "FL",
    "zip": "33328",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p379",
    "status": "sourceOnly",
    "business": "Krubsack Orofacial Pain",
    "name": "Dr Benjaporn Krubsack",
    "credentials": "DDS, MS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "515 Delaware St Se, 6-320 Moos Health Science Tower",
    "city": "Minneapolis",
    "state": "MN",
    "zip": "55455",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p380",
    "status": "sourceOnly",
    "business": "Kruman Orofacial Pain",
    "name": "Dr Benjamin SAMUEL Kruman",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1399 Ygnacio Valley Rd Ste 2",
    "city": "Walnut Creek",
    "state": "CA",
    "zip": "94598",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p381",
    "status": "sourceOnly",
    "business": "Kuchukulla Orofacial Pain",
    "name": "Dr Manvitha Kuchukulla",
    "credentials": "MDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "5352 Twin Hickory Rd",
    "city": "Glen Allen",
    "state": "VA",
    "zip": "23059",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p382",
    "status": "sourceOnly",
    "business": "Kumar Orofacial Pain",
    "name": "Davina Kumar",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "5000 W 36Th St Ste 250",
    "city": "Minneapolis",
    "state": "MN",
    "zip": "55416",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p383",
    "status": "sourceOnly",
    "business": "Kumar Orofacial Pain",
    "name": "Dr Satish S. Kumar",
    "credentials": "D.M.D.,M.D.Sc.,M.S",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "5855 E Still Cir",
    "city": "Mesa",
    "state": "AZ",
    "zip": "85206",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p384",
    "status": "sourceOnly",
    "business": "Kurup Orofacial Pain",
    "name": "Seema Kurup",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "263 Farmington Ave",
    "city": "Farmington",
    "state": "CT",
    "zip": "06030",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p385",
    "status": "sourceOnly",
    "business": "Kuwashima Orofacial Pain",
    "name": "Dr Azusa Kuwashima",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "630 N Kimball Ave Ste 110",
    "city": "Southlake",
    "state": "TX",
    "zip": "76092",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p386",
    "status": "sourceOnly",
    "business": "Lee Orofacial Pain",
    "name": "Dr Soo Jin Lee",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1318 Beacon St Ste 1",
    "city": "Brookline",
    "state": "MA",
    "zip": "02446",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p387",
    "status": "sourceOnly",
    "business": "Levi Orofacial Pain",
    "name": "Lauren Levi",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "300 Pasteur Dr",
    "city": "Stanford",
    "state": "CA",
    "zip": "94305",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p388",
    "status": "sourceOnly",
    "business": "Lilo Orofacial Pain",
    "name": "Ruqaya Lilo",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "18 Dewitt Rd",
    "city": "Stafford",
    "state": "VA",
    "zip": "22554",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p389",
    "status": "sourceOnly",
    "business": "Lim Orofacial Pain",
    "name": "Dr Pei Feng Lim",
    "credentials": "BDS, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "101 Brauer Hall Cb # 7450",
    "city": "Chapel Hill",
    "state": "NC",
    "zip": "27599",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p390",
    "status": "sourceOnly",
    "business": "Livingston Orofacial Pain",
    "name": "Ms Fallon Livingston",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "29560 Rancho California Rd Ste 100",
    "city": "Temecula",
    "state": "CA",
    "zip": "92591",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p391",
    "status": "sourceOnly",
    "business": "Lovell Orofacial Pain",
    "name": "Dr Brigitte VICTORIA Lovell",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "117 Pirie Rd Ste E",
    "city": "Ojai",
    "state": "CA",
    "zip": "93023",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p392",
    "status": "sourceOnly",
    "business": "Lu Orofacial Pain",
    "name": "Dr Chao Lu",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1 Kneeland St # 601",
    "city": "Boston",
    "state": "MA",
    "zip": "02111",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p393",
    "status": "sourceOnly",
    "business": "Lynch Orofacial Pain",
    "name": "Janne MARJORIE Lynch",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1318 Broadway St",
    "city": "Lubbock",
    "state": "TX",
    "zip": "79401",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p394",
    "status": "sourceOnly",
    "business": "Makki Orofacial Pain",
    "name": "Dr Ali Makki",
    "credentials": "D.M.D · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "11370 Anderson St Ste B-100",
    "city": "Loma Linda",
    "state": "CA",
    "zip": "92354",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p395",
    "status": "sourceOnly",
    "business": "Malacarne Orofacial Pain",
    "name": "Dr Alberto Malacarne",
    "credentials": "BDS,DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1 Kneeland Street 6Th Floor, Craniofacial Pain Center, Tufts University School Of Dental Medicine",
    "city": "Boston",
    "state": "MA",
    "zip": "02111",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p396",
    "status": "sourceOnly",
    "business": "Maraghehpour Orofacial Pain",
    "name": "Bita Maraghehpour",
    "credentials": "DDS, MPH, DABOP",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "32114 1St Ave S Ste 104",
    "city": "Federal Way",
    "state": "WA",
    "zip": "98003",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p397",
    "status": "sourceOnly",
    "business": "Martinez Porras Orofacial Pain",
    "name": "Dr Andres Martinez Porras",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2400 Augusta Dr Ste 276",
    "city": "Houston",
    "state": "TX",
    "zip": "77057",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p398",
    "status": "sourceOnly",
    "business": "Masudian Orofacial Pain",
    "name": "Dr Mohammad Masudian",
    "credentials": "DDS, MPH",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "310 S Roosevelt St",
    "city": "Goldendale",
    "state": "WA",
    "zip": "98620",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p399",
    "status": "sourceOnly",
    "business": "Matthews Orofacial Pain",
    "name": "Joseph D Matthews",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2415 W Park Place Blvd",
    "city": "Stone Mountain",
    "state": "GA",
    "zip": "30087",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p400",
    "status": "sourceOnly",
    "business": "Mcdavid Orofacial Pain",
    "name": "Dr Alan Mcdavid",
    "credentials": "D.D.S",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "5341 W University Dr Ste 100",
    "city": "Mckinney",
    "state": "TX",
    "zip": "75071",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p401",
    "status": "sourceOnly",
    "business": "Mcmahon Orofacial Pain",
    "name": "Dr Shawn P Mcmahon",
    "credentials": "DDS, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "521 N 11Th St",
    "city": "Richmond",
    "state": "VA",
    "zip": "23298",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p402",
    "status": "sourceOnly",
    "business": "Mehrotra Orofacial Pain",
    "name": "Dr Sachi ARIA Mehrotra",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "4403 Manchester Ave Ste 101",
    "city": "Encinitas",
    "state": "CA",
    "zip": "92024",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p403",
    "status": "sourceOnly",
    "business": "Mena Orofacial Pain",
    "name": "Mariam Mena",
    "credentials": "BDS, MSOFPOM",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "618 Se 141St Ave",
    "city": "Portland",
    "state": "OR",
    "zip": "97233",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p404",
    "status": "sourceOnly",
    "business": "Metcalf Orofacial Pain",
    "name": "Dr Hillary CRITCHLOW Metcalf",
    "credentials": "D.M.D · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "620 John Paul Jones Cir",
    "city": "Portsmouth",
    "state": "VA",
    "zip": "23708",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p405",
    "status": "sourceOnly",
    "business": "Mishra Orofacial Pain",
    "name": "Pratishtha Mishra",
    "credentials": "BDS, MDS, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "Uk College Of Dentistry 800 Rose Street",
    "city": "Lexington",
    "state": "KY",
    "zip": "40536",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p406",
    "status": "sourceOnly",
    "business": "Mishra Orofacial Pain",
    "name": "Sovna SHIVANI Mishra",
    "credentials": "BDS, MDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "8210 Floyd Curl Dr",
    "city": "San Antonio",
    "state": "TX",
    "zip": "78229",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p407",
    "status": "sourceOnly",
    "business": "Mitchell Orofacial Pain",
    "name": "Andrew STEVEN Mitchell",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "321 Billingsly Ct Ste 14",
    "city": "Franklin",
    "state": "TN",
    "zip": "37067",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p408",
    "status": "sourceOnly",
    "business": "Mohamed Amin Orofacial Pain",
    "name": "Dr Rubina Sarah Mohamed Amin",
    "credentials": "MDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "27111 Walden Gulch Ln",
    "city": "Katy",
    "state": "TX",
    "zip": "77494",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p409",
    "status": "sourceOnly",
    "business": "Moon Orofacial Pain",
    "name": "Dr Chan Young Moon",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "13 Seochodaero, B1 101 Ho, Moon'S Dental Clinic",
    "city": "Seocho-Gu",
    "state": "SEOUL",
    "zip": "",
    "country": "Korea, Republic of",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p410",
    "status": "sourceOnly",
    "business": "Moreno Hay Orofacial Pain",
    "name": "Dr Isabel Moreno Hay",
    "credentials": "DDS, PhD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "740 S Limestone Ste E-214, Univ Of Kentucky College Of Dentistry/Orofacial Pain",
    "city": "Lexington",
    "state": "KY",
    "zip": "40536",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p411",
    "status": "sourceOnly",
    "business": "Mulkin Orofacial Pain",
    "name": "Dr Lisa KAY Mulkin",
    "credentials": "D.D.S",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "404 William St",
    "city": "Geneva",
    "state": "NY",
    "zip": "14456",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p412",
    "status": "sourceOnly",
    "business": "Muller Orofacial Pain",
    "name": "Dr Mitchell JAMES Muller",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1641 N Main St",
    "city": "High Point",
    "state": "NC",
    "zip": "27262",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p413",
    "status": "sourceOnly",
    "business": "Mundluru Orofacial Pain",
    "name": "Tarun Mundluru",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "Pecos Dental, 801 W 3Rd St",
    "city": "Pecos",
    "state": "TX",
    "zip": "79772",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p414",
    "status": "sourceOnly",
    "business": "Munguia Orofacial Pain",
    "name": "Dr Luis CARLOS Munguia",
    "credentials": "Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "502 Avenida Kino 5 Y 6",
    "city": "San Luis",
    "state": "SONORA",
    "zip": "83449",
    "country": "Mexico",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p415",
    "status": "sourceOnly",
    "business": "Musbah Orofacial Pain",
    "name": "Dr Thamer M Musbah",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "800 Rose St",
    "city": "Lexington",
    "state": "KY",
    "zip": "40536",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p416",
    "status": "sourceOnly",
    "business": "Mutteni Orofacial Pain",
    "name": "Dr Swathi Mutteni",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1100 Florida Ave",
    "city": "New Orleans",
    "state": "LA",
    "zip": "70119",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p417",
    "status": "sourceOnly",
    "business": "Naghibi Orofacial Pain",
    "name": "Farshid SEYED Naghibi",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "10217 19Th Ave Se Ste 201",
    "city": "Everett",
    "state": "WA",
    "zip": "98208",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p418",
    "status": "sourceOnly",
    "business": "Nascimento Orofacial Pain",
    "name": "Thiago DIAS Nascimento",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "675 E Nicollet Blvd Ste 255",
    "city": "Burnsville",
    "state": "MN",
    "zip": "55337",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p419",
    "status": "sourceOnly",
    "business": "Nath Orofacial Pain",
    "name": "Dr Ranjivendra Nath",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1855 E Colorado Blvd",
    "city": "Pasadena",
    "state": "CA",
    "zip": "91107",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p420",
    "status": "sourceOnly",
    "business": "Newman Orofacial Pain",
    "name": "Dr Alan Newman",
    "credentials": "D.D.S",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "444 S San Vicente Blvd, #1101",
    "city": "Los Angeles",
    "state": "CA",
    "zip": "90048",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p421",
    "status": "sourceOnly",
    "business": "Ohrbach Orofacial Pain",
    "name": "Richard Ohrbach",
    "credentials": "PhD, DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3435 Main St, 355 Squire Hall",
    "city": "Buffalo",
    "state": "NY",
    "zip": "14214",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p422",
    "status": "sourceOnly",
    "business": "Omrani Orofacial Pain",
    "name": "Dr Katayoun Omrani",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "11600 Wilshire Blvd Ste 406",
    "city": "Los Angeles",
    "state": "CA",
    "zip": "90025",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p423",
    "status": "sourceOnly",
    "business": "Onurlu Orofacial Pain",
    "name": "Dr Erkan Onurlu",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1160 N Kimball Ave Ste 110",
    "city": "Southlake",
    "state": "TX",
    "zip": "76092",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p424",
    "status": "sourceOnly",
    "business": "Owen Orofacial Pain",
    "name": "Dr Michael RICHARD Owen",
    "credentials": "D.M.D · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "100 Brewster Blvd",
    "city": "Camp Lejeune",
    "state": "NC",
    "zip": "28547",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p425",
    "status": "sourceOnly",
    "business": "Padilla Orofacial Pain",
    "name": "Mariela Padilla",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "925 W 34Th Street Herman Ostrow School Of Dentistry",
    "city": "Los Angeles",
    "state": "CA",
    "zip": "90089",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p426",
    "status": "sourceOnly",
    "business": "Pareek Orofacial Pain",
    "name": "Kamleshwar Pareek",
    "credentials": "BDS, MPH, MS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "165 Dorset St",
    "city": "South Burlington",
    "state": "VT",
    "zip": "05403",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p427",
    "status": "sourceOnly",
    "business": "Pasha Orofacial Pain",
    "name": "Hazha Pasha",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "11210 Puckett River Dr",
    "city": "Cypress",
    "state": "TX",
    "zip": "77433",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p428",
    "status": "sourceOnly",
    "business": "Patel Orofacial Pain",
    "name": "Imran Patel",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "839 W Congress St",
    "city": "Tucson",
    "state": "AZ",
    "zip": "85745",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p429",
    "status": "sourceOnly",
    "business": "Patel Orofacial Pain",
    "name": "Manushi Patel",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "909 Walnut St Ste 300",
    "city": "Philadelphia",
    "state": "PA",
    "zip": "19107",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p430",
    "status": "sourceOnly",
    "business": "Patil Orofacial Pain",
    "name": "Dr Amey GOPINATH Patil",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "24 Jones St Apt 504",
    "city": "Newark",
    "state": "NJ",
    "zip": "07103",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p431",
    "status": "sourceOnly",
    "business": "Peck Orofacial Pain",
    "name": "Dr Connor Peck",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "515 Delaware St Se",
    "city": "Minneapolis",
    "state": "MN",
    "zip": "55455",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p432",
    "status": "sourceOnly",
    "business": "Perry Orofacial Pain",
    "name": "Dr Maureen Perry",
    "credentials": "D.D.S., MPA, MAEd",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "5835 E Still Cir",
    "city": "Mesa",
    "state": "AZ",
    "zip": "85206",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p433",
    "status": "sourceOnly",
    "business": "Peterson-Houle Orofacial Pain",
    "name": "Dr Georgia MARIE Peterson-Houle",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "20470 N Lake Pleasant Rd Ste 110",
    "city": "Peoria",
    "state": "AZ",
    "zip": "85382",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p434",
    "status": "sourceOnly",
    "business": "Pfitzinger Orofacial Pain",
    "name": "Dr Walter ROBERT Pfitzinger",
    "credentials": "D.D.S, M.S",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1500 Vandiver Dr, Ste 104",
    "city": "Columbia",
    "state": "MO",
    "zip": "65202",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p435",
    "status": "sourceOnly",
    "business": "Polson Orofacial Pain",
    "name": "Dr James RICHARD Polson",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2121 Martin Dr",
    "city": "Bedford",
    "state": "TX",
    "zip": "76021",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p436",
    "status": "sourceOnly",
    "business": "Pouya Orofacial Pain",
    "name": "Dr Bahareh Pouya",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "10833 Le Conte Ave # Chs10157",
    "city": "Los Angeles",
    "state": "CA",
    "zip": "90095",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p437",
    "status": "sourceOnly",
    "business": "Pouya Orofacial Pain",
    "name": "Dr Shiva Pouya",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "500 Landfair Ave",
    "city": "Los Angeles",
    "state": "CA",
    "zip": "90024",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p438",
    "status": "sourceOnly",
    "business": "Radia Orofacial Pain",
    "name": "Dr Harveen SINGH Radia",
    "credentials": "D.D.S, M.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1964 Westwood Blvd Ste 200",
    "city": "Los Angeles",
    "state": "CA",
    "zip": "90025",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p439",
    "status": "sourceOnly",
    "business": "Ramanna Orofacial Pain",
    "name": "Dr Thanuja Ramanna",
    "credentials": "MD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "15160 Nw Laidlaw Rd Ste 250",
    "city": "Portland",
    "state": "OR",
    "zip": "97229",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p440",
    "status": "sourceOnly",
    "business": "Reynolds Orofacial Pain",
    "name": "Dr Thomas BELDON Reynolds",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "101 Bodin Cir",
    "city": "Travis Afb",
    "state": "CA",
    "zip": "94535",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p441",
    "status": "sourceOnly",
    "business": "Rhea-Bohnenkamp Orofacial Pain",
    "name": "Dr Tammy SUE Rhea-Bohnenkamp",
    "credentials": "D.D.S",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2730 Pierce St Ste 202",
    "city": "Sioux City",
    "state": "IA",
    "zip": "51104",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p442",
    "status": "sourceOnly",
    "business": "Riley Orofacial Pain",
    "name": "Paul Riley",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "108 S Maple St Ste C",
    "city": "Ridgeland",
    "state": "MS",
    "zip": "39157",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p443",
    "status": "sourceOnly",
    "business": "Riley Orofacial Pain",
    "name": "Terrance P Riley",
    "credentials": "D.D.S",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "5345 Spring St",
    "city": "Davenport",
    "state": "IA",
    "zip": "52807",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p444",
    "status": "sourceOnly",
    "business": "Robbins Orofacial Pain",
    "name": "Thomas JERRY Robbins",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3573 Sunset Blvd",
    "city": "West Columbia",
    "state": "SC",
    "zip": "29169",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p445",
    "status": "sourceOnly",
    "business": "Roblee Orofacial Pain",
    "name": "Dr James Roblee",
    "credentials": "DDS, MSD",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "162 E Sunbridge Dr",
    "city": "Fayetteville",
    "state": "AR",
    "zip": "72703",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p446",
    "status": "sourceOnly",
    "business": "Rojas Ramirez Orofacial Pain",
    "name": "Dr Marcia V. Rojas Ramirez",
    "credentials": "DDS, MS, MPH · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "800 Rose Street, Room D104, University Of Kentucky College Of Dentistry",
    "city": "Lexington",
    "state": "KY",
    "zip": "40536",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p447",
    "status": "sourceOnly",
    "business": "Romero Reyes Orofacial Pain",
    "name": "Dr Marcela Romero Reyes",
    "credentials": "DDS, PhD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "650 W Baltimore St Fl 4",
    "city": "Baltimore",
    "state": "MD",
    "zip": "21201",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p448",
    "status": "sourceOnly",
    "business": "Sabagh Orofacial Pain",
    "name": "Ms Suzan Sabagh",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "11980 San Vicente Blvd Ste 814",
    "city": "Los Angeles",
    "state": "CA",
    "zip": "90049",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p449",
    "status": "sourceOnly",
    "business": "Sainsbury Orofacial Pain",
    "name": "Dr Bradley UDELL Sainsbury",
    "credentials": "DDS, MS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "7879 El Cajon Blvd",
    "city": "La Mesa",
    "state": "CA",
    "zip": "91942",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p450",
    "status": "sourceOnly",
    "business": "Sarabadani Orofacial Pain",
    "name": "Dr Zahra SAMI Sarabadani",
    "credentials": "DDS, MDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "12501 E Lincoln Ave Unit 102",
    "city": "Englewood",
    "state": "CO",
    "zip": "80112",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p451",
    "status": "sourceOnly",
    "business": "Schaffer Orofacial Pain",
    "name": "Dr Rebecca SUSAN Schaffer",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2620 S 83Rd Ave, #104",
    "city": "Phoenix",
    "state": "AZ",
    "zip": "85043",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p452",
    "status": "sourceOnly",
    "business": "Schiffman Orofacial Pain",
    "name": "Eric LEO Schiffman",
    "credentials": "DDS, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2550 University Ave W, Suite 189S",
    "city": "Saint Paul",
    "state": "MN",
    "zip": "55114",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p453",
    "status": "sourceOnly",
    "business": "Schmidt Orofacial Pain",
    "name": "Dr Abigail L Schmidt",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3001 Green Bay Rd",
    "city": "North Chicago",
    "state": "IL",
    "zip": "60064",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p454",
    "status": "sourceOnly",
    "business": "Seyedzadeh Sabounchi Orofacial Pain",
    "name": "Shabnam Seyedzadeh Sabounchi",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3223 N Broad St",
    "city": "Philadelphia",
    "state": "PA",
    "zip": "19140",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p455",
    "status": "sourceOnly",
    "business": "Shaefer Orofacial Pain",
    "name": "Dr Jeffry R Shaefer",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "188 Longwood Avenue, Harvard Faculty Group Practice",
    "city": "Boston",
    "state": "MA",
    "zip": "02115",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p456",
    "status": "sourceOnly",
    "business": "Shah Orofacial Pain",
    "name": "Dr Srujal HARSHAD Shah",
    "credentials": "DDS, DABDSM, DASBA",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "6120 Hellyer Ave Ste 125",
    "city": "San Jose",
    "state": "CA",
    "zip": "95138",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p457",
    "status": "sourceOnly",
    "business": "Sharoff Ashwin Orofacial Pain",
    "name": "Dr Nisha Sharoff Ashwin",
    "credentials": "DDS,MS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "9650 15Th Ave Sw Ste 100",
    "city": "Seattle",
    "state": "WA",
    "zip": "98106",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p458",
    "status": "sourceOnly",
    "business": "Shrivastava Orofacial Pain",
    "name": "Mayank Shrivastava",
    "credentials": "BDS, MDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2050 First Dental Building, Cb 7450",
    "city": "Chapel Hill",
    "state": "NC",
    "zip": "27599",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p459",
    "status": "sourceOnly",
    "business": "Siddiqui Orofacial Pain",
    "name": "Mariam TAHIR Siddiqui",
    "credentials": "BDS, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1500 E Medical Center Dr",
    "city": "Ann Arbor",
    "state": "MI",
    "zip": "48109",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p460",
    "status": "sourceOnly",
    "business": "Simon Orofacial Pain",
    "name": "Dr Matthew E Simon",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "34800 Bob Wilson Dr Ste 200",
    "city": "San Diego",
    "state": "CA",
    "zip": "92134",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p461",
    "status": "sourceOnly",
    "business": "Singh Orofacial Pain",
    "name": "Harpreet Singh",
    "credentials": "BDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1 Kneeland St",
    "city": "Boston",
    "state": "MA",
    "zip": "02111",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p462",
    "status": "sourceOnly",
    "business": "Singh Orofacial Pain",
    "name": "Dr Pankaj PAL Singh",
    "credentials": "DDS, MD",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "800 Woodbury Rd Ste D",
    "city": "Woodbury",
    "state": "NY",
    "zip": "11797",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p463",
    "status": "sourceOnly",
    "business": "Singh Orofacial Pain",
    "name": "Shilpa Singh",
    "credentials": "BDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "222 Rick Francis St",
    "city": "El Paso",
    "state": "TX",
    "zip": "79905",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p464",
    "status": "sourceOnly",
    "business": "Soliman Orofacial Pain",
    "name": "Jacob Soliman",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "385 S Columbia St",
    "city": "Chapel Hill",
    "state": "NC",
    "zip": "27514",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p465",
    "status": "sourceOnly",
    "business": "Stark Orofacial Pain",
    "name": "Dr Thomas RICHARD Stark",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3551 Roger Brooke Dr",
    "city": "San Antonio",
    "state": "TX",
    "zip": "78234",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p466",
    "status": "sourceOnly",
    "business": "Suarez Orofacial Pain",
    "name": "Dr Omar F. Suarez",
    "credentials": "D.M.D · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "800 2Nd Ave Rm 812",
    "city": "New York",
    "state": "NY",
    "zip": "10017",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p467",
    "status": "sourceOnly",
    "business": "Sude Orofacial Pain",
    "name": "Asha BALU Sude",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1851 Macgregor Downs Rd",
    "city": "Greenville",
    "state": "NC",
    "zip": "27834",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p468",
    "status": "sourceOnly",
    "business": "Taema Orofacial Pain",
    "name": "Maram Taema",
    "credentials": "BDS, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "715 S 8Th St",
    "city": "Minneapolis",
    "state": "MN",
    "zip": "55404",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p469",
    "status": "sourceOnly",
    "business": "Teruel Castellon Orofacial Pain",
    "name": "Antonia Teruel Castellon",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "9481 E Ironwood Square Dr",
    "city": "Scottsdale",
    "state": "AZ",
    "zip": "85258",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p470",
    "status": "sourceOnly",
    "business": "Thakur Orofacial Pain",
    "name": "Preetanjali Thakur",
    "credentials": "BDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2550 University Avenue West Suite 189S",
    "city": "St Paul",
    "state": "MN",
    "zip": "55114",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p471",
    "status": "sourceOnly",
    "business": "Trimbell Orofacial Pain",
    "name": "Brandon Trimbell",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1951 Commerce Pkwy",
    "city": "Fort Atkinson",
    "state": "WI",
    "zip": "53538",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p472",
    "status": "sourceOnly",
    "business": "Tylka Orofacial Pain",
    "name": "Dr Daniel F. Tylka",
    "credentials": "D.M.D · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "875 Union Ave, Uthsc College Of Dentistry - Udfp",
    "city": "Memphis",
    "state": "TN",
    "zip": "38163",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p473",
    "status": "sourceOnly",
    "business": "Utsman Orofacial Pain",
    "name": "Robert Utsman",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "29 Bee Street",
    "city": "Charleston",
    "state": "SC",
    "zip": "29425",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p474",
    "status": "sourceOnly",
    "business": "Vandyke Orofacial Pain",
    "name": "Dr Schuyler ANNE Vandyke",
    "credentials": "D.M.D",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "114 13Th St S",
    "city": "Great Falls",
    "state": "MT",
    "zip": "59401",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p475",
    "status": "sourceOnly",
    "business": "Vaughan Orofacial Pain",
    "name": "Dr Alexander THOMAS Vaughan",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "10120 W Broad St Ste I",
    "city": "Glen Allen",
    "state": "VA",
    "zip": "23060",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p476",
    "status": "sourceOnly",
    "business": "Velamati Orofacial Pain",
    "name": "Dr Sai Charitha Velamati",
    "credentials": "",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "7551 Callaghan Rd Ste 210",
    "city": "San Antonio",
    "state": "TX",
    "zip": "78229",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p477",
    "status": "sourceOnly",
    "business": "Vermani Orofacial Pain",
    "name": "Mandeep Vermani",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "455 N Mesa Dr Ste 11",
    "city": "Mesa",
    "state": "AZ",
    "zip": "85201",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p478",
    "status": "sourceOnly",
    "business": "Vick Orofacial Pain",
    "name": "James K Vick",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1222 Jefferson Park Ave",
    "city": "Charlottesville",
    "state": "VA",
    "zip": "22903",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p479",
    "status": "sourceOnly",
    "business": "Virk Orofacial Pain",
    "name": "Amrittej SINGH Virk",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "630 N Kimball Ave Ste 110",
    "city": "Southlake",
    "state": "TX",
    "zip": "76092",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p480",
    "status": "sourceOnly",
    "business": "Virojsakulchai Orofacial Pain",
    "name": "Kanvara Virojsakulchai",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1418 164Th St Sw Ste 100",
    "city": "Lynnwood",
    "state": "WA",
    "zip": "98087",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p481",
    "status": "sourceOnly",
    "business": "Viswanath Orofacial Pain",
    "name": "Dr Archana Viswanath",
    "credentials": "BDS,MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "345 E 24Th St",
    "city": "New York",
    "state": "NY",
    "zip": "10010",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p482",
    "status": "sourceOnly",
    "business": "Vivaldi Orofacial Pain",
    "name": "Daniela Vivaldi",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "10207 Cerny St Ste 114",
    "city": "Raleigh",
    "state": "NC",
    "zip": "27617",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p483",
    "status": "sourceOnly",
    "business": "Wadke Orofacial Pain",
    "name": "Dr Amit Wadke",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "218 125Th Pl Se Unit B",
    "city": "Everett",
    "state": "WA",
    "zip": "98208",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p484",
    "status": "sourceOnly",
    "business": "Wang Orofacial Pain",
    "name": "Dr Joan C Wang",
    "credentials": "DDS, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "2551 N Clark St Ste 404",
    "city": "Chicago",
    "state": "IL",
    "zip": "60614",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p485",
    "status": "sourceOnly",
    "business": "Watters Orofacial Pain",
    "name": "Dr Amber LYNN Watters",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "4805 Ne Glisan St Ste 11N",
    "city": "Portland",
    "state": "OR",
    "zip": "97213",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p486",
    "status": "sourceOnly",
    "business": "Weber Orofacial Pain",
    "name": "Dr Jeffrey THOMAS Weber",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "4900 W Sunset Blvd Ste 6D",
    "city": "Los Angeles",
    "state": "CA",
    "zip": "90027",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p487",
    "status": "sourceOnly",
    "business": "Weber Orofacial Pain",
    "name": "Thomas KIRK Weber",
    "credentials": "D.D.S · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "1100 Wilford Hall Loop",
    "city": "Jbsa Lackland",
    "state": "TX",
    "zip": "78236",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p488",
    "status": "sourceOnly",
    "business": "Wexley Orofacial Pain",
    "name": "Victoria Wexley",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "6200 Wilshire Blvd Ste 908",
    "city": "Los Angeles",
    "state": "CA",
    "zip": "90048",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p489",
    "status": "sourceOnly",
    "business": "Whetsell Orofacial Pain",
    "name": "Kristen LEIGH Whetsell",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3112 Airport Way Ste 1",
    "city": "Fairbanks",
    "state": "AK",
    "zip": "99709",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p490",
    "status": "sourceOnly",
    "business": "Wight Orofacial Pain",
    "name": "Dr Jeffrey CRAIG Wight",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "4135 S Power Rd Ste 101",
    "city": "Mesa",
    "state": "AZ",
    "zip": "85212",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p491",
    "status": "sourceOnly",
    "business": "Wise Orofacial Pain",
    "name": "Prof Sam Wise",
    "credentials": "DDS, MOM, MSc, MDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3045 N Goliad St Ste 105",
    "city": "Rockwall",
    "state": "TX",
    "zip": "75087",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p492",
    "status": "sourceOnly",
    "business": "Yamamoto Orofacial Pain",
    "name": "Kimi Yamamoto",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "808 W 58Th St",
    "city": "Los Angeles",
    "state": "CA",
    "zip": "90037",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p493",
    "status": "sourceOnly",
    "business": "Yanez Regonesi Orofacial Pain",
    "name": "Fernanda Yanez Regonesi",
    "credentials": "DDS, MS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "740 S Limestone Second Floor Wing C Room E214",
    "city": "Lexington",
    "state": "KY",
    "zip": "40536",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p494",
    "status": "sourceOnly",
    "business": "Youness Orofacial Pain",
    "name": "Dr Maya Youness",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "630 W 168Th St",
    "city": "New York",
    "state": "NY",
    "zip": "10032",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p495",
    "status": "sourceOnly",
    "business": "Yount Orofacial Pain",
    "name": "Dr Keith A Yount",
    "credentials": "DDS, MAGD, ABOP · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "4601 Lake Boone Trl Ste 1C",
    "city": "Raleigh",
    "state": "NC",
    "zip": "27607",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p496",
    "status": "sourceOnly",
    "business": "Yuziuk Orofacial Pain",
    "name": "Dr Julianne ALISA Yuziuk",
    "credentials": "DMD · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "6-440 Moos Health Sciences Tower, 515 Delaware St. Se",
    "city": "Minneapolis",
    "state": "MN",
    "zip": "55455",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p497",
    "status": "sourceOnly",
    "business": "Zaman Orofacial Pain",
    "name": "Ifrana Zaman",
    "credentials": "DDS · Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "188 Longwood Ave",
    "city": "Boston",
    "state": "MA",
    "zip": "02115",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p498",
    "status": "sourceOnly",
    "business": "Zanatta Orofacial Pain",
    "name": "-- Giuliana Zanatta",
    "credentials": "Orofacial Pain Dentist",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "3050 S University Dr",
    "city": "Davie",
    "state": "FL",
    "zip": "33314",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p499",
    "status": "sourceOnly",
    "business": "Zankar Orofacial Pain",
    "name": "Nada KHALID Zankar",
    "credentials": "DDS",
    "specialty": "Orofacial Pain Specialist",
    "specKey": "orofacial",
    "specKeys": null,
    "bio": "",
    "addr": "34709 9Th Ave S Ste B300",
    "city": "Federal Way",
    "state": "WA",
    "zip": "98003",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p500",
    "status": "sourceOnly",
    "business": "Lasting Pain Relief Clinic",
    "name": "Olympia Hostler",
    "credentials": "CMT, MBA, Pilates and Yoga Instructor, Movement Therapist",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "1133 High St, Suite E",
    "city": "Auburn",
    "state": "CA",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p501",
    "status": "sourceOnly",
    "business": "Radiant Touch Myofascial Release",
    "name": "Patty Mathes",
    "credentials": "LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "3920 E. Indian School Road, Suite 7",
    "city": "Phoenix",
    "state": "AZ",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.RadiantTouchMFR.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p502",
    "status": "sourceOnly",
    "business": "Pain Care Clinic, Edinburgh",
    "name": "Amanda Oswald",
    "credentials": "MT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "121 Giles Street",
    "city": "Edinburgh",
    "state": "City of Edinburgh",
    "zip": "LS6 2DX",
    "country": "UK",
    "phone": "",
    "email": "",
    "web": "https://paincareclinic.co.uk/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p503",
    "status": "sourceOnly",
    "business": "Sarah Wong Physiotherapy",
    "name": "Sarah Wong",
    "credentials": "PT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "218 Park Lawn Rd",
    "city": "Toronto",
    "state": "ON",
    "zip": "",
    "country": "CA",
    "phone": "",
    "email": "",
    "web": "https://www.sarahwongpt.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p504",
    "status": "sourceOnly",
    "business": "The Centre for Holistic Health and Wellbeing",
    "name": "Sarah Owen",
    "credentials": "LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "117 Renown Road, Raumati South",
    "city": "Paraparaumu",
    "state": "",
    "zip": "",
    "country": "NZ",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p505",
    "status": "sourceOnly",
    "business": "Soul Expression",
    "name": "Janeen Wenglikowski",
    "credentials": "LMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "928 S. Garfield Ave., Apt. 3A",
    "city": "Traverse City",
    "state": "MI",
    "zip": "",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p506",
    "status": "sourceOnly",
    "business": "Myofascial Release Mississauga",
    "name": "Jacquelyn Ohinski",
    "credentials": "RMT",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "35 Thomas Street, 3rd Floor",
    "city": "Mississauga",
    "state": "ON",
    "zip": "L5M 1Y6",
    "country": "CA",
    "phone": "",
    "email": "",
    "web": "https://www.myofascialmississauga.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p507",
    "status": "sourceOnly",
    "business": "Myofascial Release Mississauga",
    "name": "Tahmina Hotak",
    "credentials": "Manual Osteopathic Practitioner",
    "specialty": "Myofascial Release Therapist",
    "specKey": "myofascial",
    "specKeys": null,
    "bio": "",
    "addr": "35 Thomas Street, 3rd Floor",
    "city": "Mississauga",
    "state": "ON",
    "zip": "L5M 1Y6",
    "country": "CA",
    "phone": "",
    "email": "",
    "web": "https://www.myofascialmississauga.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p508",
    "status": "sourceOnly",
    "business": "Raman Center for TMJ and Sleep",
    "name": "Prabu Raman",
    "credentials": "DDS",
    "specialty": "Neuromuscular Dentist, TMJ/TMD, Sleep",
    "specKey": "neuromuscular",
    "specKeys": null,
    "bio": "",
    "addr": "Kansas City",
    "city": "Kansas City",
    "state": "MO",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.midwestheadaches.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p509",
    "status": "sourceOnly",
    "business": "Herre Holistic Dental KC",
    "name": "Tim Herre",
    "credentials": "DDS",
    "specialty": "Holistic Dentist, TMJ/TMD",
    "specKey": "tmj-dentist",
    "specKeys": null,
    "bio": "",
    "addr": "11201 Nall Avenue Suite 120 A",
    "city": "Leawood",
    "state": "KS",
    "zip": "66211",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://holisticdentalkc.com/tmj-treatment-leawood-kansas-city/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p510",
    "status": "sourceOnly",
    "business": "TMJ & Sleep Therapy Centre of Kansas City",
    "name": "William D Ledford",
    "credentials": "DDS",
    "specialty": "TMJ/TMD, Sleep Therapy, TruDenta",
    "specKey": "tmj-dentist",
    "specKeys": null,
    "bio": "",
    "addr": "1236 W 103rd St",
    "city": "Kansas City",
    "state": "MO",
    "zip": "64114",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://tmjsleepkc.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p511",
    "status": "sourceOnly",
    "business": "John P. Goodman DDS",
    "name": "John P. Goodman",
    "credentials": "DDS",
    "specialty": "TMJ/TMD Treatment",
    "specKey": "tmj-dentist",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Kansas City",
    "state": "MO",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.johngoodmandds.net/services/tmj/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p512",
    "status": "sourceOnly",
    "business": "Dentistry by Shane Nelson, DDS",
    "name": "Shane Nelson",
    "credentials": "DDS",
    "specialty": "Neuromuscular Dentist, TMJ/TMD, GNM",
    "specKey": "neuromuscular",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Overland Park",
    "state": "KS",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.shanenelsondds.com/tmj-dentist-near-me-overland-park-ks/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p515",
    "status": "sourceOnly",
    "business": "F.I.T. Physical Therapy",
    "name": "F.I.T. Muscle & Joint Clinic",
    "credentials": "DPT, PT",
    "specialty": "TMJ/TMD, Jaw Pain, Craniofacial",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "1800 Wyandotte #201",
    "city": "Kansas City",
    "state": "MO",
    "zip": "64108",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://physicaltherapy.fitmjc.com/condition/tmj-specialist-therapy-in-kansas-city/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p516",
    "status": "sourceOnly",
    "business": "Performance Rehab KC",
    "name": "Jackie Stuewe",
    "credentials": "DPT",
    "specialty": "Craniofacial/TMD, Program Director",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "11408 W 135th St",
    "city": "Overland Park",
    "state": "KS",
    "zip": "66221",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.performancerehabkc.com/craniofacial",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p517",
    "status": "sourceOnly",
    "business": "Helio KC Physical Therapy",
    "name": "Helio KC Physical Therapy",
    "credentials": "DPT, PT",
    "specialty": "TMJ Dysfunction, Jaw Pain",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Overland Park",
    "state": "KS",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://heliophysicaltherapy.com/physical-therapy-services/tmj-dysfunction/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p518",
    "status": "sourceOnly",
    "business": "Dohrmann Chiropractic",
    "name": "Ben Dohrmann",
    "credentials": "DC",
    "specialty": "TMJ, Sports Injuries",
    "specKey": "chiro",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Kansas City",
    "state": "MO",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://dohrmannchiropractic.com/chiropractic-kansas-city/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p519",
    "status": "sourceOnly",
    "business": "Leath Chiropractic",
    "name": "Leath Chiropractic",
    "credentials": "DC",
    "specialty": "TMJ/TMD",
    "specKey": "chiro",
    "specKeys": null,
    "bio": "",
    "addr": "6537 N Cosby Ave",
    "city": "Kansas City",
    "state": "MO",
    "zip": "64151",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.leathclinic.com/chiropractors-may-help-tmj/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p520",
    "status": "sourceOnly",
    "business": "Kansas City Myo & Wellness",
    "name": "Kansas City Myo & Wellness",
    "credentials": "",
    "specialty": "Orofacial Myofunctional Therapy, TMJ",
    "specKey": "myo",
    "specKeys": null,
    "bio": "",
    "addr": "12744 S. Pflumm Rd",
    "city": "Olathe",
    "state": "KS",
    "zip": "66062",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.kansascitymyoandwellness.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p521",
    "status": "sourceOnly",
    "business": "Digits & Spots",
    "name": "Kathleen M. Elder",
    "credentials": "RDH, ECP II, COM",
    "specialty": "Orofacial Myofunctional Therapy, IAOM Board Certified",
    "specKey": "myo",
    "specKeys": null,
    "bio": "",
    "addr": "4809 W. 117th Street, Suite 8",
    "city": "Leawood",
    "state": "KS",
    "zip": "66211",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://myofunctionaltherapist.com/kathleen-elder/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p522",
    "status": "sourceOnly",
    "business": "OMTherapy Kansas",
    "name": "Lisa Jack",
    "credentials": "COM, RDH",
    "specialty": "Orofacial Myofunctional Therapy, TMJ, IAOM Certified",
    "specKey": "myo",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Wichita",
    "state": "KS",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://omtherapykansas.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p524",
    "status": "sourceOnly",
    "business": "Performance Rehab KC",
    "name": "Olivia Smith",
    "credentials": "DPT",
    "specialty": "Craniofacial/TMD",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "11940 W 119th St",
    "city": "Overland Park",
    "state": "KS",
    "zip": "66213",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.performancerehabkc.com/craniofacial",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p525",
    "status": "sourceOnly",
    "business": "PWR Physio",
    "name": "PWR Physio",
    "credentials": "DPT",
    "specialty": "TMJ Dysfunction",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Lenexa",
    "state": "KS",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://pwrphysio.com/physical-therapy-clinic-services/tmj-dysfunction/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p526",
    "status": "sourceOnly",
    "business": "Facial Surgery Group",
    "name": "Zachary Brown",
    "credentials": "DDS",
    "specialty": "Board Certified Orofacial Pain, TMJ/TMD Specialist, Oral Surgeon",
    "specKey": "tmj-dentist",
    "specKeys": null,
    "bio": "",
    "addr": "4700 Belleview Ave, Ste L10",
    "city": "Kansas City",
    "state": "MO",
    "zip": "64112",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://bestoralsurgerykc.com/services/tmj-specialist-in-kansas-city/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p528",
    "status": "sourceOnly",
    "business": "Center for TMJ and Sleep Apnea",
    "name": "Larry D. Pribyl",
    "credentials": "DDS",
    "specialty": "TMJ/TMD Treatment, Sleep Apnea",
    "specKey": "tmj-dentist",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Lee's Summit",
    "state": "MO",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.tmjsleepapnea.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p529",
    "status": "sourceOnly",
    "business": "Hill Pro-Motion PT",
    "name": "Hill Pro-Motion PT",
    "credentials": "DPT",
    "specialty": "TMJ Dysfunction, Craniofacial Disorders",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "701 NE Lakewood Blvd",
    "city": "Lee's Summit",
    "state": "MO",
    "zip": "64064",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://hillpromotionpt.com/what-we-treat/tmj-dysfunction/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p532",
    "status": "sourceOnly",
    "business": "Modern Physical Therapy",
    "name": "Modern Physical Therapy",
    "credentials": "DPT",
    "specialty": "TMJ/Jaw Pain, TMD",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "6112 Mo-9, Ste B",
    "city": "Parkville",
    "state": "MO",
    "zip": "64152",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.modernpt.com/services/jaw-pain-tmj/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p536",
    "status": "sourceOnly",
    "business": "College Park Physical Therapy",
    "name": "College Park Physical Therapy",
    "credentials": "DPT",
    "specialty": "TMJ Dysfunction",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "10600 Mastin St",
    "city": "Overland Park",
    "state": "KS",
    "zip": "66212",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://collegeparkpt.com/physical-therapy-services/tmj-dysfunction/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p537",
    "status": "sourceOnly",
    "business": "Emergency Tooth Pain Center",
    "name": "Donald Jirovec",
    "credentials": "DDS",
    "specialty": "TMJ Treatment, Emergency Dentistry",
    "specKey": "tmj-dentist",
    "specKeys": null,
    "bio": "",
    "addr": "7301 Mission Road, Suite 225",
    "city": "Prairie Village",
    "state": "KS",
    "zip": "66208",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.emergencytoothpaincenter.com/tmj-treatment",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p538",
    "status": "sourceOnly",
    "business": "Emergency Tooth Pain Center",
    "name": "Justin Jirovec",
    "credentials": "DDS",
    "specialty": "TMJ Treatment, Emergency Dentistry",
    "specKey": "tmj-dentist",
    "specKeys": null,
    "bio": "",
    "addr": "7301 Mission Road, Suite 225",
    "city": "Prairie Village",
    "state": "KS",
    "zip": "66208",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.emergencytoothpaincenter.com/tmj-treatment",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p540",
    "status": "sourceOnly",
    "business": "Dr. Michael Hudak Chiropractic",
    "name": "Michael Hudak",
    "credentials": "DC",
    "specialty": "TMJ/TMD, chiropractic",
    "specKey": "chiro",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Kansas City",
    "state": "MO",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.drhudak.com/tmj",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p541",
    "status": "sourceOnly",
    "business": "Healing Neck +",
    "name": "Ryan Spurgeon",
    "credentials": "DC",
    "specialty": "Upper Cervical, Atlas Orthogonal, TMJ-D",
    "specKey": "chiro",
    "specKeys": null,
    "bio": "",
    "addr": "87th Street (behind Starbucks)",
    "city": "Lenexa",
    "state": "KS",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.healingneck.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p543",
    "status": "sourceOnly",
    "business": "KC Spine and Sport",
    "name": "John KC Spine and Sport",
    "credentials": "DC",
    "specialty": "TMJ, sports chiropractic",
    "specKey": "chiro",
    "specKeys": null,
    "bio": "",
    "addr": "8663 W 135th St",
    "city": "Overland Park",
    "state": "KS",
    "zip": "66223",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://kcspineandsport.com/conditions/temporomandibular-joint-disorder-jaw-pain",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p544",
    "status": "sourceOnly",
    "business": "Chiropractic Group of Overland Park",
    "name": "Kevin Stallbaumer",
    "credentials": "DC",
    "specialty": "TMJ, Temporomandibular Disorder",
    "specKey": "chiro",
    "specKeys": null,
    "bio": "",
    "addr": "8764 W 95th St",
    "city": "Overland Park",
    "state": "KS",
    "zip": "66212",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://overlandparkchiropractic.com/conditions/temporomandibular-disorder/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p545",
    "status": "sourceOnly",
    "business": "Functional Health KC",
    "name": "Melinda Griffin",
    "credentials": "DC",
    "specialty": "TMJ, Activator Methods, Functional Medicine",
    "specKey": "chiro",
    "specKeys": null,
    "bio": "",
    "addr": "6871 W 91st St",
    "city": "Overland Park",
    "state": "KS",
    "zip": "66212",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://functionalhealthkc.com/activator-methods-chiropractic-care-for-tmj-pain/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p546",
    "status": "sourceOnly",
    "business": "Isom Chiropractic",
    "name": "Joshua Isom",
    "credentials": "DC",
    "specialty": "TMJ, sports chiropractic",
    "specKey": "chiro",
    "specKeys": null,
    "bio": "",
    "addr": "7904 Quivira Road",
    "city": "Lenexa",
    "state": "KS",
    "zip": "66215",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.isomchiropractic.com/tmj-treatment-and-care",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p547",
    "status": "sourceOnly",
    "business": "Dr. Kelly Baltuska Chiropractic",
    "name": "Kelly Baltuska",
    "credentials": "DC",
    "specialty": "TMJ, jaw pain, chiropractic",
    "specKey": "chiro",
    "specKeys": null,
    "bio": "",
    "addr": "13830 Santa Fe Trail Drive, Suite 102",
    "city": "Lenexa",
    "state": "KS",
    "zip": "66215",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://baltuska.com/chiropractic-care-for-the-tmj-and-jaw-pain/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p548",
    "status": "sourceOnly",
    "business": "Good Life Chiropractic",
    "name": "Karlye Eddins",
    "credentials": "DC",
    "specialty": "TMJ, chiropractic",
    "specKey": "chiro",
    "specKeys": null,
    "bio": "",
    "addr": "975 NE Rice Rd",
    "city": "Lee's Summit",
    "state": "MO",
    "zip": "64086",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.myglchiro.com/tmj-treatment-and-care",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p549",
    "status": "sourceOnly",
    "business": "Summit Chiropractic",
    "name": "Debbie Perkins",
    "credentials": "DC",
    "specialty": "TMJ, chiropractic",
    "specKey": "chiro",
    "specKeys": null,
    "bio": "",
    "addr": "3552 SW Market St",
    "city": "Lee's Summit",
    "state": "MO",
    "zip": "64082",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://leessummitchiro.com/patient-info",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p551",
    "status": "sourceOnly",
    "business": "Salve Bodywork + Massage",
    "name": "Alexis Atwell",
    "credentials": "LMT",
    "specialty": "TMJ/TMD, Buccal Massage, Intraoral Massage",
    "specKey": "massage",
    "specKeys": null,
    "bio": "",
    "addr": "751 East 63rd Street ste 301",
    "city": "Kansas City",
    "state": "MO",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.salvekc.com/tmj-massage-kansas-city",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p555",
    "status": "sourceOnly",
    "business": "TMJ & Sleep Apnea Dentists",
    "name": "Dr. Larry Pribyl",
    "credentials": "DDS",
    "specialty": "TMJ, Craniofacial Pain, Dental Sleep Medicine",
    "specKey": "tmj-dentist",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Lee's Summit",
    "state": "MO",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.tmjsleepapnea.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p556",
    "status": "sourceOnly",
    "business": "TMJ & Sleep Apnea Dentists",
    "name": "Dr. Jim Kleoppel",
    "credentials": "DDS",
    "specialty": "TMD, Sleep Apnea, Craniofacial Pain",
    "specKey": "tmj-dentist",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Lee's Summit",
    "state": "MO",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.tmjsleepapnea.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p560",
    "status": "sourceOnly",
    "business": "The Spot-Myofunctional Therapy KC",
    "name": "The Spot-Myofunctional Therapy KC",
    "credentials": "COM",
    "specialty": "Orofacial Myofunctional Therapy",
    "specKey": "myo",
    "specKeys": null,
    "bio": "",
    "addr": "11111 Nall Ave Suite 222",
    "city": "Leawood",
    "state": "KS",
    "zip": "66211",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.thespotmyokc.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p561",
    "status": "sourceOnly",
    "business": "Oral Dynamics",
    "name": "Donna Maxwell",
    "credentials": "MA CCC-SLP",
    "specialty": "Orofacial Myofunctional Therapy, Speech Pathology",
    "specKey": "myo",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Overland Park",
    "state": "KS",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.oraldynamicstherapy.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p562",
    "status": "sourceOnly",
    "business": "S.L.R. Speech Therapy",
    "name": "Stacy Rezek",
    "credentials": "MS, CCC-SLP",
    "specialty": "Orofacial Myofunctional Disorders, Speech Therapy",
    "specKey": "myo",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Olathe",
    "state": "KS",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.slrspeech.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p564",
    "status": "sourceOnly",
    "business": "Kinesphere Physical Therapy",
    "name": "Kinesphere Physical Therapy",
    "credentials": "DPT",
    "specialty": "Craniosacral Therapy, TMJ",
    "specKey": "pt",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Overland Park",
    "state": "KS",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.kinespherept.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p565",
    "status": "sourceOnly",
    "business": "Herre Holistic Dental KC",
    "name": "Erica Ketchem",
    "credentials": "DDS",
    "specialty": "Holistic Dentist, TMJ/TMD",
    "specKey": "tmj-dentist",
    "specKeys": null,
    "bio": "",
    "addr": "11201 Nall Avenue Suite 120 A",
    "city": "Leawood",
    "state": "KS",
    "zip": "66211",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://holisticdentalkc.com/tmj-treatment-leawood-kansas-city/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p568",
    "status": "sourceOnly",
    "business": "Billings Speech Pathology Services",
    "name": "Billings Speech Pathology Services",
    "credentials": "CCC-SLP",
    "specialty": "Orofacial myofunctional disorders, tongue thrust, TMD, sleep disordered breathing",
    "specKey": "myo",
    "specKeys": null,
    "bio": "",
    "addr": "14346 Metcalf Ave",
    "city": "Overland Park",
    "state": "KS",
    "zip": "66223",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.billingsspeech.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p569",
    "status": "sourceOnly",
    "business": "Hannah Orthodontics",
    "name": "Maria Heid",
    "credentials": "MS CCC-SLP",
    "specialty": "Orofacial myofunctional therapy, tongue thrust, speech pathology",
    "specKey": "myo",
    "specKeys": null,
    "bio": "",
    "addr": "Multiple locations: Olathe, Emporia, Lenexa/Shawnee, Louisburg, Kansas City",
    "city": "Olathe",
    "state": "KS",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://hannahbraces.com/speech-language-pathologist-and-myofunctional-therapy/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p573",
    "status": "sourceOnly",
    "business": "Healing Habits KC",
    "name": "Sabrina Grewe",
    "credentials": "RDH",
    "specialty": "Orofacial myofunctional therapy, airway, sleep, TMJ, breathing patterns",
    "specKey": "myo",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Kansas City",
    "state": "KS",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.healinghabitskc.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p575",
    "status": "sourceOnly",
    "business": "Center for TMJ & Sleep Apnea",
    "name": "Natalie Foley",
    "credentials": "RDH OMT",
    "specialty": "Orofacial myofunctional therapy, sleep apnea, TMD, tongue posture, nasal breathing",
    "specKey": "myo",
    "specKeys": null,
    "bio": "",
    "addr": "3320 NE Ralph Powell Rd",
    "city": "Lee's Summit",
    "state": "MO",
    "zip": "64064",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.tmjsleepapnea.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p577",
    "status": "sourceOnly",
    "business": "Optimized Airways",
    "name": "Audrey Richards",
    "credentials": "RDH",
    "specialty": "Orofacial myofunctional therapy, airway health, sleep apnea, breathing, TMJ",
    "specKey": "myo",
    "specKeys": null,
    "bio": "",
    "addr": "Founded in Overland Park, KS (now telemed from San Diego)",
    "city": "Overland Park",
    "state": "KS",
    "zip": "",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://optimizedairways.com/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p578",
    "status": "sourceOnly",
    "business": "Kansas City Dental Works",
    "name": "John Humphrey Jr.",
    "credentials": "DDS",
    "specialty": "Tongue-Tie/Lip-Tie Frenectomy, Myofunctional/Airway, Biological Dentistry",
    "specKey": "tmj-dentist",
    "specKeys": null,
    "bio": "",
    "addr": "12705 West 87th Street Parkway",
    "city": "Lenexa",
    "state": "KS",
    "zip": "66219",
    "country": "USA",
    "phone": "",
    "email": "",
    "web": "https://www.kcdentalworks.com",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  },
  {
    "id": "p579",
    "status": "sourceOnly",
    "business": "Apex Chiropractic",
    "name": "Stratton Poulson",
    "credentials": "DC",
    "specialty": "Chiropractor",
    "specKey": "chiro",
    "specKeys": null,
    "bio": "",
    "addr": "",
    "city": "Dallas",
    "state": "TX",
    "zip": "75207",
    "country": "US",
    "phone": "",
    "email": "",
    "web": "https://www.apexchiropractic.org/",
    "instagram": null,
    "facebook": null,
    "tiktok": null,
    "x": null,
    "linkedin": null,
    "googleRating": null,
    "tags": [],
    "insurances": [],
    "treatments": [],
    "photo": "",
    "photoLabel": "",
    "pin": {
      "x": null,
      "y": null,
      "color": ""
    },
    "rating": null,
    "reviews": null,
    "source": null,
    "distance": null,
    "premium": false,
    "peerSavedCount": 0,
    "favoriteCount": 0
  }
];

// Real specialty counts — derived from the actual provider data so the directory
// never advertises numbers it can't back up. Empty specialties show 0 (kept visible).
function recomputeSpecialtyCounts() {
  const counts = {};
  for (const p of PROVIDERS) {
    const keys = [p.specKey, ...(p.specKeys || [])].filter(Boolean);
    for (const k of keys) counts[k] = (counts[k] || 0) + 1;
  }
  for (const s of SPECIALTIES) s.count = counts[s.key] || 0;
}
recomputeSpecialtyCounts();

// localStorage-backed favorites (set of provider ids the user has hearted)
const FAVORITES_KEY = 'tmjd_favorites';
function getFavorites() {
  try {
    const raw = JSON.parse(localStorage.getItem(FAVORITES_KEY) || '[]');
    return new Set(Array.isArray(raw) ? raw : []);
  } catch { return new Set(); }
}
function isFavorite(id) {
  return getFavorites().has(id);
}

// Stable anonymous session id for server-side favorite counts (per browser).
const SESSION_KEY = 'tmjd_session';
function getSessionId() {
  try {
    let s = localStorage.getItem(SESSION_KEY);
    if (!s) {
      s = (window.crypto?.randomUUID && window.crypto.randomUUID()) ||
          ('s-' + Date.now() + '-' + Math.random().toString(36).slice(2));
      localStorage.setItem(SESSION_KEY, s);
    }
    return s;
  } catch { return null; }
}

// Fire-and-forget sync of a favorite to Supabase (non-fatal if offline).
function syncFavoriteToServer(id, nowFavorited) {
  if (!id || !window.supabase?.rpc) return;
  const fn = nowFavorited ? 'favorite_provider' : 'unfavorite_provider';
  window.supabase.rpc(fn, { target_provider_id: id, session_id: getSessionId() })
    .then(({ error }) => { if (error) console.warn(`[favorites] ${fn} failed`, error.message); })
    .catch(e => console.warn(`[favorites] ${fn} failed`, e?.message || e));
}

// ── Card analytics (Phase C) ──
// Track views (once per provider per page-session, deduped server-side too)
// and clicks on contact paths. Fire-and-forget; never blocks the UI.
const _loggedViews = new Set();
function logCardEvent(providerId, eventType, clickTarget) {
  if (!providerId || !window.supabase?.rpc) return;
  if (eventType === 'view') {
    if (_loggedViews.has(providerId)) return;
    _loggedViews.add(providerId);
  }
  window.supabase.rpc('log_card_event', {
    target_provider_id: providerId,
    p_event_type: eventType,
    p_click_target: eventType === 'click' ? (clickTarget || 'card') : null,
    session_id: getSessionId(),
  }).then(({ error }) => { if (error) console.warn('[analytics] log_card_event failed', error.message); })
    .catch(e => console.warn('[analytics] log_card_event failed', e?.message || e));
}

async function getMyCardAnalytics() {
  const { data, error } = await window.supabase.rpc('my_card_analytics');
  if (error) throw error;
  return data || null;
}

function toggleFavorite(id) {
  if (!id) return false;
  const favs = getFavorites();
  let nowFavorited;
  if (favs.has(id)) { favs.delete(id); nowFavorited = false; }
  else { favs.add(id); nowFavorited = true; }
  localStorage.setItem(FAVORITES_KEY, JSON.stringify([...favs]));
  syncFavoriteToServer(id, nowFavorited);
  return nowFavorited;
}

// localStorage-backed overrides so claims/premium activations persist across reloads
const PROVIDER_OVERRIDES_KEY = 'tmjd_provider_overrides';

function getProviderOverrides() {
  try {
    return JSON.parse(localStorage.getItem(PROVIDER_OVERRIDES_KEY) || '{}');
  } catch {
    return {};
  }
}

function setProviderOverride(id, patch) {
  if (!id) return;
  const all = getProviderOverrides();
  all[id] = { ...(all[id] || {}), ...patch };
  localStorage.setItem(PROVIDER_OVERRIDES_KEY, JSON.stringify(all));
}

function getMergedProviders() {
  const overrides = getProviderOverrides();
  return PROVIDERS.map(p => overrides[p.id] ? { ...p, ...overrides[p.id] } : p);
}

// Map a Supabase providers row → the camelCase shape the rest of the app expects.
function dbRowToProvider(r) {
  const socials = r.socials || {};
  const meta = r.source_meta || {};
  return {
    id: r.id,
    status: r.status,
    business: r.business || '',
    name: r.name || '',
    credentials: r.credentials || '',
    specialty: r.specialty || '',
    specKey: r.spec_key || '',
    specKeys: meta.specKeys,
    bio: r.bio || '',
    addr: r.addr || '',
    city: r.city || '',
    state: r.state || '',
    zip: r.zip || '',
    country: r.country || '',
    phone: r.phone || '',
    email: r.email || '',
    web: r.web || '',
    instagram: socials.instagram,
    facebook: socials.facebook,
    tiktok: socials.tiktok,
    x: socials.x,
    linkedin: socials.linkedin,
    googleRating: socials.googleRating,
    tags: r.tags || [],
    insurances: r.insurances || [],
    treatments: r.treatments || [],
    photo: r.photo || '',
    photoLabel: r.photo_label || '',
    pin: { x: r.pin_x, y: r.pin_y, color: r.pin_color || '' },
    rating: meta.rating,
    reviews: meta.reviews,
    source: meta.ratingSource || r.source,
    distance: meta.distance,
    premium: meta.premium === true || r.status === 'premium',
    peerSavedCount: r.peer_saved_count || 0,
    favoriteCount: r.favorite_count || 0,
  };
}

// Pull providers from Supabase; on failure, leave the bundled PROVIDERS array as-is.
// Mutates PROVIDERS in place so any existing references stay valid.
async function loadProviders() {
  try {
    if (!window.supabase || typeof window.supabase.from !== 'function') {
      console.warn('[loadProviders] supabase client not initialized — using bundled data');
      return PROVIDERS;
    }
    // Read the PII-masked view, not the raw table.
    // Anon role no longer has SELECT on `providers` directly.
    const { data, error } = await window.supabase
      .from('public_providers')
      .select('*')
      .order('id', { ascending: true });
    if (error) throw error;
    if (!Array.isArray(data) || data.length === 0) {
      console.warn('[loadProviders] empty response — keeping bundled data');
      return PROVIDERS;
    }
    const mapped = data.map(dbRowToProvider);
    PROVIDERS.length = 0;
    for (const p of mapped) PROVIDERS.push(p);
    recomputeSpecialtyCounts();
    console.log(`[loadProviders] loaded ${PROVIDERS.length} providers from Supabase`);
    return PROVIDERS;
  } catch (err) {
    console.warn('[loadProviders] failed, falling back to bundled data:', err?.message || err);
    return PROVIDERS;
  }
}

// ───────────────────────────────────────────────────────────
// Supabase Auth helpers (Phase A: provider magic-link login)
// ───────────────────────────────────────────────────────────

async function getSession() {
  if (!window.supabase?.auth) return null;
  const { data } = await window.supabase.auth.getSession();
  return data?.session || null;
}

async function sendMagicLink(email) {
  if (!window.supabase?.auth) throw new Error('Supabase not initialized');
  // The callback redirect goes back to the same page. Supabase appends auth
  // tokens to the URL hash; supabase-js detects them automatically and creates
  // a session. The auth-state listener in app.jsx then routes to the dashboard.
  const redirectUrl = window.location.origin + window.location.pathname;
  const { error } = await window.supabase.auth.signInWithOtp({
    email,
    options: { emailRedirectTo: redirectUrl, shouldCreateUser: true },
  });
  if (error) throw error;
  return true;
}

async function signOut() {
  if (!window.supabase?.auth) return;
  await window.supabase.auth.signOut();
}

function onAuthChange(callback) {
  if (!window.supabase?.auth) return () => {};
  const { data } = window.supabase.auth.onAuthStateChange((_event, session) => callback(session));
  return () => data?.subscription?.unsubscribe?.();
}

// Looks up the signed-in user's provider listing (by owner_id or email match)
async function findMyListing() {
  const { data, error } = await window.supabase.rpc('find_my_listing');
  if (error) throw error;
  return Array.isArray(data) && data.length > 0 ? data[0] : null;
}

// One-time claim of a listing — sets owner_id = auth.uid() if email matches
async function claimListing(listingId) {
  const { data, error } = await window.supabase.rpc('claim_listing', {
    target_listing_id: listingId,
  });
  if (error) throw error;
  return Array.isArray(data) && data.length > 0 ? data[0] : null;
}

// Owner-only fetch of the full provider row (PII included, gated by RLS)
async function fetchMyProviderRow(listingId) {
  const { data, error } = await window.supabase
    .from('providers')
    .select('*')
    .eq('id', listingId)
    .single();
  if (error) throw error;
  return data;
}

// Owner-only update of the provider row (column grants + RLS owner check)
async function saveMyProviderRow(listingId, patch) {
  const { error } = await window.supabase
    .from('providers')
    .update(patch)
    .eq('id', listingId);
  if (error) throw error;
  return true;
}

// Manual claim: submit a claim request with evidence (license #, NPI, etc.)
async function submitClaim(providerId, fullName, evidence) {
  const { data, error } = await window.supabase.rpc('submit_claim', {
    target_provider_id: providerId,
    claimant_full_name: fullName || null,
    evidence_text: evidence,
  });
  if (error) throw error;
  return data; // claim id (uuid)
}

// Read the signed-in user's own claim requests (RLS: claims_read_own)
async function getMyClaims() {
  const { data, error } = await window.supabase
    .from('claims')
    .select('id, provider_id, status, evidence, created_at, reviewed_at')
    .order('created_at', { ascending: false });
  if (error) throw error;
  return Array.isArray(data) ? data : [];
}

// ── Peer network (Phase B) ──
async function getMyNetwork() {
  const { data, error } = await window.supabase.rpc('my_network');
  if (error) throw error;
  return Array.isArray(data) ? data : [];
}
async function getWhoSavedMe() {
  const { data, error } = await window.supabase.rpc('who_saved_me');
  if (error) throw error;
  return Array.isArray(data) ? data : [];
}
async function addConnection(providerId, note) {
  const { data, error } = await window.supabase.rpc('add_connection', {
    target_provider_id: providerId, note_text: note || null,
  });
  if (error) throw error;
  return data; // connection id
}
async function removeConnection(providerId) {
  const { error } = await window.supabase.rpc('remove_connection', {
    target_provider_id: providerId,
  });
  if (error) throw error;
  return true;
}

if (typeof window !== 'undefined') {
  Object.assign(window, {
    SPECIALTIES, TREATMENTS, TAG_CATEGORIES, INSURANCE_OPTIONS, PROVIDERS,
    getProviderOverrides, setProviderOverride, getMergedProviders,
    loadProviders, dbRowToProvider,
    getFavorites, isFavorite, toggleFavorite, getSessionId,
    logCardEvent, getMyCardAnalytics,
    getSession, sendMagicLink, signOut, onAuthChange,
    findMyListing, claimListing, fetchMyProviderRow, saveMyProviderRow,
    submitClaim, getMyClaims,
    getMyNetwork, getWhoSavedMe, addConnection, removeConnection,
  });
}
