
			<script type="text/javascript">
	
				jQuery(document).ready(function($) { 		
				
					var map_id = 'map48075';
					
					if(typeof _CSPM_DONE === 'undefined' || _CSPM_DONE[map_id] === true) 
						return;
					
					_CSPM_DONE[map_id] = false;
					_CSPM_MAP_RESIZED[map_id] = 0;
					
					/**
					 * Start displaying the Progress Bar loader */
					 
					if(typeof NProgress !== 'undefined'){
						
						NProgress.configure({
						  parent: 'div#codespacing_progress_map_div_'+map_id,
						  showSpinner: true
						});				
						
						NProgress.start();
						
					}
					
					/**
					 * @map_layout, Will contain the layout type of the current map.
					 * This variable was first initialized in "progress_map.js"!
					 * @since 2.8 */
										
					map_layout[map_id] = 'mu-cd';
					
					/**
					 * @cspm_infoboxes, Will store the created marker infoboxes in the viewport of the map.
					 * This will prevent creating the same infobox multiple times! */
					 
					cspm_infoboxes[map_id] = []; //@since 3.9
					
					/**
					 * @cspm_marker_popups, Will store the created marker popups in the viewport of the map.
					 * This will prevent creating the same popup multiple times! */
					 
					cspm_marker_popups[map_id] = []; //@since 4.0
									
					/**
					 * @post_ids_and_categories, Will store the markers categories in order to use with faceted search and to define the marker icon */
					 
					post_ids_and_categories[map_id] = {}; 
					
					/** 
					 * @post_lat_lng_coords, Will store the markers coordinates in order to use them when rewriting the map & the carousel */
					 
					post_lat_lng_coords[map_id] = {}; 
					
					/**
					 * @post_ids_and_child_status, Will store the markers and their child status in order to use when rewriting the carousel */
					 
					post_ids_and_child_status[map_id] = {}; 
					
					/**
					 * @json_markers_data, Will store the markers objects */
					 
					var json_markers_data = [];					
					
					var false_latLngs = []; // Contains the IDs of all posts with false latLng | @since 3.6
					var false_ground_overlays = []; // Contains the names of all images with wrong coordinates | @since 3.6

					/**
					 * init plugin map */
					 
					var plugin_map_placeholder = 'div#codespacing_progress_map_div_'+map_id;
					var plugin_map = $(plugin_map_placeholder);
					
					/**
					 * Load Map options */
					 
											var map_options = cspm_load_map_options('map48075', false, null, 14);
										
					/**
					 * Activate the new google map visual */
					 
					google.maps.visualRefresh = true;				

					/**
					 * The initial map style */
					 
					var initial_map_style = "ROADMAP";
					
					/**
					 * Enhance the map option with the map type id of the style */
					 
					 
											
						/**
						 * The initial style */
						 
						var map_type_id = cspm_initial_map_style(initial_map_style, true);
			
						/**
						 * Map type control option */
						 
						var mapTypeControlOptions = {
							mapTypeControlOptions: {
								style: google.maps.MapTypeControlStyle.DROPDOWN_MENU,
								position: google.maps.ControlPosition.TOP_RIGHT,
								mapTypeIds: [
									google.maps.MapTypeId.ROADMAP,
									google.maps.MapTypeId.SATELLITE,
									google.maps.MapTypeId.TERRAIN,
									google.maps.MapTypeId.HYBRID,
									"custom_style", 
								]				
							}
						};
													
						var map_options = $.extend({}, map_options, map_type_id, mapTypeControlOptions);
						
									

					 var light_map = false; 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":48077,"post_categories":"","coordinates":{"lat":"32.7798346","lng":"-96.80844209999998"},"icon":{"url":"http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Big-D-Map-Marker.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/dallassupertours.com\/newsite\/dealey-plaza\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('48077'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":48095,"post_categories":"","coordinates":{"lat":"32.767340","lng":"-96.722120"},"icon":{"url":"http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Big-D-Map-Marker.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/dallassupertours.com\/newsite\/reunion-tower\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('48095'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":48100,"post_categories":"","coordinates":{"lat":"32.7751958","lng":"-96.80412079999996"},"icon":{"url":"http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Big-D-Map-Marker.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/dallassupertours.com\/newsite\/the-omni-hotel\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('48100'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":48104,"post_categories":"","coordinates":{"lat":"30.276380","lng":"-98.872820"},"icon":{"url":"http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Big-D-Map-Marker.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/dallassupertours.com\/newsite\/pioneer-plaza\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('48104'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":48107,"post_categories":"","coordinates":{"lat":"32.777980","lng":"-96.796210"},"icon":{"url":"http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Big-D-Map-Marker.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/dallassupertours.com\/newsite\/dallas-world-aquarium\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('48107'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":48110,"post_categories":"","coordinates":{"lat":"32.786727","lng":"-96.806634"},"icon":{"url":"http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Big-D-Map-Marker.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/dallassupertours.com\/newsite\/perot-museum-of-nature-science\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('48110'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":48113,"post_categories":"","coordinates":{"lat":"32.784856","lng":"-96.809484"},"icon":{"url":"http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Big-D-Map-Marker.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/dallassupertours.com\/newsite\/hard-rock-cafe\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('48113'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":48117,"post_categories":"","coordinates":{"lat":"32.787380","lng":"32.787380"},"icon":{"url":"http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Big-D-Map-Marker.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/dallassupertours.com\/newsite\/victory-park\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('48117'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":48122,"post_categories":"","coordinates":{"lat":"32.789793","lng":"-96.801174"},"icon":{"url":"http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Big-D-Map-Marker.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/dallassupertours.com\/newsite\/klyde-warren-park\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('48122'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":48125,"post_categories":"","coordinates":{"lat":"32.787831","lng":"-96.801337"},"icon":{"url":"http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Big-D-Map-Marker.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/dallassupertours.com\/newsite\/dallas-arts-district\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('48125'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":48130,"post_categories":"","coordinates":{"lat":"32.784298","lng":"-96.780459"},"icon":{"url":"http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Big-D-Map-Marker.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/dallassupertours.com\/newsite\/deep-ellum\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('48130'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":48133,"post_categories":"","coordinates":{"lat":"32.780000","lng":"-96.788003"},"icon":{"url":"http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Big-D-Map-Marker.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/dallassupertours.com\/newsite\/dallas-farmers-market\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('48133'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":48136,"post_categories":"","coordinates":{"lat":"32.780723","lng":"-96.797385"},"icon":{"url":"http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Big-D-Map-Marker.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/dallassupertours.com\/newsite\/neiman-marcus\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('48136'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":48141,"post_categories":"","coordinates":{"lat":"32.780870","lng":"-96.806634"},"icon":{"url":"http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Big-D-Map-Marker.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/dallassupertours.com\/newsite\/west-end\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('48141'); 
					var show_infobox = 'true';
					var infobox_type = 'cspm_type1';
					var infobox_display_event = 'onhover';
					var useragent = navigator.userAgent;
					var infobox_loaded = false;
					var clustering_method = false;
					var remove_infobox_on_mouseout = 'false';
					var use_marker_popups = 'no'; //@since 4.0
					var marker_popups_loaded = false; //@since 4.0
											
					/**
					 * [@polyline_values] - will store an Object of all available Polylines	
					 * [@polygon_values] - will store an Object of all available Polygons					 				 					 
					 * @since 2.7 */
					 
					var polyline_values = [];
					var polygon_values = [];
					
					/**
					 * [@kml_values] - will store an Object of all available KML layers	
					 * @since 3.0 */
					
					var kml_values = [];
					
					/**
					 * [@ground_overlays_values] - will store an Object of all available Ground overlays (Images)
					 * @since 3.5 */
					
					var ground_overlays_values = [];
					
					
					/**
					 * Build the map */

					plugin_map.gmap3({		
						map:{
							options: map_options,							
							onces: {
								tilesloaded: function(map){

									var carousel_output = []; 

									plugin_map.gmap3({ 										
										marker:{
											values: json_markers_data,
											callback: function(markers){

																								
																								
												/**
												 * [@markers_latlngs] Contains all marker latLngs
												 * @since 3.3 */
												 
												var markers_latlngs = [];
												
												/**
												 * Build the carousel items */
													
												for(var i = 0; i < markers.length; i++){	
													
													var post_id = markers[i].post_id;
													var is_child = markers[i].is_child;
													var marker_position = markers[i].position;

													markers_latlngs.push(marker_position); //@since 3.3
													
													if(!light_map){
														
																												
															/**
															 * Convert the LatLng object to array */
															 
															var lat = marker_position.lat();
															var lng = marker_position.lng();											
															
															carousel_output.push(
																cspm_carousel_item_HTML({
																	map_id: map_id,
																	post_id: post_id,
																	is_child: is_child,
																	index: (i+1),
																	latLng: lat+'_'+lng,
																})
															);							
															
															if(i == markers.length-1)
																$('ul#cspm_carousel_'+map_id).append(carousel_output.join(''));	

																																				
														
														if(i == markers.length-1)
															cspm_init_carousel(null, map_id);
													
													}

												}	
												
																								
														
																										
											},											
											events:{
												mouseover: function(marker, event, elements){
													
													/**
													 * Show a message to the user to inform them that ...
													 * ... they can open the the post media modal if they ...
													 * ... click on the marker.
													 *
													 * @since 3.5 */

													if(typeof marker.media !== 'undefined' && marker.media.format != 'standard' && marker.media.format != '')
														cspm_open_media_message(marker.media, map_id);

													/**
													 * Display the single infobox */

													if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event == 'onhover'){
														cspm_draw_single_infobox(plugin_map, map_id, marker, {"type":"cspm_type1","display_event":"onhover","link_target":"popup","remove_on_mouseout":"false"}).done(function(){
															cspm_connect_carousel_and_infobox();														
														});
													}
													
																										
														/**
														 * Apply the style for the active item in the carousel */
														 
														if(!light_map){	
															
															var post_id = marker.post_id;
															var is_child = marker.is_child;	
															var i = $('li.cspm_carousel_item[data-map-id='+map_id+'][data-post-id='+post_id+'][data-is-child="'+is_child+'"]').attr('data-index');
															
															cspm_call_carousel_item($('ul#cspm_carousel_'+map_id).data('jcarousel'), i);
															cspm_carousel_item_hover_style('li.carousel_item_'+i+'_'+map_id, map_id);
														
														}
													
																										
												},	
												mouseout: function(marker, event, elements){
													
													var post_id = marker.post_id;
													
													/**
													 * Hide the post media message
													 * @since 3.5 */

													if(typeof marker.media !== 'undefined' && marker.media.format != 'standard' && marker.media.format != '')
														cspm_close_media_message(map_id);
													
												},
												click: function(marker, event, elements){
																																
													var latLng = marker.position;											
 													var post_id = marker.post_id;
													
													marker.media['post_id'] = marker.post_id; // Add post ID to media array | @since 4.6													
													
													/**
													 * Center the map on that marker */
													
													map.panTo(latLng);

													/**
													 * Display the single infobox */

													if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event == 'onclick'){
														cspm_draw_single_infobox(plugin_map, map_id, marker, {"type":"cspm_type1","display_event":"onhover","link_target":"popup","remove_on_mouseout":"false"}).done(function(){
															cspm_connect_carousel_and_infobox();														
														});
													}
													
																			
													
														/**
														 * Apply the style for the active item in the carousel */
														 
														if(!light_map){	
															
															var is_child = marker.is_child;
															var i = $('li.cspm_carousel_item[data-map-id='+map_id+'][data-post-id='+post_id+'][data-is-child="'+is_child+'"]').attr('data-index');

															cspm_call_carousel_item($('ul#cspm_carousel_'+map_id).data('jcarousel'), i);
															cspm_carousel_item_hover_style('li.carousel_item_'+i+'_'+map_id, map_id);
														
														}
													
																										
																										
																						
													
													/**
													 * Open the post/location media modal
													 * @since 3.5 */

													if(typeof marker.media !== 'undefined' && marker.media.format != 'standard' && marker.media.format != '')
														cspm_open_media_modal(marker.media, map_id);

												}
											}
										},
										
									});									
									
																			clustering_method = true;
										var clusterer = cspm_clustering(plugin_map, map_id, light_map);										$('div.cspm_zoom_in_'+map_id+', div.cspm_zoom_out_'+map_id).show(); 								 
																		
																		
																	 
																			$('div.cspm_recenter_map_container[data-map-id='+map_id+']').show();									
																	 
																		 
																		
									/**
									 * Draw on the map */
									 
									if(json_markers_data.length > 0){
									
										/**
										 * Draw infoboxes (onload event) */
										 
										if(infobox_display_event == 'onload' && show_infobox == 'true'){			
											if(clustering_method == true){
												google.maps.event.addListenerOnce(clusterer, 'clusteringend', function(cluster){																	
													setTimeout(function(){
														cspm_draw_multiple_infoboxes(plugin_map, map_id, {"type":"cspm_type1","display_event":"onhover","link_target":"popup","remove_on_mouseout":"false"}).done(function(){
															cspm_connect_carousel_and_infobox();														
														});
														infobox_loaded = true;														
													}, 500);																
												});	
											}else{
												setTimeout(function(){
													cspm_draw_multiple_infoboxes(plugin_map, map_id, {"type":"cspm_type1","display_event":"onhover","link_target":"popup","remove_on_mouseout":"false"}).done(function(){
														cspm_connect_carousel_and_infobox();														
													});											
													infobox_loaded = true;
												}, 500);
											}
										}else infobox_loaded = true;
									
										/**
										 * Draw Marker popups
										 * @since 4.0 */
										 
										if(use_marker_popups == 'yes'){			
											if(clustering_method == true){
												google.maps.event.addListenerOnce(clusterer, 'clusteringend', function(cluster){																	
													setTimeout(function(){
														cspm_draw_multiple_popups(plugin_map, map_id, {"placement":"top","bgColor":"#ffffff","color":"#000000","fontSize":"14px","fontWeight":"bold"});													
														marker_popups_loaded = true;
													}, 500);																
												});	
											}else{
												setTimeout(function(){
													cspm_draw_multiple_popups(plugin_map, map_id, {"placement":"top","bgColor":"#ffffff","color":"#000000","fontSize":"14px","fontWeight":"bold"});													
													marker_popups_loaded = true;
												}, 500);
											}
										}
																	
									}									

																		
									/**
									 * End the Progress Bar Loader */
									 	
									if(typeof NProgress !== 'undefined')
										NProgress.done();
									
								}
								
							},
							events:{
								idle: function(){
									
									/**
									 * re-display infoboxes after search/filter request */
									 
									if(infobox_loaded && !cspm_is_panorama_active(plugin_map)){
										setTimeout(function(){
											if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event == 'onload'){								
												cspm_draw_multiple_infoboxes(plugin_map, map_id, {"type":"cspm_type1","display_event":"onhover","link_target":"popup","remove_on_mouseout":"false"}).done(function(){
													cspm_connect_carousel_and_infobox();														
												});
												infobox_loaded = true;	
											}
										}, 200);
									}
									
									/**
									 * Marker popups
									 * @since 4.0 */
																		
									if(use_marker_popups == 'yes' && marker_popups_loaded){
										setTimeout(function(){
											cspm_draw_multiple_popups(plugin_map, map_id, {"placement":"top","bgColor":"#ffffff","color":"#000000","fontSize":"14px","fontWeight":"bold"});													
										}, 200);
									}
									
									/**
									 * Set Marker labels visibility
									 * Note: This will prevent an issue where marker labels stay visible when markers are not in the viewport of the map!
									 * @since 4.0 */
									
									cspm_set_marker_labels_visibility(plugin_map, map_id);
									
								},
								bounds_changed: function(){
									setTimeout(function() {
										$('div[class^=cluster_posts_widget]').removeClass('flipInX');
										$('div[class^=cluster_posts_widget]').addClass('cspm_animated flipOutX');
										$('div[class^=cluster_posts_widget]').attr('data-cluster-id', ''); //@since 3.5
										setTimeout(function() {
											if(typeof $('div.cluster_posts_widget_'+map_id).mCustomScrollbar === 'function'){
												$('div.cluster_posts_widget_'+map_id).mCustomScrollbar("destroy");
											}
										}, 500);
									}, 500);
								},
							}
						},					
												
																		
												
												
													
												
												 
						 
														
							styledmaptype:{
								id: "custom_style",
								options:{
									name: "Red Hues",
									alt: "Show Red Hues"
								},
								styles: [{"stylers":[{"hue":"#dd0d0d"}]},{"featureType":"road","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"road","elementType":"geometry","stylers":[{"lightness":100},{"visibility":"simplified"}]}]							},
							
												 						
					});		
					
					var mapObject = plugin_map.gmap3('get');
					
					/** 
					 * Rotating 45° imagery support
					 * @since 3.3 */
					 
					if(typeof setTilt === 'function')
						mapObject.setTilt(45);
					
					/**
					 * Hide/Show UI Controls depending on the streetview visibility */

					if(typeof mapObject.getStreetView === 'function'){
												
						var streetView = mapObject.getStreetView();
					
						google.maps.event.addListener(streetView, "visible_changed", function(){
							
							if(this.getVisible()){
								
																	$('div.cspm_zoom_in_'+map_id+', div.cspm_zoom_out_'+map_id).hide();
																 
																 
																 
																								 
																
																 
																	$('div.cspm_recenter_map_container[data-map-id='+map_id+']').hide();
																
																	
																									
									
																 
							}else{
								 
																	$('div.cspm_zoom_in_'+map_id+', div.cspm_zoom_out_'+map_id).show();
																 
																 
																 
																 
																
																 
																	$('div.cspm_recenter_map_container[data-map-id='+map_id+']').show();
																
																	
																									
									
								
							}
								
						});
						
					}
					 		
										
											 
						cspm_zoom_in('map48075', $('div.cspm_zoom_in_'+map_id), plugin_map);
						cspm_zoom_out('map48075', $('div.cspm_zoom_out_'+map_id), plugin_map); 					
										 
											
						/**
						 * Store the window width */
						
						var windowWidth = $(window).width();
	
						$(window).resize(function(){
							
							/**
							 * Check window width has actually changed and it's not just iOS triggering a resize event on scroll */
							 
							if ($(window).width() != windowWidth) {
					
								/**
								 * Update the window width for next time */
								 
								windowWidth = $(window).width();
			
								setTimeout(function(){
									
									var latLng = cspm_validate_latLng('32.779640', ' -96.808380');							
								
									if(!latLng)
										return;
										
									var map = plugin_map.gmap3("get");	
									
									if(typeof map.panTo === 'function')
										map.panTo(latLng);
									
									if(typeof map.setCenter === 'function')
										map.setCenter(latLng);
										
								}, 500);
								
							}
							
						});

					 
					 
										
						
						$(plugin_map_placeholder+':visible').livequery(function(){
							if(_CSPM_MAP_RESIZED[map_id] <= 1){ /* 0 is for the first time loading, 1 is when the user clicks the map tab */
								cspm_center_map_at_point(plugin_map, 'map48075', 32.779640,  -96.808380, 'resize');
								_CSPM_MAP_RESIZED[map_id]++;
							}
							cspm_zoom_in_and_out(plugin_map);
						});

										 
					
					_CSPM_DONE[map_id] = true;
	
				});
			
			</script> 
			
			{"id":44853,"date":"2019-04-18T10:30:46","date_gmt":"2019-04-18T10:30:46","guid":{"rendered":"http:\/\/dallassupertours.com\/newsite\/?page_id=44853"},"modified":"2019-05-16T19:23:12","modified_gmt":"2019-05-16T19:23:12","slug":"home","status":"publish","type":"page","link":"http:\/\/dallassupertours.com\/newsite\/","title":{"rendered":"Home"},"content":{"rendered":"<p>[et_pb_section bb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;3.22.3&#8243; z_index_tablet=&#8221;500&#8243; next_background_color=&#8221;#000000&#8243;][et_pb_fullwidth_header title=&#8221;Trolley Tours&#8221; subhead=&#8221;The Best First Thing to do in Dallas!&#8221; text_orientation=&#8221;center&#8221; header_fullscreen=&#8221;on&#8221; header_scroll_down=&#8221;on&#8221; scroll_down_icon=&#8221;%%1%%&#8221; scroll_down_icon_color=&#8221;#ffffff&#8221; button_one_text=&#8221;LEARN MORE&#8221; button_one_url=&#8221;#about&#8221; button_two_text=&#8221;SEE SCHEDULE&#8221; button_two_url=&#8221;http:\/\/dallassupertours.com\/newsite\/stop-schedule\/&#8221; module_class=&#8221;ds-fw-header&#8221; _builder_version=&#8221;3.22.7&#8243; title_font=&#8221;Montserrat|700|||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;75px&#8221; title_font_size_tablet=&#8221;52px&#8221; title_font_size_phone=&#8221;41px&#8221; title_font_size_last_edited=&#8221;on|phone&#8221; title_line_height=&#8221;0.7em&#8221; title_text_shadow_style=&#8221;preset3&#8243; title_text_shadow_color=&#8221;#000000&#8243; content_font=&#8221;Open Sans Condensed|700|||||||&#8221; content_font_size=&#8221;28px&#8221; content_font_size_tablet=&#8221;24px&#8221; content_font_size_phone=&#8221;21px&#8221; content_font_size_last_edited=&#8221;on|phone&#8221; content_line_height=&#8221;1.4em&#8221; content_text_shadow_style=&#8221;preset3&#8243; content_text_shadow_color=&#8221;#000000&#8243; subhead_font=&#8221;Open Sans|600|||||||&#8221; subhead_text_align=&#8221;center&#8221; subhead_font_size=&#8221;41px&#8221; subhead_font_size_tablet=&#8221;27px&#8221; subhead_font_size_phone=&#8221;22px&#8221; subhead_font_size_last_edited=&#8221;on|phone&#8221; subhead_line_height=&#8221;1.8em&#8221; subhead_line_height_tablet=&#8221;1.3em&#8221; subhead_line_height_last_edited=&#8221;on|tablet&#8221; subhead_text_shadow_style=&#8221;preset1&#8243; subhead_text_shadow_color=&#8221;rgba(0,0,0,0.89)&#8221; background_color=&#8221;rgba(236,28,39,0)&#8221; background_image=&#8221;http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/04\/Big-D-Fun-Tours-Final-Banner.jpg&#8221; custom_button_two=&#8221;on&#8221; button_two_border_color=&#8221;#ffffff&#8221; custom_button_one=&#8221;on&#8221; button_one_bg_color=&#8221;#c39837&#8243; box_shadow_style_button_two=&#8221;preset3&#8243; box_shadow_style_button_one=&#8221;preset3&#8243; custom_margin_phone=&#8221;0px||0px&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;||&#8221; z_index_tablet=&#8221;500&#8243;]<\/p>\n<p>Sightseeing Tours \u2022 Hop-On Hop-Off \u2022 JFK Trolley Tour \u2022 See all the sights in Dallas!<\/p>\n<p>[\/et_pb_fullwidth_header][\/et_pb_section][et_pb_section bb_built=&#8221;1&#8243; module_id=&#8221;about&#8221; _builder_version=&#8221;3.22.6&#8243; custom_margin=&#8221;||0px&#8221; custom_padding=&#8221;||0px&#8221; z_index_tablet=&#8221;500&#8243; prev_background_color=&#8221;#000000&#8243; next_background_color=&#8221;#000000&#8243;][et_pb_row _builder_version=&#8221;3.22.3&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221;][et_pb_column type=&#8221;4_4&#8243;][et_pb_text admin_label=&#8221;Welcome to Big D Fun Tours&#8221; _builder_version=&#8221;3.22.7&#8243; text_font=&#8221;Montserrat|600|||||||&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;|700|||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;47px&#8221; header_font_size_phone=&#8221;35px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#c49937&#8243; header_3_font_size=&#8221;25px&#8221; header_3_font_size_tablet=&#8221;24px&#8221; header_3_font_size_phone=&#8221;22px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height=&#8221;2.7em&#8221; header_3_line_height_tablet=&#8221;1.5em&#8221; header_3_line_height_phone=&#8221;1.4em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||4px&#8221; z_index_tablet=&#8221;500&#8243; saved_tabs=&#8221;all&#8221; text_text_shadow_horizontal_length=&#8221;text_text_shadow_style,%91object Object%93&#8243; text_text_shadow_vertical_length=&#8221;text_text_shadow_style,%91object Object%93&#8243; text_text_shadow_blur_strength=&#8221;text_text_shadow_style,%91object Object%93&#8243; link_text_shadow_horizontal_length=&#8221;link_text_shadow_style,%91object Object%93&#8243; link_text_shadow_vertical_length=&#8221;link_text_shadow_style,%91object Object%93&#8243; link_text_shadow_blur_strength=&#8221;link_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_horizontal_length=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_vertical_length=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_blur_strength=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_horizontal_length=&#8221;ol_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_vertical_length=&#8221;ol_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_blur_strength=&#8221;ol_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_horizontal_length=&#8221;quote_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_vertical_length=&#8221;quote_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_blur_strength=&#8221;quote_text_shadow_style,%91object Object%93&#8243; header_text_shadow_horizontal_length=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_text_shadow_vertical_length=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_text_shadow_blur_strength=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_2_font=&#8221;|700|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#000000&#8243; header_2_font_size=&#8221;47&#8243; header_2_font_size_phone=&#8221;35&#8243; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_2_text_shadow_horizontal_length=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_2_text_shadow_vertical_length=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_2_text_shadow_blur_strength=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_horizontal_length=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_vertical_length=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_blur_strength=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_horizontal_length=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_vertical_length=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_blur_strength=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_horizontal_length=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_vertical_length=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_blur_strength=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_horizontal_length=&#8221;header_6_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_vertical_length=&#8221;header_6_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_blur_strength=&#8221;header_6_text_shadow_style,%91object Object%93&#8243;]<\/p>\n<h2>Welcome to Big D Fun Tours<\/h2>\n<h3>Taking guests daily on fabulous fun-filled city adventures.<\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;3.22.6&#8243; text_font=&#8221;Montserrat|300|||||||&#8221; text_text_color=&#8221;#444444&#8243; text_font_size=&#8221;19px&#8221; text_font_size_tablet=&#8221;20px&#8221; text_font_size_phone=&#8221;18px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_line_height=&#8221;1.8em&#8221; text_line_height_phone=&#8221;1.7em&#8221; text_line_height_last_edited=&#8221;on|phone&#8221; header_font=&#8221;|700|||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;47px&#8221; header_3_font=&#8221;Open Sans|300|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_line_height=&#8221;2.7em&#8221; z_index_tablet=&#8221;500&#8243; saved_tabs=&#8221;all&#8221;]<\/p>\n<p>We are Big D Fun Tours, offering the official <strong>City of Dallas Tour<\/strong>, the<strong> Award-Winning JFK Tour<\/strong> as well as the only <strong>Hop-On-Hop-Off Sightseeing Tour of Dallas<\/strong>, all narrated by professional tour guides. We have a passion for creating experiences that will inspire interest, amazement, adventure, laughter and fun, all while leaving smiles on faces. With Big D Fun Tours you can feel a connection to the history and culture of this international city, travel JFK\u2019s Motorcade route from that fateful day in 1963 and experience the local favorites and flair that Dallas has to offer in our air-conditioned old-time red trolleys. And these are just a few of the many highlights available to you!<\/p>\n<p>Come and learn where the city got its start, where it is today and where it\u2019s going &#8211; with lots of unexpected surprises along the way.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section bb_built=&#8221;1&#8243; _builder_version=&#8221;3.22.5&#8243; custom_margin=&#8221;0px||0px&#8221; custom_padding=&#8221;0px||0px&#8221; prev_background_color=&#8221;#000000&#8243; next_background_color=&#8221;#000000&#8243;][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; bg_img_1=&#8221;http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/04\/Tour-2-Single-Trolley-our.jpg&#8221; bg_img_2=&#8221;http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/04\/Tour-1.jpg&#8221; bg_img_3=&#8221;http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/04\/Tour-3-JFK.jpg&#8221; use_background_color_gradient_1=&#8221;on&#8221; use_background_color_gradient_2=&#8221;on&#8221; use_background_color_gradient_3=&#8221;on&#8221; background_color_gradient_start_1=&#8221;rgba(0,0,0,0.51)&#8221; background_color_gradient_start_2=&#8221;rgba(0,0,0,0.31)&#8221; background_color_gradient_start_3=&#8221;rgba(0,0,0,0.43)&#8221; background_color_gradient_end_1=&#8221;rgba(0,0,0,0.49)&#8221; background_color_gradient_end_2=&#8221;rgba(0,0,0,0.45)&#8221; background_color_gradient_end_3=&#8221;rgba(0,0,0,0.57)&#8221; background_color_gradient_overlays_image_1=&#8221;on&#8221; background_color_gradient_overlays_image_2=&#8221;on&#8221; background_color_gradient_overlays_image_3=&#8221;on&#8221; padding_top_1=&#8221;120px&#8221; padding_top_2=&#8221;120px&#8221; padding_top_3=&#8221;120px&#8221; padding_right_1=&#8221;50px&#8221; padding_right_2=&#8221;50px&#8221; padding_right_3=&#8221;50px&#8221; padding_bottom_1=&#8221;100px&#8221; padding_bottom_2=&#8221;100px&#8221; padding_bottom_3=&#8221;100px&#8221; padding_left_1=&#8221;50px&#8221; padding_left_2=&#8221;50px&#8221; padding_left_3=&#8221;50px&#8221; module_class_1=&#8221;hoveradvantage&#8221; module_class_2=&#8221;hoveradvantage&#8221; module_class_3=&#8221;hoveradvantage&#8221; _builder_version=&#8221;3.22.7&#8243; width=&#8221;100%&#8221; max_width=&#8221;1751px&#8221; module_alignment=&#8221;center&#8221; z_index_tablet=&#8221;500&#8243;][et_pb_column type=&#8221;1_3&#8243;][et_pb_text admin_label=&#8221;City of Dallas Tour&#8221; _builder_version=&#8221;3.22.7&#8243; text_font=&#8221;|600|||||||&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;|700||on|||||&#8221; header_2_font_size=&#8221;28px&#8221; header_2_text_shadow_style=&#8221;preset3&#8243; header_3_font=&#8221;Montserrat|700||on|||||&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; z_index_tablet=&#8221;500&#8243; text_text_shadow_horizontal_length=&#8221;text_text_shadow_style,%91object Object%93&#8243; text_text_shadow_vertical_length=&#8221;text_text_shadow_style,%91object Object%93&#8243; text_text_shadow_blur_strength=&#8221;text_text_shadow_style,%91object Object%93&#8243; link_text_shadow_horizontal_length=&#8221;link_text_shadow_style,%91object Object%93&#8243; link_text_shadow_vertical_length=&#8221;link_text_shadow_style,%91object Object%93&#8243; link_text_shadow_blur_strength=&#8221;link_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_horizontal_length=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_vertical_length=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_blur_strength=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_horizontal_length=&#8221;ol_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_vertical_length=&#8221;ol_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_blur_strength=&#8221;ol_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_horizontal_length=&#8221;quote_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_vertical_length=&#8221;quote_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_blur_strength=&#8221;quote_text_shadow_style,%91object Object%93&#8243; header_text_shadow_horizontal_length=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_text_shadow_vertical_length=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_text_shadow_blur_strength=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_horizontal_length=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_vertical_length=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_blur_strength=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_horizontal_length=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_vertical_length=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_blur_strength=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_horizontal_length=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_vertical_length=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_blur_strength=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_horizontal_length=&#8221;header_6_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_vertical_length=&#8221;header_6_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_blur_strength=&#8221;header_6_text_shadow_style,%91object Object%93&#8243;]<\/p>\n<h2>City of Dallas Tour<\/h2>\n<p>Get acquainted with the popular sights and local favorites that Dallas has to offer during our fully narrated 80-minute tour.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;http:\/\/dallassupertours.com\/newsite\/tours\/dallas-trolley-tour\/&#8221; button_text=&#8221;VIEW TOUR&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;3.22.5&#8243; custom_button=&#8221;on&#8221; button_text_color=&#8221;#ffffff&#8221; button_bg_color=&#8221;#e41b23&#8243; button_border_color=&#8221;#e41b23&#8243; button_font=&#8221;||||||||&#8221; \/][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243;][et_pb_text admin_label=&#8221;Dallas Hop-On Hop-Off Tour&#8221; _builder_version=&#8221;3.22.6&#8243; text_font=&#8221;|600|||||||&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;|700||on|||||&#8221; header_2_font_size=&#8221;28px&#8221; header_2_text_shadow_style=&#8221;preset3&#8243; header_3_font=&#8221;Montserrat|700||on|||||&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; z_index_tablet=&#8221;500&#8243;]<\/p>\n<h2>Dallas Hop-On Hop-Off Tour<\/h2>\n<p>Enjoy sightseeing at your own pace on the only fully narrated hop-on hop-off trolley tour in Dallas! With 14 stops and 100 points of interest.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;http:\/\/dallassupertours.com\/newsite\/tours\/dallas-hop-on-hop-off-tour\/&#8221; button_text=&#8221;VIEW TOUR&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;3.22.5&#8243; custom_button=&#8221;on&#8221; button_text_color=&#8221;#ffffff&#8221; button_bg_color=&#8221;#e41b23&#8243; button_border_color=&#8221;#e41b23&#8243; button_font=&#8221;||||||||&#8221; \/][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243;][et_pb_text admin_label=&#8221;JFK Trolley Tour&#8221; _builder_version=&#8221;3.22.7&#8243; text_font=&#8221;|600|||||||&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.8em&#8221; header_2_font=&#8221;|700||on|||||&#8221; header_2_font_size=&#8221;28px&#8221; header_2_text_shadow_style=&#8221;preset3&#8243; header_3_font=&#8221;Montserrat|700||on|||||&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; z_index_tablet=&#8221;500&#8243; text_text_shadow_horizontal_length=&#8221;text_text_shadow_style,%91object Object%93&#8243; text_text_shadow_vertical_length=&#8221;text_text_shadow_style,%91object Object%93&#8243; text_text_shadow_blur_strength=&#8221;text_text_shadow_style,%91object Object%93&#8243; link_text_shadow_horizontal_length=&#8221;link_text_shadow_style,%91object Object%93&#8243; link_text_shadow_vertical_length=&#8221;link_text_shadow_style,%91object Object%93&#8243; link_text_shadow_blur_strength=&#8221;link_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_horizontal_length=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_vertical_length=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_blur_strength=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_horizontal_length=&#8221;ol_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_vertical_length=&#8221;ol_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_blur_strength=&#8221;ol_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_horizontal_length=&#8221;quote_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_vertical_length=&#8221;quote_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_blur_strength=&#8221;quote_text_shadow_style,%91object Object%93&#8243; header_text_shadow_horizontal_length=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_text_shadow_vertical_length=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_text_shadow_blur_strength=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_horizontal_length=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_vertical_length=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_blur_strength=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_horizontal_length=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_vertical_length=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_blur_strength=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_horizontal_length=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_vertical_length=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_blur_strength=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_horizontal_length=&#8221;header_6_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_vertical_length=&#8221;header_6_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_blur_strength=&#8221;header_6_text_shadow_style,%91object Object%93&#8243;]<\/p>\n<h2>JFK Trolley Tour<\/h2>\n<p>The JFK tour takes you back to November 22, 1963, as if you were there. Travel the motorcade through downtown Dallas and the minute-by-minute timeline.<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;http:\/\/dallassupertours.com\/newsite\/tours\/jfk-trolley-tour\/&#8221; button_text=&#8221;VIEW TOUR&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;3.22.5&#8243; custom_button=&#8221;on&#8221; button_text_color=&#8221;#ffffff&#8221; button_bg_color=&#8221;#e41b23&#8243; button_border_color=&#8221;#e41b23&#8243; button_font=&#8221;||||||||&#8221; \/][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;3.22.5&#8243; background_color=&#8221;#e02b20&#8243; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_start=&#8221;rgba(228,27,35,0.95)&#8221; background_color_gradient_end=&#8221;rgba(228,27,35,0.91)&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_image=&#8221;http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/04\/36760425_m.jpg&#8221; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; module_alignment=&#8221;center&#8221;][et_pb_column type=&#8221;4_4&#8243;][et_pb_text _builder_version=&#8221;3.22.5&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#ffffff&#8221; text_font_size=&#8221;35px&#8221; text_font_size_tablet=&#8221;26px&#8221; text_font_size_last_edited=&#8221;on|tablet&#8221; text_line_height=&#8221;1.2em&#8221; text_line_height_tablet=&#8221;1.4em&#8221; text_line_height_last_edited=&#8221;on|tablet&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;10px||13px&#8221; custom_padding=&#8221;||5px&#8221;]<\/p>\n<p>Trolley Rentals &amp; Private Charter Tours Available<\/p>\n<p>[\/et_pb_text][et_pb_button button_url=&#8221;http:\/\/dallassupertours.com\/newsite\/private-tours\/&#8221; button_text=&#8221;FIND OUT MORE&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;3.22.5&#8243; custom_button=&#8221;on&#8221; button_text_size=&#8221;18px&#8221; button_text_color=&#8221;#ffffff&#8221; button_border_width=&#8221;3px&#8221; button_border_color=&#8221;#ffffff&#8221; button_font=&#8221;||||||||&#8221; button_text_size_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;0px||&#8221; custom_padding=&#8221;||&#8221; \/][\/et_pb_column][\/et_pb_row][et_pb_row use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; disabled_on=&#8221;off|off|on&#8221; _builder_version=&#8221;3.22.5&#8243; background_color=&#8221;#e02b20&#8243; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_start=&#8221;rgba(228,27,35,0.95)&#8221; background_color_gradient_end=&#8221;rgba(228,27,35,0.91)&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_image=&#8221;http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/04\/36760425_m.jpg&#8221; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; module_alignment=&#8221;center&#8221;][et_pb_column type=&#8221;3_5&#8243;][et_pb_text _builder_version=&#8221;3.22.5&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#ffffff&#8221; text_font_size=&#8221;28px&#8221; text_font_size_phone=&#8221;23px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_line_height_phone=&#8221;1.4em&#8221; text_line_height_last_edited=&#8221;on|phone&#8221; text_orientation=&#8221;center&#8221; custom_margin=&#8221;10px||&#8221;]<\/p>\n<p>Trolley Rentals &amp; Private Charter Tours Available<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;2_5&#8243;][et_pb_button button_url=&#8221;http:\/\/dallassupertours.com\/newsite\/private-tours\/&#8221; button_text=&#8221;FIND OUT MORE&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;3.22.5&#8243; custom_button=&#8221;on&#8221; button_text_color=&#8221;#ffffff&#8221; button_border_width=&#8221;3px&#8221; button_border_color=&#8221;#ffffff&#8221; button_font=&#8221;||||||||&#8221; \/][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section bb_built=&#8221;1&#8243; _builder_version=&#8221;3.22.6&#8243; custom_margin=&#8221;||0px&#8221; custom_padding=&#8221;||0px&#8221; prev_background_color=&#8221;#000000&#8243; next_background_color=&#8221;#000000&#8243;][et_pb_row _builder_version=&#8221;3.22.5&#8243; z_index_tablet=&#8221;500&#8243;][et_pb_column type=&#8221;4_4&#8243;][et_pb_text admin_label=&#8221;Don&#8217;t just take our word for it&#8230;&#8221; _builder_version=&#8221;3.22.7&#8243; text_font=&#8221;Montserrat|600|||||||&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;|700|||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;47px&#8221; header_font_size_tablet=&#8221;28px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#c49937&#8243; header_3_font_size=&#8221;25px&#8221; header_3_font_size_tablet=&#8221;22px&#8221; header_3_font_size_phone=&#8221;20px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height=&#8221;1.6em&#8221; header_3_line_height_tablet=&#8221;2.5em&#8221; header_3_line_height_phone=&#8221;1.4em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||4px&#8221; z_index_tablet=&#8221;500&#8243; saved_tabs=&#8221;all&#8221; text_text_shadow_horizontal_length=&#8221;text_text_shadow_style,%91object Object%93&#8243; text_text_shadow_vertical_length=&#8221;text_text_shadow_style,%91object Object%93&#8243; text_text_shadow_blur_strength=&#8221;text_text_shadow_style,%91object Object%93&#8243; link_text_shadow_horizontal_length=&#8221;link_text_shadow_style,%91object Object%93&#8243; link_text_shadow_vertical_length=&#8221;link_text_shadow_style,%91object Object%93&#8243; link_text_shadow_blur_strength=&#8221;link_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_horizontal_length=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_vertical_length=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_blur_strength=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_horizontal_length=&#8221;ol_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_vertical_length=&#8221;ol_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_blur_strength=&#8221;ol_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_horizontal_length=&#8221;quote_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_vertical_length=&#8221;quote_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_blur_strength=&#8221;quote_text_shadow_style,%91object Object%93&#8243; header_text_shadow_horizontal_length=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_text_shadow_vertical_length=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_text_shadow_blur_strength=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_2_font=&#8221;|700|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#000000&#8243; header_2_font_size=&#8221;47&#8243; header_2_font_size_tablet=&#8221;28&#8243; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_2_text_shadow_horizontal_length=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_2_text_shadow_vertical_length=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_2_text_shadow_blur_strength=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_horizontal_length=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_vertical_length=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_blur_strength=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_horizontal_length=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_vertical_length=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_blur_strength=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_horizontal_length=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_vertical_length=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_blur_strength=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_horizontal_length=&#8221;header_6_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_vertical_length=&#8221;header_6_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_blur_strength=&#8221;header_6_text_shadow_style,%91object Object%93&#8243;]<\/p>\n<h2>Don&#8217;t just take our word for it&#8230;<\/h2>\n<h3>See what our guests have to say about Big D Fun Tours<\/h3>\n<p>[\/et_pb_text][el_md_testimonial_extended layout1_top_background=&#8221;image&#8221; layout1_top_background_image=&#8221;http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/Testimonial-Background.jpg&#8221; layout1_bottom_background_color=&#8221;#ffffff&#8221; include_categories=&#8221;23&#8243; equal_testimonials_height=&#8221;on&#8221; quote_icon_color=&#8221;#ffde94&#8243; filled_star_color=&#8221;#c49937&#8243; show_author_designation=&#8221;off&#8221; show_author_company_name=&#8221;off&#8221; arrow_color=&#8221;#c49937&#8243; control_dot_active_color=&#8221;#c49937&#8243; autoplay_speed=&#8221;10000&#8243; _builder_version=&#8221;3.22.6&#8243; body_font=&#8221;Montserrat|600|||||||&#8221; body_text_color=&#8221;#ffffff&#8221; body_font_size=&#8221;18px&#8221; body_font_size_phone=&#8221;16px&#8221; body_font_size_last_edited=&#8221;on|phone&#8221; body_line_height_last_edited=&#8221;on|desktop&#8221; z_index_tablet=&#8221;500&#8243; \/][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section bb_built=&#8221;1&#8243; make_equal=&#8221;on&#8221; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; specialty=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; background_color_gradient_start_1=&#8221;rgba(0,0,0,0.39)&#8221; background_color_gradient_end_1=&#8221;rgba(0,0,0,0.5)&#8221; padding_top_1=&#8221;4%&#8221; padding_top_2=&#8221;2%&#8221; padding_right_1=&#8221;0%&#8221; padding_bottom_1=&#8221;2%&#8221; padding_bottom_2=&#8221;5%&#8221; padding_left_1=&#8221;12%&#8221; padding_left_2=&#8221;0%&#8221; padding_1_tablet=&#8221;|5%|2%|5%&#8221; padding_1_phone=&#8221;||2%&#8221; padding_1_last_edited=&#8221;on|desktop&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;3.22.6&#8243; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_start=&#8221;rgba(0,0,0,0.56)&#8221; background_color_gradient_end=&#8221;rgba(0,0,0,0.71)&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_image=&#8221;http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/04\/daldtn-omni-dallas-hotel-downtown-pool-refelection.jpg&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; inner_width=&#8221;100%&#8221; inner_max_width=&#8221;100%&#8221; custom_margin=&#8221;|||&#8221; custom_padding=&#8221;0px|0px|0px|0px&#8221; z_index_tablet=&#8221;500&#8243; prev_background_color=&#8221;#ffffff&#8221; next_background_color=&#8221;#ffffff&#8221;][et_pb_column type=&#8221;1_2&#8243;][et_pb_image admin_label=&#8221;Picture of Ticket Booth&#8221; src=&#8221;http:\/\/dallassupertours.com\/newsite\/wp-content\/uploads\/2019\/05\/ticket-booth-3.png&#8221; show_in_lightbox=&#8221;on&#8221; align=&#8221;center&#8221; _builder_version=&#8221;3.22.6&#8243; z_index_tablet=&#8221;500&#8243; \/][et_pb_text _builder_version=&#8221;3.22.6&#8243; text_font=&#8221;|600|||||||&#8221; text_text_color=&#8221;#ffffff&#8221; text_font_size_phone=&#8221;16px&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; text_line_height=&#8221;1.9em&#8221; text_text_shadow_style=&#8221;preset3&#8243; text_orientation=&#8221;center&#8221;]<\/p>\n<p>Not sure if you are at the right ticket booth?<br \/> Just look for the trolleys!<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; specialty_columns=&#8221;2&#8243;][et_pb_row_inner admin_label=&#8221;Row&#8221; custom_padding=&#8221;5vw|6%|54px|0%&#8221; make_equal=&#8221;on&#8221; padding_bottom_1=&#8221;0px&#8221; _builder_version=&#8221;3.22.6&#8243; custom_margin=&#8221;||0px&#8221; z_index_tablet=&#8221;500&#8243;][et_pb_column_inner type=&#8221;4_4&#8243; saved_specialty_column_type=&#8221;1_2&#8243;][et_pb_blurb title=&#8221;Departure Location&#8221; use_icon=&#8221;on&#8221; font_icon=&#8221;%%122%%&#8221; icon_color=&#8221;#c49937&#8243; use_icon_font_size=&#8221;on&#8221; icon_font_size=&#8221;50px&#8221; _builder_version=&#8221;3.22.6&#8243; header_font=&#8221;|700|||||||&#8221; header_font_size=&#8221;35px&#8221; header_font_size_phone=&#8221;29px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; body_font=&#8221;|300|||||||&#8221; body_text_color=&#8221;#ffffff&#8221; body_font_size=&#8221;20px&#8221; body_line_height=&#8221;1.8em&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||25px&#8221; z_index_tablet=&#8221;500&#8243;]<\/p>\n<p><strong>All tours depart from the same location:<\/strong><br \/> Dealey Plaza<br \/> Corner of Elm &amp; Houston St.<br \/> 411 Elm Street<br \/> Dallas, TX 75202<\/p>\n<p>[\/et_pb_blurb][et_pb_button button_url=&#8221;https:\/\/www.google.com\/maps\/dir\/\/Dallas+County+Administration+Building,+411+Elm+St,+Dallas,+TX+75202\/@32.7798391,-96.8106308,17z\/data=!4m8!4m7!1m0!1m5!1m1!1s0x864e9915def944eb:0x5760e9acaf0982b6!2m2!1d-96.8084421!2d32.7798346&#8243; url_new_window=&#8221;on&#8221; button_text=&#8221;GET DIRECTIONS&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;3.22.6&#8243; custom_button=&#8221;on&#8221; button_text_size=&#8221;18px&#8221; button_text_color=&#8221;#c49937&#8243; button_border_width=&#8221;3px&#8221; button_font=&#8221;|700|||||||&#8221; custom_margin=&#8221;30px||&#8221; z_index_tablet=&#8221;500&#8243; \/][\/et_pb_column_inner][\/et_pb_row_inner][\/et_pb_column][\/et_pb_section][et_pb_section bb_built=&#8221;1&#8243; _builder_version=&#8221;3.22.3&#8243; prev_background_color=&#8221;#000000&#8243; next_background_color=&#8221;#000000&#8243;][et_pb_row _builder_version=&#8221;3.22.3&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221;][et_pb_column type=&#8221;4_4&#8243;][et_pb_text admin_label=&#8221;Tour Destinations&#8221; _builder_version=&#8221;3.22.7&#8243; text_font=&#8221;Montserrat|600|||||||&#8221; text_line_height=&#8221;1.8em&#8221; header_font=&#8221;|700|||||||&#8221; header_text_align=&#8221;center&#8221; header_text_color=&#8221;#000000&#8243; header_font_size=&#8221;47px&#8221; header_font_size_tablet=&#8221;28px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; header_3_font=&#8221;Open Sans|600|||||||&#8221; header_3_text_align=&#8221;center&#8221; header_3_text_color=&#8221;#c49937&#8243; header_3_font_size=&#8221;25px&#8221; header_3_font_size_tablet=&#8221;22px&#8221; header_3_font_size_phone=&#8221;20px&#8221; header_3_font_size_last_edited=&#8221;on|phone&#8221; header_3_line_height=&#8221;1.6em&#8221; header_3_line_height_tablet=&#8221;2.5em&#8221; header_3_line_height_phone=&#8221;1.4em&#8221; header_3_line_height_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||7px&#8221; z_index_tablet=&#8221;500&#8243; saved_tabs=&#8221;all&#8221; text_text_shadow_horizontal_length=&#8221;text_text_shadow_style,%91object Object%93&#8243; text_text_shadow_vertical_length=&#8221;text_text_shadow_style,%91object Object%93&#8243; text_text_shadow_blur_strength=&#8221;text_text_shadow_style,%91object Object%93&#8243; link_text_shadow_horizontal_length=&#8221;link_text_shadow_style,%91object Object%93&#8243; link_text_shadow_vertical_length=&#8221;link_text_shadow_style,%91object Object%93&#8243; link_text_shadow_blur_strength=&#8221;link_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_horizontal_length=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_vertical_length=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_blur_strength=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_horizontal_length=&#8221;ol_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_vertical_length=&#8221;ol_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_blur_strength=&#8221;ol_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_horizontal_length=&#8221;quote_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_vertical_length=&#8221;quote_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_blur_strength=&#8221;quote_text_shadow_style,%91object Object%93&#8243; header_text_shadow_horizontal_length=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_text_shadow_vertical_length=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_text_shadow_blur_strength=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_2_font=&#8221;|700|||||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#000000&#8243; header_2_font_size=&#8221;47&#8243; header_2_font_size_tablet=&#8221;28&#8243; header_2_font_size_last_edited=&#8221;on|phone&#8221; header_2_text_shadow_horizontal_length=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_2_text_shadow_vertical_length=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_2_text_shadow_blur_strength=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_horizontal_length=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_vertical_length=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_blur_strength=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_horizontal_length=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_vertical_length=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_blur_strength=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_horizontal_length=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_vertical_length=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_blur_strength=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_horizontal_length=&#8221;header_6_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_vertical_length=&#8221;header_6_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_blur_strength=&#8221;header_6_text_shadow_style,%91object Object%93&#8243;]<\/p>\n<h2>Tour Destinations<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Shortcode &#8211; Progress Map&#8221; _builder_version=&#8221;3.22.6&#8243; z_index_tablet=&#8221;500&#8243;]<\/p>\n<div class=\"codespacing_progress_map_area\" data-map-id=\"map48075\" data-show-infobox=\"true\" data-infobox-display-event=\"onhover\"  style=\"width:100%; height:620px;\"><input type=\"hidden\" name=\"cspm_map_page_id_map48075\" id=\"cspm_map_page_id_map48075\" value=\"44853\" \/><div class=\"cspm-row\" style=\"margin:0; padding:0;\"><div class=\"cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\" style=\"position:relative; overflow:hidden; margin:0; padding:0;\"><div class=\"cspm_map_red_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map48075\"><\/div><div class=\"cspm_map_green_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map48075\"><\/div><div class=\"cspm_map_orange_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map48075\"><\/div><div class=\"cspm_map_blue_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map48075\"><\/div><div class=\"cspm_map_help_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map48075\"><\/div><div id=\"pulsating_holder\" class=\"map48075_pulsating\"><div class=\"dot cspm_border_hex\"><\/div><\/div><div class=\"cspm_zoom_container\"><div class=\"cspm_zoom_in_map48075 cspm_map_btn cspm_zoom_in_control cspm_bg_rgb_hover cspm_border_shadow cspm_border_top_radius\" title=\"Zoom in\"><img decoding=\"async\" class=\"cspm_svg cspm_svg_white\" src=\"http:\/\/dallassupertours.com\/newsite\/wp-content\/plugins\/codespacing-progress-map\/img\/svg\/addition-sign.svg\" \/><\/div><div class=\"cspm_zoom_out_map48075 cspm_map_btn cspm_zoom_out_control cspm_bg_rgb_hover cspm_border_shadow cspm_border_bottom_radius\" title=\"Zoom out\"><img decoding=\"async\" class=\"cspm_svg cspm_svg_white\" src=\"http:\/\/dallassupertours.com\/newsite\/wp-content\/plugins\/codespacing-progress-map\/img\/svg\/minus-sign.svg\" \/><\/div><\/div><div class=\"cluster_posts_widget_map48075 cspm_border_shadow cspm_border_radius\"><div class=\"cspm_infobox_spinner cspm_border_top_after_hex\"><\/div><\/div><div class=\"cspm_recenter_map_container\" data-map-id=\"map48075\" style=\"top:115px\"><div class=\"cspm_recenter_map_btn cspm_map_btn cspm_border_shadow cspm_border_radius\" data-map-id=\"map48075\" title=\"Recenter the map\"><img decoding=\"async\" class=\"cspm_svg cspm_svg_colored\" src=\"http:\/\/dallassupertours.com\/newsite\/wp-content\/plugins\/codespacing-progress-map\/img\/svg\/recenter.svg\" \/><\/div><\/div><div id=\"codespacing_progress_map_div_map48075\" style=\"height:442px;\"><\/div><\/div><\/div><div class=\"cspm-row\" style=\"margin:0; padding:0\"><div id=\"cspm_carousel_container\" data-map-id=\"map48075\" class=\"cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\" style=\"margin:0; padding:0; height:auto;\"><ul id=\"cspm_carousel_map48075\" class=\"jcarousel-skin-default\" style=\"height:158px;\"><\/ul><\/div><\/div><\/div>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section bb_built=&#8221;1&#8243; admin_label=&#8221;CTA Section Bottom Most Pages-BOOK NOW!&#8221; _builder_version=&#8221;3.22.5&#8243; custom_margin=&#8221;0px||0px&#8221; custom_padding=&#8221;0px||0px&#8221; saved_tabs=&#8221;all&#8221; prev_background_color=&#8221;#000000&#8243; global_module=&#8221;47717&#8243;][et_pb_row admin_label=&#8221;Desktop Version Bottom CTA Book Now&#8221; global_parent=&#8221;47717&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; custom_padding=&#8221;||&#8221; custom_margin=&#8221;||0px&#8221; make_equal=&#8221;on&#8221; padding_bottom_1=&#8221;0px&#8221; disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;3.22.5&#8243; background_color=&#8221;#e41b23&#8243; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; module_alignment=&#8221;center&#8221; z_index_tablet=&#8221;500&#8243;][et_pb_column type=&#8221;1_2&#8243;][et_pb_text global_parent=&#8221;47717&#8243; disabled_on=&#8221;on|on|off&#8221; _builder_version=&#8221;3.22.5&#8243; text_font=&#8221;Montserrat|500|||||||&#8221; text_text_color=&#8221;#ffffff&#8221; text_font_size=&#8221;29px&#8221; text_line_height=&#8221;2em&#8221; text_orientation=&#8221;right&#8221; background_layout=&#8221;dark&#8221; z_index_tablet=&#8221;500&#8243; text_line_height_phone=&#8221;1em&#8221; text_line_height_last_edited=&#8221;on|phone&#8221; text_text_shadow_horizontal_length=&#8221;text_text_shadow_style,%91object Object%93&#8243; text_text_shadow_vertical_length=&#8221;text_text_shadow_style,%91object Object%93&#8243; text_text_shadow_blur_strength=&#8221;text_text_shadow_style,%91object Object%93&#8243; link_text_shadow_horizontal_length=&#8221;link_text_shadow_style,%91object Object%93&#8243; link_text_shadow_vertical_length=&#8221;link_text_shadow_style,%91object Object%93&#8243; link_text_shadow_blur_strength=&#8221;link_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_horizontal_length=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_vertical_length=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_blur_strength=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_horizontal_length=&#8221;ol_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_vertical_length=&#8221;ol_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_blur_strength=&#8221;ol_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_horizontal_length=&#8221;quote_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_vertical_length=&#8221;quote_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_blur_strength=&#8221;quote_text_shadow_style,%91object Object%93&#8243; header_text_shadow_horizontal_length=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_text_shadow_vertical_length=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_text_shadow_blur_strength=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_2_text_shadow_horizontal_length=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_2_text_shadow_vertical_length=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_2_text_shadow_blur_strength=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_horizontal_length=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_vertical_length=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_blur_strength=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_horizontal_length=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_vertical_length=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_blur_strength=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_horizontal_length=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_vertical_length=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_blur_strength=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_horizontal_length=&#8221;header_6_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_vertical_length=&#8221;header_6_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_blur_strength=&#8221;header_6_text_shadow_style,%91object Object%93&#8243;]<\/p>\n<p>Ready to Experience the Fun?<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243;][et_pb_button global_parent=&#8221;47717&#8243; button_text=&#8221;BOOK NOW&#8221; button_alignment=&#8221;left&#8221; disabled_on=&#8221;on|on|&#8221; _builder_version=&#8221;3.22.6&#8243; custom_button=&#8221;on&#8221; button_text_size=&#8221;22px&#8221; button_text_color=&#8221;#ffffff&#8221; button_bg_color=&#8221;rgba(0,0,0,0)&#8221; button_letter_spacing=&#8221;2px&#8221; button_font=&#8221;Montserrat|700|||||||&#8221; z_index_tablet=&#8221;500&#8243; button_bg_color__hover_enabled=&#8221;on&#8221; button_border_color__hover_enabled=&#8221;on&#8221; button_border_color__hover=&#8221;#ffffff&#8221; button_url=&#8221;https:\/\/book.peek.com\/s\/3fcc61be-b35b-4ec9-b061-6d9f3d27ce83\/VovK&#8221; button_text_shadow_horizontal_length=&#8221;button_text_shadow_style,%91object Object%93&#8243; button_text_shadow_vertical_length=&#8221;button_text_shadow_style,%91object Object%93&#8243; button_text_shadow_blur_strength=&#8221;button_text_shadow_style,%91object Object%93&#8243; \/][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;Mobile Version Bottom CTA Book Now&#8221; global_parent=&#8221;47717&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; custom_padding=&#8221;||&#8221; custom_margin=&#8221;||0px&#8221; make_equal=&#8221;on&#8221; padding_bottom_1=&#8221;0px&#8221; disabled_on=&#8221;off|off|on&#8221; _builder_version=&#8221;3.22.5&#8243; background_color=&#8221;#e41b23&#8243; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; module_alignment=&#8221;center&#8221; z_index_tablet=&#8221;500&#8243;][et_pb_column type=&#8221;1_2&#8243;][et_pb_text admin_label=&#8221;Ready to Experience the Fun? MOBILE&#8221; global_parent=&#8221;47717&#8243; disabled_on=&#8221;off|off|on&#8221; _builder_version=&#8221;3.22.5&#8243; text_font=&#8221;Montserrat|500|||||||&#8221; text_text_color=&#8221;#ffffff&#8221; text_font_size=&#8221;29px&#8221; text_font_size_phone=&#8221;18&#8243; text_font_size_last_edited=&#8221;on|phone&#8221; text_line_height=&#8221;2em&#8221; text_orientation=&#8221;center&#8221; background_layout=&#8221;dark&#8221; z_index_tablet=&#8221;500&#8243; text_line_height_phone=&#8221;1.3em&#8221; text_line_height_last_edited=&#8221;on|phone&#8221; text_text_shadow_horizontal_length=&#8221;text_text_shadow_style,%91object Object%93&#8243; text_text_shadow_vertical_length=&#8221;text_text_shadow_style,%91object Object%93&#8243; text_text_shadow_blur_strength=&#8221;text_text_shadow_style,%91object Object%93&#8243; link_text_shadow_horizontal_length=&#8221;link_text_shadow_style,%91object Object%93&#8243; link_text_shadow_vertical_length=&#8221;link_text_shadow_style,%91object Object%93&#8243; link_text_shadow_blur_strength=&#8221;link_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_horizontal_length=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_vertical_length=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ul_text_shadow_blur_strength=&#8221;ul_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_horizontal_length=&#8221;ol_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_vertical_length=&#8221;ol_text_shadow_style,%91object Object%93&#8243; ol_text_shadow_blur_strength=&#8221;ol_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_horizontal_length=&#8221;quote_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_vertical_length=&#8221;quote_text_shadow_style,%91object Object%93&#8243; quote_text_shadow_blur_strength=&#8221;quote_text_shadow_style,%91object Object%93&#8243; header_text_shadow_horizontal_length=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_text_shadow_vertical_length=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_text_shadow_blur_strength=&#8221;header_text_shadow_style,%91object Object%93&#8243; header_2_text_shadow_horizontal_length=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_2_text_shadow_vertical_length=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_2_text_shadow_blur_strength=&#8221;header_2_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_horizontal_length=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_vertical_length=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_3_text_shadow_blur_strength=&#8221;header_3_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_horizontal_length=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_vertical_length=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_4_text_shadow_blur_strength=&#8221;header_4_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_horizontal_length=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_vertical_length=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_5_text_shadow_blur_strength=&#8221;header_5_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_horizontal_length=&#8221;header_6_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_vertical_length=&#8221;header_6_text_shadow_style,%91object Object%93&#8243; header_6_text_shadow_blur_strength=&#8221;header_6_text_shadow_style,%91object Object%93&#8243;]<\/p>\n<p>Ready to Experience the Fun?<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243;][et_pb_button global_parent=&#8221;47717&#8243; button_text=&#8221;BOOK NOW&#8221; button_alignment=&#8221;center&#8221; disabled_on=&#8221;|off|on&#8221; _builder_version=&#8221;3.22.6&#8243; custom_button=&#8221;on&#8221; button_text_size=&#8221;22px&#8221; button_text_color=&#8221;#ffffff&#8221; button_bg_color=&#8221;rgba(0,0,0,0)&#8221; button_letter_spacing=&#8221;2px&#8221; button_font=&#8221;Montserrat|700|||||||&#8221; button_text_size_phone=&#8221;16px&#8221; button_text_size_last_edited=&#8221;on|phone&#8221; z_index_tablet=&#8221;500&#8243; button_bg_color__hover_enabled=&#8221;on&#8221; button_border_color__hover_enabled=&#8221;on&#8221; button_border_color__hover=&#8221;#ffffff&#8221; button_text_shadow_horizontal_length=&#8221;button_text_shadow_style,%91object Object%93&#8243; button_text_shadow_vertical_length=&#8221;button_text_shadow_style,%91object Object%93&#8243; button_text_shadow_blur_strength=&#8221;button_text_shadow_style,%91object Object%93&#8243; button_url=&#8221;https:\/\/book.peek.com\/s\/3fcc61be-b35b-4ec9-b061-6d9f3d27ce83\/VovK&#8221; \/][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[et_pb_section bb_built=&#8221;1&#8243; fullwidth=&#8221;on&#8221; _builder_version=&#8221;3.22.3&#8243; z_index_tablet=&#8221;500&#8243; next_background_color=&#8221;#000000&#8243;][et_pb_fullwidth_header title=&#8221;Trolley Tours&#8221; subhead=&#8221;The Best First Thing to do in Dallas!&#8221; text_orientation=&#8221;center&#8221; header_fullscreen=&#8221;on&#8221; header_scroll_down=&#8221;on&#8221; scroll_down_icon=&#8221;%%1%%&#8221; scroll_down_icon_color=&#8221;#ffffff&#8221; button_one_text=&#8221;LEARN MORE&#8221; button_one_url=&#8221;#about&#8221; button_two_text=&#8221;SEE SCHEDULE&#8221; button_two_url=&#8221;http:\/\/dallassupertours.com\/newsite\/stop-schedule\/&#8221; module_class=&#8221;ds-fw-header&#8221; _builder_version=&#8221;3.22.7&#8243; title_font=&#8221;Montserrat|700|||||||&#8221; title_text_align=&#8221;center&#8221; title_font_size=&#8221;75px&#8221; title_font_size_tablet=&#8221;52px&#8221; title_font_size_phone=&#8221;41px&#8221; title_font_size_last_edited=&#8221;on|phone&#8221; title_line_height=&#8221;0.7em&#8221; title_text_shadow_style=&#8221;preset3&#8243; title_text_shadow_color=&#8221;#000000&#8243; content_font=&#8221;Open Sans Condensed|700|||||||&#8221; content_font_size=&#8221;28px&#8221; content_font_size_tablet=&#8221;24px&#8221; content_font_size_phone=&#8221;21px&#8221; content_font_size_last_edited=&#8221;on|phone&#8221; content_line_height=&#8221;1.4em&#8221; content_text_shadow_style=&#8221;preset3&#8243; content_text_shadow_color=&#8221;#000000&#8243; subhead_font=&#8221;Open Sans|600|||||||&#8221; subhead_text_align=&#8221;center&#8221; subhead_font_size=&#8221;41px&#8221; subhead_font_size_tablet=&#8221;27px&#8221; subhead_font_size_phone=&#8221;22px&#8221; subhead_font_size_last_edited=&#8221;on|phone&#8221; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","footnotes":""},"class_list":["post-44853","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/dallassupertours.com\/newsite\/wp-json\/wp\/v2\/pages\/44853","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/dallassupertours.com\/newsite\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/dallassupertours.com\/newsite\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/dallassupertours.com\/newsite\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/dallassupertours.com\/newsite\/wp-json\/wp\/v2\/comments?post=44853"}],"version-history":[{"count":130,"href":"http:\/\/dallassupertours.com\/newsite\/wp-json\/wp\/v2\/pages\/44853\/revisions"}],"predecessor-version":[{"id":48346,"href":"http:\/\/dallassupertours.com\/newsite\/wp-json\/wp\/v2\/pages\/44853\/revisions\/48346"}],"wp:attachment":[{"href":"http:\/\/dallassupertours.com\/newsite\/wp-json\/wp\/v2\/media?parent=44853"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}