{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/hemlock-campgrounds-austin-pa",
  "name": "Hemlock Campgrounds",
  "description": "Hemlock Campgrounds is located at 2084 Wharton Rd, Austin PA 16720. Hemlock Campgrounds can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/hemlock-campgrounds-austin-pa",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2084 Wharton Rd",
    "addressLocality": "Austin",
    "addressRegion": "PA",
    "postalCode": "16720",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.5655806,
    "longitude": -78.0370453
  }
}