Gmaps (Google Maps) addon

Gmaps - Infobox

ExpressionEngine Code
{exp:gmaps:init}
{exp:gmaps:map 
    width="100%"
    center:address="new york"
}
    {gmaps:add_marker
        address="new york"
        infobox:content='Just a test'
        infobox:box_style:opacity="0.75"
        infobox:box_style:width="280px"
        infobox:box_class="another_class"
        infobox:close_box_margin="10px 2px 2px 2px"
        infobox:close_box_url="http://www.google.com/intl/en_us/mapfiles/close.gif"
        infobox:max_width="0"
        infobox:z_index="99999"
        infobox:pixel_offset_left="0"
        infobox:pixel_offset_top="0"
    }
{/exp:gmaps:map}