{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/underhill-state-park-underhill-vt",
  "name": "Underhill State Park",
  "description": "Underhill State Park is located at 352 Mountain Road, Underhill VT 5489. Underhill State Park can be contacted at ***-***-**** or http://vtstateparks.com/underhill.html",
  "url": "https://campertunity.com/listings/campgrounds/underhill-state-park-underhill-vt",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "352 Mountain Road",
    "addressLocality": "Underhill",
    "addressRegion": "VT",
    "postalCode": "5489",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.5291275,
    "longitude": -72.8431192
  }
}