// Map Section $shortcodeContent .= '
'; // Cache the variables for google maps $map_settings = get_option('artistpress_map_settings'); sanitize_text_field($map_settings['map_display'] ); sanitize_text_field($map_settings['map_directions'] ); $startLatLng = null; $endLatLng = $artistpress_venue_latlng; if ( $map_settings['map_display'] == 'yes' ){ $shortcodeContent .= '
'; $shortcodeContent .= '
'; $shortcodeContent .= ''; $shortcodeContent .= '
'; $shortcodeContent .= '
'; if ( $map_settings['map_directions'] == 'no' ){ $shortcodeContent .= ''; $shortcodeContent .= '
'; }