Location Details

<%= name %>

<% if (typeof(cuisine) == "string") { %>

<%= cuisine %>

<% } %> <%= address %>, <%= locality %>, <%= region %> <%= postcode %>
<% if (typeof(price) != "undefined") { %>
Price  <% for ( var x=0; x$<% } %>
<% } %> <% if (typeof(rating) != "undefined") { %>
Rating  <% for ( var x=0; x <% } %>
<% } %> <% if (typeof(tel) != "undefined") { %>
Phone <%= tel %>
<% } %> <% if (typeof(fax) != "undefined") { %>
Fax <%= fax %>
<% } %> <% if (typeof(website) != "undefined") { %>
Web <%= website %>
<% } %>
Distance <%= distance %> miles <% if (travel_time_seconds >= 0) { %> (<%= travel_time_formatted %>) <% } %>
  
<% if (typeof(parsedHours) != "undefined") { %>

Hours:

<% var days = ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]; for ( var x=1; x<=7; x++ ){ var day = parsedHours[x] %>
<%= days[x-1] %>
<% if ( day ) { for ( var y=0; y <% if (typeof(day[y]) != "string") { %>
<% for ( var z=0; z <%= day[y][z] %> <%= (z == 0) ? "-" : " " %> <% } %>
<% } else { %>
<%= day[y] %>
<% } %> <% }} else { %>
<% } %>
<% } %>
<% } %>

Known Details:

<% 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") { %>
Attire:
<%= attire %>
<% } %> <% 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" %>
<% } %>