Hi martingr71
If you do not need any google map in your contact page then edit this file /templates/ja_focus/html/com_contact/contact/default.php and around line 92 you will find
<!-- Google Maps -->
<div class="google-map">
{jamap }
</div>
<!-- End Google Maps -->
You can remove from it the {jamap }
<!-- Google Maps -->
<div class="google-map">
</div>
<!-- End Google Maps -->
Regards