T.J.'s Creations

T.J.'s Creations I'm making keychains, car decals, and Christmas ornaments! I can take special requests!

Christmas decorations! $10
09/25/2022

Christmas decorations! $10

Ornaments $7 a piece or 2/$10
09/25/2022

Ornaments $7 a piece or 2/$10

Set of 4 ornaments. Colors can be customized! $20.
09/25/2022

Set of 4 ornaments. Colors can be customized! $20.

Set of 4 Grinch ornaments $20
09/25/2022

Set of 4 Grinch ornaments $20

$15
08/30/2022

$15

Kitchen decor. Can customize colors! $10
08/30/2022

Kitchen decor. Can customize colors! $10

$15 Halloween hanging decoration. Can personalize ghosts. Perfect for your kids or grandkids names! $15
08/30/2022

$15 Halloween hanging decoration. Can personalize ghosts. Perfect for your kids or grandkids names! $15

$6
08/21/2022

$6

$6 a piece or 2 for $10 Can personalize!
08/20/2022

$6 a piece or 2 for $10
Can personalize!

Can do car decals as well! $10 each. Will post more pictures soon!
08/19/2022

Can do car decals as well! $10 each. Will post more pictures soon!

I'm starting on Christmas ornaments soon as well! Thank y'all for your support!
08/19/2022

I'm starting on Christmas ornaments soon as well! Thank y'all for your support!

I'm making keychains, car decals, and Christmas ornaments! I can take special requests!

Address

5145 Woodland Drive
Forest Park, GA
30297

Website

Alerts

Be the first to know and let us send you an email when T.J.'s Creations 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); });