East Village Location

328 East 14th Street
New York, New York 10012
212-228-2004
10am-5am Daily

Delivery Hours:
Sunday to Saturday - 11:00am to 4:00am

Chelsea Location

114 Tenth Avenue New York,
New York 10011
212-792-9200
12pm-5am, Tuesday thru Saturday
12pm-12am, Sunday & Monday
Delivery Hours:
Monday to Sunday 12:00pm - 11:00pm
   

Greenwich Village Location

111 MacDougal Street
New York, New York 10012
646-278-6100
11am-4am, Sunday thru Thursday
11am-5am, Friday & Saturday
Delivery Hours:
Sunday to Saturday - 11:30am to 11:00pm

LaGuardia Airport Location

LaGuardia Airport Location
Delta Airlines Terminal C
100-15 Ditmars Boulevard
East Corona, New York
1136



      jQuery(function($){
        $("#ticker").tweet({
          username: "artichokepizza",
          page: 1,
          avatar_size: 16,
          count: 20,
          loading_text: "loading ..."
        }).bind("loaded", function() {
          var ul = $(this).find(".tweet_list");
          var ticker = function() {
            setTimeout(function() {
              ul.find('li:first').animate( {marginTop: '-4em'}, 500, function() {
                $(this).detach().appendTo(ul).removeAttr('style');
              });
              ticker();
            }, 8000);
          };
          ticker();
        });
      });