{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "SelfStorage",
      "@id": "https://www.world-widerealty.com/#storage",
      "name": "Worldwide Storage",
      "url": "https://www.world-widerealty.com/storage-units",
      "telephone": "+1-828-659-8444",
      "priceRange": "Starting from $70/month",
      "description": "Nice clean self-storage units for rent at competitive monthly rates in Downtown Marion, NC on Highway 70. Easy 24/7 access. You keep the key.",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "391 East Court St.",
        "addressLocality": "Marion",
        "addressRegion": "NC",
        "postalCode": "28752",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 35.6837,
        "longitude": -81.9998
      },
      "openingHoursSpecification": {
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": [
          "Monday",
          "Tuesday",
          "Wednesday",
          "Thursday",
          "Friday",
          "Saturday",
          "Sunday"
        ],
        "opens": "00:00",
        "closes": "23:59"
      },
      "areaServed": [
        {
          "@type": "AdministrativeArea",
          "name": "Marion, NC"
        },
        {
          "@type": "AdministrativeArea",
          "name": "McDowell County, NC"
        }
      ]
    },
    {
      "@type": "RealEstateAgent",
      "@id": "https://www.world-widerealty.com/#agency",
      "name": "Worldwide Realty, LLC",
      "url": "https://www.world-widerealty.com/",
      "telephone": "+1-828-659-8444",
      "foundingDate": "1989-09-12",
      "description": "Real estate agency guiding buyers, sellers, and investors in Marion and McDowell County, NC. Free market analysis and cash offers on homes.",
      "founder": {
        "@type": "Person",
        "name": "Mark Shuman",
        "jobTitle": "Real Estate Broker / Managing Partner"
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "391 East Court St.",
        "addressLocality": "Marion",
        "addressRegion": "NC",
        "postalCode": "28752",
        "addressCountry": "US"
      },
      "sameAs": [
        "https://facebook.com/worldwiderealtyandstorage",
        "https://www.instagram.com/worldwiderealtyandstorage/",
        "https://www.pinterest.com/worldwiderealtyandstorage",
        "https://www.tiktok.com/@worldwiderealty",
        "https://www.twitter.com/worldwide_nc",
        "https://www.linkedin.com/company/worldwide-realty-llc"
      ],
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": ["Monday", "Friday", "Saturday"],
          "opens": "09:00",
          "closes": "17:00"
        },
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": ["Tuesday", "Wednesday", "Thursday"],
          "opens": "09:00",
          "closes": "18:00"
        }
      ]
    }
  ]
}
