Maps example - Popup

300 m
1000 ft

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="{exp:reinos_maps:encode}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>{/exp:reinos_maps:encode}"
    }
{/exp:reinos_maps:map}
{exp:reinos_maps:html_footer}