Gmaps (Google Maps) addon

Gmaps - Geocoding with Elevation

ExpressionEngine Code
{exp:gmaps:init}
{exp:gmaps:map 
    width="100%"
    center:address="new york"
}
    {gmaps:add_marker
        address="new york"
        get_elevation="yes"
        infowindow="[location] is on [elevation] meters"
    }
{/exp:gmaps:map}