{% set layout = layout is not null ? layout : 'banner' %} {% if location_address is not empty %} {% set map_link %} {% apply spaceless %} {% if 'banner' == layout %} {% endif %} {% if 'contact' == layout and location_name is not empty %} {{ location_name }}
{% endif %} {{ location_address }} {% endapply %} {% endset %} {% endif %} {% if location_view_more_url is not empty %} {% set location_view_more_button %} View More Details {% endset %} {% endif %}
{% if 'banner' == layout and location_image_src is not empty %}
{{ location_image_alt }}
{% elseif location_icon is not empty %} {% endif %} {% if location_name is not empty or location_address is not empty %}
{% if 'contact' != layout and location_name is not empty %}
{% apply spaceless %} {% if location_url is not empty %} {% endif %} {{ location_name }} {% if location_url is not empty %} {% endif %} {% endapply %}
{% endif %} {% if map_link is not empty %}
{{ map_link }}
{% endif %} {% if 'contact' == layout %} {% if location_phone is not empty or location_fax is not empty %} {% apply spaceless %}

{% if location_phone is not empty %} General Information: {{ location_phone }}
{% endif %} {% if location_fax is not empty %} FAX: {{ location_fax }} {% endif %}

{% endapply %} {% endif %} {% if location_url is not empty %} More {% endif %} {% endif %}
{% endif %} {% if 'banner' == layout and location_description is not empty %}
Description
{{ location_description }}
{% if location_view_more_button is not empty %} {{ location_view_more_button }} {% endif %}
{% endif %}