We offer a beautifully renovated and fully stocked bar featuring a variety of beers and wines, top shelf spirits and a friendly welcoming staff to serve your guests.

    SELECT
        fmi_parent_id
    FROM frontend_menu_item as fmi
    WHERE
        (fmi_menu_scope = 'sdrep-menu' OR fmi_menu_scope = 'both') AND
        fmi_url LIKE '%bar-service-information.php%' 
        AND fmi_parent_id != 0 
        LIMIT 1