Maps example - Popup

Template code

{exp:reinos_maps:html_header}
{exp:reinos_maps:map
    width="100%"
    center:address="new york"
}
    {maps:add_marker
        address="new york"
        popup:content="&#123;exp:reinos_maps:encode&#125;Your text goes here, perhaps with url <a href="[map_url]">that open in the same window</a> or <a target="_blank" href="[map_url]">in a new window.</a>&#123;/exp:reinos_maps:encode&#125;"
    &#125;
&#123;/exp:reinos_maps:map&#125;
&#123;exp:reinos_maps:html_footer&#125;