<div id="map" class="mt1p5em{% if content.full_size_map is defined and content.full_size_map is not empty or block.full_size_map is defined and block.full_size_map is not empty %} full-size{% endif %}"{% if no_mark_click is defined and no_mark_click is not empty and no_mark_click == true %} data-noclick="set"{% endif %}></div>
<div id="map-elements">
<a href="#" data-lat="{{ map[1] }}" data-long="{{ map[2] }}"> {{ (content.title_adress is defined and content.title_adress is not empty) ? content.title_adress : ""}}{{ (block.title_adress is defined and block.title_adress is not empty) ? block.title_adress : ""}}</a>
</div>