Games by City
United States
- Albuquerque, NM (1)
- Ann Arbor, MI (4)
- Atlanta, GA (7)
- Austin, TX (6)
- Bakersfield, CA (1)
- Baltimore, MD (31)
- Boston, MA (11)
- Chattanooga, TN (1)
- Chicago, IL (9)
- Columbus, GA (1)
- Columbus, OH (1)
- Dallas, TX (8)
- Dayton, OH (1)
- Denver, CO (6)
- Detroit, MI (4)
- El Paso, TX (2)
- Fairbanks, AK (1)
- Honolulu, HI (2)
- Houston, TX (13)
- Indianapolis, IN (2)
- Iowa City, IA (2)
- Kailua Kona, HI (2)
- Kansas City, MO (3)
- Las Vegas, NV (1)
- Los Angeles, CA (30)
- Miami, FL (4)
- Milwaukee, WI (1)
- Minneapolis, MN (5)
- Montgomery, AL (2)
- New Orleans, LA (1)
- New York, NY (24)
- Newark, DE (13)
- Philadelphia, PA (15)
- Phoenix, AZ (5)
- Pittsburgh, PA (3)
- Portland, OR (9)
- Reno, NV (3)
- Rochester, NY (1)
- Sacramento, CA (9)
- Salt Lake City, UT (4)
- San Antonio, TX (5)
- San Diego, CA (15)
- San Francisco Bay Area, CA (41)
- San Luis Obispo, CA (6)
- Santa Barbara, CA (6)
- Seattle, WA (14)
- Tampa, FL (1)
- Tulsa, OK (1)
- Tupelo, MS (1)
- Washington, D.C. (36)
International Cities
- Addis Ababa, Ethiopia (1)
- Amman, Jordan (2)
- Bali, Indonesia (1)
- Bangalore, India (1)
- Barcelona, Spain (1)
- Berlin, Germany (1)
- Cape Town, South Africa (6)
- Hamala, Bahrain (1)
- Hobart, Australia (1)
- Johannesburg, South Africa (6)
- London, England (15)
- Lusaka, Zambia (1)
- Luxembourg, Luxembourg (1)
- Madrid, Spain (2)
- Manchester, England (1)
- Mexico City, Mexico (1)
- Montréal, Canada (2)
- Oxford, England (2)
- Paris, France (3)
- Singapore (1)
- Tel Aviv, Israel (1)
- The Hague, Netherlands (3)
- Tokyo, Japan (1)
- Toronto, Canada (3)
- Vancouver, Canada (1)
Embed Games on Your Site
Have a website for your local Ultimate community? Want to embed the games from PickupUltimate.com on your site? It's easy, just follow these steps:
- Find the latitude and longitude for your city (you can use this tool to help).
- Include some markup and JavaScript on your site:
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="https://pickupultimate.com/js/embed_map?lat=YOUR_LATITUDE_HERE&lng=YOUR_LONGITUDE_HERE"></script>
<div id="pickupultimate_gmap2"></div>
Please note: the <div id="pickupultimate_gmap2"></div>
is required.
You can also pass a radius
and zoom
parameter to the script to adjust the map as required.
Examples:
Houston, latitude 29.759609, longitude -95.362701, zoom of 10 (default), all the games in a 60 mile radius
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="https://pickupultimate.com/js/embed_map?lat=29.759609&lng=-95.362701&radius=60"></script>
<div id="pickupultimate_gmap2" style="width:100%; height:600px"></div>
Colorado Springs, latitude 38.833882, longitude -104.821363, zoom of 12, all the games in a 50 mile radius (default)
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="https://pickupultimate.com/js/embed_map?lat=38.833882&lng=-104.821363&zoom=12"></script>
<div id="pickupultimate_gmap2"></div>
Send me an email if you need help getting this set up.