MPressivedesign

MPressivedesign I make custom T-Shirts, resin crafts and home decor.

Hair bows $4.00
09/17/2022

Hair bows $4.00

03/10/2022

M

Bathroom decor $20
10/17/2021

Bathroom decor $20

Welcome sign $40
10/17/2021

Welcome sign $40

Corona extra Dallas Cowboys tumbler $20
09/17/2021

Corona extra Dallas Cowboys tumbler $20

Hocus Pocus tumbler $20
09/16/2021

Hocus Pocus tumbler $20

Sublimated sippy cup $20
09/14/2021

Sublimated sippy cup $20

Sublimated tumbler with ice topper $30
09/13/2021

Sublimated tumbler with ice topper $30

Coaster set $4.00
09/13/2021

Coaster set $4.00

Address

New Canton, VA

Alerts

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