<script>
	   function dwt_listing_location() {
        var input = document.getElementById('address_location');
	    var action_on_complete	=	'';
	    var options = {
                //types: ['(cities)']
				types: ['geocode']
                // Uncomment if restrict for Country.
                , componentRestrictions: { country: 'GR' }
            };
      var autocomplete = new google.maps.places.Autocomplete(input, options);
	  if( action_on_complete )
	  {
	   new google.maps.event.addListener(autocomplete, 'place_changed', function() {
    var place = autocomplete.getPlace();
	document.getElementById('d_latt').value = place.geometry.location.lat();
	document.getElementById('d_long').value = place.geometry.location.lng();
	var markers = [
        {
            'title': '',
            'lat': place.geometry.location.lat(),
            'lng': place.geometry.location.lng(),
        },
    ];
	
	my_g_map(markers);
});
	   }

   }
   </script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://petnav.gr/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://petnav.gr/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://petnav.gr/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://petnav.gr/wp-sitemap-posts-downtown_map_address-1.xml</loc></sitemap><sitemap><loc>https://petnav.gr/wp-sitemap-posts-l_claims-1.xml</loc></sitemap><sitemap><loc>https://petnav.gr/wp-sitemap-posts-events-1.xml</loc></sitemap><sitemap><loc>https://petnav.gr/wp-sitemap-posts-listing-1.xml</loc></sitemap><sitemap><loc>https://petnav.gr/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://petnav.gr/wp-sitemap-posts-reservation-1.xml</loc></sitemap><sitemap><loc>https://petnav.gr/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://petnav.gr/wp-sitemap-taxonomies-l_event_cat-1.xml</loc></sitemap><sitemap><loc>https://petnav.gr/wp-sitemap-taxonomies-l_category-1.xml</loc></sitemap><sitemap><loc>https://petnav.gr/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://petnav.gr/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://petnav.gr/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
