Maps - Popup

ExpressionEngine Code
{exp:reinos_maps:html_header}

{exp:reinos_maps:map 
    width="100%"
    center:address="new york"
}
    {maps:add_marker
        address="new york"
        popup:content="Your text goes here, perhaps with url that open in the same window or in a new window."
    }
{/exp:reinos_maps:map}

{exp:reinos_maps:html_footer}