Some multiple seller/vendor stores do not want to show Google maps on the Seller Info tab on product details pages in their store. You can easily hide the Google Map by changing one line in a theme file.
File: /modules/agilemultipleseller/views/templates/hooks/hookproducttabcontent.tpl
Add the red section of code to the line indicated below:
<div class="margin-form" stlye="display:none">
<div id="map_canvas" style="width:540px; height:250px;padding:0px;margin:0px;"></div>
</div>