Services offered1
About Anthony's
Anthony's NY Pizzeria is a local restaurant in Greer, GA. View address, contact info, hours and services below.
Services & pricing
Restaurant
Contact Anthony's NY Pizzeria directly for a quote and availability.
Service area
Within 15 miles of 29650
Based in Greer, GA. Travel fees may apply beyond the green zone.
29650
FAQ
Why do our customers keep coming back?
jQuery(document).ready(function () {
jQuery('#testimonials-slider').slick({
cssEase: 'ease',
fade: false, // Cause trouble if used slidesToShow: more than one
arrows: true,
dots: false,
infinite: true,
speed: 500,
autoplay: true,
autoplaySpeed: 5000,
slidesToShow: 3,
slidesToScroll: 1,
slide: '.slick-slide', // Cause trouble with responsive settings
});
if (window.innerWidth <= 991) {
jQuery('#testimonials-slider').slick('unslick');
sliderIsLive = false;
// console.log('<= 991');
}
window.addEventListener("resize", function () {
if (jQuery('#testimonials-slider').length) {
if (window.innerWidth <= 991) {
jQuery('#testimonials-slider').slick('unslick');
sliderIsLive = false;
// console.log('<= 991');
} else {
if (sliderIsLive) {
sliderIsLive = true;
// console.log('Else');
}
}
}
});
});


