CG Doingeverything

CG Doingeverything Hi Y'all! I'm Chris! I'm just a dude messing around in the garage. I'm doing Tool Reviews, Lifehacks, and just overall non-sense.
(3)

02/10/2026

Best EXTENSION Tool

02/09/2026

Futuristic Trailer Adaptor

02/08/2026

Scarey Job I say No Too!

02/02/2026

Have YOU ever seen a flexible funnel

02/01/2026

This guy has a TON of pride

01/30/2026

Oil Change Lifehack

01/28/2026

How would you react

01/26/2026

Some Dam Good Welding

01/21/2026

Milwaukee FlatHead Grinder!

01/20/2026

HOA Fined Us $500!!!

01/19/2026

This Fella is a genius!

01/17/2026

Your Tires Are TOO FAT!

Address

8430 S 114th Street
Seattle, WA
98178

Alerts

Be the first to know and let us send you an email when CG Doingeverything 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); });