There is a \"person\" icon which allows user to view \"Street View\". I don\'t want this functionality on my map, is there a way to remove it or disable it?
Street V
The answer is actually in the 2nd paragraph you linked to, but your code should look something like this:
var mapOptions = { center: mapCenter, zoom: 10, streetViewControl: false, mapTypeId: google.maps.MapTypeId.ROADMAP };