" itemprop="location" itemscope itemtype="http://schema.org/Place">
<%= map event.venue %>
This venue is no longer open for business.
<% if !event.venue.street_address.blank? -%>
<%= event.venue.street_address -%>
<% end %>
<% if !event.venue.locality.blank? -%>
<%= event.venue.locality -%><%= "," if event.venue.region.present? or event.venue.postal_code.present? or event.venue.country.present? %>
<% end -%>
<% if !event.venue.region.blank? -%>
<%= event.venue.region -%><%= "," if event.venue.country.present? and not event.venue.postal_code.present? %>
<% end -%>
<% if !event.venue.postal_code.blank? -%>
<%= event.venue.postal_code -%><%= "," if event.venue.country.present? %>
<% end -%>
<% if !event.venue.country.blank? -%>
<%= event.venue.country -%>
<% end -%>
<% if event.venue && event.venue.full_address.present? -%>
(
map)
<% end -%>
<% if event.venue.wifi? -%>
Public WiFi
<% end -%>
<% if event.venue.access_notes.present? -%>
Access Notes
<%= format_description event.venue.access_notes %>
<% end -%>
<% unless event.venue_details.blank? -%>
<%= format_description(event.venue_details) %>
<% end -%>