Hello,
Unfortunately, Panagea theme has not option to disable google map.
Please remove following codes in /wp-content/themes/panagea/single-hotel.php file.
<?php if ( ! empty( $hotel_pos ) ) : ?>
<h3><?php echo esc_html__( 'Location', 'panagea' ); ?></h3>
<div id="map" class="map map_single add_bottom_30"></div>
<!-- End Map -->
<?php endif; ?>
And please remove following codes in /wp-content/themes/panagea/single-restaurant.php file.
<?php if ( ! empty( $restaurant_pos ) ) : ?>
<hr>
<h3><?php echo esc_html__( 'Location', 'panagea' ); ?></h3>
<div id="map" class="map map_single add_bottom_30"></div>
<!-- End Map -->
<?php endif; ?>
And remove following codes in /wp-content/themes/panagea/single-tour.php file.
<?php if ( ! empty( $tour_pos ) ) : ?>
<hr>
<h3><?php echo esc_html__( 'Location', 'panagea' ); ?></h3>
<div id="map" class="map map_single add_bottom_30"></div>
<!-- End Map -->
<?php endif; ?>
Best regards,
Thanks