<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>Pianos NYC</title>
	<link>https://pianosnyc.com</link>
	<description>Pianos NYC</description>
	<pubDate>Tue, 08 Jun 2021 18:34:53 +0000</pubDate>
	<generator>https://pianosnyc.com</generator>
	<language>en</language>
	
		
	<item>
		<title>MAIN</title>
				
		<link>https://pianosnyc.com/MAIN</link>

		<pubDate>Mon, 07 Jun 2021 21:44:30 +0000</pubDate>

		<dc:creator>Pianos NYC</dc:creator>

		<guid isPermaLink="true">https://pianosnyc.com/MAIN</guid>

		<description>
&#60;img width="854" height="388" width_o="854" height_o="388" data-src="https://freight.cargo.site/t/original/i/086316033f11be4424b064e8347cba017319943f37a032503a954af63cc4ca43/LogosGENERAL-flyers-11-x-8-in1.png" data-mid="238202471" border="0"  src="https://freight.cargo.site/w/854/i/086316033f11be4424b064e8347cba017319943f37a032503a954af63cc4ca43/LogosGENERAL-flyers-11-x-8-in1.png" /&#62;shows &#124; contact &#124; private events&#38;nbsp;&#124; menu&#38;nbsp;&#124; gallery &#124; FAQ &#124; youtube &#124; soundcloud
&#60;img width="1052" height="492" width_o="1052" height_o="492" data-src="https://freight.cargo.site/t/original/i/3e6de019212280850605a25ddbefc6365996e3436da47cdba04261c6ad091701/MenuHH-specials-wide-Instagram-Post-451.png" data-mid="249782713" border="0"  src="https://freight.cargo.site/w/1000/i/3e6de019212280850605a25ddbefc6365996e3436da47cdba04261c6ad091701/MenuHH-specials-wide-Instagram-Post-451.png" /&#62;

Gift cards:&#38;nbsp;info@pianosnyc.com


&#60;img width="1080" height="1080" width_o="1080" height_o="1080" data-src="https://freight.cargo.site/t/original/i/59af5ddbd6df77ad538981f7c981fb2b5bc797c2128892a5fb8fd0d0a95d4bc4/gift.png" data-mid="238402213" border="0"  src="https://freight.cargo.site/w/1000/i/59af5ddbd6df77ad538981f7c981fb2b5bc797c2128892a5fb8fd0d0a95d4bc4/gift.png" /&#62;

Bottle service, VIP sections or events:&#38;nbsp;party@pianosnyc.comSEE OUR INSTAGRAM @PIANOSNYC FOR OUR WEEKLY PROGRAMMING &#38;amp; GRAB YOUR TICKETS FOR SPECIAL EVENTS HERE...
GENERAL INQUIRIES: info@pianosnyc.com
PRIVATE PARTIES:&#38;nbsp;party@pianosnyc.com
PERFORMER BOOKING: booking@pianosnyc.com
 DJ BOOKING: dj@pianosnyc.com

︎: (212) 505-3733


</description>
		
	</item>
		
		
	<item>
		<title>Contact</title>
				
		<link>https://pianosnyc.com/Contact</link>

		<pubDate>Tue, 08 Jun 2021 18:34:53 +0000</pubDate>

		<dc:creator>Pianos NYC</dc:creator>

		<guid isPermaLink="true">https://pianosnyc.com/Contact</guid>

		<description>
home &#124; shows &#124; contact &#124; private events &#124; menu &#124; FAQ &#124;&#38;nbsp;gallery
For private events, please scroll down to the bottom of this page and fill out the form.

︎
For general inquiries, gift cards or lost and found:
info@pianosnyc.com

For bottle service or a reserved section:party@pianosnyc.com


 If you are a DJ looking to spin here: 
