ADoug Chen

ADoug Chen Hit that Like button and be part of something bigger!

12/07/2025

Bruce Lee's Legendary Nunchuks Fight | The Way of the Dragon | CLIP-012

12/07/2025

Officer Nolan saved a girl from electric shock

12/07/2025

I love how strong Joker Woman is from her pain

12/07/2025

How to Find a Different Robot in a Bunch of Robots?

12/07/2025

There's a rebellion within the gorillas.

12/07/2025

Mystique As Wolverine Scene | X2: X-MEN UNITED (2003) Movie CLIP HD-001

12/07/2025

A piece of meat on their forehead 🍖

12/07/2025

The young man

Address

Southside Industrial Parkway Area
Atlanta, GA
33136

Alerts

Be the first to know and let us send you an email when ADoug Chen posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });