I am working on Google Maps Javascript API V 3.
Everything is working fine but I want to disable the MAP button which appears in the top right area with SATELLITE bu
You can hide them via css
.gm-style-mtc { display: none; }