{% 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 location_phone is not empty %}
General Information: {{ location_phone }}
{% endif %}
{% if location_fax is not empty %}
FAX: {{ location_fax }}
{% endif %}