Gmaps (Google Maps) addon

Gmaps - Infowindow

ExpressionEngine Code
{exp:gmaps:init}
{exp:gmaps:map 
    width="100%"
    center:address="new york"
}
    {gmaps:add_marker
        address="new york"
        infowindow="Your text goes here, perhaps with url that open in the same window or in a new window."
    }
{/exp:gmaps:map}