2019-12-09 11:47:17 +01:00
|
|
|
<div id="MapPin{$ID}" data-id="{$ID}" class="location">
|
|
|
|
<div class="fn">{$Title}</div>
|
|
|
|
<div class="addr">{$Address}</div>
|
|
|
|
<% if $Address2 %>
|
|
|
|
<div class="addr2">{$Address2}</div>
|
|
|
|
<% end_if %>
|
2020-01-22 10:46:53 +01:00
|
|
|
<% if $City || $Suburb || $PostalCode || $Postcode %>
|
2019-12-09 11:47:17 +01:00
|
|
|
<div class="city">
|
2020-01-22 10:46:53 +01:00
|
|
|
{$City}{$Suburb}, {$State} {$PostalCode}{$Postcode}
|
2019-12-09 11:47:17 +01:00
|
|
|
</div>
|
|
|
|
<% end_if %>
|
|
|
|
<% if $Country %>
|
2020-01-22 10:46:53 +01:00
|
|
|
<div class="country d-none">{$Country}</div>
|
2019-12-09 11:47:17 +01:00
|
|
|
<% end_if %>
|
|
|
|
<% if $PhoneNumber %>
|
|
|
|
<% with $PhoneNumber %>
|
|
|
|
T: <a href="$LinkURL" class="tel">$Title</a><br/>
|
|
|
|
<% end_with %>
|
|
|
|
<% end_if %>
|
|
|
|
<% if $Fax %>
|
|
|
|
<% with $Fax %>
|
|
|
|
F: <span class="fax">$Title</span>
|
|
|
|
<% end_with %>
|
|
|
|
<% end_if %>
|
|
|
|
<div class="dir-link">
|
|
|
|
<a href="$DirectionsURL" target="_blank">Get Directions »</a>
|
|
|
|
</div>
|
|
|
|
</div>
|