After implementing Mapbox's Geocoder Contro, I am thrilled with how well it is working. One thing that I am trying to figure out is how to display a marker at the exact location of the address that was searched for. Below you can see the code snippet that includes the current control settings:
.addControl(L.mapbox.geocoderControl('mapbox.places', {
position: 'topright',
keepOpen: false,
autocomplete: false
}))