Profile
Dhaba is a popular group of Indian restaurants in New York, known for its authentic and flavorful cuisine. With multiple locations across the city, Dhaba offers a unique dining experience that combines traditional Indian dishes with a modern twist.
Photos
Outside View of Dhaba, New York
Inside View of Dhaba, New York
Location Based Business Shortcode
add_shortcode('nearby_listings', 'display_nearby_listings');
function display_nearby_listings($atts) {
// Buffer the output
ob_start();
// Enqueue required scripts
wp_enqueue_script('jquery');
?>