dj@pianosnyc.com
︎: (212) 505-3733To perform at Pianos please fill out this form:
    
    
    
    
&#38;nbsp;



    
    


    
      var ifr = document.getElementById("JotFormIFrame-220241237775150");
      if (ifr) {
        var src = ifr.src;
        var iframeParams = [];
        if (window.location.href &#38;&#38; window.location.href.indexOf("?") &#62; -1) {
          iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf("?") + 1).split('&#38;'));
        }
        if (src &#38;&#38; src.indexOf("?") &#62; -1) {
          iframeParams = iframeParams.concat(src.substr(src.indexOf("?") + 1).split("&#38;"));
          src = src.substr(0, src.indexOf("?"))
        }
        iframeParams.push("isIframeEmbed=1");
        ifr.src = src + "?" + iframeParams.join('&#38;');
      }
      window.handleIFrameMessage = function(e) {
        if (typeof e.data === 'object') { return; }
        var args = e.data.split(":");
        if (args.length &#62; 2) { iframe = document.getElementById("JotFormIFrame-" + args[(args.length - 1)]); } else { iframe = document.getElementById("JotFormIFrame"); }
        if (!iframe) { return; }
        switch (args[0]) {
          case "scrollIntoView":
            iframe.scrollIntoView();
            break;
          case "setHeight":
            iframe.style.height = args[1] + "px";
            break;
          case "collapseErrorPage":
            if (iframe.clientHeight &#62; window.innerHeight) {
              iframe.style.height = window.innerHeight + "px";
            }
            break;
          case "reloadPage":
            window.location.reload();
            break;
          case "loadScript":
            if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }
            var src = args[1];
            if (args.length &#62; 3) {
                src = args[1] + ':' + args[2];
            }
            var script = document.createElement('script');
            script.src = src;
            script.type = 'text/javascript';
            document.body.appendChild(script);
            break;
          case "exitFullscreen":
            if      (window.document.exitFullscreen)        window.document.exitFullscreen();
            else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();
            else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();
            else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();
            else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();
            break;
        }
        var isJotForm = (e.origin.indexOf("jotform") &#62; -1) ? true : false;
        if(isJotForm &#38;&#38; "contentWindow" in iframe &#38;&#38; "postMessage" in iframe.contentWindow) {
          var urls = {"docurl":encodeURIComponent(document.URL),"referrer":encodeURIComponent(document.referrer)};
          iframe.contentWindow.postMessage(JSON.stringify({"type":"urls","value":urls}), "*");
        }
      };
      window.isPermitted = function(originUrl, whitelisted_domains) {
        var url = document.createElement('a');
        url.href = originUrl;
        var hostname = url.hostname;
        var result = false;
        if( typeof hostname !== 'undefined' ) {
          whitelisted_domains.forEach(function(element) {
              if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) &#124;&#124;  hostname === element ) {
                  result = true;
              }
          });
          return result;
        }
      };
      if (window.addEventListener) {
        window.addEventListener("message", handleIFrameMessage, false);
      } else if (window.attachEvent) {
        window.attachEvent("onmessage", handleIFrameMessage);
      }
 </description>
		
	</item>
		
		
	<item>
		<title>Menu</title>
				
		<link>https://pianosnyc.com/Menu</link>

		<pubDate>Mon, 07 Jun 2021 21:15:07 +0000</pubDate>

		<dc:creator>Pianos NYC</dc:creator>

		<guid isPermaLink="true">https://pianosnyc.com/Menu</guid>

		<description>home &#124;shows &#124; contact &#124; private events &#124; menu &#124; FAQ &#124; gallery

&#60;img width="1650" height="2550" width_o="1650" height_o="2550" data-src="https://freight.cargo.site/t/original/i/a4d92a0c716e6aff962276f0a84e57f1602a35f3e5e4cfb30c507b72fbb304c3/FoodMenu_PNG.png" data-mid="238401566" border="0"  src="https://freight.cargo.site/w/1000/i/a4d92a0c716e6aff962276f0a84e57f1602a35f3e5e4cfb30c507b72fbb304c3/FoodMenu_PNG.png" /&#62;


&#60;img width="1650" height="2550" width_o="1650" height_o="2550" data-src="https://freight.cargo.site/t/original/i/0eb557a9f9dc56763312219876ec626f43d21094970522fddbc5974a3e6dcb03/Pianos-New-Happy-Hour-11.jpg" data-mid="249782711" border="0"  src="https://freight.cargo.site/w/1000/i/0eb557a9f9dc56763312219876ec626f43d21094970522fddbc5974a3e6dcb03/Pianos-New-Happy-Hour-11.jpg" /&#62;

&#60;img width="1158" height="1788" width_o="1158" height_o="1788" data-src="https://freight.cargo.site/t/original/i/013628e54d340528ddbe51135bf3150ca5bc5375c04db386034fb51a49383d64/2026-Cocktail-Menu-.png" data-mid="245095935" border="0"  src="https://freight.cargo.site/w/1000/i/013628e54d340528ddbe51135bf3150ca5bc5375c04db386034fb51a49383d64/2026-Cocktail-Menu-.png" /&#62;
&#60;img width="1116" height="1736" width_o="1116" height_o="1736" data-src="https://freight.cargo.site/t/original/i/3f00c2128a13e3ee65303000b933134faa67f1761d006bef8f8b2515b7a4ba95/Screenshot-2025-12-09-at-2.54.42-PM.png" data-mid="245095979" border="0"  src="https://freight.cargo.site/w/1000/i/3f00c2128a13e3ee65303000b933134faa67f1761d006bef8f8b2515b7a4ba95/Screenshot-2025-12-09-at-2.54.42-PM.png" /&#62;


&#60;img width="1650" height="2550" width_o="1650" height_o="2550" data-src="https://freight.cargo.site/t/original/i/418875919ea4d6bcb2e8e33459536b1c791c0497631f7d828c272a558dc9dc7e/Pianos_BottleServiceMenu_NP.jpg" data-mid="238180089" border="0"  src="https://freight.cargo.site/w/1000/i/418875919ea4d6bcb2e8e33459536b1c791c0497631f7d828c272a558dc9dc7e/Pianos_BottleServiceMenu_NP.jpg" /&#62;</description>
		
	</item>
		
	</channel>
</rss>