TRENDING:

Findster Duo+: Review and Specs
Pit Bull Calendar 2020 Contest
Digital Watercolor Dog Contest
TipTopDogz
  • Home
  • Activity Monitors
  • Pet Trackers
  • Training
  • Smart Collars
  • Toys
  • Pet Cameras
  • Smart Feeders
  • DNA Tests
  • Other Stuff
  • Pet Insurance
  • Nutrition
  • Subscription Boxes
  • Tools

Select Page

Dog Friendly Parks and Trails

Posted by tiptopdogz | Uncategorized | 0 |




Share:

Rate:

PreviousBest Dog Supplements and Vitamins

Related Posts

Embark DNA Coupon Code – Get Your Discount

Embark DNA Coupon Code – Get Your Discount

December 6, 2017

Fitbark Wifi Base Station

Fitbark Wifi Base Station

May 8, 2017

Dog Calendar 2020 Contest

Dog Calendar 2020 Contest

December 17, 2019

Best Dog Supplements and Vitamins

Best Dog Supplements and Vitamins

January 17, 2023

Leave a reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

About TipTopDogz

We love dogs! I mean we absolutely adore them! That's why we have created this site -- to talk about various dog related products we love or hate, many health and safety related issues for dogs, as well as just fawning over our canine companions!

Disclosure:
Please note that in several places on this site, we have included affiliate links – what this means is that we get some money if you click on some of these links and buy any of these products. (There is absolutely no additional cost to you.) This is part of how we can spend the time and effort to keep up this site.

Subscription Box Collections

Best Subscription Boxes for Dogs

Top Picks for Heavy Chewers

Individual Subscription Boxes

Bullymake Power Chewers Box

PetGiftBox

SPECIAL DEALS!


Findster GPS Pet Tracker, Price and Free Shipping

 

 

healthy paws promo code

 

Copyright 2018 www.tiptopdogz.com | Privacy Policy | Terms of Service | Contact Us

document.getElementById('submit').addEventListener('click', function(event) { event.preventDefault(); var location = document.getElementById('location').value; var service = new google.maps.places.PlacesService(map); var request = { location: location, radius: 5000, types: ['park', 'hiking'] }; service.nearbySearch(request, callback); }); function callback(results, status) { if (status === google.maps.places.PlacesServiceStatus.OK) { for (var i = 0; i < results.length; i++) { var place = results[i]; var name = place.name; var address = place.vicinity; var link = place.url; // create HTML elements to show the name, address, and link var div = document.createElement('div'); var a = document.createElement('a'); var p1 = document.createElement('p'); var p2 = document.createElement('p'); a.href = link; a.textContent = name; p1.textContent = address; p2.textContent = link; div.appendChild(a); div.appendChild(p1); div.appendChild(p2); document.body.appendChild(div); } } } var map = new google.maps.Map(document.getElementById('map'), { zoom: 8, center: {lat: 37.7749, lng: -122.4194} }); function callback(results, status) { if (status === google.maps.places.PlacesServiceStatus.OK) { for (var i = 0; i < results.length; i++) { var place = results[i]; var marker = new google.maps.Marker({ position: place.geometry.location, map: map }); } } } google.maps.event.addListener(marker, 'click', function() { // code to display information about the place });