Hi,
Please remove following codes in /template-functions.php file.
if ( ! empty( $ct_options['map_api_key'] ) ) {
wp_register_script( 'ct_script_google_map', '//maps.googleapis.com/maps/api/js?key=' . $ct_options['map_api_key'], array(), '', true );
} else {
wp_register_script( 'ct_script_google_map', '//maps.googleapis.com/maps/api/js', array(), '', true );
}
and
wp_enqueue_script( 'ct_script_google_map' );
wp_enqueue_script( 'ct_script_map' );
Regards, C-Themes