{"id":97,"date":"2021-03-20T01:46:16","date_gmt":"2021-03-20T05:46:16","guid":{"rendered":"https:\/\/quinnsdressing.com\/?page_id=97"},"modified":"2025-10-08T18:05:11","modified_gmt":"2025-10-08T22:05:11","slug":"locations-to-find-quinns-house-italian-dressing","status":"publish","type":"page","link":"https:\/\/quinnsdressing.com\/index.php\/locations-to-find-quinns-house-italian-dressing\/","title":{"rendered":"Where to buy Quinn&#8217;s House Italian Dressing"},"content":{"rendered":"\n<figure class=\"wp-block-table\"><table><tbody><tr><\/tr><tr><td>Distefano&#8217;s Authentic Italian Foods<br>5600 Highland Rd. Highland Hts, Ohio 44143<br>Phone: 440-442-7775<\/td><td>Gallucci&#8217;s Italian Foods<br>6610 Euclid Ave. Cleveland, Ohio 44103<br>Phone: 216-881-0045 <a href=\"https:\/\/www.tasteitaly.com\/\">www.tasteitaly.com<\/a><\/td><\/tr><tr><td>Jim Alesci&#8217;s Place<br>33475 Station Street Solon, Ohio 44139<br>Phone: 440-498-0888<\/td><td>Kriegers Health Food Market<br>615 Graham Rd., Cuyahoga Falls, Ohio 44221<br>Phone: 330-929-2929<\/td><\/tr><tr><td>Mazzulo&#8217;s Market<br>16745 Chillicothe Rd. Chagrin Falls, Ohio 44023<br>Phone: 440-543-3200<\/td><td>Mazzulo&#8217;s Market<br>302 Aurora Commons Circle Aurora, Ohio 44202<br>Phone: 330-562-3200<\/td><\/tr><tr><td>Mike&#8217;s Market<br>9189 Chillicothe Rd, Kirtland, OH 44094-9263<br>Phone: 440-379-7211<\/td><td>Miles Farmers Market<br>28560 Miles Rd. Solon, Ohio 44139<br>Phone: 440-248-5222<\/td><\/tr><tr><td>Rego Brothers Lake Rd. Market<br>20267 Lake Rd. Rocky River, Ohio 44116<br>Phone: 440-331-9326<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<!-- Leaflet CSS -->\n<link\n  rel=\"stylesheet\"\n  href=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.css\"\n  integrity=\"sha256-p4NxAoJBhIIN+hmNHrzRCf9tD\/miZyoHS5obTRR9BMY=\"\n  crossorigin=\"\"\n\/>\n\n<style>\n  \/* Toolbar buttons with forced colors so themes don't blank them *\/\n  .map-toolbar{display:flex;gap:.75rem;flex-wrap:wrap;margin:.25rem 0 .5rem}\n  .map-btn{\n    display:inline-block;text-decoration:none;\n    color:#111 !important;background:#fff !important;\n    border:1px solid #bbb !important;border-radius:10px;\n    padding:.55rem .9rem;font-size:.95rem;font-weight:600;line-height:1.2\n  }\n  \/* Map box *\/\n  #stores-map{height:520px;border-radius:12px;margin-top:.25rem}\n<\/style>\n\n<div class=\"map-toolbar\">\n  <a href=\"#\" id=\"fitAll\" class=\"map-btn\">Show All Locations<\/a>\n  <a href=\"#\" id=\"nearestMe\" class=\"map-btn\">Find Nearest to Me<\/a>\n<\/div>\n<div id=\"stores-map\" role=\"region\" aria-label=\"Store locations\"><\/div>\n\n<!-- Leaflet JS -->\n<script\n  src=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.js\"\n  integrity=\"sha256-20nQCchB9co0qIjJZRGuk2\/Z9VM+kNiyxNV1lvTlZBo=\"\n  crossorigin=\"\"\n><\/script>\n\n<script>\n  \/\/ Hard-coded locations (no runtime geocoding)\n  const LOCATIONS = [\n    { name: \"Gallucci's Italian Foods\", address: \"6610 Euclid Ave, Cleveland, OH 44103\", lat: 41.50421, lon: -81.64650, phone: \"216-881-0045\", url: \"https:\/\/tasteitaly.com\" },\n    { name: \"DiStefano's Authentic Italian Foods\", address: \"5600 Highland Rd, Highland Hts, OH 44143\", lat: 41.54070, lon: -81.47250, phone: \"440-442-7775\" },\n    { name: \"Miles Farmers Market\", address: \"28560 Miles Rd, Solon, OH 44139\", lat: 41.4234589, lon: -81.4767808, phone: \"440-248-5222\", url: \"https:\/\/www.milesfarmersmarket.com\/\" },\n    { name: \"Jim Alesci's Place\", address: \"33475 Station St, Solon, OH 44139\", lat: 41.386991, lon: -81.440383, phone: \"440-498-0888\", url: \"https:\/\/alescis.com\/\" },\n    { name: \"Mazzulo's Market (Aurora)\", address: \"302 Aurora Commons Cir, Aurora, OH 44202\", lat: 41.31545, lon: -81.35705, phone: \"330-562-3200\", url: \"https:\/\/www.mazzulos.com\/\" },\n    { name: \"Mazzulo's Market (Chagrin Falls)\", address: \"16745 Chillicothe Rd, Chagrin Falls, OH 44023\", lat: 41.38690, lon: -81.33660, phone: \"440-543-3200\", url: \"https:\/\/www.mazzulos.com\/\" },\n    { name: \"Rego Brothers Lake Rd. Market\", address: \"20267 Lake Rd, Rocky River, OH 44116\", lat: 41.48390, lon: -81.84040, phone: \"440-331-9326\", url: \"https:\/\/www.lakeroadmarket.com\/\" },\n    { name: \"Krieger's Health Food Market\", address: \"615 Graham Rd, Cuyahoga Falls, OH 44221\", lat: 41.160465, lon: -81.490263, phone: \"330-929-2929\", url: \"https:\/\/kriegersmarket.com\/\" },\n    { name: \"Mike's Market\", address: \"9189 Chillicothe Rd, Kirtland, OH 44094\", lat: 41.62450, lon: -81.36100, phone: \"440-379-7211\" }\n  ];\n\n  \/\/ Map setup\n  const map = L.map('stores-map', { scrollWheelZoom: true });\n  L.tileLayer('https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png', {\n    maxZoom: 19,\n    attribution: '&copy; OpenStreetMap contributors'\n  }).addTo(map);\n\n  const group = L.featureGroup().addTo(map);\n\n  \/\/ Add markers, bind popups, and OPEN them immediately\n  LOCATIONS.forEach((s) => {\n    const marker = L.marker([s.lat, s.lon]).addTo(group);\n    const html =\n      `<strong>${s.name}<\/strong><br>${s.address}` +\n      (s.phone ? `<br>Phone: <a href=\"tel:${s.phone.replace(\/[^0-9]\/g,'')}\">${s.phone}<\/a>` : \"\") +\n      (s.url ? `<br><a href=\"${s.url}\" target=\"_blank\" rel=\"noopener\">Website<\/a>` : \"\");\n    marker.bindPopup(html, { autoClose: false, closeOnClick: false }).openPopup();\n  });\n\n  \/\/ Fit all pins initially\n  const bounds = group.getBounds();\n  if (bounds.isValid()) map.fitBounds(bounds.pad(0.15));\n  else map.setView([41.5, -81.65], 11);\n\n  \/\/ Toolbar actions (links used instead of buttons to avoid theme conflicts)\n  document.getElementById('fitAll').onclick = (e) => {\n    e.preventDefault();\n    map.fitBounds(group.getBounds().pad(0.15));\n  };\n\n  document.getElementById('nearestMe').onclick = (e) => {\n    e.preventDefault();\n    if (!navigator.geolocation) return alert('Geolocation not available on this device.');\n    navigator.geolocation.getCurrentPosition((pos) => {\n      const me = [pos.coords.latitude, pos.coords.longitude];\n      let best = null, bestD = Infinity;\n      LOCATIONS.forEach((s) => {\n        const d = Math.hypot(me[0]-s.lat, me[1]-s.lon); \/\/ quick approx\n        if (d < bestD) { best = s; bestD = d; }\n      });\n      if (best) {\n        map.setView([best.lat, best.lon], 14);\n        L.popup({ autoClose:false, closeOnClick:false })\n          .setLatLng([best.lat, best.lon])\n          .setContent(`<strong>Nearest:<\/strong> ${best.name}<br>${best.address}`)\n          .openOn(map);\n      }\n      L.circleMarker(me, { radius: 6 }).addTo(map).bindPopup(\"You are here\");\n    }, () => alert('Could not get your location.'));\n  };\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Distefano&#8217;s Authentic Italian Foods5600 Highland Rd. Highland Hts, Ohio 44143Phone: 440-442-7775 Gallucci&#8217;s Italian Foods6610 Euclid Ave. Cleveland, Ohio 44103Phone: 216-881-0045 www.tasteitaly.com Jim Alesci&#8217;s Place33475 Station Street Solon, Ohio 44139Phone: 440-498-0888 Kriegers Health Food Market615 Graham Rd., Cuyahoga Falls, Ohio 44221Phone: 330-929-2929 Mazzulo&#8217;s Market16745 Chillicothe Rd. Chagrin Falls, Ohio 44023Phone: 440-543-3200 Mazzulo&#8217;s Market302 Aurora Commons Circle &#8230; <a title=\"Where to buy Quinn&#8217;s House Italian Dressing\" class=\"read-more\" href=\"https:\/\/quinnsdressing.com\/index.php\/locations-to-find-quinns-house-italian-dressing\/\" aria-label=\"Read more about Where to buy Quinn&#8217;s House Italian Dressing\">Read more<\/a><\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-97","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/quinnsdressing.com\/index.php\/wp-json\/wp\/v2\/pages\/97","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quinnsdressing.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/quinnsdressing.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/quinnsdressing.com\/index.php\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/quinnsdressing.com\/index.php\/wp-json\/wp\/v2\/comments?post=97"}],"version-history":[{"count":12,"href":"https:\/\/quinnsdressing.com\/index.php\/wp-json\/wp\/v2\/pages\/97\/revisions"}],"predecessor-version":[{"id":5314,"href":"https:\/\/quinnsdressing.com\/index.php\/wp-json\/wp\/v2\/pages\/97\/revisions\/5314"}],"wp:attachment":[{"href":"https:\/\/quinnsdressing.com\/index.php\/wp-json\/wp\/v2\/media?parent=97"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}