    <script>
      (function() {
        function initGeoRedirect() {
          if (!window.google || !google.maps || !google.maps.places) {
            return;
          }

          var input = document.querySelector('.location-address input');
          if (!input) return;

          var options = {
            types: ['(cities)'],
            componentRestrictions: {
              country: 'us'
            }
          };

          var autocomplete = new google.maps.places.Autocomplete(input, options);

          autocomplete.addListener('place_changed', function() {
            var place = autocomplete.getPlace();
            if (!place.geometry) return;

            var lat = place.geometry.location.lat();
            var lng = place.geometry.location.lng();
            var address = place.formatted_address || input.value;

            var url =
              '/search-page/?latitude=' +
              encodeURIComponent(lat) +
              '&longitude=' +
              encodeURIComponent(lng) +
              '&address=' +
              encodeURIComponent(address);

            window.location.href = url;
          });
        }

        if (document.readyState === 'loading') {
          document.addEventListener('DOMContentLoaded', initGeoRedirect);
        } else {
          initGeoRedirect();
        }
      })();
    </script>
    <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//myconnect.rocks/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://myconnect.rocks/post-sitemap.xml</loc>
		<lastmod>2025-08-10T14:26:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://myconnect.rocks/page-sitemap.xml</loc>
		<lastmod>2026-03-01T09:25:47+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://myconnect.rocks/product-sitemap.xml</loc>
		<lastmod>2026-04-10T13:49:35+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://myconnect.rocks/category-sitemap.xml</loc>
		<lastmod>2025-08-10T14:26:36+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://myconnect.rocks/product_cat-sitemap.xml</loc>
		<lastmod>2026-04-12T09:24:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://myconnect.rocks/author-sitemap.xml</loc>
		<lastmod>2025-03-10T14:07:08+00:00</lastmod>
	</sitemap>
        <sitemap>
        <loc>https://myconnect.rocks/dokan_sellers-sitemap.xml</loc>

        </sitemap>
        </sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->