Positive Mind Tribe

Positive Mind Tribe a page dedicate to bring smile and positivity to your day 😊😊

03/06/2026

Name a toy from your childhood that kids today probably have never even heard of.

03/04/2026

What did you have at school that kids today would never understand?

03/04/2026

How many TVs did your parents have in the house when you were growing up?

03/02/2026

Does the kitchen have to be clean before u go to bed at night ??

02/27/2026
11/30/2025

For 24 hours, you can switch lives with anyone on Earth. Who do you choose?

11/29/2025

Who's the best country music guitarist of all time ?

11/29/2025

Without Googling… name a country that has an ANIMAL on its flag.

11/28/2025

Name something you remember from the 90s that is no longer here today.

Address

New York, NY

Website

Alerts

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