<% if (typeof(payment_cashonly) != "undefined") { %>
Cash Only:
<%= payment_cashonly==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(smoking) != "undefined") { %>
Smoking Allowed:
<%= smoking==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(alcohol) != "undefined") { %>
Serves Alcohol:
<%= alcohol==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(attire) != "undefined") { %>
<% } %>
<% if (typeof(attire_required) != "undefined") { %>
Required Attire:
<%= attire_required %>
<% } %>
<% if (typeof(attire_prohibited) != "undefined") { %>
Prohibited Attire:
<%= attire_prohibited %>
<% } %>
<% if (typeof(reservations) != "undefined") { %>
Accepts Reservations:
<%= reservations==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(attire_prohibited) != "undefined") { %>
Prohibited Attire:
<%= attire_prohibited %>
<% } %>
<% if (typeof(room_private) != "undefined") { %>
Private Room(s):
<%= room_private==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(seating_outdoor) != "undefined") { %>
Outdoor Seating:
<%= seating_outdoor==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(groups_goodfor) != "undefined") { %>
Group Seating:
<%= groups_goodfor==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(kids_goodfor) != "undefined") { %>
Kid Friendly:
<%= kids_goodfor==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(accessible_wheelchair) != "undefined") { %>
Wheelchair Accessible:
<%= accessible_wheelchair==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(meal_cater) != "undefined") { %>
Catering Available:
<%= meal_cater==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(meal_takeout) != "undefined") { %>
Take-out Available:
<%= meal_takeout==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(meal_deliver) != "undefined") { %>
Delivery Available:
<%= meal_deliver==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(open_24hrs) != "undefined") { %>
Open 24 Hours:
<%= open_24hrs==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(meal_breakfast) != "undefined") { %>
Serves Breakfast:
<%= meal_breakfast==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(meal_lunch) != "undefined") { %>
Serves Lunch:
<%= meal_lunch==true ? "Yes" : "No" %>
<% } %>
<% if (typeof(meal_dinner) != "undefined") { %>
Serves Dinner:
<%= meal_dinner==true ? "Yes" : "No" %>
<% } %>