Animal Shelters & Rescues
Find local shelters to adopt, donate, or volunteer. Support animals in need.
Shelter Locations
Google Maps Disabled
The Google Maps API key is not configured. Please set the
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY
environment variable to enable map features.Steps to enable maps:
- Obtain a Google Maps JavaScript API key from the Google Cloud Console.
- Ensure the "Maps JavaScript API" and "Places API" are enabled for your project.
- Create a
.env.local
file in the root of your project. - Add your API key:
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=YOUR_API_KEY_HERE
. - Restart your development server.