Xingxing_fc

Xingxing_fc 🐒 Monkey House – where monkeys are mischievous, cute and very… trend-setting! Coming here makes you want to: “Oh, so cute!”

(3)

05/22/2026

Xing Xing is my daily dose of joy.

05/21/2026

Xing Xing makes my heart melt.

05/20/2026

Xing Xing is pure love. ❤️

05/20/2026

Can’t get enough of Xing Xing’s cuteness.

05/19/2026

Life is sweeter with Xing Xing.

05/19/2026

Xing Xing steals hearts effortlessly. 💘

05/18/2026

A tiny bundle of joy named Xing Xing. 💖

05/18/2026

Xing Xing makes every day brighter

Address

4310 45TH Street
Washington D.C., DC
20016

Website

Alerts

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