Here is the snippet I am using to display Google map on my app using their V3 Javascript API.
var myOptions = { zoom: 15, mapTypeId:
The Google Maps v3 API doc is great.
In it, you'll find that MapOptions have a property, "mapTypeControl", which is a boolean. Set it to false to disable it for your map.
false