<%- include('_header'); -%>

<%= map.mapName %>

<% if (user.userProperties.canUpdate) { %> <% } %>
<% if (map.mapDescription && map.mapDescription !== "") { %>
Description
<%= map.mapDescription %>
<% } %>
Address
<% if (map.mapAddress1 !== "") { %> <%= map.mapAddress1 %>
<% } %> <% if (map.mapAddress2 !== "") { %> <%= map.mapAddress2 %>
<% } %> <%= map.mapCity %>, <%= map.mapProvince %>
<%= map.mapPostalCode %>
<% if (map.mapPhoneNumber !== "") { %>
Phone Number
<%= map.mapPhoneNumber %>
<% } %>

Geographic Location

<% if (map.mapLatitude && map.mapLongitude) { %>
<% } else { %>

There are no geographic coordinates associated with this <%= configFunctions.getProperty("aliases.map").toLowerCase() %>.

<% } %>

Image

<% if (map.mapSVG) { %> <% const imageURL = urlPrefix + "/images/maps/" + map.mapSVG %> <%- include('../public/images/maps/' + map.mapSVG); -%> <% } else { %>

There are no image associated with this <%= configFunctions.getProperty("aliases.map").toLowerCase() %>.

<% } %>
<%- include('_footerA'); -%> <%- include('_footerB'); -%>