{
  "@context": "https://schema.org",
  "@type": "HVACBusiness",
  "name": "Union Mechanical Inc.",
  "image": "https://r2-bucket.flowith.net/f/db50cf0bb8eaac68/Screenshot_2026-03-05_114504%2540763x469.png",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "175 Riviera Drive, Unit 03",
    "addressLocality": "Markham",
    "addressRegion": "ON",
    "postalCode": "L3R 5J6",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.850,
    "longitude": -79.332
  },
  "url": "https://unionmechanicalinc.com",
  "telephone": "+1-905-940-8073",
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "08:00",
      "closes": "18:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Saturday",
      "opens": "09:00",
      "closes": "14:00"
    }
  ],
  "areaServed": [
    "Markham",
    "Richmond Hill",
    "Toronto",
    "Vaughan",
    "Mississauga",
    "Greater Toronto Area"
  ]
}
