Skip to content

Instantly share code, notes, and snippets.

@AmritPatel
Created May 31, 2014 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AmritPatel/9bb3774994d3ef08466a to your computer and use it in GitHub Desktop.
Save AmritPatel/9bb3774994d3ef08466a to your computer and use it in GitHub Desktop.
Amrit Patel's Foursquare Check-ins
<!doctype HTML>
<meta charset = 'utf-8'>
<html>
<head>
<link rel='stylesheet' href='http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.css'>
<script src='http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.js' type='text/javascript'></script>
<script src='https://rawgithub.com/leaflet-extras/leaflet-providers/gh-pages/leaflet-providers.js' type='text/javascript'></script>
<script src='http://harrywood.co.uk/maps/examples/leaflet/leaflet-plugins/layer/vector/KML.js' type='text/javascript'></script>
<style>
.rChart {
display: block;
margin-left: auto;
margin-right: auto;
width: 800px;
height: 400px;
}
</style>
</head>
<body>
<div id='chart468e4f892183' class='rChart leaflet'></div>
<script>
var spec = {
"dom": "chart468e4f892183",
"width": 800,
"height": 400,
"urlTemplate": "http://{s}.tile.osm.org/{z}/{x}/{y}.png",
"layerOpts": {
"attribution": "Map data<a href=\"http://openstreetmap.org\">OpenStreetMap</a>\n contributors, Imagery<a href=\"http://mapbox.com\">MapBox</a>"
},
"center": [ 34.76022153993, -65.21143211813 ],
"zoom": 5,
"id": "chart468e4f892183"
}
var map = L.map(spec.dom, spec.mapOpts)
map.setView(spec.center, spec.zoom);
if (spec.provider){
L.tileLayer.provider(spec.provider).addTo(map)
} else {
L.tileLayer(spec.urlTemplate, spec.layerOpts).addTo(map)
}
L
.marker([
40.73,
-74.001
])
.addTo( map )
.bindPopup("Off The Wagon Bar & Grill <br> Checkins: 24333<br> <a href=\"http://nycbestbar.com/off\" target=\"_blank\">Website</a> ")
L
.marker([
39.914,
-75.149
])
.addTo( map )
.bindPopup("Tony Luke's <br> Checkins: 13449<br> <a href=\"http://www.tonylukes.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.918,
-77.024
])
.addTo( map )
.bindPopup("9:30 Club <br> Checkins: 42271<br> <a href=\"http://www.930.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.021,
-77.013
])
.addTo( map )
.bindPopup("4 Corners Pub <br> Checkins: 2729")
L
.marker([
38.901,
-77.04
])
.addTo( map )
.bindPopup("Bottom Line <br> Checkins: 7547<br> <a href=\"http://www.thebottomlinedc.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.911,
-77.038
])
.addTo( map )
.bindPopup("Trio's Fox & Hounds <br> Checkins: 10237<br> <a href=\"http://www.triofoxandhounds.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.908,
-77.044
])
.addTo( map )
.bindPopup("Buffalo Billiards <br> Checkins: 17588<br> <a href=\"http://www.buffalobilliards.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.91,
-77.038
])
.addTo( map )
.bindPopup("Cafe Luna <br> Checkins: 1502<br> <a href=\"http://www.cafelunadc.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.913,
-77.038
])
.addTo( map )
.bindPopup("Cobalt <br> Checkins: 32213<br> <a href=\"http://www.facebook.com/group.php?gid=27139734737\" target=\"_blank\">Website</a> ")
L
.marker([
38.922,
-77.042
])
.addTo( map )
.bindPopup("Madam's Organ Blues Bar <br> Checkins: 7601<br> <a href=\"http://www.madamsorgan.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.922,
-77.043
])
.addTo( map )
.bindPopup("Perry's Restaurant <br> Checkins: 4179<br> <a href=\"http://www.perrysadamsmorgan.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.994,
-77.027
])
.addTo( map )
.bindPopup("Quarry House Tavern <br> Checkins: 7338<br> <a href=\"http://quarryhousetavern.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.989,
-77.098
])
.addTo( map )
.bindPopup("Rock Bottom Brewery <br> Checkins: 7455<br> <a href=\"http://rockbottombethesda.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.04,
-77.051
])
.addTo( map )
.bindPopup("Royal Mile Pub <br> Checkins: 828")
L
.marker([
38.889,
-77.035
])
.addTo( map )
.bindPopup("Washington Monument <br> Checkins: 57927<br> <a href=\"http://www.nps.gov/wamo\" target=\"_blank\">Website</a> ")
L
.marker([
36.095,
-115.18
])
.addTo( map )
.bindPopup("Luxor Hotel & Casino <br> Checkins: 112887<br> <a href=\"http://luxor.com/\" target=\"_blank\">Website</a> ")
L
.marker([
38.9,
-77.022
])
.addTo( map )
.bindPopup("R.F.D. Washington <br> Checkins: 21082<br> <a href=\"http://www.lovethebeer.com/rfd.html\" target=\"_blank\">Website</a> ")
L
.marker([
38.917,
-77.029
])
.addTo( map )
.bindPopup("Ben's Chili Bowl <br> Checkins: 25702<br> <a href=\"http://www.benschilibowl.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.989,
-77.099
])
.addTo( map )
.bindPopup("Caddie's on Cordell <br> Checkins: 9077")
L
.marker([
25.778,
-80.131
])
.addTo( map )
.bindPopup("Wet Willie's <br> Checkins: 18750<br> <a href=\"http://www.wetwillies.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.898,
-77.006
])
.addTo( map )
.bindPopup("Union Station <br> Checkins: 318364<br> <a href=\"http://www.unionstationdc.com\" target=\"_blank\">Website</a> ")
L
.marker([
33.944,
-118.41
])
.addTo( map )
.bindPopup("Los Angeles International Airport (LAX) <br> Checkins: 1497903<br> <a href=\"http://www.lawa.aero/welcomeLAX.aspx\" target=\"_blank\">Website</a> ")
L
.marker([
38.898,
-77.033
])
.addTo( map )
.bindPopup("Old Ebbitt Grill <br> Checkins: 31519<br> <a href=\"http://www.ebbitt.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.918,
-77.032
])
.addTo( map )
.bindPopup("Busboys and Poets <br> Checkins: 21237<br> <a href=\"http://www.busboysandpoets.com\" target=\"_blank\">Website</a> ")
L
.marker([
40.69,
-74.179
])
.addTo( map )
.bindPopup("Newark Liberty International Airport (EWR) <br> Checkins: 746432<br> <a href=\"http://www.panynj.gov/airports/newark-liberty.html\" target=\"_blank\">Website</a> ")
L
.marker([
38.984,
-77.094
])
.addTo( map )
.bindPopup("Bethesda Metro Station <br> Checkins: 28557<br> <a href=\"http://www.wmata.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.891,
-77.023
])
.addTo( map )
.bindPopup("National Gallery of Art - Sculpture Garden <br> Checkins: 15177<br> <a href=\"http://www.nga.gov/feature/sculpturegarden/general/index.shtm\" target=\"_blank\">Website</a> ")
L
.marker([
40.73,
-74.001
])
.addTo( map )
.bindPopup("Minetta Tavern <br> Checkins: 19207<br> <a href=\"http://www.minettatavernny.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.853,
-77.042
])
.addTo( map )
.bindPopup("Ronald Reagan Washington National Airport (DCA) <br> Checkins: 596089<br> <a href=\"http://www.mwaa.com/reagan/reagan.htm\" target=\"_blank\">Website</a> ")
L
.marker([
39.289,
-76.607
])
.addTo( map )
.bindPopup("Rams Head Live <br> Checkins: 11737<br> <a href=\"http://ramsheadlive.com/baltimorelive/\" target=\"_blank\">Website</a> ")
L
.marker([
36.125,
-115.17
])
.addTo( map )
.bindPopup("Treasure Island - TI Hotel & Casino <br> Checkins: 73612<br> <a href=\"http://www.TreasureIsland.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.953,
-77.448
])
.addTo( map )
.bindPopup("Washington Dulles International Airport (IAD) <br> Checkins: 439048<br> <a href=\"http://c2d.us/Dulles_Airport\" target=\"_blank\">Website</a> ")
L
.marker([
39.042,
-77.108
])
.addTo( map )
.bindPopup("The Cheesecake Factory <br> Checkins: 5607<br> <a href=\"http://www.thecheesecakefactory.com/\" target=\"_blank\">Website</a> ")
L
.marker([
39.85,
-104.67
])
.addTo( map )
.bindPopup("Denver International Airport (DEN) <br> Checkins: 914170<br> <a href=\"http://flydenver.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.93,
-77.028
])
.addTo( map )
.bindPopup("The Wonderland Ballroom <br> Checkins: 14467<br> <a href=\"http://www.thewonderlandballroom.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.917,
-77.027
])
.addTo( map )
.bindPopup("Solly's U Street Tavern <br> Checkins: 10744<br> <a href=\"http://www.sollystavern.com\" target=\"_blank\">Website</a> ")
L
.marker([
34.229,
-118.56
])
.addTo( map )
.bindPopup("Brent's Deli <br> Checkins: 4381<br> <a href=\"http://www.brentsdeli.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.921,
-77.072
])
.addTo( map )
.bindPopup("Kitchen 2404 <br> Checkins: 3293<br> <a href=\"http://www.kitchen2404.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.89,
-77.023
])
.addTo( map )
.bindPopup("The National Mall <br> Checkins: 53468<br> <a href=\"http://www.nationalmall.org\" target=\"_blank\">Website</a> ")
L
.marker([
38.917,
-77.221
])
.addTo( map )
.bindPopup("Tysons Corner Center <br> Checkins: 83328<br> <a href=\"http://www.shoptysons.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.893,
-77.023
])
.addTo( map )
.bindPopup("National Archives and Records Administration <br> Checkins: 18211")
L
.marker([
38.996,
-77.254
])
.addTo( map )
.bindPopup("Great Falls Park <br> Checkins: 10660<br> <a href=\"http://www.nps.gov/GRFA/\" target=\"_blank\">Website</a> ")
L
.marker([
39.024,
-77.146
])
.addTo( map )
.bindPopup("Westfield Montgomery <br> Checkins: 36952<br> <a href=\"http://www.westfield.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.873,
-77.007
])
.addTo( map )
.bindPopup("Nationals Park <br> Checkins: 126311<br> <a href=\"http://MLB.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.884,
-77.038
])
.addTo( map )
.bindPopup("Tidal Basin <br> Checkins: 9281")
L
.marker([
38.911,
-77.044
])
.addTo( map )
.bindPopup("Dupont Circle Metro Station <br> Checkins: 46716<br> <a href=\"http://www.wmata.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.929,
-77.033
])
.addTo( map )
.bindPopup("Pete's New Haven Style Apizza <br> Checkins: 5794<br> <a href=\"http://petesapizza.com/index.html\" target=\"_blank\">Website</a> ")
L
.marker([
38.905,
-77.065
])
.addTo( map )
.bindPopup("Dean & DeLuca <br> Checkins: 12635<br> <a href=\"http://www.deandeluca.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.907,
-77.041
])
.addTo( map )
.bindPopup("Julia's Empanadas <br> Checkins: 3344<br> <a href=\"http://juliasempanadas.com\" target=\"_blank\">Website</a> ")
L
.marker([
41.885,
-87.623
])
.addTo( map )
.bindPopup("Giordano's <br> Checkins: 13193<br> <a href=\"http://www.giordanos.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.914,
-77.046
])
.addTo( map )
.bindPopup("Bistrot Du Coin <br> Checkins: 7859<br> <a href=\"http://www.bistrotducoin.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.904,
-77.261
])
.addTo( map )
.bindPopup("Jammin Java <br> Checkins: 6296<br> <a href=\"http://www.jamminjava.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.142,
-77.217
])
.addTo( map )
.bindPopup("Dogfish Head Alehouse <br> Checkins: 10005<br> <a href=\"http://dogfishalehouse.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.905,
-77.066
])
.addTo( map )
.bindPopup("Pizzeria Paradiso <br> Checkins: 7487<br> <a href=\"http://www.eatyourpizza.com\" target=\"_blank\">Website</a> ")
L
.marker([
34.276,
-118.57
])
.addTo( map )
.bindPopup("In-N-Out Burger <br> Checkins: 3544<br> <a href=\"http://www.in-n-out.com\" target=\"_blank\">Website</a> ")
L
.marker([
40.667,
-73.982
])
.addTo( map )
.bindPopup("Smiling Pizza <br> Checkins: 3491")
L
.marker([
39.179,
-76.669
])
.addTo( map )
.bindPopup("Baltimore / Washington International Thurgood Marshall Airport (BWI) <br> Checkins: 447113<br> <a href=\"http://www.bwiairport.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.899,
-77.022
])
.addTo( map )
.bindPopup("Gallery Place - Chinatown Metro Station <br> Checkins: 88140<br> <a href=\"http://www.wmata.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.929,
-77.033
])
.addTo( map )
.bindPopup("Columbia Heights Metro Station <br> Checkins: 26394<br> <a href=\"http://www.wmata.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.876,
-77.008
])
.addTo( map )
.bindPopup("The Bullpen <br> Checkins: 12690")
L
.marker([
36.016,
-114.74
])
.addTo( map )
.bindPopup("Hoover Dam <br> Checkins: 34993<br> <a href=\"http://www.usbr.gov/lc/hooverdam/\" target=\"_blank\">Website</a> ")
L
.marker([
38.889,
-77.05
])
.addTo( map )
.bindPopup("Lincoln Memorial <br> Checkins: 73872<br> <a href=\"http://nps.gov/linc/index.htm\" target=\"_blank\">Website</a> ")
L
.marker([
38.891,
-77.048
])
.addTo( map )
.bindPopup("Vietnam Veterans Memorial <br> Checkins: 22604<br> <a href=\"http://www.nps.gov/vive/index.htm\" target=\"_blank\">Website</a> ")
L
.marker([
38.92,
-77.042
])
.addTo( map )
.bindPopup("Town Tavern <br> Checkins: 8172<br> <a href=\"http://www.towntaverndc.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.889,
-77.04
])
.addTo( map )
.bindPopup("World War II Memorial <br> Checkins: 36918<br> <a href=\"http://www.nps.gov/wwii/index.htm\" target=\"_blank\">Website</a> ")
L
.marker([
35.22,
-80.944
])
.addTo( map )
.bindPopup("Charlotte Douglas International Airport (CLT) <br> Checkins: 646674<br> <a href=\"http://www.cltairport.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.945,
-77.441
])
.addTo( map )
.bindPopup("Potbelly Sandwich Shop <br> Checkins: 1654<br> <a href=\"http://www.potbelly.com/\" target=\"_blank\">Website</a> ")
L
.marker([
38.895,
-77.022
])
.addTo( map )
.bindPopup("Oyamel Cocina Mexicana <br> Checkins: 11587<br> <a href=\"http://www.oyamel.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.898,
-77.028
])
.addTo( map )
.bindPopup("Metro Center Metro Station <br> Checkins: 84710<br> <a href=\"http://www.wmata.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.332,
-76.645
])
.addTo( map )
.bindPopup("Woodberry Kitchen <br> Checkins: 7206<br> <a href=\"http://www.woodberrykitchen.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.918,
-77.22
])
.addTo( map )
.bindPopup("AMC Tysons Corner 16 <br> Checkins: 32736<br> <a href=\"http://www.amctheatres.com/movie-theatres/amc-tysons-corner-16\" target=\"_blank\">Website</a> ")
L
.marker([
39.209,
-76.863
])
.addTo( map )
.bindPopup("Merriweather Post Pavilion <br> Checkins: 22940<br> <a href=\"http://virginmobilefreefest.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.017,
-76.93
])
.addTo( map )
.bindPopup("The Home Depot <br> Checkins: 2587<br> <a href=\"http://www.homedepot.com/StoreFinder/directions.jsp?storeId=2552\" target=\"_blank\">Website</a> ")
L
.marker([
36.101,
-115.18
])
.addTo( map )
.bindPopup("In-N-Out Burger <br> Checkins: 28008<br> <a href=\"http://www.in-n-out.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.946,
-77.078
])
.addTo( map )
.bindPopup("Z-Burger <br> Checkins: 3907<br> <a href=\"http://www.zburger.com\" target=\"_blank\">Website</a> ")
L
.marker([
43.513,
-72.402
])
.addTo( map )
.bindPopup("Harpoon Brewery & Riverbend Taps <br> Checkins: 3162<br> <a href=\"http://www.harpoonbrewery.com\" target=\"_blank\">Website</a> ")
L
.marker([
40.668,
-73.98
])
.addTo( map )
.bindPopup("La Bagel Delight <br> Checkins: 6174<br> <a href=\"http://www.labageldelight.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.057,
-77.124
])
.addTo( map )
.bindPopup("Trader Joe's <br> Checkins: 3889<br> <a href=\"http://www.traderjoes.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.064,
-77.123
])
.addTo( map )
.bindPopup("Fuddruckers <br> Checkins: 1850<br> <a href=\"http://t.co/01pCW27EuK\" target=\"_blank\">Website</a> ")
L
.marker([
38.904,
-77.204
])
.addTo( map )
.bindPopup("Trader Joe's <br> Checkins: 5324<br> <a href=\"http://www.traderjoes.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.921,
-77.042
])
.addTo( map )
.bindPopup("Shawarma Spot <br> Checkins: 691<br> <a href=\"http://www.shawarmaspot.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.981,
-77.097
])
.addTo( map )
.bindPopup("City Lights of China <br> Checkins: 389<br> <a href=\"http://www.bethesdacitylightsofchina.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.039,
-77.052
])
.addTo( map )
.bindPopup("Moby Dick Sushi <br> Checkins: 593<br> <a href=\"http://www.mobydicksseafood.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.989,
-77.099
])
.addTo( map )
.bindPopup("Mia's Pizzas <br> Checkins: 1322<br> <a href=\"http://www.miaspizzasbethesda.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.062,
-77.051
])
.addTo( map )
.bindPopup("Stained Glass Pub <br> Checkins: 2465<br> <a href=\"http://stainedglasspub.net\" target=\"_blank\">Website</a> ")
L
.marker([
38.918,
-77.222
])
.addTo( map )
.bindPopup("Starbucks <br> Checkins: 2941<br> <a href=\"http://www.starbucks.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.085,
-77.151
])
.addTo( map )
.bindPopup("Gordon Biersch <br> Checkins: 7667")
L
.marker([
38.901,
-77.032
])
.addTo( map )
.bindPopup("Hilton Garden Inn <br> Checkins: 4438")
L
.marker([
39.292,
-76.622
])
.addTo( map )
.bindPopup("Faidley's Seafood <br> Checkins: 2093<br> <a href=\"http://faidleyscrabcakes.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.05,
-77.109
])
.addTo( map )
.bindPopup("Harris Teeter <br> Checkins: 6308<br> <a href=\"http://www.harristeeter.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.982,
-77.095
])
.addTo( map )
.bindPopup("Landmark Bethesda Row Cinema <br> Checkins: 3683")
L
.marker([
33.641,
-84.436
])
.addTo( map )
.bindPopup("Hartsfield-Jackson Atlanta International Airport (ATL) <br> Checkins: 1585204<br> <a href=\"http://www.atlanta-airport.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.888,
-77.028
])
.addTo( map )
.bindPopup("Smithsonian Metro Station <br> Checkins: 13361<br> <a href=\"http://www.wmata.com/rail/station_detail.cfm?station_id=54\" target=\"_blank\">Website</a> ")
L
.marker([
39.057,
-77.115
])
.addTo( map )
.bindPopup("Target <br> Checkins: 13927<br> <a href=\"http://www.target.com\" target=\"_blank\">Website</a> ")
L
.marker([
33.641,
-84.446
])
.addTo( map )
.bindPopup("MARTA - Airport Station <br> Checkins: 21636")
L
.marker([
39.039,
-77.109
])
.addTo( map )
.bindPopup("Hank Dietle's <br> Checkins: 1114")
L
.marker([
39.061,
-77.124
])
.addTo( map )
.bindPopup("REI <br> Checkins: 2648<br> <a href=\"http://www.rei.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.962,
-77.086
])
.addTo( map )
.bindPopup("Clyde's of Chevy Chase <br> Checkins: 6261<br> <a href=\"http://facebook.com/clydesrestaurantgroup\" target=\"_blank\">Website</a> ")
L
.marker([
39.086,
-77.152
])
.addTo( map )
.bindPopup("La Tasca <br> Checkins: 2144<br> <a href=\"http://www.latascausa.com\" target=\"_blank\">Website</a> ")
L
.marker([
26.194,
-80.275
])
.addTo( map )
.bindPopup("Publix Super Market at Sunrise West <br> Checkins: 4105<br> <a href=\"http://www.publix.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.048,
-77.113
])
.addTo( map )
.bindPopup("White Flint Metro Station <br> Checkins: 10024<br> <a href=\"http://www.wmata.com\" target=\"_blank\">Website</a> ")
L
.marker([
41.051,
-73.527
])
.addTo( map )
.bindPopup("Colony Grill <br> Checkins: 3934<br> <a href=\"http://www.colonygrill.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.982,
-77.098
])
.addTo( map )
.bindPopup("Redwood <br> Checkins: 3340<br> <a href=\"http://www.redwoodbethesda.com\" target=\"_blank\">Website</a> ")
L
.marker([
27.98,
-82.535
])
.addTo( map )
.bindPopup("Tampa International Airport (TPA) <br> Checkins: 369009<br> <a href=\"http://www.tampaairport.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.897,
-77.029
])
.addTo( map )
.bindPopup("City Club of Washington <br> Checkins: 1181")
L
.marker([
38.981,
-77.097
])
.addTo( map )
.bindPopup("Assaggi Mozzarella Bar <br> Checkins: 751<br> <a href=\"http://www.assaggirestaurant.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.156,
-77.215
])
.addTo( map )
.bindPopup("Costco Wholesale <br> Checkins: 8380<br> <a href=\"http://www.costco.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.894,
-77.022
])
.addTo( map )
.bindPopup("Archives-Navy Memorial Metro Station <br> Checkins: 12037<br> <a href=\"http://www.wmata.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.08,
-77.08
])
.addTo( map )
.bindPopup("Shell <br> Checkins: 684<br> <a href=\"http://www.shell.us/ontheroad\" target=\"_blank\">Website</a> ")
L
.marker([
38.982,
-77.094
])
.addTo( map )
.bindPopup("Regal Bethesda 10 <br> Checkins: 4244<br> <a href=\"https://www.facebook.com/RegalEntertainmentGroup\" target=\"_blank\">Website</a> ")
L
.marker([
38.989,
-77.097
])
.addTo( map )
.bindPopup("BlackFinn Bethesda <br> Checkins: 7244")
L
.marker([
39.044,
-77.105
])
.addTo( map )
.bindPopup("HomeGoods <br> Checkins: 1198<br> <a href=\"http://www.homegoods.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.917,
-77.029
])
.addTo( map )
.bindPopup("U Street Metro Station <br> Checkins: 19827<br> <a href=\"http://www.wmata.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.051,
-77.118
])
.addTo( map )
.bindPopup("La Madeleine Country French Café <br> Checkins: 1952<br> <a href=\"http://lamadeleine.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.905,
-77.062
])
.addTo( map )
.bindPopup("Georgetown Tobacco <br> Checkins: 1119")
L
.marker([
38.851,
-77.132
])
.addTo( map )
.bindPopup("Trader Joe's <br> Checkins: 6787<br> <a href=\"http://www.traderjoes.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.032,
-77.517
])
.addTo( map )
.bindPopup("Clyde's Willow Creek Farm <br> Checkins: 6683<br> <a href=\"http://facebook.com/clydesrestaurantgroup\" target=\"_blank\">Website</a> ")
L
.marker([
39.083,
-77.476
])
.addTo( map )
.bindPopup("Lansdowne Resort <br> Checkins: 4947<br> <a href=\"http://www.lansdowneresort.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.149,
-77.213
])
.addTo( map )
.bindPopup("Hilton Washington DC North/Gaithersburg <br> Checkins: 2445<br> <a href=\"http://www.hilton.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.28,
-76.608
])
.addTo( map )
.bindPopup("Federal Hill Park <br> Checkins: 7529")
L
.marker([
38.993,
-77.026
])
.addTo( map )
.bindPopup("Olazzo <br> Checkins: 1504<br> <a href=\"http://olazzo.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.292,
-76.621
])
.addTo( map )
.bindPopup("Lexington Market <br> Checkins: 7787<br> <a href=\"http://www.lexingtonmarket.com\" target=\"_blank\">Website</a> ")
L
.marker([
37.544,
-77.445
])
.addTo( map )
.bindPopup("The Jefferson Hotel <br> Checkins: 6810")
L
.marker([
40.699,
-80.103
])
.addTo( map )
.bindPopup("Mad Mex <br> Checkins: 4100<br> <a href=\"http://www.madmex.com/regions/pittsburgh/locations/locations.shtml?utm_source=social&utm_medium=four\" target=\"_blank\">Website</a> ")
L
.marker([
39.187,
-76.794
])
.addTo( map )
.bindPopup("Costco Wholesale <br> Checkins: 9724<br> <a href=\"http://www.costco.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.997,
-77.026
])
.addTo( map )
.bindPopup("Regal Majestic Stadium 20 & IMAX <br> Checkins: 20319<br> <a href=\"https://www.facebook.com/RegalEntertainmentGroup\" target=\"_blank\">Website</a> ")
L
.marker([
38.882,
-76.995
])
.addTo( map )
.bindPopup("Matchbox Vintage Pizza Bistro <br> Checkins: 12621<br> <a href=\"http://matchboxdc.com\" target=\"_blank\">Website</a> ")
L
.marker([
40.67,
-73.99
])
.addTo( map )
.bindPopup("MTA Subway - 4th Ave/9th St (F/G/R) <br> Checkins: 26696<br> <a href=\"http://www.mta.info\" target=\"_blank\">Website</a> ")
L
.marker([
39.059,
-77.12
])
.addTo( map )
.bindPopup("Twinbrook Office Building <br> Checkins: 755")
L
.marker([
38.908,
-77.032
])
.addTo( map )
.bindPopup("ChurchKey <br> Checkins: 22894<br> <a href=\"http://www.churchkeydc.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.986,
-77.096
])
.addTo( map )
.bindPopup("Chipotle Mexican Grill <br> Checkins: 3559<br> <a href=\"http://www.chipotle.com\" target=\"_blank\">Website</a> ")
L
.marker([
33.999,
-81.037
])
.addTo( map )
.bindPopup("Flying Saucer Draught Emporium <br> Checkins: 15026<br> <a href=\"http://www.beerknurd.com\" target=\"_blank\">Website</a> ")
L
.marker([
35.049,
-106.62
])
.addTo( map )
.bindPopup("Albuquerque International Sunport (ABQ) <br> Checkins: 79805<br> <a href=\"http://www.cabq.gov/airport/\" target=\"_blank\">Website</a> ")
L
.marker([
39.058,
-77.119
])
.addTo( map )
.bindPopup("Urban Bar-B-Que Restaurant & Catering- Chapman Ave <br> Checkins: 1967")
L
.marker([
38.978,
-77.091
])
.addTo( map )
.bindPopup("Trader Joe's <br> Checkins: 3160<br> <a href=\"http://www.traderjoes.com\" target=\"_blank\">Website</a> ")
L
.marker([
44.207,
-69.828
])
.addTo( map )
.bindPopup("West Gardiner Service Plaza <br> Checkins: 3841")
L
.marker([
39.028,
-77.077
])
.addTo( map )
.bindPopup("Hardware City (Do it Best) <br> Checkins: 634")
L
.marker([
32.14,
-81.246
])
.addTo( map )
.bindPopup("SONIC Drive In <br> Checkins: 1025<br> <a href=\"http://sonicdrivein.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.934,
-77.073
])
.addTo( map )
.bindPopup("2 Amys <br> Checkins: 7198<br> <a href=\"http://www.2amyspizza.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.037,
-77.056
])
.addTo( map )
.bindPopup("Target <br> Checkins: 5476<br> <a href=\"http://www.target.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.042,
-77.05
])
.addTo( map )
.bindPopup("Max's Kosher Cafe and Marketplace <br> Checkins: 838<br> <a href=\"http://www.theshalomgroup.com/maxs-cafe-and-catering/\" target=\"_blank\">Website</a> ")
L
.marker([
39.123,
-77.236
])
.addTo( map )
.bindPopup("Kentlands Square <br> Checkins: 2982")
L
.marker([
39.038,
-77.051
])
.addTo( map )
.bindPopup("Wheaton Metro Station <br> Checkins: 5793<br> <a href=\"http://www.wmata.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.989,
-77.028
])
.addTo( map )
.bindPopup("Fajita Coast <br> Checkins: 735")
L
.marker([
38.906,
-77.024
])
.addTo( map )
.bindPopup("Mt Vernon Sq 7th St-Convention Center Metro Station <br> Checkins: 11646<br> <a href=\"http://www.wmata.com\" target=\"_blank\">Website</a> ")
L
.marker([
13.694,
100.75
])
.addTo( map )
.bindPopup("Suvarnabhumi Airport (BKK) ท่าอากาศยานสุวรรณภูมิ <br> Checkins: 827932<br> <a href=\"http://www.suvarnabhumiairport.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.188,
-76.82
])
.addTo( map )
.bindPopup("Royal Taj <br> Checkins: 1945")
L
.marker([
39.037,
-77.055
])
.addTo( map )
.bindPopup("Crisp & Juicy <br> Checkins: 306<br> <a href=\"http://crispjuicy.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.039,
-77.052
])
.addTo( map )
.bindPopup("Saigonese Restaurant <br> Checkins: 339")
L
.marker([
33.945,
-118.38
])
.addTo( map )
.bindPopup("Fox Rent A Car Los Angeles/LAX <br> Checkins: 3275<br> <a href=\"http://www.foxrentacar.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.008,
-77.04
])
.addTo( map )
.bindPopup("Woodside Delicatessen <br> Checkins: 1295")
L
.marker([
39.077,
-77.08
])
.addTo( map )
.bindPopup("Panera Bread <br> Checkins: 2640<br> <a href=\"http://www.panerabread.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.905,
-77.069
])
.addTo( map )
.bindPopup("Dixie Liquor <br> Checkins: 746<br> <a href=\"http://www.dixieliquor.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.041,
-77.047
])
.addTo( map )
.bindPopup("Taco Bell <br> Checkins: 367<br> <a href=\"http://www.tacobell.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.992,
-76.375
])
.addTo( map )
.bindPopup("Chesapeake Bay Bridge <br> Checkins: 52009<br> <a href=\"http://www.baybridge.com\" target=\"_blank\">Website</a> ")
L
.marker([
25.992,
-80.118
])
.addTo( map )
.bindPopup("The Westin Diplomat Resort & Spa <br> Checkins: 16890<br> <a href=\"http://www.diplomatresort.com\" target=\"_blank\">Website</a> ")
L
.marker([
27.778,
-82.629
])
.addTo( map )
.bindPopup("Vinoy Renaissance St. Petersburg Resort & Golf Club <br> Checkins: 9287<br> <a href=\"http://www.renhotels.com/\" target=\"_blank\">Website</a> ")
L
.marker([
27.939,
-82.455
])
.addTo( map )
.bindPopup("Jackson's Bistro <br> Checkins: 9815<br> <a href=\"http://www.jacksonsbistro.com\" target=\"_blank\">Website</a> ")
L
.marker([
27.774,
-82.622
])
.addTo( map )
.bindPopup("Columbia Restaurant <br> Checkins: 1406<br> <a href=\"http://www.columbiarestaurant.com\" target=\"_blank\">Website</a> ")
L
.marker([
27.941,
-82.325
])
.addTo( map )
.bindPopup("Olive Garden <br> Checkins: 4917<br> <a href=\"http://www.olivegarden.com/italian-restaurant/fl/brandon/1124/?cmpid=og_ll_google&cmpid=og_ll_%20foursquare\" target=\"_blank\">Website</a> ")
L
.marker([
28.078,
-82.508
])
.addTo( map )
.bindPopup("Brunchies <br> Checkins: 1559")
L
.marker([
28.069,
-82.577
])
.addTo( map )
.bindPopup("Westfield Citrus Park <br> Checkins: 28149<br> <a href=\"http://www.westfield.com\" target=\"_blank\">Website</a> ")
L
.marker([
27.965,
-82.521
])
.addTo( map )
.bindPopup("International Plaza <br> Checkins: 67213<br> <a href=\"http://www.shopinternationalplaza.com\" target=\"_blank\">Website</a> ")
L
.marker([
13.759,
100.5
])
.addTo( map )
.bindPopup("ถนนข้าวสาร (Khao San Road) <br> Checkins: 51791")
L
.marker([
13.754,
100.52
])
.addTo( map )
.bindPopup("Bobae Tower (โบ๊เบ๊ทาวเวอร์) <br> Checkins: 9271")
L
.marker([
13.746,
100.53
])
.addTo( map )
.bindPopup("Siam Paragon (สยามพารากอน) <br> Checkins: 985501<br> <a href=\"http://www.siamparagon.co.th\" target=\"_blank\">Website</a> ")
L
.marker([
1.3012,
103.86
])
.addTo( map )
.bindPopup("Arab Street <br> Checkins: 9107")
L
.marker([
1.3039,
103.83
])
.addTo( map )
.bindPopup("Wisma Atria <br> Checkins: 44784<br> <a href=\"http://www.wismaonline.com\" target=\"_blank\">Website</a> ")
L
.marker([
1.3059,
103.85
])
.addTo( map )
.bindPopup("Tekka Centre 竹脚中心 <br> Checkins: 12831")
L
.marker([
1.3043,
103.83
])
.addTo( map )
.bindPopup("Orchard MRT Station (NS22) <br> Checkins: 63625<br> <a href=\"http://www.smrt.com.sg\" target=\"_blank\">Website</a> ")
L
.marker([
1.2931,
103.85
])
.addTo( map )
.bindPopup("City Hall MRT Interchange (EW13/NS25) <br> Checkins: 94627<br> <a href=\"http://www.smrt.com.sg\" target=\"_blank\">Website</a> ")
L
.marker([
50.05,
8.572
])
.addTo( map )
.bindPopup("Frankfurt Airport (FRA) <br> Checkins: 294435<br> <a href=\"https://www.facebook.com/FrankfurtAirport\" target=\"_blank\">Website</a> ")
L
.marker([
1.2991,
103.85
])
.addTo( map )
.bindPopup("Dhoby Ghaut MRT Interchange (CC1/NE6/NS24) <br> Checkins: 120065<br> <a href=\"http://www.smrt.com.sg\" target=\"_blank\">Website</a> ")
L
.marker([
27.954,
-82.46
])
.addTo( map )
.bindPopup("Fly Bar & Restaurant <br> Checkins: 8325<br> <a href=\"http://www.flybarandrestaurant.com/tampa\" target=\"_blank\">Website</a> ")
L
.marker([
39.041,
-77.108
])
.addTo( map )
.bindPopup("Bloomingdale's <br> Checkins: 1216")
L
.marker([
39.153,
-76.724
])
.addTo( map )
.bindPopup("Potbelly Sandwich Shop <br> Checkins: 2946<br> <a href=\"http://www.potbelly.com/\" target=\"_blank\">Website</a> ")
L
.marker([
40.696,
-74.176
])
.addTo( map )
.bindPopup("Heineken Lounge <br> Checkins: 1729")
L
.marker([
40.757,
-73.989
])
.addTo( map )
.bindPopup("Starbucks <br> Checkins: 12595<br> <a href=\"http://www.starbucks.com\" target=\"_blank\">Website</a> ")
L
.marker([
1.3048,
103.83
])
.addTo( map )
.bindPopup("ION Orchard <br> Checkins: 276063<br> <a href=\"http://www.ionorchard.com\" target=\"_blank\">Website</a> ")
L
.marker([
28.078,
-82.507
])
.addTo( map )
.bindPopup("Starbucks <br> Checkins: 5725<br> <a href=\"http://www.starbucks.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.981,
-77.097
])
.addTo( map )
.bindPopup("Georgetown Cupcake <br> Checkins: 8490<br> <a href=\"http://georgetowncupcake.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.055,
-77.116
])
.addTo( map )
.bindPopup("Old Navy <br> Checkins: 1569<br> <a href=\"http://www.oldnavy.com\" target=\"_blank\">Website</a> ")
L
.marker([
1.3008,
103.85
])
.addTo( map )
.bindPopup("Sunshine Plaza <br> Checkins: 8429")
L
.marker([
1.3567,
103.99
])
.addTo( map )
.bindPopup("Changi International Airport (SIN) <br> Checkins: 395594<br> <a href=\"http://www.changiairport.com\" target=\"_blank\">Website</a> ")
L
.marker([
1.3013,
103.85
])
.addTo( map )
.bindPopup("ibis Hotel Singapore Bencoolen <br> Checkins: 10237<br> <a href=\"http://www.ibis.com/singaporebencoolen\" target=\"_blank\">Website</a> ")
L
.marker([
55.95,
-3.1883
])
.addTo( map )
.bindPopup("Starbucks <br> Checkins: 3938<br> <a href=\"http://starbucks.co.uk\" target=\"_blank\">Website</a> ")
L
.marker([
13.746,
100.53
])
.addTo( map )
.bindPopup("Paragon Cineplex (พารากอน ซีนีเพล็กซ์) <br> Checkins: 97450")
L
.marker([
39.038,
-77.057
])
.addTo( map )
.bindPopup("Baja Fresh Mexican Grill <br> Checkins: 752<br> <a href=\"http://www.bajafresh.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.064,
-77.125
])
.addTo( map )
.bindPopup("Hooters <br> Checkins: 4791<br> <a href=\"http://www.hooters.com\" target=\"_blank\">Website</a> ")
L
.marker([
44.525,
-68.394
])
.addTo( map )
.bindPopup("Walmart Supercenter <br> Checkins: 3747<br> <a href=\"http://https://www.facebook.com/walmart\" target=\"_blank\">Website</a> ")
L
.marker([
38.919,
-77.22
])
.addTo( map )
.bindPopup("Philadelphia Cheesesteak Factory <br> Checkins: 338<br> <a href=\"http://www.phillysteakfactory.com\" target=\"_blank\">Website</a> ")
L
.marker([
1.2923,
103.85
])
.addTo( map )
.bindPopup("Peninsula Plaza <br> Checkins: 12565")
L
.marker([
39.042,
-77.048
])
.addTo( map )
.bindPopup("Ruan Thai <br> Checkins: 777<br> <a href=\"http://www.ruanthaiwheaton.com\" target=\"_blank\">Website</a> ")
L
.marker([
28.086,
-82.506
])
.addTo( map )
.bindPopup("Ross <br> Checkins: 987")
L
.marker([
39.041,
-77.053
])
.addTo( map )
.bindPopup("El Pollo Rico <br> Checkins: 1183")
L
.marker([
35.443,
-80.896
])
.addTo( map )
.bindPopup("Harris Teeter <br> Checkins: 2144<br> <a href=\"http://www.harristeeter.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.026,
-77.127
])
.addTo( map )
.bindPopup("Chipotle Mexican Grill <br> Checkins: 3142<br> <a href=\"http://www.chipotle.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.097,
-77.192
])
.addTo( map )
.bindPopup("Wingstop <br> Checkins: 1495<br> <a href=\"http://www.wingstop.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.981,
-77.093
])
.addTo( map )
.bindPopup("Starbucks <br> Checkins: 6471<br> <a href=\"http://www.starbucks.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.077,
-77.08
])
.addTo( map )
.bindPopup("Chipotle Mexican Grill <br> Checkins: 2301<br> <a href=\"http://www.chipotle.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.043,
-77.051
])
.addTo( map )
.bindPopup("Woomi Garden <br> Checkins: 746")
L
.marker([
24.553,
-81.801
])
.addTo( map )
.bindPopup("801 Bourbon Street Pub <br> Checkins: 10583<br> <a href=\"http://www.801bourbon.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.021,
-76.928
])
.addTo( map )
.bindPopup("IKEA <br> Checkins: 30514<br> <a href=\"http://www.ikea.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.302,
-76.548
])
.addTo( map )
.bindPopup("Chaps Pit Beef <br> Checkins: 5333<br> <a href=\"http://www.chapspitbeef.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.086,
-77.077
])
.addTo( map )
.bindPopup("Kmart <br> Checkins: 844<br> <a href=\"http://www.kmart.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.083,
-77.081
])
.addTo( map )
.bindPopup("The Home Depot <br> Checkins: 3499<br> <a href=\"http://www.homedepot.com/StoreFinder/directions.jsp?storeId=2558\" target=\"_blank\">Website</a> ")
L
.marker([
39.052,
-77.05
])
.addTo( map )
.bindPopup("H-Mart <br> Checkins: 1844")
L
.marker([
38.996,
-77.03
])
.addTo( map )
.bindPopup("Mi Rancho <br> Checkins: 2701<br> <a href=\"http://www.miranchotexmexrestaurant.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.056,
-77.117
])
.addTo( map )
.bindPopup("Tara Thai <br> Checkins: 1087")
L
.marker([
38.981,
-77.093
])
.addTo( map )
.bindPopup("Vace Italian Delicatessen & Homemade Pasta <br> Checkins: 726<br> <a href=\"http://www.vaceitaliandeli.com\" target=\"_blank\">Website</a> ")
L
.marker([
35.444,
-80.88
])
.addTo( map )
.bindPopup("Total Wine & More <br> Checkins: 1453<br> <a href=\"http://www.totalwine.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.087,
-76.861
])
.addTo( map )
.bindPopup("Lowe's Home Improvement <br> Checkins: 1513<br> <a href=\"http://www.lowes.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.155,
-76.733
])
.addTo( map )
.bindPopup("Walmart <br> Checkins: 6002<br> <a href=\"http://https://www.facebook.com/walmart\" target=\"_blank\">Website</a> ")
L
.marker([
1.2802,
103.84
])
.addTo( map )
.bindPopup("Maxwell Food Centre <br> Checkins: 34751")
L
.marker([
1.3013,
103.86
])
.addTo( map )
.bindPopup("Raffles Hospital <br> Checkins: 13659<br> <a href=\"http://www.raffleshospital.com\" target=\"_blank\">Website</a> ")
L
.marker([
1.3006,
103.86
])
.addTo( map )
.bindPopup("Bugis MRT Interchange (EW12/DT14) <br> Checkins: 63652<br> <a href=\"http://www.smrt.com.sg\" target=\"_blank\">Website</a> ")
L
.marker([
39.045,
-77.107
])
.addTo( map )
.bindPopup("Hiro Sushi <br> Checkins: 513")
L
.marker([
39.117,
-77.206
])
.addTo( map )
.bindPopup("Taco Bar <br> Checkins: 2162<br> <a href=\"http://www.tacobarwashingtonian.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.042,
-77.107
])
.addTo( map )
.bindPopup("White Flint Mall <br> Checkins: 8742<br> <a href=\"http://www.coach.com\" target=\"_blank\">Website</a> ")
L
.marker([
1.3006,
103.86
])
.addTo( map )
.bindPopup("Cafe Le Caire <br> Checkins: 4009")
L
.marker([
35.446,
-80.878
])
.addTo( map )
.bindPopup("Regal Birkdale Stadium 16 <br> Checkins: 5094<br> <a href=\"https://www.facebook.com/RegalEntertainmentGroup\" target=\"_blank\">Website</a> ")
L
.marker([
39.032,
-76.909
])
.addTo( map )
.bindPopup("Costco Wholesale <br> Checkins: 5243<br> <a href=\"http://costco.com\" target=\"_blank\">Website</a> ")
L
.marker([
1.2988,
103.84
])
.addTo( map )
.bindPopup("Killiney Kopitiam <br> Checkins: 4193")
L
.marker([
39.055,
-77.116
])
.addTo( map )
.bindPopup("Giant <br> Checkins: 4664<br> <a href=\"http://www.giantfood.com\" target=\"_blank\">Website</a> ")
L
.marker([
1.3038,
103.83
])
.addTo( map )
.bindPopup("Thye Hong Hokkien Mee (Food Republic) <br> Checkins: 236")
L
.marker([
39.05,
-77.117
])
.addTo( map )
.bindPopup("Chipotle Mexican Grill <br> Checkins: 2410<br> <a href=\"http://www.chipotle.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.057,
-77.126
])
.addTo( map )
.bindPopup("Micro Center <br> Checkins: 3665")
L
.marker([
39.086,
-77.151
])
.addTo( map )
.bindPopup("Buffalo Wild Wings <br> Checkins: 7123<br> <a href=\"http://www.buffalowildwings.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.037,
-77.055
])
.addTo( map )
.bindPopup("Westfield Wheaton <br> Checkins: 14591<br> <a href=\"http://www.westfield.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.044,
-77.112
])
.addTo( map )
.bindPopup("Chili's Grill & Bar <br> Checkins: 3093<br> <a href=\"http://connect.chilis.com\" target=\"_blank\">Website</a> ")
L
.marker([
35.081,
-106.62
])
.addTo( map )
.bindPopup("Frontier Restaurant <br> Checkins: 11074")
L
.marker([
39.038,
-77.058
])
.addTo( map )
.bindPopup("Giant <br> Checkins: 3504")
L
.marker([
24.56,
-81.806
])
.addTo( map )
.bindPopup("Hog's Breath Saloon <br> Checkins: 11258<br> <a href=\"http://hogsbreath.com/keywest/\" target=\"_blank\">Website</a> ")
L
.marker([
36.127,
-115.17
])
.addTo( map )
.bindPopup("The Buffet at Wynn Las Vegas <br> Checkins: 13858<br> <a href=\"http://www.wynnlasvegas.com/Restaurants/\" target=\"_blank\">Website</a> ")
L
.marker([
38.71,
-77.086
])
.addTo( map )
.bindPopup("George Washington's Mount Vernon Estate, Museum & Gardens <br> Checkins: 12710<br> <a href=\"http://www.mountvernon.org\" target=\"_blank\">Website</a> ")
L
.marker([
24.556,
-81.803
])
.addTo( map )
.bindPopup("Margaritaville <br> Checkins: 9469<br> <a href=\"http://www.margaritaville.com/\" target=\"_blank\">Website</a> ")
L
.marker([
38.961,
-77.085
])
.addTo( map )
.bindPopup("Embassy Suites <br> Checkins: 1758<br> <a href=\"http://www.embassysuites.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.041,
-77.054
])
.addTo( map )
.bindPopup("Ledo Pizza- Wheaton <br> Checkins: 585<br> <a href=\"http://ledopizza.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.042,
-77.049
])
.addTo( map )
.bindPopup("Full Key Restaurant <br> Checkins: 635<br> <a href=\"http://www.fullkeedc.com\" target=\"_blank\">Website</a> ")
L
.marker([
37.759,
-77.47
])
.addTo( map )
.bindPopup("Starbucks <br> Checkins: 2992<br> <a href=\"http://www.starbucks.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.048,
-77.102
])
.addTo( map )
.bindPopup("Pho Hoa Binh <br> Checkins: 1027<br> <a href=\"http://phohoabinh.net\" target=\"_blank\">Website</a> ")
L
.marker([
24.547,
-81.797
])
.addTo( map )
.bindPopup("Southernmost Point Continental USA <br> Checkins: 15105<br> <a href=\"http://southernmostpointusa.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.039,
-77.055
])
.addTo( map )
.bindPopup("CVS/pharmacy <br> Checkins: 485<br> <a href=\"http://www.cvs.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.059,
-77.124
])
.addTo( map )
.bindPopup("US Post Office <br> Checkins: 734")
L
.marker([
38.982,
-77.096
])
.addTo( map )
.bindPopup("Potbelly Sandwich Shop <br> Checkins: 1952<br> <a href=\"http://www.potbelly.com/\" target=\"_blank\">Website</a> ")
L
.marker([
28.371,
-81.522
])
.addTo( map )
.bindPopup("House of Blues <br> Checkins: 34942<br> <a href=\"http://www.houseofblues.com/orlando\" target=\"_blank\">Website</a> ")
L
.marker([
39.08,
-77.079
])
.addTo( map )
.bindPopup("Giant <br> Checkins: 2646<br> <a href=\"http://www.giantfood.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.029,
-77.104
])
.addTo( map )
.bindPopup("Grosvenor-Strathmore Metro Station <br> Checkins: 17647<br> <a href=\"http://www.wmata.com\" target=\"_blank\">Website</a> ")
L
.marker([
24.558,
-81.804
])
.addTo( map )
.bindPopup("Fat Tuesday <br> Checkins: 9335<br> <a href=\"http://www.fattuesdaykeywest.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.042,
-77.05
])
.addTo( map )
.bindPopup("Shalom Strictly Kosher (Bakery Production Facility) <br> Checkins: 813")
L
.marker([
39.045,
-77.113
])
.addTo( map )
.bindPopup("Stella's Bakery <br> Checkins: 433<br> <a href=\"http://www.stellasbakeryonline.com\" target=\"_blank\">Website</a> ")
L
.marker([
24.547,
-81.796
])
.addTo( map )
.bindPopup("Southernmost Beach Cafe <br> Checkins: 5156<br> <a href=\"https://www.facebook.com/pages/Southernmost-Beach-Cafe/372418418310?fref=ts\" target=\"_blank\">Website</a> ")
L
.marker([
24.552,
-81.803
])
.addTo( map )
.bindPopup("Blue Heaven <br> Checkins: 8366<br> <a href=\"http://blueheavenkw.com\" target=\"_blank\">Website</a> ")
L
.marker([
33.641,
-84.436
])
.addTo( map )
.bindPopup("Café Intermezzo <br> Checkins: 7449")
L
.marker([
39.285,
-76.601
])
.addTo( map )
.bindPopup("Cafe Gia Ristorante <br> Checkins: 722<br> <a href=\"http://cafegias.com\" target=\"_blank\">Website</a> ")
L
.marker([
33.999,
-81.018
])
.addTo( map )
.bindPopup("The Salty Nut Cafe <br> Checkins: 3325<br> <a href=\"http://www.saltynut.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.041,
-77.051
])
.addTo( map )
.bindPopup("Dusit Thai Cusine <br> Checkins: 97<br> <a href=\"http://xanga.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.936,
-77.058
])
.addTo( map )
.bindPopup("YogiBerry <br> Checkins: 1553<br> <a href=\"http://www.yogiberry.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.375,
-75.072
])
.addTo( map )
.bindPopup("Seacrets <br> Checkins: 24764<br> <a href=\"http://seacrets.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.188,
-76.796
])
.addTo( map )
.bindPopup("The Perfect Pour <br> Checkins: 3485<br> <a href=\"http://www.perfectpourcolumbia.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.068,
-77.13
])
.addTo( map )
.bindPopup("Crisp & Juicy Chicken <br> Checkins: 1292<br> <a href=\"http://crispjuicy.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.151,
-77.213
])
.addTo( map )
.bindPopup("Sam's Club <br> Checkins: 3280<br> <a href=\"http://www3.samsclub.com/clublocator/club_detail.aspx?myClub=6653\" target=\"_blank\">Website</a> ")
L
.marker([
39.024,
-77.146
])
.addTo( map )
.bindPopup("Gap <br> Checkins: 904<br> <a href=\"http://gap.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.917,
-77.219
])
.addTo( map )
.bindPopup("Urban Outfitters <br> Checkins: 2537<br> <a href=\"http://www.urbanoutfitters.com/urban/index.jsp\" target=\"_blank\">Website</a> ")
L
.marker([
38.996,
-77.026
])
.addTo( map )
.bindPopup("Chipotle Mexican Grill <br> Checkins: 4031<br> <a href=\"http://www.chipotle.com\" target=\"_blank\">Website</a> ")
L
.marker([
28.69,
-81.392
])
.addTo( map )
.bindPopup("Kobe Japanese Steakhouse & Sushi Bar <br> Checkins: 2432<br> <a href=\"https://www.facebook.com/KobeJapaneseSteakhouse\" target=\"_blank\">Website</a> ")
L
.marker([
38.956,
-77.193
])
.addTo( map )
.bindPopup("I-495 (Capital Beltway) <br> Checkins: 41141")
L
.marker([
13.729,
100.53
])
.addTo( map )
.bindPopup("BTS ศาลาแดง (Sala Daeng) S2 <br> Checkins: 76230<br> <a href=\"http://www.bts.co.th\" target=\"_blank\">Website</a> ")
L
.marker([
25.092,
-80.444
])
.addTo( map )
.bindPopup("Mrs. Mac's Kitchen <br> Checkins: 2369<br> <a href=\"http://mrsmacskitchen.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.992,
-77.027
])
.addTo( map )
.bindPopup("Abyssinia Ethiopian Restaurant <br> Checkins: 193")
L
.marker([
44.39,
-68.206
])
.addTo( map )
.bindPopup("Thirsty Whale <br> Checkins: 1329<br> <a href=\"http://www.thirstywhaletavern.com\" target=\"_blank\">Website</a> ")
L
.marker([
32.138,
-81.244
])
.addTo( map )
.bindPopup("Sam's Club <br> Checkins: 3153<br> <a href=\"http://www3.samsclub.com/clublocator/club_detail.aspx?myClub=4820\" target=\"_blank\">Website</a> ")
L
.marker([
13.726,
100.55
])
.addTo( map )
.bindPopup("MRT ลุมพินี (Lumphini) LUM <br> Checkins: 19721<br> <a href=\"http://www.bangkokmetro.co.th\" target=\"_blank\">Website</a> ")
L
.marker([
39.044,
-77.105
])
.addTo( map )
.bindPopup("PetSmart <br> Checkins: 1340<br> <a href=\"http://www.petsmart.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.04,
-77.049
])
.addTo( map )
.bindPopup("Nava Thai <br> Checkins: 1216<br> <a href=\"http://navathai.food.officelive.com\" target=\"_blank\">Website</a> ")
L
.marker([
29.621,
-82.374
])
.addTo( map )
.bindPopup("Indian Cuisine <br> Checkins: 525")
L
.marker([
13.425,
99.955
])
.addTo( map )
.bindPopup("ตลาดน้ำอัมพวา (Amphawa Floating Market) <br> Checkins: 40261")
L
.marker([
33.945,
-81.125
])
.addTo( map )
.bindPopup("Columbia Metropolitan Airport (CAE) <br> Checkins: 23824")
L
.marker([
39.024,
-77.146
])
.addTo( map )
.bindPopup("Caribou Coffee <br> Checkins: 781<br> <a href=\"http://www.cariboucoffee.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.025,
-77.146
])
.addTo( map )
.bindPopup("Chick-fil-A <br> Checkins: 1682<br> <a href=\"http://www.chick-fil-a.com/westfieldmontgomery\" target=\"_blank\">Website</a> ")
L
.marker([
35.135,
-106.61
])
.addTo( map )
.bindPopup("REI <br> Checkins: 1969<br> <a href=\"http://www.rei.com\" target=\"_blank\">Website</a> ")
L
.marker([
33.991,
-81.029
])
.addTo( map )
.bindPopup("California Dreaming <br> Checkins: 4562<br> <a href=\"http://californiadreaming.co/locations/columbia-south-carolina/\" target=\"_blank\">Website</a> ")
L
.marker([
39.044,
-77.105
])
.addTo( map )
.bindPopup("Rodman's Discount Gourmet <br> Checkins: 698")
L
.marker([
35.13,
-106.55
])
.addTo( map )
.bindPopup("Taco Cabana <br> Checkins: 1020<br> <a href=\"http://www.tacocabana.com/locato\" target=\"_blank\">Website</a> ")
L
.marker([
39.082,
-77.077
])
.addTo( map )
.bindPopup("Michaels <br> Checkins: 970<br> <a href=\"http://www.michaels.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.978,
-77.091
])
.addTo( map )
.bindPopup("PetSmart <br> Checkins: 1597<br> <a href=\"http://www.petsmart.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.125,
-77.174
])
.addTo( map )
.bindPopup("The Great Indoors <br> Checkins: 382")
L
.marker([
34,
-81.039
])
.addTo( map )
.bindPopup("Blue Marlin <br> Checkins: 2735<br> <a href=\"http://www.bluemarlincolumbia.com\" target=\"_blank\">Website</a> ")
L
.marker([
27.172,
78.042
])
.addTo( map )
.bindPopup("Taj Mahal | ताज महल | تاج محل <br> Checkins: 8879")
L
.marker([
38.898,
-77.032
])
.addTo( map )
.bindPopup("Starbucks <br> Checkins: 4963<br> <a href=\"http://www.starbucks.com\" target=\"_blank\">Website</a> ")
L
.marker([
24.551,
-81.801
])
.addTo( map )
.bindPopup("Ernest Hemingway Home & Museum <br> Checkins: 8611<br> <a href=\"http://www.hemingwayhome.com\" target=\"_blank\">Website</a> ")
L
.marker([
34,
-81.041
])
.addTo( map )
.bindPopup("Carolina Ale House <br> Checkins: 7908")
L
.marker([
39.072,
-77.132
])
.addTo( map )
.bindPopup("Taco Bell <br> Checkins: 1385<br> <a href=\"http://www.tacobell.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.888,
-77.027
])
.addTo( map )
.bindPopup("Freer Gallery of Art <br> Checkins: 4734<br> <a href=\"http://asia.si.edu\" target=\"_blank\">Website</a> ")
L
.marker([
34.07,
-83.913
])
.addTo( map )
.bindPopup("Starbucks <br> Checkins: 6124<br> <a href=\"http://www.starbucks.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.187,
-76.795
])
.addTo( map )
.bindPopup("Costco Gas <br> Checkins: 4998")
L
.marker([
39.033,
-77.074
])
.addTo( map )
.bindPopup("Donut King <br> Checkins: 409<br> <a href=\"http://www.donutking.net\" target=\"_blank\">Website</a> ")
L
.marker([
33.997,
-81.033
])
.addTo( map )
.bindPopup("CVS/pharmacy <br> Checkins: 3349<br> <a href=\"http://www.cvs.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.028,
-77.077
])
.addTo( map )
.bindPopup("Continental Pizza & Subs <br> Checkins: 991")
L
.marker([
35.088,
-106.66
])
.addTo( map )
.bindPopup("Dog House Drive In <br> Checkins: 723")
L
.marker([
33.994,
-81.031
])
.addTo( map )
.bindPopup("Al-Amir <br> Checkins: 1238")
L
.marker([
39.131,
-77.168
])
.addTo( map )
.bindPopup("Giant <br> Checkins: 1689")
L
.marker([
24.669,
-81.387
])
.addTo( map )
.bindPopup("Parrotdise Waterfront Bar & Grille <br> Checkins: 168<br> <a href=\"http://www.parrotdisewaterfront.com\" target=\"_blank\">Website</a> ")
L
.marker([
13.407,
99.999
])
.addTo( map )
.bindPopup("ตลาดร่มหุบ (Meklong Market) <br> Checkins: 11121")
L
.marker([
38.922,
-77.073
])
.addTo( map )
.bindPopup("Old Europe <br> Checkins: 818<br> <a href=\"http://www.old-europe.com\" target=\"_blank\">Website</a> ")
L
.marker([
37.612,
-77.346
])
.addTo( map )
.bindPopup("Mexico Restaurant <br> Checkins: 2033")
L
.marker([
39.057,
-77.123
])
.addTo( map )
.bindPopup("Ross Dress For Less <br> Checkins: 501")
L
.marker([
38.917,
-77.219
])
.addTo( map )
.bindPopup("Old Navy <br> Checkins: 2430<br> <a href=\"http://www.oldnavy.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.043,
-77.052
])
.addTo( map )
.bindPopup("Shell <br> Checkins: 280<br> <a href=\"http://www.shell.us/ontheroad\" target=\"_blank\">Website</a> ")
L
.marker([
39.043,
-77.052
])
.addTo( map )
.bindPopup("Los Chorros Mexican and El Salvadorian Cuisine <br> Checkins: 296")
L
.marker([
38.404,
-78.755
])
.addTo( map )
.bindPopup("Massanutten Ski Lodge <br> Checkins: 1654")
L
.marker([
39.041,
-77.053
])
.addTo( map )
.bindPopup("IHOP <br> Checkins: 1022<br> <a href=\"http://www.ihop.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.045,
-77.112
])
.addTo( map )
.bindPopup("Staples <br> Checkins: 750<br> <a href=\"http://storelocator.staples.com/stores/en_US/MD/Rockville/0026?cmpid=st_ll_goo&cid=LS:RETAIL:Y\" target=\"_blank\">Website</a> ")
L
.marker([
39.057,
-77.082
])
.addTo( map )
.bindPopup("Korean Korner <br> Checkins: 1002")
L
.marker([
39.038,
-77.057
])
.addTo( map )
.bindPopup("Starbucks <br> Checkins: 3081<br> <a href=\"http://www.starbucks.com\" target=\"_blank\">Website</a> ")
L
.marker([
13.713,
100.48
])
.addTo( map )
.bindPopup("The Mall Thapra (เดอะมอลล์ ท่าพระ) <br> Checkins: 60615<br> <a href=\"http://www.themalldepartmentstore.com\" target=\"_blank\">Website</a> ")
L
.marker([
34.241,
-77.872
])
.addTo( map )
.bindPopup("Courtyard By Marriott Wilmington/Wrightsville Beach <br> Checkins: 1220")
L
.marker([
39.056,
-77.084
])
.addTo( map )
.bindPopup("Rodman's <br> Checkins: 590")
L
.marker([
35.444,
-80.879
])
.addTo( map )
.bindPopup("Beauty Brands <br> Checkins: 333")
L
.marker([
38.936,
-77.058
])
.addTo( map )
.bindPopup("Petco <br> Checkins: 1482<br> <a href=\"http://www.petco.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.156,
-76.73
])
.addTo( map )
.bindPopup("Costco Wholesale <br> Checkins: 6076<br> <a href=\"http://costco.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.028,
-77.077
])
.addTo( map )
.bindPopup("Fast Track Urgent Care <br> Checkins: 212")
L
.marker([
38.997,
-77.024
])
.addTo( map )
.bindPopup("Ace Hardware <br> Checkins: 1000<br> <a href=\"http://www.acehardware.com/mystore/index.jsp?store=15622&cid=localstore15622\" target=\"_blank\">Website</a> ")
L
.marker([
38.905,
-77.067
])
.addTo( map )
.bindPopup("Kafè Leopold <br> Checkins: 7480<br> <a href=\"http://www.kafeleopolds.com\" target=\"_blank\">Website</a> ")
L
.marker([
24.558,
-81.804
])
.addTo( map )
.bindPopup("Caroline's Cafe <br> Checkins: 4479<br> <a href=\"http://www.carolineskeywest.com\" target=\"_blank\">Website</a> ")
L
.marker([
33.997,
-81.032
])
.addTo( map )
.bindPopup("Sandy's Famous Hot Dogs <br> Checkins: 594")
L
.marker([
38.448,
-78.869
])
.addTo( map )
.bindPopup("Clementine Cafe <br> Checkins: 2745<br> <a href=\"http://www.clementinecafe.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.918,
-77.22
])
.addTo( map )
.bindPopup("Grill Kabob <br> Checkins: 440")
L
.marker([
35.107,
-106.6
])
.addTo( map )
.bindPopup("Rudy's Country Store & Bar-B-Q <br> Checkins: 2242<br> <a href=\"http://www.rudys.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.131,
-77.167
])
.addTo( map )
.bindPopup("Red Hot & Blue <br> Checkins: 800<br> <a href=\"http://redhotandblue.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.889,
-77.045
])
.addTo( map )
.bindPopup("Lincoln Memorial Reflecting Pool <br> Checkins: 16975<br> <a href=\"http://www.nps.gov/nama/planyourvisit/lincoln-memorial-reflecting-pool.htm\" target=\"_blank\">Website</a> ")
L
.marker([
43.647,
-72.335
])
.addTo( map )
.bindPopup("The Station Market <br> Checkins: 241")
L
.marker([
39.041,
-76.99
])
.addTo( map )
.bindPopup("White Oak Bowling Lanes <br> Checkins: 858<br> <a href=\"http://whiteoaklanes.com\" target=\"_blank\">Website</a> ")
L
.marker([
34.001,
-81.017
])
.addTo( map )
.bindPopup("Pawley's Front Porch <br> Checkins: 6736<br> <a href=\"http://www.pawleys5pts.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.966,
-77.446
])
.addTo( map )
.bindPopup("Long term parking Blue Lot <br> Checkins: 188")
L
.marker([
34.217,
-77.813
])
.addTo( map )
.bindPopup("Bluewater Grill <br> Checkins: 3725<br> <a href=\"http://www.bluewaterdining.com\" target=\"_blank\">Website</a> ")
L
.marker([
28.097,
-82.501
])
.addTo( map )
.bindPopup("Sam's Club <br> Checkins: 5638<br> <a href=\"http://www3.samsclub.com/clublocator/club_detail.aspx?myClub=6401\" target=\"_blank\">Website</a> ")
L
.marker([
38.999,
-77.004
])
.addTo( map )
.bindPopup("El Golfo Restaurant <br> Checkins: 336")
L
.marker([
25.988,
-80.142
])
.addTo( map )
.bindPopup("Eddie Hill's Sushi & Thai <br> Checkins: 1471<br> <a href=\"http://www.eddiehills.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.983,
-77.093
])
.addTo( map )
.bindPopup("Residence Inn by Marriott Bethesda Downtown <br> Checkins: 1226<br> <a href=\"http://www.residenceinnbethesdahotel.com/?src=foursquareinfo\" target=\"_blank\">Website</a> ")
L
.marker([
39.041,
-77.053
])
.addTo( map )
.bindPopup("Elbe's Beer & Wine <br> Checkins: 327")
L
.marker([
39.028,
-77.076
])
.addTo( map )
.bindPopup("Shell <br> Checkins: 320<br> <a href=\"http://www.shell.us/ontheroad\" target=\"_blank\">Website</a> ")
L
.marker([
38.849,
-77.133
])
.addTo( map )
.bindPopup("German Gourmet <br> Checkins: 748<br> <a href=\"http://german-gourmet.com\" target=\"_blank\">Website</a> ")
L
.marker([
36.116,
-115.17
])
.addTo( map )
.bindPopup("The Las Vegas Strip <br> Checkins: 65533")
L
.marker([
39.063,
-77.127
])
.addTo( map )
.bindPopup("Baja Fresh Mexican Grill <br> Checkins: 1252<br> <a href=\"http://www.bajafresh.com\" target=\"_blank\">Website</a> ")
L
.marker([
34.177,
-81.324
])
.addTo( map )
.bindPopup("BP <br> Checkins: 515<br> <a href=\"http://mybpstation.com\" target=\"_blank\">Website</a> ")
L
.marker([
37.613,
-77.355
])
.addTo( map )
.bindPopup("Walmart Supercenter <br> Checkins: 6125<br> <a href=\"http://https://www.facebook.com/walmart\" target=\"_blank\">Website</a> ")
L
.marker([
38.904,
-77.061
])
.addTo( map )
.bindPopup("Il Canale <br> Checkins: 3256<br> <a href=\"http://ilcanaledc.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.046,
-77.113
])
.addTo( map )
.bindPopup("FedEx Office Print & Ship Center <br> Checkins: 640<br> <a href=\"http://www.fedex.com/office\" target=\"_blank\">Website</a> ")
L
.marker([
38.989,
-77.027
])
.addTo( map )
.bindPopup("Moorenko's Ice Cream <br> Checkins: 1001<br> <a href=\"http://www.moorenkosicecream.com\" target=\"_blank\">Website</a> ")
L
.marker([
30.697,
-81.678
])
.addTo( map )
.bindPopup("Florida Welcome Center (I-95) <br> Checkins: 12566<br> <a href=\"http://www.VISITFLORIDA.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.982,
-77.098
])
.addTo( map )
.bindPopup("Le Pain Quotidien <br> Checkins: 2098<br> <a href=\"http://www.lepainquotidien.com\" target=\"_blank\">Website</a> ")
L
.marker([
25.777,
-80.133
])
.addTo( map )
.bindPopup("Puerto Sagua Restaurant <br> Checkins: 9894")
L
.marker([
39.046,
-77.104
])
.addTo( map )
.bindPopup("Far East Restaurant <br> Checkins: 770")
L
.marker([
27.713,
-82.337
])
.addTo( map )
.bindPopup("McDonald's <br> Checkins: 371<br> <a href=\"http://McDonalds.com\" target=\"_blank\">Website</a> ")
L
.marker([
13.727,
100.54
])
.addTo( map )
.bindPopup("North East (นอร์ทอีสท์ไทยอีสาน) <br> Checkins: 2399")
L
.marker([
38.918,
-77.22
])
.addTo( map )
.bindPopup("West Elm <br> Checkins: 993<br> <a href=\"http://www.westelm.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.037,
-77.051
])
.addTo( map )
.bindPopup("LA Fitness <br> Checkins: 4958<br> <a href=\"http://www.lafitness.com\" target=\"_blank\">Website</a> ")
L
.marker([
35.041,
-106.63
])
.addTo( map )
.bindPopup("Enterprise Rent-A-Car <br> Checkins: 515<br> <a href=\"http://www.enterprise.com\" target=\"_blank\">Website</a> ")
L
.marker([
33.991,
-81.04
])
.addTo( map )
.bindPopup("Palmetto Pig <br> Checkins: 842<br> <a href=\"http://www.palmettopig.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.993,
-77.032
])
.addTo( map )
.bindPopup("Mamma Lucia <br> Checkins: 1377")
L
.marker([
1.299,
103.86
])
.addTo( map )
.bindPopup("Toast Box <br> Checkins: 3640")
L
.marker([
39.049,
-77.114
])
.addTo( map )
.bindPopup("Arby's <br> Checkins: 732<br> <a href=\"http://www.Arbys.com\" target=\"_blank\">Website</a> ")
L
.marker([
27.935,
-82.31
])
.addTo( map )
.bindPopup("Meet The Baby <br> Checkins: 57")
L
.marker([
30.744,
-81.654
])
.addTo( map )
.bindPopup("Florida / Georgia State Line <br> Checkins: 33077")
L
.marker([
38.994,
-77.027
])
.addTo( map )
.bindPopup("Piratz Tavern <br> Checkins: 2998<br> <a href=\"http://www.piratztavern.com\" target=\"_blank\">Website</a> ")
L
.marker([
35.465,
-80.59
])
.addTo( map )
.bindPopup("Steak 'n Shake <br> Checkins: 1165<br> <a href=\"http://www.steaknshake.com/locations/23865-steak-n-shake-spider-drive-kannapolis\" target=\"_blank\">Website</a> ")
L
.marker([
27.715,
-82.375
])
.addTo( map )
.bindPopup("Old Castle Tavern <br> Checkins: 200")
L
.marker([
28.043,
-82.592
])
.addTo( map )
.bindPopup("Blend Lounge <br> Checkins: 2100")
L
.marker([
28.091,
-82.503
])
.addTo( map )
.bindPopup("Sonny's BBQ <br> Checkins: 1220<br> <a href=\"http://www.sonnysbbq.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.04,
-77.055
])
.addTo( map )
.bindPopup("Nick's Diner <br> Checkins: 738")
L
.marker([
38.784,
-77.653
])
.addTo( map )
.bindPopup("Wegmans <br> Checkins: 11705<br> <a href=\"http://www.wegmans.com/\" target=\"_blank\">Website</a> ")
L
.marker([
33.945,
-81.125
])
.addTo( map )
.bindPopup("Riverbanks Bar And Grill <br> Checkins: 481")
L
.marker([
38.659,
-77.251
])
.addTo( map )
.bindPopup("Dixie Bones BBQ <br> Checkins: 1684<br> <a href=\"http://www.dixiebones.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.04,
-77.057
])
.addTo( map )
.bindPopup("McDonald's <br> Checkins: 823<br> <a href=\"http://www.mcdonalds.com\" target=\"_blank\">Website</a> ")
L
.marker([
15.812,
102.02
])
.addTo( map )
.bindPopup("Tesco Lotus (เทสโก้ โลตัส) <br> Checkins: 1271<br> <a href=\"http://www.tescolotus.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.084,
-77.15
])
.addTo( map )
.bindPopup("Montgomery County Judicial Center <br> Checkins: 1354")
L
.marker([
1.2918,
103.85
])
.addTo( map )
.bindPopup("Peninsula Shopping Centre <br> Checkins: 3811")
L
.marker([
26.011,
-80.145
])
.addTo( map )
.bindPopup("Mauro's Pizza <br> Checkins: 1400")
L
.marker([
39.04,
-77.051
])
.addTo( map )
.bindPopup("Paul Kee Restaurant <br> Checkins: 416")
L
.marker([
39.095,
-77.152
])
.addTo( map )
.bindPopup("Driven Dynamics Window Tinting <br> Checkins: 32")
L
.marker([
28.083,
-82.542
])
.addTo( map )
.bindPopup("Publix Super Market at Carrollwood Square <br> Checkins: 3296<br> <a href=\"http://www.publix.com\" target=\"_blank\">Website</a> ")
L
.marker([
27.886,
-82.67
])
.addTo( map )
.bindPopup("St. Petersburg Marriott Clearwater <br> Checkins: 2913<br> <a href=\"http://www.marriott.com/hotels/travel/tpasb-st.-petersburg-marriott-clearwater/\" target=\"_blank\">Website</a> ")
L
.marker([
39.047,
-77.112
])
.addTo( map )
.bindPopup("US Nuclear Regulatory Commission HQ <br> Checkins: 4948")
L
.marker([
39.023,
-76.926
])
.addTo( map )
.bindPopup("Potbelly Sandwich Shop <br> Checkins: 2011<br> <a href=\"http://www.potbelly.com/\" target=\"_blank\">Website</a> ")
L
.marker([
39.05,
-77.114
])
.addTo( map )
.bindPopup("Starbucks <br> Checkins: 3160<br> <a href=\"http://www.starbucks.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.077,
-76.869
])
.addTo( map )
.bindPopup("Starbucks <br> Checkins: 2948<br> <a href=\"http://www.starbucks.com\" target=\"_blank\">Website</a> ")
L
.marker([
27.771,
-82.771
])
.addTo( map )
.bindPopup("Middle Grounds Grill <br> Checkins: 1394<br> <a href=\"http://www.middlegroundsgrill.com\" target=\"_blank\">Website</a> ")
L
.marker([
24.67,
-81.355
])
.addTo( map )
.bindPopup("Big Pine Key <br> Checkins: 3074")
L
.marker([
39.999,
-79.046
])
.addTo( map )
.bindPopup("South Somerset Service Plaza <br> Checkins: 13736<br> <a href=\"http://www.paturnpike.com/geninfo/srvcplaza/south_somerset.aspx\" target=\"_blank\">Website</a> ")
L
.marker([
39.11,
-76.996
])
.addTo( map )
.bindPopup("Kabob n Karahi <br> Checkins: 499<br> <a href=\"http://www.kabobnkarahi.com\" target=\"_blank\">Website</a> ")
L
.marker([
27.78,
-82.423
])
.addTo( map )
.bindPopup("Circles Waterfront Dining <br> Checkins: 1939<br> <a href=\"http://circleswaterfront.com\" target=\"_blank\">Website</a> ")
L
.marker([
24.673,
-81.357
])
.addTo( map )
.bindPopup("Winn-Dixie <br> Checkins: 823<br> <a href=\"http://www.winndixie.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.982,
-77.097
])
.addTo( map )
.bindPopup("Yogiberry <br> Checkins: 1453")
L
.marker([
40.252,
-74.788
])
.addTo( map )
.bindPopup("Fd Subs <br> Checkins: 547")
L
.marker([
39.045,
-77.111
])
.addTo( map )
.bindPopup("Fortune Star Buffet <br> Checkins: 48<br> <a href=\"http://www.fortunestarbuffet.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.022,
-77.147
])
.addTo( map )
.bindPopup("Sears <br> Checkins: 920<br> <a href=\"http://bit.ly/Sears4sq\" target=\"_blank\">Website</a> ")
L
.marker([
39.084,
-77.476
])
.addTo( map )
.bindPopup("Stonewalls Tavern <br> Checkins: 473")
L
.marker([
34,
-81.017
])
.addTo( map )
.bindPopup("Five Points <br> Checkins: 10005<br> <a href=\"http://fivepointscolumbia.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.963,
-78.189
])
.addTo( map )
.bindPopup("Tropical Smoothie Cafe <br> Checkins: 689")
L
.marker([
39.148,
-77.211
])
.addTo( map )
.bindPopup("Fu Shing Cafe <br> Checkins: 195")
L
.marker([
39.046,
-77.099
])
.addTo( map )
.bindPopup("Mem Sahib Indian Cuisine <br> Checkins: 359")
L
.marker([
34.209,
-77.795
])
.addTo( map )
.bindPopup("Wrightsville Beach <br> Checkins: 12931<br> <a href=\"http://www.townofwrightsvillebeach.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.06,
-77.048
])
.addTo( map )
.bindPopup("Country Boy Market <br> Checkins: 341")
L
.marker([
35.09,
-106.64
])
.addTo( map )
.bindPopup("Taqueria Mexico <br> Checkins: 660")
L
.marker([
39.086,
-77.152
])
.addTo( map )
.bindPopup("Rockville Town Square <br> Checkins: 12010<br> <a href=\"http://www.rockvilletownsquare.com\" target=\"_blank\">Website</a> ")
L
.marker([
28.37,
-81.519
])
.addTo( map )
.bindPopup("Downtown Disney West Side <br> Checkins: 48983<br> <a href=\"http://disneyworld.disney.go.com\" target=\"_blank\">Website</a> ")
L
.marker([
1.3036,
103.83
])
.addTo( map )
.bindPopup("Food Republic <br> Checkins: 12513<br> <a href=\"http://www.breadtalk.com\" target=\"_blank\">Website</a> ")
L
.marker([
28.098,
-82.501
])
.addTo( map )
.bindPopup("The Home Depot <br> Checkins: 3756<br> <a href=\"http://www.homedepot.com/StoreFinder/directions.jsp?storeId=245\" target=\"_blank\">Website</a> ")
L
.marker([
39.863,
-104.67
])
.addTo( map )
.bindPopup("New Belgium Brewing Hub <br> Checkins: 6047")
L
.marker([
38.431,
-78.848
])
.addTo( map )
.bindPopup("Courtyard By Marriott <br> Checkins: 794")
L
.marker([
55.952,
-3.2037
])
.addTo( map )
.bindPopup("Starbucks <br> Checkins: 2203<br> <a href=\"http://starbucks.co.uk\" target=\"_blank\">Website</a> ")
L
.marker([
29.601,
-82.374
])
.addTo( map )
.bindPopup("43rd Street Deli <br> Checkins: 966")
L
.marker([
39.026,
-77.395
])
.addTo( map )
.bindPopup("Exxon <br> Checkins: 629<br> <a href=\"http://exxon.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.015,
-77.071
])
.addTo( map )
.bindPopup("Kensington Park <br> Checkins: 951")
L
.marker([
38.558,
-76.061
])
.addTo( map )
.bindPopup("Denny's <br> Checkins: 896<br> <a href=\"http://www.dennys.com\" target=\"_blank\">Website</a> ")
L
.marker([
25.782,
-80.132
])
.addTo( map )
.bindPopup("Surf Style <br> Checkins: 288")
L
.marker([
33.64,
-84.436
])
.addTo( map )
.bindPopup("Kiehl's <br> Checkins: 680")
L
.marker([
39.053,
-77.036
])
.addTo( map )
.bindPopup("Wheaton Regional Park <br> Checkins: 963<br> <a href=\"http://www.facebook.com/montgomeryparks\" target=\"_blank\">Website</a> ")
L
.marker([
39.055,
-77.081
])
.addTo( map )
.bindPopup("Bank of America Wheaton <br> Checkins: 140")
L
.marker([
39.056,
-77.082
])
.addTo( map )
.bindPopup("McDonald's <br> Checkins: 481<br> <a href=\"http://mcdonalds.com\" target=\"_blank\">Website</a> ")
L
.marker([
28.085,
-82.517
])
.addTo( map )
.bindPopup("7-Eleven <br> Checkins: 2334<br> <a href=\"http://7-eleven.com\" target=\"_blank\">Website</a> ")
L
.marker([
13.747,
100.49
])
.addTo( map )
.bindPopup("วัดพระเชตุพนวิมลมังคลารามฯ (Wat Pho) <br> Checkins: 27401<br> <a href=\"http://www.watpho.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.075,
-77.116
])
.addTo( map )
.bindPopup("Shilla Bakery <br> Checkins: 735")
L
.marker([
38.917,
-77.219
])
.addTo( map )
.bindPopup("La Sandia - Tysons Corner <br> Checkins: 3852<br> <a href=\"http://www.richardsandoval.com/lasandiavirginia/\" target=\"_blank\">Website</a> ")
L
.marker([
39.027,
-77.072
])
.addTo( map )
.bindPopup("Kensington Farmer's Market <br> Checkins: 510")
L
.marker([
39.053,
-76.954
])
.addTo( map )
.bindPopup("McDonald's <br> Checkins: 1016")
L
.marker([
39.041,
-77.051
])
.addTo( map )
.bindPopup("The Chicken Place <br> Checkins: 122")
L
.marker([
39.044,
-77.098
])
.addTo( map )
.bindPopup("Viers Mill Park <br> Checkins: 345")
L
.marker([
24.67,
-81.356
])
.addTo( map )
.bindPopup("Coconuts <br> Checkins: 209")
L
.marker([
39.046,
-77.105
])
.addTo( map )
.bindPopup("Amina Thai <br> Checkins: 415<br> <a href=\"http://halalthaicuisine.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.99,
-77.026
])
.addTo( map )
.bindPopup("Jackie's Sidebar <br> Checkins: 2326")
L
.marker([
38.865,
-77.039
])
.addTo( map )
.bindPopup("Gravelly Point Park <br> Checkins: 5732")
L
.marker([
33.641,
-84.426
])
.addTo( map )
.bindPopup("Concourse E <br> Checkins: 26254<br> <a href=\"http://www.atlanta-airport.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.077,
-77.142
])
.addTo( map )
.bindPopup("OM Fine Indian Cuisine <br> Checkins: 128<br> <a href=\"http://indiagrillrockville-hub.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.053,
-77.035
])
.addTo( map )
.bindPopup("Wheaton Dog Park <br> Checkins: 478<br> <a href=\"http://www.facebook.com/montgomeryparks\" target=\"_blank\">Website</a> ")
L
.marker([
38.981,
-77.099
])
.addTo( map )
.bindPopup("Nest Café <br> Checkins: 1240<br> <a href=\"http://www.nestwinebarcafe.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.078,
-77.08
])
.addTo( map )
.bindPopup("Pho Hung <br> Checkins: 430")
L
.marker([
1.2991,
103.86
])
.addTo( map )
.bindPopup("Bugis Junction <br> Checkins: 182287<br> <a href=\"http://www.bugisjunction-mall.com.sg\" target=\"_blank\">Website</a> ")
L
.marker([
39.054,
-76.954
])
.addTo( map )
.bindPopup("Kohl's <br> Checkins: 1743<br> <a href=\"http://www.kohls.com/stores/md/silverspring-315.shtml\" target=\"_blank\">Website</a> ")
L
.marker([
26.071,
-80.141
])
.addTo( map )
.bindPopup("Fort Lauderdale-Hollywood International Airport (FLL) <br> Checkins: 398868<br> <a href=\"http://www.broward.org/airport/Pages/Default.aspx\" target=\"_blank\">Website</a> ")
L
.marker([
39.097,
-77.194
])
.addTo( map )
.bindPopup("Krispy Kreme Doughnuts <br> Checkins: 2847<br> <a href=\"http://www.krispykreme.com\" target=\"_blank\">Website</a> ")
L
.marker([
40.672,
-73.99
])
.addTo( map )
.bindPopup("Four & Twenty Blackbirds <br> Checkins: 6446<br> <a href=\"http://birdsblack.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.076,
-77.116
])
.addTo( map )
.bindPopup("Bamboo Buffet <br> Checkins: 198<br> <a href=\"http://bamboobuffetmd.com\" target=\"_blank\">Website</a> ")
L
.marker([
34.004,
-81.047
])
.addTo( map )
.bindPopup("Holiday Inn Express and Suites <br> Checkins: 872<br> <a href=\"http://ihg.co/CAEED4S\" target=\"_blank\">Website</a> ")
L
.marker([
40.667,
-80.095
])
.addTo( map )
.bindPopup("Four Points by Sheraton Pittsburgh North <br> Checkins: 3258<br> <a href=\"http://www.spg.com/foursquare/\" target=\"_blank\">Website</a> ")
L
.marker([
34.215,
-77.79
])
.addTo( map )
.bindPopup("Buddy's Crab House & Oyster Shack <br> Checkins: 554<br> <a href=\"http://www.buddyscrabhouse.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.013,
-77.029
])
.addTo( map )
.bindPopup("Sligo Creek Golf Course <br> Checkins: 413")
L
.marker([
39.021,
-77.187
])
.addTo( map )
.bindPopup("Bolger Center <br> Checkins: 3103<br> <a href=\"http://www.bolgercenter.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.913,
-77.045
])
.addTo( map )
.bindPopup("Dolcezza Artisanal Gelato <br> Checkins: 4961<br> <a href=\"http://dolcezzagelato.com\" target=\"_blank\">Website</a> ")
L
.marker([
33.993,
-81.032
])
.addTo( map )
.bindPopup("Courtyard Columbia Downtown at USC <br> Checkins: 2375<br> <a href=\"http://www.marriott.com/hotels/travel/caecd-courtyard-columbia-downtown-at-usc/\" target=\"_blank\">Website</a> ")
L
.marker([
55.909,
-3.3203
])
.addTo( map )
.bindPopup("Heriot Watt University <br> Checkins: 4302<br> <a href=\"http://www.hw.ac.uk\" target=\"_blank\">Website</a> ")
L
.marker([
25.662,
-80.387
])
.addTo( map )
.bindPopup("Shell <br> Checkins: 429<br> <a href=\"http://www.shell.us/ontheroad\" target=\"_blank\">Website</a> ")
L
.marker([
28.085,
-82.538
])
.addTo( map )
.bindPopup("Dunkin' Donuts <br> Checkins: 2462<br> <a href=\"http://www.dunkindonuts.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.433,
-78.843
])
.addTo( map )
.bindPopup("Jess' Quick Lunch #2 <br> Checkins: 275")
L
.marker([
38.994,
-77.029
])
.addTo( map )
.bindPopup("8407 Kitchen & Bar <br> Checkins: 3809<br> <a href=\"http://8407kb.com\" target=\"_blank\">Website</a> ")
L
.marker([
44.386,
-68.204
])
.addTo( map )
.bindPopup("McKays Public house <br> Checkins: 695<br> <a href=\"http://mckayspublichouse.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.053,
-77.104
])
.addTo( map )
.bindPopup("Safeway <br> Checkins: 1081<br> <a href=\"http://www.safeway.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.113,
-77.029
])
.addTo( map )
.bindPopup("Northwest Golf Course <br> Checkins: 616")
L
.marker([
40.815,
-73.837
])
.addTo( map )
.bindPopup("Whitestone Bridge Toll Plaza <br> Checkins: 11907")
L
.marker([
28.068,
-82.468
])
.addTo( map )
.bindPopup("McDonald's <br> Checkins: 1494<br> <a href=\"http://McDonalds.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.075,
-77.116
])
.addTo( map )
.bindPopup("Dairy Queen <br> Checkins: 559<br> <a href=\"http://www.dairyqueen.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.047,
-77.115
])
.addTo( map )
.bindPopup("Bethesda North Marriott Hotel & Conference Center <br> Checkins: 4382<br> <a href=\"http://www.marriott.com/hotels/travel/wasbn-bethesda-north-marriott-hotel-and-conference-center\" target=\"_blank\">Website</a> ")
L
.marker([
8.1558,
98.297
])
.addTo( map )
.bindPopup("Renaissance Phuket Resort & Spa <br> Checkins: 2378<br> <a href=\"http://www.renhotels.com/\" target=\"_blank\">Website</a> ")
L
.marker([
38.876,
-77.005
])
.addTo( map )
.bindPopup("Navy Yard Metro Station <br> Checkins: 15064<br> <a href=\"http://www.wmata.com\" target=\"_blank\">Website</a> ")
L
.marker([
24.629,
-81.593
])
.addTo( map )
.bindPopup("Baby's Coffee <br> Checkins: 813<br> <a href=\"https://www.babyscoffee.com\" target=\"_blank\">Website</a> ")
L
.marker([
44.353,
-68.225
])
.addTo( map )
.bindPopup("Cadillac Mountain <br> Checkins: 2961")
L
.marker([
24.662,
-81.448
])
.addTo( map )
.bindPopup("Summerland Key <br> Checkins: 2026")
L
.marker([
34.235,
-77.949
])
.addTo( map )
.bindPopup("Caprice Bistro <br> Checkins: 951<br> <a href=\"http://capricebistro.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.091,
-77.048
])
.addTo( map )
.bindPopup("Advance Auto Parts <br> Checkins: 167<br> <a href=\"http://shop.advanceautoparts.com\" target=\"_blank\">Website</a> ")
L
.marker([
24.571,
-81.747
])
.addTo( map )
.bindPopup("Hurricane Hole <br> Checkins: 2049<br> <a href=\"http://www.hurricaneholekeywest.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.991,
-77.026
])
.addTo( map )
.bindPopup("Pacci's Neapolitan Pizzeria <br> Checkins: 1267")
L
.marker([
41.402,
-72.849
])
.addTo( map )
.bindPopup("Mobil <br> Checkins: 686<br> <a href=\"http://exxon.com\" target=\"_blank\">Website</a> ")
L
.marker([
37.29,
-80.073
])
.addTo( map )
.bindPopup("Zaxby's <br> Checkins: 779<br> <a href=\"http://www.zaxbys.com\" target=\"_blank\">Website</a> ")
L
.marker([
37.604,
-77.372
])
.addTo( map )
.bindPopup("Carter's Pig Pen BBQ <br> Checkins: 356")
L
.marker([
36.121,
-115.17
])
.addTo( map )
.bindPopup("The Mirage Volcano <br> Checkins: 11843<br> <a href=\"http://mirage.com/\" target=\"_blank\">Website</a> ")
L
.marker([
39.035,
-77.121
])
.addTo( map )
.bindPopup("Timberlawn Park <br> Checkins: 341")
L
.marker([
39.043,
-76.989
])
.addTo( map )
.bindPopup("Sears <br> Checkins: 903<br> <a href=\"http://bit.ly/Sears4sq\" target=\"_blank\">Website</a> ")
L
.marker([
29.669,
-82.433
])
.addTo( map )
.bindPopup("Legacy at Fort Clarke Apartments <br> Checkins: 1020")
L
.marker([
38.981,
-77.098
])
.addTo( map )
.bindPopup("Cork & Fork <br> Checkins: 210<br> <a href=\"http://www.corkandfork.co\" target=\"_blank\">Website</a> ")
L
.marker([
38.193,
-77.107
])
.addTo( map )
.bindPopup("Cameron Hills Golf Links <br> Checkins: 118")
L
.marker([
39.075,
-77.116
])
.addTo( map )
.bindPopup("Ollie's Beer & Wine <br> Checkins: 87")
L
.marker([
38.436,
-75.055
])
.addTo( map )
.bindPopup("The Crab Bag <br> Checkins: 3549<br> <a href=\"http://www.thecrabbag.com\" target=\"_blank\">Website</a> ")
L
.marker([
24.694,
-81.188
])
.addTo( map )
.bindPopup("Seven Mile Bridge <br> Checkins: 9631")
L
.marker([
39.06,
-77.124
])
.addTo( map )
.bindPopup("The Legacy Hotel <br> Checkins: 786")
L
.marker([
39.053,
-77.108
])
.addTo( map )
.bindPopup("Mike And Sons Subshop <br> Checkins: 157")
L
.marker([
39.079,
-77.08
])
.addTo( map )
.bindPopup("McDonald's <br> Checkins: 925<br> <a href=\"http://mcdonalds.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.058,
-77.083
])
.addTo( map )
.bindPopup("Unique Thrift Store <br> Checkins: 1063")
L
.marker([
43.361,
-70.479
])
.addTo( map )
.bindPopup("The Clam Shack <br> Checkins: 1482<br> <a href=\"http://www.theclamshack.net\" target=\"_blank\">Website</a> ")
L
.marker([
39.047,
-77.113
])
.addTo( map )
.bindPopup("McDonald's <br> Checkins: 1735")
L
.marker([
35.502,
-80.917
])
.addTo( map )
.bindPopup("Lake Norman <br> Checkins: 6948<br> <a href=\"http://www.visitlakenorman.org\" target=\"_blank\">Website</a> ")
L
.marker([
28.069,
-82.634
])
.addTo( map )
.bindPopup("The Slug <br> Checkins: 1043")
L
.marker([
44.537,
-68.413
])
.addTo( map )
.bindPopup("LLBean Outlet <br> Checkins: 295")
L
.marker([
38.911,
-77.038
])
.addTo( map )
.bindPopup("Agora <br> Checkins: 6578<br> <a href=\"http://www.agoradc.net\" target=\"_blank\">Website</a> ")
L
.marker([
38.918,
-77.22
])
.addTo( map )
.bindPopup("Starbucks <br> Checkins: 5089<br> <a href=\"http://www.starbucks.com\" target=\"_blank\">Website</a> ")
L
.marker([
44.39,
-68.205
])
.addTo( map )
.bindPopup("Ben & Bill's Chocolate Emporium <br> Checkins: 937")
L
.marker([
39.081,
-77.077
])
.addTo( map )
.bindPopup("Taco Bell <br> Checkins: 765<br> <a href=\"http://www.tacobell.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.154,
-77.212
])
.addTo( map )
.bindPopup("Holiday Inn <br> Checkins: 2081<br> <a href=\"http://ihg.co/WASRV4S\" target=\"_blank\">Website</a> ")
L
.marker([
38.992,
-77.026
])
.addTo( map )
.bindPopup("Fire Station 1 Restaurant & Brewing Co. <br> Checkins: 3212<br> <a href=\"http://sidengo.com/firestation1#happy-hour-and-sundays\" target=\"_blank\">Website</a> ")
L
.marker([
39.041,
-77.05
])
.addTo( map )
.bindPopup("Legends Billiards & Cafe <br> Checkins: 112")
L
.marker([
27.98,
-82.535
])
.addTo( map )
.bindPopup("Starbucks <br> Checkins: 2710<br> <a href=\"http://www.starbucks.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.057,
-77.083
])
.addTo( map )
.bindPopup("Exxon <br> Checkins: 368<br> <a href=\"http://exxon.com\" target=\"_blank\">Website</a> ")
L
.marker([
28.785,
-81.356
])
.addTo( map )
.bindPopup("FishBones <br> Checkins: 2596")
L
.marker([
38.126,
-79.032
])
.addTo( map )
.bindPopup("BP <br> Checkins: 413<br> <a href=\"http://mybpstation.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.079,
-77.079
])
.addTo( map )
.bindPopup("Hallmark <br> Checkins: 232")
L
.marker([
39.053,
-77.107
])
.addTo( map )
.bindPopup("Liberty Gas <br> Checkins: 520")
L
.marker([
38.891,
-77.043
])
.addTo( map )
.bindPopup("The Duck Pond <br> Checkins: 945")
L
.marker([
39.061,
-77.125
])
.addTo( map )
.bindPopup("SunTrust Bank <br> Checkins: 127")
L
.marker([
38.908,
-77.085
])
.addTo( map )
.bindPopup("Georgetown Day School Lower School <br> Checkins: 577")
L
.marker([
24.665,
-81.493
])
.addTo( map )
.bindPopup("Cudjoe Key <br> Checkins: 1566")
L
.marker([
24.704,
-81.155
])
.addTo( map )
.bindPopup("Pigeon Key <br> Checkins: 571")
L
.marker([
39.125,
-77.175
])
.addTo( map )
.bindPopup("Dazbog Coffee <br> Checkins: 89<br> <a href=\"http://www.dazbog.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.932,
-77.029
])
.addTo( map )
.bindPopup("Meridian Pint <br> Checkins: 16014<br> <a href=\"http://meridianpint.com\" target=\"_blank\">Website</a> ")
L
.marker([
44.388,
-68.206
])
.addTo( map )
.bindPopup("Dog & Pony Tavern <br> Checkins: 1109<br> <a href=\"http://www.dogandponytavern.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.046,
-77.113
])
.addTo( map )
.bindPopup("Dunkin Donuts <br> Checkins: 1490<br> <a href=\"http://www.dunkindonuts.com\" target=\"_blank\">Website</a> ")
L
.marker([
27.966,
-82.483
])
.addTo( map )
.bindPopup("Antojito's Latin Cravings <br> Checkins: 323<br> <a href=\"http://www.mantojos.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.066,
-77.128
])
.addTo( map )
.bindPopup("Sunoco <br> Checkins: 1075")
L
.marker([
38.961,
-77.085
])
.addTo( map )
.bindPopup("J.Crew <br> Checkins: 1383<br> <a href=\"http://www.jcrew.com\" target=\"_blank\">Website</a> ")
L
.marker([
24.597,
-81.657
])
.addTo( map )
.bindPopup("Big Coppitt Key <br> Checkins: 1481")
L
.marker([
24.59,
-81.673
])
.addTo( map )
.bindPopup("East Rockland Key <br> Checkins: 529")
L
.marker([
24.672,
-81.247
])
.addTo( map )
.bindPopup("Ohio Key <br> Checkins: 907")
L
.marker([
39.025,
-77.147
])
.addTo( map )
.bindPopup("Grill Kabob <br> Checkins: 138")
L
.marker([
39.051,
-77.068
])
.addTo( map )
.bindPopup("Wheaton-Claridge Park <br> Checkins: 101")
L
.marker([
24.78,
-80.914
])
.addTo( map )
.bindPopup("Duck Key <br> Checkins: 2856")
L
.marker([
39.042,
-77.107
])
.addTo( map )
.bindPopup("U.S. Post Office <br> Checkins: 228<br> <a href=\"http://usps.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.057,
-77.074
])
.addTo( map )
.bindPopup("Connecticut Ave & Randolph Rd <br> Checkins: 1764")
L
.marker([
39.04,
-77.052
])
.addTo( map )
.bindPopup("Kantutas Restaurant <br> Checkins: 171")
L
.marker([
24.789,
-80.889
])
.addTo( map )
.bindPopup("Conch Key <br> Checkins: 1515")
L
.marker([
24.757,
-80.959
])
.addTo( map )
.bindPopup("Grassy Key <br> Checkins: 1560")
L
.marker([
24.661,
-81.412
])
.addTo( map )
.bindPopup("Ramrod Key <br> Checkins: 1650")
L
.marker([
35.763,
-78
])
.addTo( map )
.bindPopup("Kangaroo Express / Citgo <br> Checkins: 860<br> <a href=\"http://kangarooexpress.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.054,
-77.051
])
.addTo( map )
.bindPopup("Seafood In The Buff <br> Checkins: 234")
L
.marker([
27.965,
-82.521
])
.addTo( map )
.bindPopup("Blue Martini <br> Checkins: 9421<br> <a href=\"http://www.bluemartinilounge.com/eventstampa.html\" target=\"_blank\">Website</a> ")
L
.marker([
44.389,
-68.211
])
.addTo( map )
.bindPopup("Hannaford <br> Checkins: 2192")
L
.marker([
36.372,
-105.6
])
.addTo( map )
.bindPopup("Guadalajara Grill <br> Checkins: 297")
L
.marker([
42.025,
-72.59
])
.addTo( map )
.bindPopup("CT / MA State Line <br> Checkins: 5670")
L
.marker([
39.662,
-75.691
])
.addTo( map )
.bindPopup("Delaware Welcome Center Travel Plaza <br> Checkins: 46312<br> <a href=\"http://www.hmshost.com/delaware-welcome-center-travel-plaza/\" target=\"_blank\">Website</a> ")
L
.marker([
39.049,
-77.115
])
.addTo( map )
.bindPopup("Popeyes Louisiana Kitchen <br> Checkins: 1003")
L
.marker([
24.666,
-81.26
])
.addTo( map )
.bindPopup("Bahia Honda Key <br> Checkins: 1574")
L
.marker([
39.054,
-77.106
])
.addTo( map )
.bindPopup("U-Haul Moving & Storage at Randolph Rd <br> Checkins: 282<br> <a href=\"http://www.uhaul.com/storage\" target=\"_blank\">Website</a> ")
L
.marker([
38.896,
-77.034
])
.addTo( map )
.bindPopup("The White House Southeast Gate <br> Checkins: 5053")
L
.marker([
39.117,
-77.207
])
.addTo( map )
.bindPopup("Ziki's Japanese Steakhouse <br> Checkins: 2476<br> <a href=\"http://zikijapanesesteakhouse.com\" target=\"_blank\">Website</a> ")
L
.marker([
44.387,
-68.205
])
.addTo( map )
.bindPopup("Bar Harbor Brewing Company <br> Checkins: 460")
L
.marker([
39.057,
-76.967
])
.addTo( map )
.bindPopup("Chick-fil-A <br> Checkins: 3229<br> <a href=\"http://www.chick-fil-a.com/techroad\" target=\"_blank\">Website</a> ")
L
.marker([
39.046,
-77.099
])
.addTo( map )
.bindPopup("Food Stop Mini Mart <br> Checkins: 147")
L
.marker([
39.06,
-77.051
])
.addTo( map )
.bindPopup("Staples <br> Checkins: 726<br> <a href=\"http://storelocator.staples.com/stores/en_US/MD/Silver-Spring/1243?cmpid=st_ll_goo&cid=LS:RETAIL:Y\" target=\"_blank\">Website</a> ")
L
.marker([
35.459,
-80.894
])
.addTo( map )
.bindPopup("Morningstar Marinas | Kings Point <br> Checkins: 810<br> <a href=\"http://www.morningstarmarinas.com/\" target=\"_blank\">Website</a> ")
L
.marker([
39.013,
-77.042
])
.addTo( map )
.bindPopup("Exit 31 - MD 97 (Georgia Ave) / Wheaton, Silver Spring <br> Checkins: 1920")
L
.marker([
44.388,
-68.205
])
.addTo( map )
.bindPopup("Mt. Desert Island Ice Cream <br> Checkins: 534")
L
.marker([
39.058,
-77.05
])
.addTo( map )
.bindPopup("Georgia Ave & Randolph Rd. <br> Checkins: 1593")
L
.marker([
24.665,
-81.389
])
.addTo( map )
.bindPopup("Little Torch Key <br> Checkins: 1721")
L
.marker([
1.3032,
103.84
])
.addTo( map )
.bindPopup("Orchard Road <br> Checkins: 29782<br> <a href=\"http://www.orchardroad.org\" target=\"_blank\">Website</a> ")
L
.marker([
35.21,
-106.45
])
.addTo( map )
.bindPopup("Sandia Crest <br> Checkins: 1297")
L
.marker([
43.645,
-72.339
])
.addTo( map )
.bindPopup("Fairfield Inn & Suites <br> Checkins: 311<br> <a href=\"http://www.marriott.com/fairfieldinn\" target=\"_blank\">Website</a> ")
L
.marker([
1.3005,
103.85
])
.addTo( map )
.bindPopup("Bugis Street <br> Checkins: 77806<br> <a href=\"http://www.bugis-street.com\" target=\"_blank\">Website</a> ")
L
.marker([
43.036,
-70.779
])
.addTo( map )
.bindPopup("Hap's Famous Roast Beef <br> Checkins: 311")
L
.marker([
35.095,
-106.55
])
.addTo( map )
.bindPopup("Cafe Istanbul <br> Checkins: 304")
L
.marker([
21.776,
-72.271
])
.addTo( map )
.bindPopup("Gilley's Restaurant and Bar <br> Checkins: 296")
L
.marker([
44.389,
-68.206
])
.addTo( map )
.bindPopup("Lompoc Cafe <br> Checkins: 526<br> <a href=\"http://www.lompoccafe.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.855,
-76.919
])
.addTo( map )
.bindPopup("Drew Freeman M.s <br> Checkins: 431")
L
.marker([
38.982,
-77.096
])
.addTo( map )
.bindPopup("Mussel Bar & Grille <br> Checkins: 4214<br> <a href=\"http://www.muselbar.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.052,
-77.075
])
.addTo( map )
.bindPopup("Connecticut Ave & Veirs Mill Rd <br> Checkins: 1152")
L
.marker([
39.056,
-77.083
])
.addTo( map )
.bindPopup("Veirs Mill Rd. & Randolph Rd. <br> Checkins: 1668")
L
.marker([
39.297,
-77.851
])
.addTo( map )
.bindPopup("Hollywood Casino at Charles Town Races <br> Checkins: 11094<br> <a href=\"http://www.hollywoodcasinocharlestown.com\" target=\"_blank\">Website</a> ")
L
.marker([
35.104,
-106.55
])
.addTo( map )
.bindPopup("Dos Hermanos New Mexican Food <br> Checkins: 141")
L
.marker([
38.435,
-75.055
])
.addTo( map )
.bindPopup("Duffys Tavern <br> Checkins: 668<br> <a href=\"http://www.duffystavernoc.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.907,
-77.022
])
.addTo( map )
.bindPopup("Center City Public Charter School <br> Checkins: 222")
L
.marker([
34.209,
-77.795
])
.addTo( map )
.bindPopup("Lagerheads Tavern <br> Checkins: 2902<br> <a href=\"http://lagerheadswb.com\" target=\"_blank\">Website</a> ")
L
.marker([
24.602,
-81.646
])
.addTo( map )
.bindPopup("Shark Key <br> Checkins: 1066")
L
.marker([
39.061,
-77.05
])
.addTo( map )
.bindPopup("CVS <br> Checkins: 892<br> <a href=\"http://cvs.com/extracare\" target=\"_blank\">Website</a> ")
L
.marker([
27.714,
-82.332
])
.addTo( map )
.bindPopup("Walmart Supercenter <br> Checkins: 2932<br> <a href=\"http://https://www.facebook.com/walmart\" target=\"_blank\">Website</a> ")
L
.marker([
44.385,
-68.205
])
.addTo( map )
.bindPopup("Cunningham Cottage <br> Checkins: 28")
L
.marker([
29.626,
-82.376
])
.addTo( map )
.bindPopup("Gator Fever <br> Checkins: 195")
L
.marker([
39.04,
-77.055
])
.addTo( map )
.bindPopup("Wheaton, Maryland <br> Checkins: 4862")
L
.marker([
38.892,
-77.023
])
.addTo( map )
.bindPopup("National Archives Rotunda <br> Checkins: 2664")
L
.marker([
24.646,
-81.565
])
.addTo( map )
.bindPopup("Marvin Key <br> Checkins: 205")
L
.marker([
39.058,
-77.081
])
.addTo( map )
.bindPopup("Shell <br> Checkins: 371<br> <a href=\"http://www.shell.us/ontheroad\" target=\"_blank\">Website</a> ")
L
.marker([
38.95,
-76.926
])
.addTo( map )
.bindPopup("La Placita Taquiera <br> Checkins: 407")
L
.marker([
29.621,
-82.373
])
.addTo( map )
.bindPopup("Indian Bazaar <br> Checkins: 158")
L
.marker([
27.714,
-82.378
])
.addTo( map )
.bindPopup("Pizza Hut <br> Checkins: 163<br> <a href=\"http://www.pizzahut.com/locations/florida/sun-city-center/025590\" target=\"_blank\">Website</a> ")
L
.marker([
39.053,
-77.11
])
.addTo( map )
.bindPopup("Randolph Train Tracks <br> Checkins: 1110")
L
.marker([
34.264,
-77.83
])
.addTo( map )
.bindPopup("Zaxby's <br> Checkins: 911<br> <a href=\"http://www.zaxbys.com\" target=\"_blank\">Website</a> ")
L
.marker([
26.209,
-80.252
])
.addTo( map )
.bindPopup("Shell <br> Checkins: 297<br> <a href=\"http://www.shell.us/ontheroad\" target=\"_blank\">Website</a> ")
L
.marker([
39.073,
-77.046
])
.addTo( map )
.bindPopup("Wat Thai <br> Checkins: 615")
L
.marker([
27.712,
-82.337
])
.addTo( map )
.bindPopup("Publix Super Market at Kings Crossing <br> Checkins: 778<br> <a href=\"http://www.publix.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.028,
-77.077
])
.addTo( map )
.bindPopup("Chipotle Mexican Grill <br> Checkins: 2550<br> <a href=\"http://www.chipotle.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.982,
-77.093
])
.addTo( map )
.bindPopup("PDC <br> Checkins: 34")
L
.marker([
38.982,
-77.093
])
.addTo( map )
.bindPopup("Bethesda Gateway Building <br> Checkins: 422")
L
.marker([
44.399,
-68.334
])
.addTo( map )
.bindPopup("Mainely Meat <br> Checkins: 315")
L
.marker([
14.279,
100.81
])
.addTo( map )
.bindPopup("ข้าวแกงบ้านสวน 2 (Khao Kang Baan Suan 2) <br> Checkins: 11581<br> <a href=\"http://www.khaokangbaansuan.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.06,
-77.049
])
.addTo( map )
.bindPopup("OK Barber shop <br> Checkins: 79")
L
.marker([
38.982,
-77.096
])
.addTo( map )
.bindPopup("Vapiano <br> Checkins: 2443")
L
.marker([
39.042,
-77.107
])
.addTo( map )
.bindPopup("Dave & Buster's <br> Checkins: 10383")
L
.marker([
38.982,
-77.096
])
.addTo( map )
.bindPopup("Taylor Gourmet <br> Checkins: 3042")
L
.marker([
40.672,
-73.989
])
.addTo( map )
.bindPopup("Backstreets <br> Checkins: 837")
L
.marker([
39.041,
-77.057
])
.addTo( map )
.bindPopup("Sunoco <br> Checkins: 212")
L
.marker([
40.583,
-74.15
])
.addTo( map )
.bindPopup("Staten Island, NY <br> Checkins: 21782")
L
.marker([
39.034,
-77.072
])
.addTo( map )
.bindPopup("Engage Armament <br> Checkins: 67")
L
.marker([
35.099,
-106.57
])
.addTo( map )
.bindPopup("Albuquerque Marriott <br> Checkins: 2553<br> <a href=\"http://www.marriott.com/hotels/travel/abqnm-albuquerque-marriott\" target=\"_blank\">Website</a> ")
L
.marker([
35.067,
-118.18
])
.addTo( map )
.bindPopup("Primo Burgers <br> Checkins: 417")
L
.marker([
27.965,
-82.52
])
.addTo( map )
.bindPopup("Yogurbella <br> Checkins: 226")
L
.marker([
1.2831,
103.84
])
.addTo( map )
.bindPopup("Chinatown <br> Checkins: 31616")
L
.marker([
38.996,
-77.027
])
.addTo( map )
.bindPopup("Nando's Peri-Peri <br> Checkins: 4237<br> <a href=\"http://www.NandosPERiPERi.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.981,
-77.098
])
.addTo( map )
.bindPopup("Bethesda Row <br> Checkins: 5335")
L
.marker([
39.043,
-77.052
])
.addTo( map )
.bindPopup("Wheaton Eyecare <br> Checkins: 17")
L
.marker([
39.071,
-77.133
])
.addTo( map )
.bindPopup("Kielbasa Factory, Inc. <br> Checkins: 219<br> <a href=\"http://www.kielbasafactory.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.041,
-77.052
])
.addTo( map )
.bindPopup("Georgia Ave & University Blvd <br> Checkins: 1489")
L
.marker([
44.35,
-68.188
])
.addTo( map )
.bindPopup("Precipice Trail <br> Checkins: 116")
L
.marker([
38.929,
-77.036
])
.addTo( map )
.bindPopup("Capital City Public Charter School <br> Checkins: 424")
L
.marker([
25.978,
-80.14
])
.addTo( map )
.bindPopup("Yard House <br> Checkins: 10805<br> <a href=\"http://www.yardhouse.com\" target=\"_blank\">Website</a> ")
L
.marker([
1.3067,
103.85
])
.addTo( map )
.bindPopup("Little India <br> Checkins: 10474<br> <a href=\"http://www.littleindiadirectory.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.875,
-77.042
])
.addTo( map )
.bindPopup("METRO - Yellow Line <br> Checkins: 886")
L
.marker([
21.776,
-72.271
])
.addTo( map )
.bindPopup("Providenciales International Airport (PLS) <br> Checkins: 2640")
L
.marker([
39.04,
-77.055
])
.addTo( map )
.bindPopup("Veirs Mill Rd & University Blvd <br> Checkins: 1615")
L
.marker([
39.04,
-77.055
])
.addTo( map )
.bindPopup("Meylin's Taqueria Y Pupuseria Food Truck <br> Checkins: 58")
L
.marker([
39.075,
-77.136
])
.addTo( map )
.bindPopup("Why Do I Always Get This Light?! <br> Checkins: 439")
L
.marker([
38.982,
-77.027
])
.addTo( map )
.bindPopup("BP <br> Checkins: 84<br> <a href=\"http://mybpstation.com\" target=\"_blank\">Website</a> ")
L
.marker([
36.597,
-105.45
])
.addTo( map )
.bindPopup("Bull Of The Woods Trailhead <br> Checkins: 16")
L
.marker([
39.722,
-78.185
])
.addTo( map )
.bindPopup("Maryland/Pennsylvania State Line <br> Checkins: 12960")
L
.marker([
24.568,
-81.77
])
.addTo( map )
.bindPopup("Shell <br> Checkins: 46<br> <a href=\"http://www.shell.us/ontheroad\" target=\"_blank\">Website</a> ")
L
.marker([
39.024,
-77.146
])
.addTo( map )
.bindPopup("Clark's <br> Checkins: 74")
L
.marker([
40.757,
-73.967
])
.addTo( map )
.bindPopup("Copia <br> Checkins: 7412<br> <a href=\"http://copianyc.com\" target=\"_blank\">Website</a> ")
L
.marker([
24.639,
-81.576
])
.addTo( map )
.bindPopup("Saddle Bunch Keys <br> Checkins: 676")
L
.marker([
38.991,
-76.368
])
.addTo( map )
.bindPopup("Chesapeake Bay <br> Checkins: 4902")
L
.marker([
33.856,
-116.56
])
.addTo( map )
.bindPopup("Larrys Liquors <br> Checkins: 63")
L
.marker([
39.062,
-77.125
])
.addTo( map )
.bindPopup("Matchbox Vintage Pizza Bistro <br> Checkins: 9458<br> <a href=\"http://www.matchboxrockville.com\" target=\"_blank\">Website</a> ")
L
.marker([
15.777,
102.03
])
.addTo( map )
.bindPopup("Big C <br> Checkins: 126")
L
.marker([
38.978,
-77.091
])
.addTo( map )
.bindPopup("Banfield Pet Hospital <br> Checkins: 130<br> <a href=\"http://www.banfield.com\" target=\"_blank\">Website</a> ")
L
.marker([
28.327,
-82.496
])
.addTo( map )
.bindPopup("Pilot Country Airport (X05) <br> Checkins: 203")
L
.marker([
15.809,
102.02
])
.addTo( map )
.bindPopup("ถนนคนเดิน Night Bazaar <br> Checkins: 1278")
L
.marker([
44.099,
-69.865
])
.addTo( map )
.bindPopup("Richmond Irving <br> Checkins: 81")
L
.marker([
39.038,
-77.062
])
.addTo( map )
.bindPopup("Kensington Heights <br> Checkins: 451")
L
.marker([
39.033,
-77.063
])
.addTo( map )
.bindPopup("It's NYE or it's not NYE <br> Checkins: 11")
L
.marker([
39.049,
-77.114
])
.addTo( map )
.bindPopup("Old Georgetown Road & Rockville Pike <br> Checkins: 1700")
L
.marker([
39.05,
-77.12
])
.addTo( map )
.bindPopup("U.S. Nuclear Regulatory Commission - Executive Blvd Building <br> Checkins: 173")
L
.marker([
24.571,
-81.752
])
.addTo( map )
.bindPopup("Key West Marriott Beachside Hotel <br> Checkins: 2923<br> <a href=\"http://www.keywestmarriott.com\" target=\"_blank\">Website</a> ")
L
.marker([
27.766,
-82.631
])
.addTo( map )
.bindPopup("The Dali Museum <br> Checkins: 9080<br> <a href=\"http://www.thedali.org\" target=\"_blank\">Website</a> ")
L
.marker([
27.774,
-82.634
])
.addTo( map )
.bindPopup("The Ale and The Witch <br> Checkins: 9984")
L
.marker([
1.2934,
103.85
])
.addTo( map )
.bindPopup("Maw Shan Restaurant <br> Checkins: 169")
L
.marker([
39.029,
-77.104
])
.addTo( map )
.bindPopup("Grosvenor Metro Garage <br> Checkins: 2219")
L
.marker([
27.713,
-82.377
])
.addTo( map )
.bindPopup("Sun City Center <br> Checkins: 3711")
L
.marker([
38.981,
-77.097
])
.addTo( map )
.bindPopup("Cava Mezze Grill <br> Checkins: 3982<br> <a href=\"http://www.cavagrill.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.043,
-77.112
])
.addTo( map )
.bindPopup("LA Fitness <br> Checkins: 4561<br> <a href=\"http://www.lafitness.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.039,
-77.058
])
.addTo( map )
.bindPopup("Jerry's Tailoring <br> Checkins: 10")
L
.marker([
28.048,
-82.583
])
.addTo( map )
.bindPopup("Geric Orthodontics <br> Checkins: 67")
L
.marker([
34.28,
-81.317
])
.addTo( map )
.bindPopup("V. C. Summer Units 2 & 3 <br> Checkins: 185")
L
.marker([
39.043,
-77.111
])
.addTo( map )
.bindPopup("Seasons 52 <br> Checkins: 2805<br> <a href=\"http://Seasons52.com\" target=\"_blank\">Website</a> ")
L
.marker([
8.1692,
98.296
])
.addTo( map )
.bindPopup("The Coffee Club @ Turtle Village <br> Checkins: 878")
L
.marker([
34.035,
-81.219
])
.addTo( map )
.bindPopup("Lake World <br> Checkins: 144")
L
.marker([
39.049,
-77.074
])
.addTo( map )
.bindPopup("Amrit and Jessica's House <br> Checkins: 917")
L
.marker([
39.057,
-77.051
])
.addTo( map )
.bindPopup("MJ's <br> Checkins: 278")
L
.marker([
39.04,
-77.054
])
.addTo( map )
.bindPopup("Little Caesars Pizza <br> Checkins: 283<br> <a href=\"http://www.littlecaesars.com\" target=\"_blank\">Website</a> ")
L
.marker([
15.806,
102.04
])
.addTo( map )
.bindPopup("ก๋วยเตี๊ยวฮ่องเต้@chaiyaphum <br> Checkins: 54")
L
.marker([
39.032,
-77.108
])
.addTo( map )
.bindPopup("Diego's <br> Checkins: 19")
L
.marker([
39.04,
-77.05
])
.addTo( map )
.bindPopup("The Limerick Pub <br> Checkins: 1242")
L
.marker([
39.045,
-77.112
])
.addTo( map )
.bindPopup("MD-355 & Nicholson Ln. <br> Checkins: 816")
L
.marker([
39.038,
-77.062
])
.addTo( map )
.bindPopup("Andrew and Jessica's <br> Checkins: 118")
L
.marker([
39.055,
-77.056
])
.addTo( map )
.bindPopup("Glenmont Forest Neighborhood <br> Checkins: 838")
L
.marker([
39.048,
-77.072
])
.addTo( map )
.bindPopup("Connie and Diego's Engagement Party <br> Checkins: 4")
L
.marker([
39.05,
-77.071
])
.addTo( map )
.bindPopup("Veirs Mill Rd. & Valleywood Dr. <br> Checkins: 747")
L
.marker([
39.043,
-77.113
])
.addTo( map )
.bindPopup("Whole Foods Market <br> Checkins: 8929<br> <a href=\"http://www.wholefoodsmarket.com/\" target=\"_blank\">Website</a> ")
L
.marker([
8.1587,
98.295
])
.addTo( map )
.bindPopup("หาดไม้ขาว (Mai Khao Beach) <br> Checkins: 2195")
L
.marker([
39.047,
-77.113
])
.addTo( map )
.bindPopup("Marinelli Road Stop <br> Checkins: 172")
L
.marker([
39.041,
-77.118
])
.addTo( map )
.bindPopup("Rockville Pike & Marinelli Rd <br> Checkins: 416")
L
.marker([
15.3,
101.74
])
.addTo( map )
.bindPopup("Wat Ban Rai <br> Checkins: 24")
L
.marker([
39.038,
-77.062
])
.addTo( map )
.bindPopup("Jessica And Andrews <br> Checkins: 791")
L
.marker([
13.729,
100.54
])
.addTo( map )
.bindPopup("MRT สีลม (Si Lom) SIL <br> Checkins: 37012<br> <a href=\"http://www.bangkokmetro.co.th\" target=\"_blank\">Website</a> ")
L
.marker([
26.211,
-80.249
])
.addTo( map )
.bindPopup("Casa Rouhizad <br> Checkins: 9")
L
.marker([
24.653,
-81.305
])
.addTo( map )
.bindPopup("Scout Key <br> Checkins: 988")
L
.marker([
37.632,
-77.323
])
.addTo( map )
.bindPopup("The Nelson's <br> Checkins: 222")
L
.marker([
39.026,
-77.072
])
.addTo( map )
.bindPopup("Antique Row, Kensington <br> Checkins: 529")
L
.marker([
39.049,
-77.118
])
.addTo( map )
.bindPopup("Pablo's <br> Checkins: 8")
L
.marker([
36.369,
-105.59
])
.addTo( map )
.bindPopup("Taos Valley RV Park and Campground <br> Checkins: 28")
L
.marker([
28.086,
-82.506
])
.addTo( map )
.bindPopup("Alba Coffee <br> Checkins: 221")
L
.marker([
35.221,
-80.815
])
.addTo( map )
.bindPopup("Midwood Smokehouse <br> Checkins: 6333<br> <a href=\"http://www.midwoodsmokehouse.com\" target=\"_blank\">Website</a> ")
L
.marker([
13.756,
100.49
])
.addTo( map )
.bindPopup("Swensen's (สเวนเซ่นส์) <br> Checkins: 2082<br> <a href=\"http://www.swensens1112.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.045,
-77.039
])
.addTo( map )
.bindPopup("JB's <br> Checkins: 6")
L
.marker([
39.039,
-77.053
])
.addTo( map )
.bindPopup("Taste Of Wheaton Festival <br> Checkins: 18")
L
.marker([
35.556,
-114.32
])
.addTo( map )
.bindPopup("Pierce Ferry Road <br> Checkins: 22")
L
.marker([
39.042,
-77.048
])
.addTo( map )
.bindPopup("Ren's Ramen <br> Checkins: 1275<br> <a href=\"http://www.rens-ramen.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.046,
-77.104
])
.addTo( map )
.bindPopup("El Pollo Real <br> Checkins: 64")
L
.marker([
40.251,
-74.792
])
.addTo( map )
.bindPopup("CDI <br> Checkins: 1")
L
.marker([
39.052,
-77.075
])
.addTo( map )
.bindPopup("Veirs Mill And Conneticut <br> Checkins: 608")
L
.marker([
38.873,
-77.006
])
.addTo( map )
.bindPopup("Shake Shack <br> Checkins: 1577<br> <a href=\"http://www.shakeshack.com\" target=\"_blank\">Website</a> ")
L
.marker([
13.38,
99.97
])
.addTo( map )
.bindPopup("สวนอาหารริมทางกลางบ่อ <br> Checkins: 97")
L
.marker([
36.132,
-115.16
])
.addTo( map )
.bindPopup("Tacos El Gordo <br> Checkins: 4411")
L
.marker([
39.054,
-77.12
])
.addTo( map )
.bindPopup("Diego's New Place <br> Checkins: 4")
L
.marker([
25.977,
-80.141
])
.addTo( map )
.bindPopup("Yogurtland <br> Checkins: 826<br> <a href=\"http://www.yogurt-land.com\" target=\"_blank\">Website</a> ")
L
.marker([
42.881,
-70.883
])
.addTo( map )
.bindPopup("New Hampshire / Massachusetts State Line <br> Checkins: 10903")
L
.marker([
39.04,
-77.054
])
.addTo( map )
.bindPopup("Asi Es Mi Tierra <br> Checkins: 37")
L
.marker([
44.522,
-68.397
])
.addTo( map )
.bindPopup("Blueberry Hill Dairy Bar <br> Checkins: 189")
L
.marker([
35.433,
-80.871
])
.addTo( map )
.bindPopup("Uncle Dean's <br> Checkins: 6")
L
.marker([
24.67,
-81.364
])
.addTo( map )
.bindPopup("Deer Key <br> Checkins: 249")
L
.marker([
28.091,
-82.535
])
.addTo( map )
.bindPopup("Sunee's <br> Checkins: 12")
L
.marker([
27.73,
-82.34
])
.addTo( map )
.bindPopup("Amrit's Mother's Home <br> Checkins: 3")
L
.marker([
27.712,
-82.302
])
.addTo( map )
.bindPopup("Ana's Restaurant <br> Checkins: 35")
L
.marker([
29.661,
-82.448
])
.addTo( map )
.bindPopup("The Patel's <br> Checkins: 1")
L
.marker([
28.792,
-81.359
])
.addTo( map )
.bindPopup("Tyler + Lena's <br> Checkins: 1")
L
.marker([
38.448,
-78.869
])
.addTo( map )
.bindPopup("Billy Jack's Shack <br> Checkins: 4619")
L
.marker([
27.766,
-82.631
])
.addTo( map )
.bindPopup("Labrynth <br> Checkins: 138")
L
.marker([
39.036,
-77.055
])
.addTo( map )
.bindPopup("Panera Bread <br> Checkins: 1893<br> <a href=\"http://www.panerabread.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.985,
-77.089
])
.addTo( map )
.bindPopup("Go Fish! <br> Checkins: 168")
L
.marker([
39.046,
-77.104
])
.addTo( map )
.bindPopup("La Z Boy Furniture <br> Checkins: 28")
L
.marker([
43.514,
-72.402
])
.addTo( map )
.bindPopup("Harpoon BBQ Championship <br> Checkins: 69")
L
.marker([
39.041,
-77.049
])
.addTo( map )
.bindPopup("Mi La Cay <br> Checkins: 157")
L
.marker([
8.1692,
98.296
])
.addTo( map )
.bindPopup("Turtle Village On Mai Khao Beach <br> Checkins: 743")
L
.marker([
38.985,
-77.095
])
.addTo( map )
.bindPopup("City Cafe & Caterers <br> Checkins: 226")
L
.marker([
39.086,
-77.152
])
.addTo( map )
.bindPopup("Marble Slab Creamery <br> Checkins: 394")
L
.marker([
39.033,
-77.073
])
.addTo( map )
.bindPopup("Kenneth Woo, DDS <br> Checkins: 26")
L
.marker([
39.06,
-77.157
])
.addTo( map )
.bindPopup("Founding Farmers MoCo <br> Checkins: 7772<br> <a href=\"http://www.wearefoundingfarmers.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.024,
-77.146
])
.addTo( map )
.bindPopup("Fossil <br> Checkins: 99")
L
.marker([
39.035,
-77.053
])
.addTo( map )
.bindPopup("Party City <br> Checkins: 398<br> <a href=\"http://www.partycity.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.982,
-77.096
])
.addTo( map )
.bindPopup("Panas Gourmet Empanadas <br> Checkins: 1055<br> <a href=\"http://panasgourmet.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.022,
-76.976
])
.addTo( map )
.bindPopup("Jewel of India <br> Checkins: 839<br> <a href=\"http://www.jewelofindiamd.com/index.html\" target=\"_blank\">Website</a> ")
L
.marker([
39.143,
-77.197
])
.addTo( map )
.bindPopup("Taco Bar <br> Checkins: 125<br> <a href=\"http://tacobar1.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.026,
-77.077
])
.addTo( map )
.bindPopup("Kensington, Maryland <br> Checkins: 5570")
L
.marker([
39.036,
-77.055
])
.addTo( map )
.bindPopup("DSW Designer Shoe Warehouse <br> Checkins: 467<br> <a href=\"http://www.dsw.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.905,
-77.065
])
.addTo( map )
.bindPopup("M Street <br> Checkins: 4382")
L
.marker([
15.817,
102.04
])
.addTo( map )
.bindPopup("Shell Chaiyaphum <br> Checkins: 9")
L
.marker([
39.037,
-77.055
])
.addTo( map )
.bindPopup("Bubble Tea <br> Checkins: 91")
L
.marker([
39.027,
-77.073
])
.addTo( map )
.bindPopup("Farmhouse Flowers & Plants <br> Checkins: 10")
L
.marker([
38.445,
-75.055
])
.addTo( map )
.bindPopup("Savern 1 (Room 303) <br> Checkins: 8")
L
.marker([
27.163,
78.056
])
.addTo( map )
.bindPopup("Radisson Hotel <br> Checkins: 764<br> <a href=\"http://www.radisson.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.014,
-77.131
])
.addTo( map )
.bindPopup("The Dungeon <br> Checkins: 185")
L
.marker([
39.122,
-77.235
])
.addTo( map )
.bindPopup("44 Sports Bar & Grill <br> Checkins: 290")
L
.marker([
35.443,
-80.88
])
.addTo( map )
.bindPopup("Taco Mac Sports Grill <br> Checkins: 4052<br> <a href=\"http://www.tacomac.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.055,
-77.055
])
.addTo( map )
.bindPopup("Connie and Diego's Wedding <br> Checkins: 2")
L
.marker([
39.083,
-77.146
])
.addTo( map )
.bindPopup("U.S. Nuclear Regulatory Commission <br> Checkins: 37")
L
.marker([
39.121,
-77.166
])
.addTo( map )
.bindPopup("Pandra's <br> Checkins: 3")
L
.marker([
38.91,
-77.038
])
.addTo( map )
.bindPopup("Little Serow <br> Checkins: 1550<br> <a href=\"http://www.littleserow.com/index.html\" target=\"_blank\">Website</a> ")
L
.marker([
1.2815,
103.84
])
.addTo( map )
.bindPopup("Lomography Gallery Store Singapore <br> Checkins: 964")
L
.marker([
34,
-81.039
])
.addTo( map )
.bindPopup("Tutti Fruitti <br> Checkins: 368")
L
.marker([
38.995,
-77.027
])
.addTo( map )
.bindPopup("Georgia and Wayne <br> Checkins: 1314")
L
.marker([
38.887,
-76.996
])
.addTo( map )
.bindPopup("Boxcar Tavern <br> Checkins: 3344<br> <a href=\"http://boxcardc.com/index.html\" target=\"_blank\">Website</a> ")
L
.marker([
39.036,
-77.055
])
.addTo( map )
.bindPopup("Elevation Burger <br> Checkins: 1231")
L
.marker([
24.717,
-81.067
])
.addTo( map )
.bindPopup("Marathon Key <br> Checkins: 5268")
L
.marker([
38.987,
-77.095
])
.addTo( map )
.bindPopup("Bethesda Smiles <br> Checkins: 30")
L
.marker([
39.76,
-86.164
])
.addTo( map )
.bindPopup("Super Swarm Sunday <br> Checkins: 325069")
L
.marker([
39.046,
-77.111
])
.addTo( map )
.bindPopup("Sky Box Lounge <br> Checkins: 47")
L
.marker([
39.086,
-77.151
])
.addTo( map )
.bindPopup("Pho N Rolls <br> Checkins: 414")
L
.marker([
39.086,
-77.152
])
.addTo( map )
.bindPopup("Dawson's Market <br> Checkins: 1251")
L
.marker([
16.278,
101.95
])
.addTo( map )
.bindPopup("ร้านขวัญเรือน <br> Checkins: 3")
L
.marker([
39.047,
-77.111
])
.addTo( map )
.bindPopup("The Dungeon Lounge <br> Checkins: 24")
L
.marker([
34.117,
-81.254
])
.addTo( map )
.bindPopup("Liberty Taproom At Lake Murray <br> Checkins: 1032")
L
.marker([
33.572,
-84.049
])
.addTo( map )
.bindPopup("Manchester <br> Checkins: 12")
L
.marker([
39.085,
-77.078
])
.addTo( map )
.bindPopup("Sunoco <br> Checkins: 81")
L
.marker([
39.099,
-77.075
])
.addTo( map )
.bindPopup("Mayorga Coffee <br> Checkins: 9")
L
.marker([
15.805,
102.01
])
.addTo( map )
.bindPopup("Sunee and John's House <br> Checkins: 3")
L
.marker([
14.997,
100.73
])
.addTo( map )
.bindPopup("Wat Pao Long Tatna <br> Checkins: 1")
L
.marker([
39.036,
-77.055
])
.addTo( map )
.bindPopup("Costco Wholesale <br> Checkins: 2408<br> <a href=\"http://costco.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.925,
-77.039
])
.addTo( map )
.bindPopup("Döner Bistro <br> Checkins: 1013<br> <a href=\"http://www.doener-usa.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.035,
-77.054
])
.addTo( map )
.bindPopup("Dick's Sporting Goods <br> Checkins: 433<br> <a href=\"http://stores.dickssportinggoods.com/md/wheaton/1031/\" target=\"_blank\">Website</a> ")
L
.marker([
39.065,
-77.128
])
.addTo( map )
.bindPopup("Miller's Rockville Ale House <br> Checkins: 3607")
L
.marker([
39.025,
-77.146
])
.addTo( map )
.bindPopup("Aroma Espresso Bar <br> Checkins: 625<br> <a href=\"http://www.facebook.com/aromaus\" target=\"_blank\">Website</a> ")
L
.marker([
35.412,
-80.881
])
.addTo( map )
.bindPopup("Wynfield <br> Checkins: 34")
L
.marker([
39.044,
-77.114
])
.addTo( map )
.bindPopup("Ray's Rock'n Raw Bar <br> Checkins: 96")
L
.marker([
39.038,
-77.053
])
.addTo( map )
.bindPopup("ride on route 38 white flint <br> Checkins: 9")
L
.marker([
38.897,
-77.032
])
.addTo( map )
.bindPopup("Corner Bakery Cafe <br> Checkins: 4158<br> <a href=\"http://www.cornerbakerycafe.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.024,
-77.147
])
.addTo( map )
.bindPopup("Rōti Mediterranean Grill <br> Checkins: 609<br> <a href=\"http://www.roti.com\" target=\"_blank\">Website</a> ")
L
.marker([
38.89,
-77.01
])
.addTo( map )
.bindPopup("Snowquestration 2013 - Washington <br> Checkins: 2441")
L
.marker([
35.988,
-113.82
])
.addTo( map )
.bindPopup("Grand Canyon West Rim <br> Checkins: 239")
L
.marker([
38.982,
-77.093
])
.addTo( map )
.bindPopup("For Eyes Optical <br> Checkins: 515<br> <a href=\"http://foreyes.com\" target=\"_blank\">Website</a> ")
L
.marker([
39.044,
-77.113
])
.addTo( map )
.bindPopup("Paladar Latin Kitchen & Rum Bar <br> Checkins: 702")
L
.marker([
39.039,
-77.05
])
.addTo( map )
.bindPopup("Safeway <br> Checkins: 234")
if (spec.circle2){
for (var c in spec.circle2){
var circle = L.circle(c.center, c.radius, c.opts)
.addTo(map);
}
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment