
			<script type="text/javascript">
	
				jQuery(document).ready(function($) { 		
				
					var map_id = 'map2631';
					
					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] = 'fullscreen-map-top-carousel';
					
					/**
					 * @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('map2631', false, null, 7);
										
					/**
					 * Activate the new google map visual */
					 
					google.maps.visualRefresh = true;				

					/**
					 * The initial map style */
					 
					var initial_map_style = "custom_style";
					
					/**
					 * 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 = true; 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2847,"post_categories":"7,6","coordinates":{"lat":"38.132764","lng":"85.52424700000006"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/cherchen-detention-centre-hospital-xinjiang\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2847'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2846,"post_categories":"7","coordinates":{"lat":"43.807241","lng":"87.58896800000002"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/urumqi-city-first-detention-centre-%ef%bc%88%e4%b9%8c%e9%b2%81%e6%9c%a8%e9%bd%90%e5%b8%82%e4%b8%80%e7%9c%8b%e5%ae%88%e6%89%80%ef%bc%89\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2846'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2843,"post_categories":"7","coordinates":{"lat":"43.9040717","lng":"87.59380750000003"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/urumqi-city-second-detention-centre\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2843'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2842,"post_categories":"7","coordinates":{"lat":"43.8166959","lng":"87.62071100000003"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/sankan-no-3-prison-urumqi\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2842'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2841,"post_categories":"6","coordinates":{"lat":"23.125731200349104","lng":"113.2872224576721"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/wu-ting-hospital-guangdong\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2841'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2840,"post_categories":"7","coordinates":{"lat":"23.4474208","lng":"113.21442819999993"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/guangdong-womens-prison-%ef%bc%88%e5%b9%bf%e4%b8%9c%e5%a5%b3%e5%ad%90%e7%9b%91%e7%8b%b1%ef%bc%89\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2840'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2839,"post_categories":"7","coordinates":{"lat":"36.684013","lng":"117.727486"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/wangcun-no-2-female-labour-camp-zibo-city-shandong-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2839'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2838,"post_categories":"7","coordinates":{"lat":"36.067108","lng":"120.382609"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/dashan-detention-centre-qingdao\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2838'); 
											/**
											 * Create the child pin object */
														 
											var marker_object = cspm_new_pin_object(map_id, {"post_id":"2838-0","post_categories":"7","coordinates":{"lat":"36.4408564","lng":"120.31408490000001"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"yes_0","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/dashan-detention-centre-qingdao\/"}});
											if(marker_object){
												json_markers_data.push(marker_object);
											}else false_latLngs.push('2838'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2837,"post_categories":"6","coordinates":{"lat":"36.889084","lng":"120.51769000000002"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/laixi-asylum-qingdao-shandong-province%ef%bc%88%e5%b1%b1%e4%b8%9c%e7%9c%81%e9%9d%92%e5%b2%9b%e5%b8%82%e8%8e%b1%e8%a5%bf%e6%94%b6%e5%ae%b9%e6%89%80%ef%bc%89\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2837'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2836,"post_categories":"7","coordinates":{"lat":"38.12413950000001","lng":"114.50208369999996"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/shijiazhuang-first-detention-centre-hebei-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2836'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2835,"post_categories":"7","coordinates":{"lat":"39.9170342","lng":"116.32125380000002"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-yuyuantan-police-station-%e5%8c%97%e4%ba%ac%e5%b8%82%e7%8e%89%e6%b8%8a%e6%bd%ad%e6%b4%be%e5%87%ba%e6%89%80\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2835'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2834,"post_categories":"7","coordinates":{"lat":"39.930896","lng":"116.190727"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-shijingshan-police-station\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2834'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2833,"post_categories":"7","coordinates":{"lat":"39.899454","lng":"116.40883029999998"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/qianmen-police-station-beijing\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2833'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2831,"post_categories":"7","coordinates":{"lat":"36.85404","lng":"120.51572199999998"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/laixi-chengguan-police-station-qingdao-shandong-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2831'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2830,"post_categories":"6","coordinates":{"lat":"36.859614","lng":"120.50990999999999"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/psychiatric-department-of-laixi-no-2-peoples-hospital-qingdao-shandong-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2830'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2811,"post_categories":"6","coordinates":{"lat":"31.197629007021835","lng":"121.45575556270444"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/shanghai-zhongshan-hospital\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2811'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2810,"post_categories":"6","coordinates":{"lat":"39.520567","lng":"116.723906"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/china-petroleum-natural-gas-general-company-central-hospital-langfang-city-hebei-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2810'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2809,"post_categories":"7","coordinates":{"lat":"39.53804700000001","lng":"116.68375200000003"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/yuecheng-brainwashing-centre-langfang-hebei-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2809'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2808,"post_categories":"7","coordinates":{"lat":"39.53804700000001","lng":"116.68375200000003"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/langfang-detention-centre-hebei-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2808'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2807,"post_categories":"7","coordinates":{"lat":"39.768443","lng":"116.38032909999993"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/the-fourth-brigade-of-beijing-tuanhe-labour-re-education-camp\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2807'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2804,"post_categories":"7","coordinates":{"lat":"39.726929","lng":"116.34139500000003"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-tuanhe-labour-re-education-dispatch-centre\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2804'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2796,"post_categories":"7","coordinates":{"lat":"39.768443","lng":"116.38032909999993"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-tuanhe-labour-camp-2\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2796'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2795,"post_categories":"7","coordinates":{"lat":"40.220659","lng":"116.23120300000005"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/changping-brainwashing-centre-beijing\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2795'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2794,"post_categories":"7","coordinates":{"lat":"40.21559","lng":"116.40933700000005"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-changping-detention-centre\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2794'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2788,"post_categories":"7","coordinates":{"lat":"39.14786900000001","lng":"117.19664799999998"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/tianjin-womens-detention-centre\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2788'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2793,"post_categories":"7","coordinates":{"lat":"38.867172","lng":"117.46967369999993"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/tianjin-banqiao-womens-labour-camp\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2793'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2787,"post_categories":"7","coordinates":{"lat":"39.32832639238467","lng":"117.8229669153443"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/lutai-detention-centre-tianjin\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2787'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2786,"post_categories":"7","coordinates":{"lat":"39.921469","lng":"116.44310700000005"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-chaoyang-district-detention-centre%ef%bc%88%e5%8c%97%e4%ba%ac%e5%b8%82%e6%9c%9d%e9%98%b3%e5%8c%ba%e7%9c%8b%e5%ae%88%e6%89%80%ef%bc%89\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2786'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2785,"post_categories":"6","coordinates":{"lat":"44.5911208","lng":"129.61947570000007"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/public-security-hospital-mudanjiang%ef%bc%88%e7%89%a1%e4%b8%b9%e6%b1%9f%e5%b8%82%e5%85%ac%e5%ae%89%e5%8c%bb%e9%99%a2%ef%bc%89-heilongjiang-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2785'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2784,"post_categories":"7","coordinates":{"lat":"28.914632","lng":"109.06000399999994"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/xishanping-forced-labour-camp-chongqing\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2784'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2782,"post_categories":"7","coordinates":{"lat":"22.521523","lng":"114.055023"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/futian-district-detention-centre-shenzhen-guangdong-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2782'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2780,"post_categories":"7","coordinates":{"lat":"39.90419989999999","lng":"116.40739630000007"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-womens-forced-labour-camp\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2780'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2774,"post_categories":"7","coordinates":{"lat":"23.327001","lng":"112.734103"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/guangdong-sihui-detention-centre\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2774'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2775,"post_categories":"6","coordinates":{"lat":"23.1009302","lng":"113.32397409999999"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/no-177-china-navy-hospital-haizhu-district-guangzhou\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2775'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2772,"post_categories":"7","coordinates":{"lat":"23.083216","lng":"113.31730199999993"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/haizhu-district-detention-centre-guangzhou\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2772'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2770,"post_categories":"7","coordinates":{"lat":"23.12911","lng":"113.26438499999995"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/the-first-labour-camp-guangzhou-guangdong-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2770'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2769,"post_categories":"6","coordinates":{"lat":"29.535475","lng":"106.50451099999998"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/chongqing-institute-of-forensic-science\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2769'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2766,"post_categories":"7","coordinates":{"lat":"29.276818348077335","lng":"106.27927955041503"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/chongqing-jiangjin-detention-centre%ef%bc%88%e9%87%8d%e5%ba%86%e5%b8%82%e6%b1%9f%e6%b4%a5%e7%9c%8b%e5%ae%88%e6%89%80%ef%bc%89\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2766'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2765,"post_categories":"7","coordinates":{"lat":"45.80377499999999","lng":"126.53496700000005"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/heilongjiang-womens-prison%ef%bc%88%e9%bb%91%e9%be%99%e6%b1%9f%e7%9c%81%e5%a5%b3%e5%ad%90%e7%9b%91%e7%8b%b1%ef%bc%89-harbin\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2765'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2762,"post_categories":"7","coordinates":{"lat":"47.35434799999999","lng":"123.91818599999999"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/qiqihar-city-detention-centre-heilongjiang-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2762'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2761,"post_categories":"7","coordinates":{"lat":"39.921469","lng":"116.44310700000005"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-second-prison-chaoyang-district-beijing\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2761'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2763,"post_categories":"7","coordinates":{"lat":"38.68989699999999","lng":"115.78062599999998"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/gaoyang-forced-labour-camp-hebei-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2763'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2760,"post_categories":"7","coordinates":{"lat":"39.6770215","lng":"116.30042939999998"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/daxing-district-labour-camp-dispatch-division-beijing\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2760'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2759,"post_categories":"7","coordinates":{"lat":"38.68989699999999","lng":"115.78062599999998"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/gaoyang-forced-labour-camp-hebei-province-2\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2759'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2749,"post_categories":"7","coordinates":{"lat":"39.959953","lng":"116.29832599999997"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-haidian-public-security-police-branch-bureau-detention-centre%ef%bc%88%e6%b5%b7%e6%b7%80%e5%8c%ba%e5%85%ac%e5%ae%89%e5%b1%80%e7%9c%8b%e5%ae%88%e6%89%80%ef%bc%89\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2749'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2748,"post_categories":"7","coordinates":{"lat":"39.7204427","lng":"116.37831920000008"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/tuanhe-mens-labour-camp-beijing\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2748'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2747,"post_categories":"7","coordinates":{"lat":"39.726929","lng":"116.34139500000003"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/xinan-forced-labour-camp-daxing-district-beijing\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2747'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2746,"post_categories":"7","coordinates":{"lat":"39.91420719518589","lng":"116.4142627550782"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-womens-labour-camp%ef%bc%88%e5%8c%97%e4%ba%ac%e5%b8%82%e5%a5%b3%e5%ad%90%e5%8a%b3%e6%95%99%e6%89%80%ef%bc%89-no-7-division\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2746'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2745,"post_categories":"7","coordinates":{"lat":"39.91025712172836","lng":"116.42387579218757"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-dispatching-division\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2745'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2744,"post_categories":"7","coordinates":{"lat":"39.90419989999999","lng":"116.40739630000007"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-municipal-public-security-bureau-detention-centre\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2744'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2743,"post_categories":"6","coordinates":{"lat":"30.25559399999999","lng":"120.17838899999992"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/the-first-affiliated-hospital-of-college-of-medicine-zhejiang-university-hangzhou-zhejiang-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2743'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2742,"post_categories":"7","coordinates":{"lat":"39.90419989999999","lng":"116.40739630000007"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-womens-forced-labour-camp-intensive-assault-unit\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2742'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2741,"post_categories":"7","coordinates":{"lat":"39.90419989999999","lng":"116.40739630000007"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-forced-labour-dispatch-centre%ef%bc%88%e5%8c%97%e4%ba%ac%e5%b8%82%e5%8a%b3%e6%95%99%e8%b0%83%e9%81%a3%e5%a4%84%ef%bc%89\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2741'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2740,"post_categories":"7","coordinates":{"lat":"39.959953","lng":"116.29832599999997"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-haidian-district-detention-centre-5-division\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2740'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2739,"post_categories":"6","coordinates":{"lat":"29.522617406932113","lng":"106.43809945764156"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/third-military-medical-university-affiliated-southwest-hospital-chongqing\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2739'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2738,"post_categories":"6","coordinates":{"lat":"23.125445","lng":"113.28992500000004"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/the-first-affiliated-hospital-sun-yat-sen-university%ef%bc%88%e4%b8%ad%e5%b1%b1%e5%a4%a7%e5%ad%a6%e7%ac%ac%e4%b8%80%e9%99%84%e5%b1%9e%e5%8c%bb%e9%99%a2%ef%bc%89-guangzhou\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2738'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2737,"post_categories":"6","coordinates":{"lat":"41.65917990000001","lng":"123.34672230000001"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/sujiatun-hospital-shenyang\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2737'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2736,"post_categories":"6","coordinates":{"lat":"23.006106","lng":"113.12408499999992"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/foshan-peoples-hospital-guangdong-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2736'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2735,"post_categories":"6","coordinates":{"lat":"23.148141","lng":"113.24850600000002"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/guangdong-womens-hospital-guangzhou\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2735'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2733,"post_categories":"7","coordinates":{"lat":"24.810879","lng":"113.59762"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/shaoguan-prison-guangdong-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2733'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2724,"post_categories":"7","coordinates":{"lat":"23.156045","lng":"112.89660600000002"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/sanshui-womens-forced-labour-camp-guangdong-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2724'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2723,"post_categories":"7","coordinates":{"lat":"22.521523","lng":"114.055023"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/futian-detention-centre-guangdong-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2723'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2681,"post_categories":"7","coordinates":{"lat":"39.90419989999999","lng":"116.40739630000007"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-xinan-female-labour-camp\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2681'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2677,"post_categories":"7","coordinates":{"lat":"39.656417","lng":"116.63210700000002"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-labour-camp-personnel-dispatch-centre-in-da-xing-county\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2677'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2676,"post_categories":"7,6","coordinates":{"lat":"39.88066475274207","lng":"116.43093738623043"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-chongwen-district-detention-house\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2676'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2675,"post_categories":"6","coordinates":{"lat":"41.805699","lng":"123.43147199999999"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/underground-prison-hospital-in-shenyang\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2675'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2672,"post_categories":"7,6","coordinates":{"lat":"41.899165","lng":"123.25308599999994"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/masanjia-labour-camp-hospital-yuhong-district-shenyang\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2672'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2671,"post_categories":"6","coordinates":{"lat":"41.805699","lng":"123.43147199999999"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/zhangshi-labour-camp-hospital-shenyang-liaoning-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2671'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2669,"post_categories":"7","coordinates":{"lat":"41.805699","lng":"123.43147199999999"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/longshan-forced-labour-camp-shenyang-liaoning-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2669'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2668,"post_categories":"7","coordinates":{"lat":"41.805699","lng":"123.43147199999999"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/shenyang-shenxin-labour-camp\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2668'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2667,"post_categories":"7","coordinates":{"lat":"41.267244","lng":"123.236944"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/liaoyang-labour-camp\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2667'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2666,"post_categories":"7","coordinates":{"lat":"42.223828","lng":"123.72603500000002"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/tieling-city-forced-labour-camp-liaoning-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2666'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2665,"post_categories":"7","coordinates":{"lat":"40.220659","lng":"116.23120300000005"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-qincheng-detention-centre-changping-district\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2665'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2664,"post_categories":"7","coordinates":{"lat":"42.467521","lng":"123.56711700000005"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/diaobingshan-city-detention-centre-liaoning-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2664'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2663,"post_categories":"7","coordinates":{"lat":"41.805699","lng":"123.43147199999999"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/zhangshi-labour-camp-shenyang-liaoning-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2663'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2662,"post_categories":"7","coordinates":{"lat":"39.749144","lng":"116.14326699999992"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-fangshan-district-detention-centre\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2662'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2653,"post_categories":"7","coordinates":{"lat":"39.959953","lng":"116.29832599999997"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-haidian-district-detention-centre\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2653'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2651,"post_categories":"7","coordinates":{"lat":"31.032243","lng":"121.22774700000002"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/songjiang-womens-prison-shanghai\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2651'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2650,"post_categories":"7","coordinates":{"lat":"42.223828","lng":"123.72603500000002"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/tieling-city-detention-centre-liaoning-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2650'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2649,"post_categories":"7","coordinates":{"lat":"39.90419989999999","lng":"116.40739630000007"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-xuanwu-district-detention\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2649'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2648,"post_categories":"7","coordinates":{"lat":"23.151675","lng":"113.31001600000002"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/shahe-detention-centre-in-guangzhou\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2648'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2647,"post_categories":"7","coordinates":{"lat":"27.039889","lng":"114.90773200000001"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/jian-county-labour-camp-jiangxi-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2647'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2646,"post_categories":"7","coordinates":{"lat":"29.66919","lng":"104.06819999999993"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/liu-da-wan-prison-sichuan-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2646'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2645,"post_categories":"7","coordinates":{"lat":"45.579888","lng":"84.88920699999994"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/karmay-city-prison-xinjiang-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2645'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2644,"post_categories":"7","coordinates":{"lat":"44.55165299999999","lng":"129.63316800000007"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/second-detention-centre-mudanjiang-heilongjiang-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2644'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2643,"post_categories":"7","coordinates":{"lat":"41.805699","lng":"123.43147199999999"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/shenyang-detention-centre\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2643'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2642,"post_categories":"7","coordinates":{"lat":"41.486981","lng":"123.68514200000004"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/benxi-prison-liaoning-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2642'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2640,"post_categories":"7","coordinates":{"lat":"41.793722","lng":"123.30812000000003"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/masanjia-labour-camp\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2640'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2639,"post_categories":"7","coordinates":{"lat":"31.230416","lng":"121.473701"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/shanghai-womens-prison\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2639'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2638,"post_categories":"7","coordinates":{"lat":"41.880872","lng":"123.95720800000004"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/fushun-labour-camp-liaoning-province\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2638'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2637,"post_categories":"6","coordinates":{"lat":"43.868599","lng":"87.55690600000003"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/hospital-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/the-railway-central-hospital-urumqi-xinjiang\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2637'); 							
								/**
								 * Create the pin object.
								 * Validate latLng | @since 3.6 */
														 
								var marker_object = cspm_new_pin_object(map_id, {"post_id":2636,"post_categories":"7","coordinates":{"lat":"39.767679","lng":"116.38042640000003"},"icon":{"url":"http:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/red-map-marker.png","size":"19x25"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/stoporganharvesting.org.uk\/location\/beijing-tuanhe-labour-camp\/"}});
								if(marker_object){ 
									json_markers_data.push(marker_object);
								}else false_latLngs.push('2636'); 
					var show_infobox = 'true';
					var infobox_type = 'cspm_type6';
					var infobox_display_event = 'onhover';
					var useragent = navigator.userAgent;
					var infobox_loaded = false;
					var clustering_method = false;
					var remove_infobox_on_mouseout = 'true';
					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){

																								
																								
													plugin_map.gmap3({
														get: {
															name: 'marker',
															all:  true,										
														},
														autofit:{}
													});
													
																								
												/**
												 * [@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_type6","display_event":"onhover","link_target":"new_window","remove_on_mouseout":"true"}).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_type6","display_event":"onhover","link_target":"new_window","remove_on_mouseout":"true"}).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);
														
														}
													
																										
														
														if(typeof cspml_animate_list_item == 'function')
															cspml_animate_list_item(map_id, post_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_type6","display_event":"onhover","link_target":"new_window","remove_on_mouseout":"true"}).done(function(){
															cspm_connect_carousel_and_infobox();														
														});
														infobox_loaded = true;														
													}, 500);																
												});	
											}else{
												setTimeout(function(){
													cspm_draw_multiple_infoboxes(plugin_map, map_id, {"type":"cspm_type6","display_event":"onhover","link_target":"new_window","remove_on_mouseout":"true"}).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":"right","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":"right","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_type6","display_event":"onhover","link_target":"new_window","remove_on_mouseout":"true"}).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":"right","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: "Custom style",
									alt: "Show Custom style"
								},
								styles: [
    {
        "featureType": "administrative",
        "elementType": "all",
        "stylers": [
            {
                "saturation": "-100"
            }
        ]
    },
    {
        "featureType": "administrative.country",
        "elementType": "geometry.stroke",
        "stylers": [
            {
                "gamma": "1.20"
            },
            {
                "lightness": "-47"
            },
            {
                "saturation": "61"
            },
            {
                "color": "#982a42"
            },
            {
                "weight": "1.78"
            }
        ]
    },
    {
        "featureType": "administrative.country",
        "elementType": "labels.text.fill",
        "stylers": [
            {
                "color": "#982a42"
            }
        ]
    },
    {
        "featureType": "administrative.province",
        "elementType": "all",
        "stylers": [
            {
                "visibility": "off"
            }
        ]
    },
    {
        "featureType": "administrative.province",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "visibility": "on"
            },
            {
                "color": "#982a42"
            }
        ]
    },
    {
        "featureType": "administrative.province",
        "elementType": "geometry.stroke",
        "stylers": [
            {
                "visibility": "on"
            }
        ]
    },
    {
        "featureType": "administrative.province",
        "elementType": "labels.text",
        "stylers": [
            {
                "visibility": "on"
            }
        ]
    },
    {
        "featureType": "administrative.locality",
        "elementType": "geometry",
        "stylers": [
            {
                "visibility": "on"
            }
        ]
    },
    {
        "featureType": "administrative.locality",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "color": "#982a42"
            },
            {
                "visibility": "on"
            }
        ]
    },
    {
        "featureType": "administrative.locality",
        "elementType": "geometry.stroke",
        "stylers": [
            {
                "visibility": "on"
            }
        ]
    },
    {
        "featureType": "administrative.locality",
        "elementType": "labels.text.fill",
        "stylers": [
            {
                "visibility": "on"
            },
            {
                "color": "#982a42"
            }
        ]
    },
    {
        "featureType": "landscape",
        "elementType": "all",
        "stylers": [
            {
                "visibility": "on"
            },
            {
                "saturation": "-100"
            },
            {
                "lightness": "49"
            }
        ]
    },
    {
        "featureType": "landscape.natural.terrain",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "lightness": "-73"
            },
            {
                "hue": "#0080ff"
            },
            {
                "saturation": "64"
            },
            {
                "gamma": "1.59"
            },
            {
                "weight": "1.10"
            }
        ]
    },
    {
        "featureType": "poi",
        "elementType": "all",
        "stylers": [
            {
                "saturation": -100
            },
            {
                "lightness": "50"
            },
            {
                "visibility": "simplified"
            }
        ]
    },
    {
        "featureType": "road",
        "elementType": "all",
        "stylers": [
            {
                "saturation": "-100"
            }
        ]
    },
    {
        "featureType": "road.highway",
        "elementType": "all",
        "stylers": [
            {
                "visibility": "simplified"
            }
        ]
    },
    {
        "featureType": "road.arterial",
        "elementType": "all",
        "stylers": [
            {
                "lightness": "30"
            }
        ]
    },
    {
        "featureType": "road.local",
        "elementType": "all",
        "stylers": [
            {
                "lightness": "40"
            }
        ]
    },
    {
        "featureType": "transit",
        "elementType": "all",
        "stylers": [
            {
                "saturation": -100
            },
            {
                "visibility": "simplified"
            }
        ]
    },
    {
        "featureType": "water",
        "elementType": "geometry",
        "stylers": [
            {
                "hue": "#002bff"
            },
            {
                "saturation": "-95"
            },
            {
                "lightness": "-40"
            },
            {
                "gamma": "1.00"
            }
        ]
    },
    {
        "featureType": "water",
        "elementType": "labels",
        "stylers": [
            {
                "lightness": "-44"
            },
            {
                "saturation": -100
            }
        ]
    }
]							},
							
												 						
					});		
					
					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('map2631', $('div.cspm_zoom_in_'+map_id), plugin_map);
						cspm_zoom_out('map2631', $('div.cspm_zoom_out_'+map_id), plugin_map); 					
											
						cspm_fullscreen_map(map_id);
						$(window).resize(function(){ cspm_fullscreen_map(map_id); }); 					
						cspm_carousel_width(map_id);
						$(window).resize(function(){ cspm_carousel_width(map_id); }); 					 
											
						/**
						 * 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('36.054871', ' 103.828812');							
								
									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, 'map2631', 36.054871,  103.828812, 'resize');
								_CSPM_MAP_RESIZED[map_id]++;
							}
							cspm_zoom_in_and_out(plugin_map);
						});

										 
					
					_CSPM_DONE[map_id] = true;
	
				});
			
			</script> 
			
			{"id":2628,"date":"2019-06-04T16:54:44","date_gmt":"2019-06-04T16:54:44","guid":{"rendered":"http:\/\/stoporganharvesting.org.uk\/?page_id=2628"},"modified":"2020-03-20T20:11:13","modified_gmt":"2020-03-20T20:11:13","slug":"china-tribunal","status":"publish","type":"page","link":"https:\/\/stoporganharvesting.org.uk\/?page_id=2628","title":{"rendered":"China Tribunal"},"content":{"rendered":"\n<p><a href=\"https:\/\/chinatribunal.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" class=\"aligncenter wp-image-2717 size-full\" src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/chinatribunal.png\" alt=\"China Tribunal\" width=\"800\" height=\"190\" srcset=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/chinatribunal.png 800w, https:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/chinatribunal-300x71.png 300w, https:\/\/stoporganharvesting.org.uk\/wp-content\/uploads\/2019\/06\/chinatribunal-768x182.png 768w\" sizes=\"(max-width: 706px) 89vw, (max-width: 767px) 82vw, 740px\" \/><\/a><\/p>\n<p>An independent people\u2019s tribunal has been established to inquire into forced organ harvesting from, amongst others, prisoners of conscience in China and to investigate what criminal offences, if any, have been committed by state or state-approved bodies, organisations or individuals in China that may have engaged in forced organ harvesting.<\/p>\n<p><a href=\"https:\/\/chinatribunal.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/chinatribunal.com\/<\/a><\/p>\n\n\n\n<h4> Places Cited <\/h4>\n\n\n<div id=\"cspml_container\" data-map-id=\"map2631\" ><div><div class=\"codespacing_progress_map_area\"  style=\"width:100%; height:auto;\"><div class=\"cspm_map_red_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map2631\"><\/div><div class=\"cspm_map_green_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map2631\"><\/div><div class=\"cspm_map_orange_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map2631\"><\/div><div class=\"cspm_map_blue_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map2631\"><\/div><div class=\"cspm_map_help_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map2631\"><\/div><div id=\"pulsating_holder\" class=\"map2631_pulsating\"><div class=\"dot cspm_border_hex\"><\/div><\/div><div class=\"cspm_zoom_container\"><div class=\"cspm_zoom_in_map2631 cspm_map_btn cspm_zoom_in_control cspm_bg_rgb_hover cspm_border_shadow cspm_border_top_radius\" title=\"Zoom in\"><img class=\"cspm_svg cspm_svg_white\" src=\"http:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/codespacing-progress-map\/img\/svg\/addition-sign.svg\" \/><\/div><div class=\"cspm_zoom_out_map2631 cspm_map_btn cspm_zoom_out_control cspm_bg_rgb_hover cspm_border_shadow cspm_border_bottom_radius\" title=\"Zoom out\"><img class=\"cspm_svg cspm_svg_white\" src=\"http:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/codespacing-progress-map\/img\/svg\/minus-sign.svg\" \/><\/div><\/div><div class=\"cluster_posts_widget_map2631 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=\"map2631\" style=\"top:115px\"><div class=\"cspm_recenter_map_btn cspm_map_btn cspm_border_shadow cspm_border_radius\" data-map-id=\"map2631\" title=\"Recenter the map\"><img class=\"cspm_svg cspm_svg_colored\" src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/codespacing-progress-map\/img\/svg\/recenter.svg\" \/><\/div><\/div><div class=\"position-relative\"><div id=\"codespacing_progress_map_div_map2631\" class=\"cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\" style=\"height:900px\"><\/div><div class=\"clearfix\"><\/div><div class=\"cspml_resize_map cspm_bg_hex_hover cspm_border_top_radius cspm_border_shadow\" data-map-id=\"map2631\" data-map-height=\"900px\" title=\"Resize the map\"><img src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/collapse.svg\" class=\"cspm_animated push\" alt=\"Resize the map\" \/><\/div><\/div><\/div><\/div><div class=\"margin-top-30\"><div><\/div><div id=\"cspml_listings_container\" data-map-id=\"map2631\" data-grid-cols=\"cols2\" data-map-type=\"normal_map\" data-first-load=\"true\" class=\"cspm-row\"><div class=\"clear-both\"><\/div><div data-map-id=\"map2631\" class=\"cspml_list_and_filter_container cspm-row no-margin\" ><div class=\"cspml_fs_container cspm-col-lg-3 cspm-col-md-3 cspm-col-sm-12 cspm-col-xs-12 pull-right\" data-map-id=\"map2631\" ><div class=\"cspml_transparent_layer_map2631\"><\/div><form action=\"\" method=\"post\" id=\"cspml_listings_filter_form\" class=\"cspml_filter_form cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12 cspm_border_radius cspm_border_shadow no-padding cspm_animated fadeIn\" data-map-id=\"map2631\"><div class=\"clear-both\"><\/div><div class=\"cspml_fs_item_container cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\" data-map-id=\"map2631\"><div class=\"cspml_fs_label cspm-row\" for=\"location_type\" id=\"location_type\" data-map-id=\"map2631\"><span class=\"cspml_label_text\">Place Type<\/span><span class=\"cspml_toggle_btn\" data-field-name=\"location_type\" data-display-location=\"listings\" data-map-id=\"map2631\"><img src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/arrow-down.svg\" style=\"height:15px; width:auto;\" \/><\/span><\/div><div class=\"cspml_fs_options_list\" data-field-name=\"location_type\" data-display-location=\"listings\" data-map-id=\"map2631\" ><input type=\"hidden\" name=\"location_type_filter_type\" value=\"taxonomy\" \/><div class=\"cspml_input_container\"><input type=\"radio\" name=\"location_type\" id=\"map2631_listings_location_type7\" data-filter-type=\"taxonomy\" value=\"7\" \/><label for=\"map2631_listings_location_type7\" id=\"map2631_listings_location_type7\">Detention Centre<\/label><\/div><div class=\"cspml_input_container\"><input type=\"radio\" name=\"location_type\" id=\"map2631_listings_location_type6\" data-filter-type=\"taxonomy\" value=\"6\" \/><label for=\"map2631_listings_location_type6\" id=\"map2631_listings_location_type6\">Hospital<\/label><\/div><\/div><\/div><div class=\"cspml_fs_item_container cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\" data-map-id=\"map2631\"><div class=\"cspml_fs_label cspm-row\" for=\"source\" id=\"source\" data-map-id=\"map2631\"><span class=\"cspml_label_text\">Source<\/span><span class=\"cspml_toggle_btn\" data-field-name=\"source\" data-display-location=\"listings\" data-map-id=\"map2631\"><img src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/arrow-down.svg\" style=\"height:15px; width:auto;\" \/><\/span><\/div><div class=\"cspml_fs_options_list\" data-field-name=\"source\" data-display-location=\"listings\" data-map-id=\"map2631\" ><input type=\"hidden\" name=\"source_filter_type\" value=\"taxonomy\" \/><div class=\"cspml_input_container\"><select name=\"source\" id=\"source\" data-filter-type=\"taxonomy\" class=\"cspml_fs_selectize\" data-map-id=\"map2631\"><option value=\"\"><\/option><option value=\"15\">Abduweli Ayup<\/option><option value=\"8\">Dai Ying<\/option><option value=\"18\">Dr David Matas<\/option><option value=\"30\">Edward McMillan-Scott<\/option><option value=\"23\">Enver Tohti<\/option><option value=\"19\">Feng Hollis<\/option><option value=\"24\">George Karimi<\/option><option value=\"38\">Gulbahar Jeliova<\/option><option value=\"11\">Han Yu<\/option><option value=\"33\">Hong Chen<\/option><option value=\"27\">Huang Guohua<\/option><option value=\"14\">Huang Wanqing<\/option><option value=\"26\">Jiang Li<\/option><option value=\"12\">Li Lin Lin<\/option><option value=\"37\">Lijuan Tang<\/option><option value=\"21\">Liu Huiqiong<\/option><option value=\"13\">Liu Yumei<\/option><option value=\"20\">Matthew Robertson<\/option><option value=\"39\">Mihrigul Tursun<\/option><option value=\"16\">\u00d6mir Bekari<\/option><option value=\"34\">Tony Liu<\/option><option value=\"22\">Xuezhen Bao<\/option><option value=\"36\">Yang Jinhua<\/option><option value=\"10\">Yin Liping<\/option><option value=\"35\">Yu Jing<\/option><option value=\"17\">Yu Ming<\/option><option value=\"28\">Yu Xinhui (Benson)<\/option><option value=\"25\">Zhang Yahua<\/option><option value=\"9\">Zhen Zeng<\/option><\/select><\/div><\/div><\/div><div class=\"cspml_fs_item_container cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\" data-map-id=\"map2631\"><div class=\"cspml_fs_label cspm-row\" for=\"province\" id=\"province\" data-map-id=\"map2631\"><span class=\"cspml_label_text\">Province<\/span><span class=\"cspml_toggle_btn\" data-field-name=\"province\" data-display-location=\"listings\" data-map-id=\"map2631\"><img src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/arrow-down.svg\" style=\"height:15px; width:auto;\" \/><\/span><\/div><div class=\"cspml_fs_options_list\" data-field-name=\"province\" data-display-location=\"listings\" data-map-id=\"map2631\" ><input type=\"hidden\" name=\"province_filter_type\" value=\"taxonomy\" \/><div class=\"cspml_input_container\"><input type=\"checkbox\" name=\"province[]\" id=\"map2631_listings_province43\" data-filter-type=\"taxonomy\" value=\"43\" \/><label for=\"map2631_listings_province43\" id=\"map2631_listings_province43\">Beijing Municipality<\/label><\/div><div class=\"cspml_input_container\"><input type=\"checkbox\" name=\"province[]\" id=\"map2631_listings_province47\" data-filter-type=\"taxonomy\" value=\"47\" \/><label for=\"map2631_listings_province47\" id=\"map2631_listings_province47\">Chongqing Municipality<\/label><\/div><div class=\"cspml_input_container\"><input type=\"checkbox\" name=\"province[]\" id=\"map2631_listings_province41\" data-filter-type=\"taxonomy\" value=\"41\" \/><label for=\"map2631_listings_province41\" id=\"map2631_listings_province41\">Guangdong<\/label><\/div><div class=\"cspml_input_container\"><input type=\"checkbox\" name=\"province[]\" id=\"map2631_listings_province42\" data-filter-type=\"taxonomy\" value=\"42\" \/><label for=\"map2631_listings_province42\" id=\"map2631_listings_province42\">Hebei<\/label><\/div><div class=\"cspml_input_container\"><input type=\"checkbox\" name=\"province[]\" id=\"map2631_listings_province48\" data-filter-type=\"taxonomy\" value=\"48\" \/><label for=\"map2631_listings_province48\" id=\"map2631_listings_province48\">Heilongjiang<\/label><\/div><div class=\"cspml_input_container\"><input type=\"checkbox\" name=\"province[]\" id=\"map2631_listings_province51\" data-filter-type=\"taxonomy\" value=\"51\" \/><label for=\"map2631_listings_province51\" id=\"map2631_listings_province51\">Jiangxi<\/label><\/div><div class=\"cspml_input_container\"><input type=\"checkbox\" name=\"province[]\" id=\"map2631_listings_province50\" data-filter-type=\"taxonomy\" value=\"50\" \/><label for=\"map2631_listings_province50\" id=\"map2631_listings_province50\">Liaoning<\/label><\/div><div class=\"cspml_input_container\"><input type=\"checkbox\" name=\"province[]\" id=\"map2631_listings_province44\" data-filter-type=\"taxonomy\" value=\"44\" \/><label for=\"map2631_listings_province44\" id=\"map2631_listings_province44\">Shandong<\/label><\/div><div class=\"cspml_input_container\"><input type=\"checkbox\" name=\"province[]\" id=\"map2631_listings_province45\" data-filter-type=\"taxonomy\" value=\"45\" \/><label for=\"map2631_listings_province45\" id=\"map2631_listings_province45\">Shanghai Municipality<\/label><\/div><div class=\"cspml_input_container\"><input type=\"checkbox\" name=\"province[]\" id=\"map2631_listings_province52\" data-filter-type=\"taxonomy\" value=\"52\" \/><label for=\"map2631_listings_province52\" id=\"map2631_listings_province52\">Sichuan<\/label><\/div><div class=\"cspml_input_container\"><input type=\"checkbox\" name=\"province[]\" id=\"map2631_listings_province46\" data-filter-type=\"taxonomy\" value=\"46\" \/><label for=\"map2631_listings_province46\" id=\"map2631_listings_province46\">Tianjin Municipality<\/label><\/div><div class=\"cspml_input_container\"><input type=\"checkbox\" name=\"province[]\" id=\"map2631_listings_province40\" data-filter-type=\"taxonomy\" value=\"40\" \/><label for=\"map2631_listings_province40\" id=\"map2631_listings_province40\">Xinjiang<\/label><\/div><div class=\"cspml_input_container\"><input type=\"checkbox\" name=\"province[]\" id=\"map2631_listings_province49\" data-filter-type=\"taxonomy\" value=\"49\" \/><label for=\"map2631_listings_province49\" id=\"map2631_listings_province49\">Zhejiang<\/label><\/div><\/div><\/div><div class=\"cspml_fs_item_container cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\" data-map-id=\"map2631\"><div class=\"cspml_fs_label cspm-row\" for=\"cspml_keyword\" id=\"cspml_keyword\" data-map-id=\"map2631\"><span class=\"cspml_label_text\">Keyword<\/span><span class=\"cspml_toggle_btn\" data-field-name=\"cspml_keyword\" data-display-location=\"list\" data-map-id=\"map2631\"><img src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/arrow-down.svg\" style=\"height:15px; width:auto;\" \/><\/span><\/div><div class=\"cspml_fs_options_list\" data-field-name=\"cspml_keyword\" data-display-location=\"list\" data-map-id=\"map2631\" ><input type=\"hidden\" name=\"cspml_keyword_filter_type\" value=\"keyword\" \/><div class=\"cspml_input_container\"><input type=\"text\" name=\"cspml_keyword\" class=\"cspml_keyword cspml_type_text_like\" value=\"\" placeholder=\"Keyword\" data-map-id=\"map2631\" \/><\/div><\/div><\/div><div class=\"clearfix\"><\/div><div class=\"cspm-row row-no-margin cspm_filter_bottom_btns\"><a class=\"cspml_reset_lsitings_filter cspml_btn cspm_bg_hex_hover cspm_border_shadow cspm-col-lg-4 cspm-col-md-4 cspm-col-sm-3 cspm-col-xs-3\" title=\"Reset all filters\" data-request-type=\"reset\" data-map-id=\"map2631\" data-display-location=\"listings\"><img src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/refresh.svg\" class=\"no-margin-right\" \/><\/a><a class=\"cspml_submit_listings_filter cspml_btn cspm_bg_hex_hover cspm_border_shadow cspm-col-lg-8 cspm-col-md-8 cspm-col-sm-9 cspm-col-xs-9\" title=\"Filter\" data-request-type=\"filter\" data-map-id=\"map2631\" data-display-location=\"listings\"><img src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/filter.svg\" \/>Filter<\/a><\/div><div class=\"clear-both\"><\/div><\/form><div class=\"clear-both visible-sm visible-xs\"><\/div><\/div><div class=\"cspml_listing_items_container_map2631 cspm-col-lg-9 cspm-col-md-9 cspm-col-sm-12 cspm-col-xs-12\" data-list-layout=\"vertical\" data-map-cols=\"4\"><div id=\"cspml_loading_container_map2631\" class=\"cspml_loading_container cspm_border_shadow cspm_border_radius\"><span>Loading<\/span><span class=\"wrapper\"><span class=\"cssload-loader cspm_bg_after_hex cspm_bg_before_hex\"><\/span><\/span><\/div><div class=\"cspml_listings_area_map2631 cspm-row\" data-map-id=\"map2631\" data-paginate-position=\"bottom\" data-paginate-align=\"center\" data-posts-per-page=\"10\" data-map-type=\"normal_map\"><input type=\"hidden\" name=\"init_post_ids\" id=\"init_post_ids\" value=\"2847,2846,2843,2842,2841,2840,2839,2838,2837,2836,2835,2834,2833,2831,2830,2811,2810,2809,2808,2807,2804,2796,2795,2794,2788,2793,2787,2786,2785,2784,2782,2780,2774,2775,2772,2770,2769,2766,2765,2762,2761,2763,2760,2759,2749,2748,2747,2746,2745,2744,2743,2742,2741,2740,2739,2738,2737,2736,2735,2733,2724,2723,2681,2677,2676,2675,2672,2671,2669,2668,2667,2666,2665,2664,2663,2662,2653,2651,2650,2649,2648,2647,2646,2645,2644,2643,2642,2640,2639,2638,2637,2636\" \/><input type=\"hidden\" name=\"count_init_post_ids\" id=\"count_init_post_ids\" value=\"92\" \/><input type=\"hidden\" name=\"post_ids\" id=\"post_ids\" value=\"2847,2846,2843,2842,2841,2840,2839,2838,2837,2836,2835,2834,2833,2831,2830,2811,2810,2809,2808,2807,2804,2796,2795,2794,2788,2793,2787,2786,2785,2784,2782,2780,2774,2775,2772,2770,2769,2766,2765,2762,2761,2763,2760,2759,2749,2748,2747,2746,2745,2744,2743,2742,2741,2740,2739,2738,2737,2736,2735,2733,2724,2723,2681,2677,2676,2675,2672,2671,2669,2668,2667,2666,2665,2664,2663,2662,2653,2651,2650,2649,2648,2647,2646,2645,2644,2643,2642,2640,2639,2638,2637,2636\" \/><input type=\"hidden\" name=\"shortcode_page_id\" id=\"shortcode_page_id\" value=\"0\" \/><input type=\"hidden\" name=\"page_template\" id=\"page_template\" value=\"\" \/><input type=\"hidden\" name=\"template_tax_query\" id=\"template_tax_query\" value=\"\" \/><input type=\"hidden\" name=\"divider\" id=\"divider\" value=\"&\" \/><input type=\"hidden\" name=\"show_listings\" id=\"show_listings\" value=\"true\" \/><input type=\"hidden\" name=\"optional_latlng\" id=\"optional_latlng\" value=\"true\" \/><input type=\"hidden\" name=\"shortcode_page_link\" id=\"shortcode_page_link\" value=\"https:\/\/stoporganharvesting.org.uk\/?page_id=2628\" \/><div id=\"map2631_listing_item_2847\" data-coords=\"38.132764_85.52424700000006\" data-view=\"list\" data-map-id=\"map2631\" data-post-id=\"2847\" class=\"cspml_item_holder cspm-row cspm_animated fadeIn\" data-attr-scrollto=\"yes\"><div id=\"list_view_holder_map2631\" class=\"list_view_holder cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\"><div class=\"clear-both\"><\/div><div class=\"cspml_item cspm-row row-no-margin cspm_border_shadow cspm_border_radius\"><div data-map-id=\"map2631\" class=\"cspml_details_container cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\" data-view=\"list\"><div class=\"cspml_item_pinpoint_overlay cspml_fire_pinpoint cspm_bg_rgb_hover\" data-map-id=\"map2631\" data-coords=\"38.132764_85.52424700000006\" data-post-id=\"2847\"><img alt=\"\" src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/pinpoint.svg\" title=\"Show position on the map\" class=\"cspml_item_pinpoint\" \/><\/div><div data-map-id=\"map2631\" class=\"cspml_details_title cspm_txt_hex_hover  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><a href=\"https:\/\/stoporganharvesting.org.uk\/?location=cherchen-detention-centre-hospital-xinjiang\" target=\"_blank\" title=\"Cherchen  (\u4e14\u672b; Qi\u011bm\u00f2) Detention Centre Hospital, Xinjiang\" >Cherchen  (\u4e14\u672b; Qi\u011bm\u00f2) Detention Centre Hospital, Xinjiang<\/a><\/div><div class=\"cspml_details_content  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><hr class=\"no-margin-top margin-bottom-15\" \/>Detention Centre, Hospital<br \/>Source: Mihrigul Tursun<br \/>Address: China, Xinjiang, Bayingol, Qarqan, Wenhua Road, \u4e14\u672b\u53bf\u8001\u5e74\u516c\u5bd3<\/div><\/div><div class=\"clear-both\"><\/div><\/div><div class=\"clear-both\"><\/div><\/div><\/div><div id=\"map2631_listing_item_2846\" data-coords=\"43.807241_87.58896800000002\" data-view=\"list\" data-map-id=\"map2631\" data-post-id=\"2846\" class=\"cspml_item_holder cspm-row cspm_animated fadeIn\" data-attr-scrollto=\"yes\"><div id=\"list_view_holder_map2631\" class=\"list_view_holder cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\"><div class=\"clear-both\"><\/div><div class=\"cspml_item cspm-row row-no-margin cspm_border_shadow cspm_border_radius\"><div data-map-id=\"map2631\" class=\"cspml_details_container cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\" data-view=\"list\"><div class=\"cspml_item_pinpoint_overlay cspml_fire_pinpoint cspm_bg_rgb_hover\" data-map-id=\"map2631\" data-coords=\"43.807241_87.58896800000002\" data-post-id=\"2846\"><img alt=\"\" src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/pinpoint.svg\" title=\"Show position on the map\" class=\"cspml_item_pinpoint\" \/><\/div><div data-map-id=\"map2631\" class=\"cspml_details_title cspm_txt_hex_hover  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><a href=\"https:\/\/stoporganharvesting.org.uk\/?location=urumqi-city-first-detention-centre-%ef%bc%88%e4%b9%8c%e9%b2%81%e6%9c%a8%e9%bd%90%e5%b8%82%e4%b8%80%e7%9c%8b%e5%ae%88%e6%89%80%ef%bc%89\" target=\"_blank\" title=\"Urumqi City First Detention Centre \uff08\u4e4c\u9c81\u6728\u9f50\u5e02\u4e00\u770b\u5b88\u6240\uff09\" >Urumqi City First Detention Centre \uff08\u4e4c\u9c81\u6728\u9f50\u5e02\u4e00\u770b\u5b88\u6240\uff09<\/a><\/div><div class=\"cspml_details_content  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><hr class=\"no-margin-top margin-bottom-15\" \/>Detention Centre<br \/>Source: Mihrigul Tursun<br \/>Address: Xishan Ethnic Village, Urumqi, Xinjiang 830002<\/div><\/div><div class=\"clear-both\"><\/div><\/div><div class=\"clear-both\"><\/div><\/div><\/div><div id=\"map2631_listing_item_2843\" data-coords=\"43.9040717_87.59380750000003\" data-view=\"list\" data-map-id=\"map2631\" data-post-id=\"2843\" class=\"cspml_item_holder cspm-row cspm_animated fadeIn\" data-attr-scrollto=\"yes\"><div id=\"list_view_holder_map2631\" class=\"list_view_holder cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\"><div class=\"clear-both\"><\/div><div class=\"cspml_item cspm-row row-no-margin cspm_border_shadow cspm_border_radius\"><div data-map-id=\"map2631\" class=\"cspml_details_container cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\" data-view=\"list\"><div class=\"cspml_item_pinpoint_overlay cspml_fire_pinpoint cspm_bg_rgb_hover\" data-map-id=\"map2631\" data-coords=\"43.9040717_87.59380750000003\" data-post-id=\"2843\"><img alt=\"\" src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/pinpoint.svg\" title=\"Show position on the map\" class=\"cspml_item_pinpoint\" \/><\/div><div data-map-id=\"map2631\" class=\"cspml_details_title cspm_txt_hex_hover  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><a href=\"https:\/\/stoporganharvesting.org.uk\/?location=urumqi-city-second-detention-centre\" target=\"_blank\" title=\"Urumqi City Second Detention Centre\uff08\u4e4c\u9c81\u6728\u9f50\u5e02\u7b2c\u4e8c\u770b\u5b88\u6240\uff09\" >Urumqi City Second Detention Centre\uff08\u4e4c\u9c81\u6728\u9f50\u5e02\u7b2c\u4e8c\u770b\u5b88\u6240\uff09<\/a><\/div><div class=\"cspml_details_content  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><hr class=\"no-margin-top margin-bottom-15\" \/>Detention Centre<br \/>Source: Gulbahar Jeliova<br \/>Address: No. 17 Kashi East Road, Urumqi 830001<\/div><\/div><div class=\"clear-both\"><\/div><\/div><div class=\"clear-both\"><\/div><\/div><\/div><div id=\"map2631_listing_item_2842\" data-coords=\"43.8166959_87.62071100000003\" data-view=\"list\" data-map-id=\"map2631\" data-post-id=\"2842\" class=\"cspml_item_holder cspm-row cspm_animated fadeIn\" data-attr-scrollto=\"yes\"><div id=\"list_view_holder_map2631\" class=\"list_view_holder cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\"><div class=\"clear-both\"><\/div><div class=\"cspml_item cspm-row row-no-margin cspm_border_shadow cspm_border_radius\"><div data-map-id=\"map2631\" class=\"cspml_details_container cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\" data-view=\"list\"><div class=\"cspml_item_pinpoint_overlay cspml_fire_pinpoint cspm_bg_rgb_hover\" data-map-id=\"map2631\" data-coords=\"43.8166959_87.62071100000003\" data-post-id=\"2842\"><img alt=\"\" src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/pinpoint.svg\" title=\"Show position on the map\" class=\"cspml_item_pinpoint\" \/><\/div><div data-map-id=\"map2631\" class=\"cspml_details_title cspm_txt_hex_hover  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><a href=\"https:\/\/stoporganharvesting.org.uk\/?location=sankan-no-3-prison-urumqi\" target=\"_blank\" title=\"Sankan No 3 Prison, Urumqi \uff08\u4e4c\u9c81\u6728\u9f50\u5e02\u7b2c\u4e09\u76d1\u72f1\uff09\" >Sankan No 3 Prison, Urumqi \uff08\u4e4c\u9c81\u6728\u9f50\u5e02\u7b2c\u4e09\u76d1\u72f1\uff09<\/a><\/div><div class=\"cspml_details_content  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><hr class=\"no-margin-top margin-bottom-15\" \/>Detention Centre<br \/>Source: Gulbahar Jeliova<br \/>Address: No. 97, Xinmin East Street, Urumqi, Xinjiang 830063<\/div><\/div><div class=\"clear-both\"><\/div><\/div><div class=\"clear-both\"><\/div><\/div><\/div><div id=\"map2631_listing_item_2841\" data-coords=\"23.125731200349104_113.2872224576721\" data-view=\"list\" data-map-id=\"map2631\" data-post-id=\"2841\" class=\"cspml_item_holder cspm-row cspm_animated fadeIn\" data-attr-scrollto=\"yes\"><div id=\"list_view_holder_map2631\" class=\"list_view_holder cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\"><div class=\"clear-both\"><\/div><div class=\"cspml_item cspm-row row-no-margin cspm_border_shadow cspm_border_radius\"><div data-map-id=\"map2631\" class=\"cspml_details_container cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\" data-view=\"list\"><div class=\"cspml_item_pinpoint_overlay cspml_fire_pinpoint cspm_bg_rgb_hover\" data-map-id=\"map2631\" data-coords=\"23.125731200349104_113.2872224576721\" data-post-id=\"2841\"><img alt=\"\" src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/pinpoint.svg\" title=\"Show position on the map\" class=\"cspml_item_pinpoint\" \/><\/div><div data-map-id=\"map2631\" class=\"cspml_details_title cspm_txt_hex_hover  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><a href=\"https:\/\/stoporganharvesting.org.uk\/?location=wu-ting-hospital-guangdong\" target=\"_blank\" title=\"Wu Ting Hospital, Guangdong\uff08\u6b66\u5b9a\u533b\u9662\uff09\" >Wu Ting Hospital, Guangdong\uff08\u6b66\u5b9a\u533b\u9662\uff09<\/a><\/div><div class=\"cspml_details_content  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><hr class=\"no-margin-top margin-bottom-15\" \/>Hospital<br \/>Source: Lijuan Tang<br \/>Address: Wu Ting Hospital, Guangdong<\/div><\/div><div class=\"clear-both\"><\/div><\/div><div class=\"clear-both\"><\/div><\/div><\/div><div id=\"map2631_listing_item_2840\" data-coords=\"23.4474208_113.21442819999993\" data-view=\"list\" data-map-id=\"map2631\" data-post-id=\"2840\" class=\"cspml_item_holder cspm-row cspm_animated fadeIn\" data-attr-scrollto=\"yes\"><div id=\"list_view_holder_map2631\" class=\"list_view_holder cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\"><div class=\"clear-both\"><\/div><div class=\"cspml_item cspm-row row-no-margin cspm_border_shadow cspm_border_radius\"><div data-map-id=\"map2631\" class=\"cspml_details_container cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\" data-view=\"list\"><div class=\"cspml_item_pinpoint_overlay cspml_fire_pinpoint cspm_bg_rgb_hover\" data-map-id=\"map2631\" data-coords=\"23.4474208_113.21442819999993\" data-post-id=\"2840\"><img alt=\"\" src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/pinpoint.svg\" title=\"Show position on the map\" class=\"cspml_item_pinpoint\" \/><\/div><div data-map-id=\"map2631\" class=\"cspml_details_title cspm_txt_hex_hover  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><a href=\"https:\/\/stoporganharvesting.org.uk\/?location=guangdong-womens-prison-%ef%bc%88%e5%b9%bf%e4%b8%9c%e5%a5%b3%e5%ad%90%e7%9b%91%e7%8b%b1%ef%bc%89\" target=\"_blank\" title=\"Guangdong Women\u2019s Prison \uff08\u5e7f\u4e1c\u5973\u5b50\u76d1\u72f1\uff09\" >Guangdong Women\u2019s Prison \uff08\u5e7f\u4e1c\u5973\u5b50\u76d1\u72f1\uff09<\/a><\/div><div class=\"cspml_details_content  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><hr class=\"no-margin-top margin-bottom-15\" \/>Detention Centre<br \/>Source: Lijuan Tang<br \/>Address: No. 52, Guangqi 4th Road , Baiyun District, Guangzhou, Guangdong, China 510545<\/div><\/div><div class=\"clear-both\"><\/div><\/div><div class=\"clear-both\"><\/div><\/div><\/div><div id=\"map2631_listing_item_2839\" data-coords=\"36.684013_117.727486\" data-view=\"list\" data-map-id=\"map2631\" data-post-id=\"2839\" class=\"cspml_item_holder cspm-row cspm_animated fadeIn\" data-attr-scrollto=\"yes\"><div id=\"list_view_holder_map2631\" class=\"list_view_holder cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\"><div class=\"clear-both\"><\/div><div class=\"cspml_item cspm-row row-no-margin cspm_border_shadow cspm_border_radius\"><div data-map-id=\"map2631\" class=\"cspml_details_container cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\" data-view=\"list\"><div class=\"cspml_item_pinpoint_overlay cspml_fire_pinpoint cspm_bg_rgb_hover\" data-map-id=\"map2631\" data-coords=\"36.684013_117.727486\" data-post-id=\"2839\"><img alt=\"\" src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/pinpoint.svg\" title=\"Show position on the map\" class=\"cspml_item_pinpoint\" \/><\/div><div data-map-id=\"map2631\" class=\"cspml_details_title cspm_txt_hex_hover  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><a href=\"https:\/\/stoporganharvesting.org.uk\/?location=wangcun-no-2-female-labour-camp-zibo-city-shandong-province\" target=\"_blank\" title=\"Wangcun No 2 Female Labour Camp, Zibo City, Shandong Province \uff08\u5c71\u4e1c\u7701\u6dc4\u535a\u5e02\u7b2c\u4e8c\u5973\u5b50\u52b3\u6559\u6240\uff0c\u5373\u738b\u6751\u52b3\u6559\u6240\uff09\" >Wangcun No 2 Female Labour Camp, Zibo City, Shandong Province \uff08\u5c71\u4e1c\u7701\u6dc4\u535a\u5e02\u7b2c\u4e8c\u5973\u5b50\u52b3\u6559\u6240\uff0c\u5373\u738b\u6751\u52b3\u6559\u6240\uff09<\/a><\/div><div class=\"cspml_details_content  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><hr class=\"no-margin-top margin-bottom-15\" \/>Detention Centre<br \/>Source: Yang Jinhua<br \/>Address: 162, Wangcunzhen Zhoucun, Zibo, Shandong China 250206<\/div><\/div><div class=\"clear-both\"><\/div><\/div><div class=\"clear-both\"><\/div><\/div><\/div><div id=\"map2631_listing_item_2838\" data-coords=\"36.067108_120.382609\" data-view=\"list\" data-map-id=\"map2631\" data-post-id=\"2838\" class=\"cspml_item_holder cspm-row cspm_animated fadeIn\" data-attr-scrollto=\"yes\"><div id=\"list_view_holder_map2631\" class=\"list_view_holder cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\"><div class=\"clear-both\"><\/div><div class=\"cspml_item cspm-row row-no-margin cspm_border_shadow cspm_border_radius\"><div data-map-id=\"map2631\" class=\"cspml_details_container cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\" data-view=\"list\"><div class=\"cspml_item_pinpoint_overlay cspml_fire_pinpoint cspm_bg_rgb_hover\" data-map-id=\"map2631\" data-coords=\"36.067108_120.382609\" data-post-id=\"2838\"><img alt=\"\" src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/pinpoint.svg\" title=\"Show position on the map\" class=\"cspml_item_pinpoint\" \/><\/div><div data-map-id=\"map2631\" class=\"cspml_details_title cspm_txt_hex_hover  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><a href=\"https:\/\/stoporganharvesting.org.uk\/?location=dashan-detention-centre-qingdao\" target=\"_blank\" title=\"Dashan Detention Centre, Qingdao, Shandong\uff08\u9752\u5c9b\u5e02\u5927\u5c71\u770b\u5b88\u6240\uff09\" >Dashan Detention Centre, Qingdao, Shandong\uff08\u9752\u5c9b\u5e02\u5927\u5c71\u770b\u5b88\u6240\uff09<\/a><\/div><div class=\"cspml_details_content  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><hr class=\"no-margin-top margin-bottom-15\" \/>Detention Centre<br \/>Source: Yang Jinhua<br \/>Address: No. 11 Luan Road , Sifang District, Qingdao<\/div><\/div><div class=\"clear-both\"><\/div><\/div><div class=\"clear-both\"><\/div><\/div><\/div><div id=\"map2631_listing_item_2837\" data-coords=\"36.889084_120.51769000000002\" data-view=\"list\" data-map-id=\"map2631\" data-post-id=\"2837\" class=\"cspml_item_holder cspm-row cspm_animated fadeIn\" data-attr-scrollto=\"yes\"><div id=\"list_view_holder_map2631\" class=\"list_view_holder cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\"><div class=\"clear-both\"><\/div><div class=\"cspml_item cspm-row row-no-margin cspm_border_shadow cspm_border_radius\"><div data-map-id=\"map2631\" class=\"cspml_details_container cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\" data-view=\"list\"><div class=\"cspml_item_pinpoint_overlay cspml_fire_pinpoint cspm_bg_rgb_hover\" data-map-id=\"map2631\" data-coords=\"36.889084_120.51769000000002\" data-post-id=\"2837\"><img alt=\"\" src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/pinpoint.svg\" title=\"Show position on the map\" class=\"cspml_item_pinpoint\" \/><\/div><div data-map-id=\"map2631\" class=\"cspml_details_title cspm_txt_hex_hover  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><a href=\"https:\/\/stoporganharvesting.org.uk\/?location=laixi-asylum-qingdao-shandong-province%ef%bc%88%e5%b1%b1%e4%b8%9c%e7%9c%81%e9%9d%92%e5%b2%9b%e5%b8%82%e8%8e%b1%e8%a5%bf%e6%94%b6%e5%ae%b9%e6%89%80%ef%bc%89\" target=\"_blank\" title=\"Laixi Asylum, Qingdao, Shandong Province\uff08\u5c71\u4e1c\u7701\u9752\u5c9b\u5e02\u83b1\u897f\u6536\u5bb9\u6240\uff09\" >Laixi Asylum, Qingdao, Shandong Province\uff08\u5c71\u4e1c\u7701\u9752\u5c9b\u5e02\u83b1\u897f\u6536\u5bb9\u6240\uff09<\/a><\/div><div class=\"cspml_details_content  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><hr class=\"no-margin-top margin-bottom-15\" \/>Hospital<br \/>Source: Yang Jinhua<br \/>Address: Laixi Asylum, Qingdao, Shandong Province<\/div><\/div><div class=\"clear-both\"><\/div><\/div><div class=\"clear-both\"><\/div><\/div><\/div><div id=\"map2631_listing_item_2836\" data-coords=\"38.12413950000001_114.50208369999996\" data-view=\"list\" data-map-id=\"map2631\" data-post-id=\"2836\" class=\"cspml_item_holder cspm-row cspm_animated fadeIn\" data-attr-scrollto=\"yes\"><div id=\"list_view_holder_map2631\" class=\"list_view_holder cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\"><div class=\"clear-both\"><\/div><div class=\"cspml_item cspm-row row-no-margin cspm_border_shadow cspm_border_radius\"><div data-map-id=\"map2631\" class=\"cspml_details_container cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\" data-view=\"list\"><div class=\"cspml_item_pinpoint_overlay cspml_fire_pinpoint cspm_bg_rgb_hover\" data-map-id=\"map2631\" data-coords=\"38.12413950000001_114.50208369999996\" data-post-id=\"2836\"><img alt=\"\" src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/progress-map-list-and-filter\/img\/svg\/pinpoint.svg\" title=\"Show position on the map\" class=\"cspml_item_pinpoint\" \/><\/div><div data-map-id=\"map2631\" class=\"cspml_details_title cspm_txt_hex_hover  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><a href=\"https:\/\/stoporganharvesting.org.uk\/?location=shijiazhuang-first-detention-centre-hebei-province\" target=\"_blank\" title=\"Shijiazhuang First Detention Centre, Hebei Province\uff08\u6cb3\u5317\u7701\u77f3\u5bb6\u5e84\u5e02\u770b\u5b88\u6240\uff09\" >Shijiazhuang First Detention Centre, Hebei Province\uff08\u6cb3\u5317\u7701\u77f3\u5bb6\u5e84\u5e02\u770b\u5b88\u6240\uff09<\/a><\/div><div class=\"cspml_details_content  cspm-col-lg-12 cspm-col-xs-12 cspm-col-sm-12 cspm-col-md-12\"><hr class=\"no-margin-top margin-bottom-15\" \/>Detention Centre<br \/>Source: Yang Jinhua<br \/>Address: Base Street, Wuqi Road, Xinhua District, Shijiazhuang City  Postal Code: 050000<\/div><\/div><div class=\"clear-both\"><\/div><\/div><div class=\"clear-both\"><\/div><\/div><\/div><div class=\"clear-both\"><\/div><div class=\"cspm-row no-margin\"><div id=\"map2631\" class=\"cspml_pagination_map2631 cspm-col-lg-12 cspm-col-md-12 cspm-col-sm-12 cspm-col-xs-12\" style=\"text-align:center\"><ul><div class=\"cspml_transparent_layer_map2631\"><\/div><li data-map-id=\"map2631\" class=\"cspm_link_hex\"><span aria-current=\"page\" class=\"page-numbers current\">1<\/span><\/li><li data-map-id=\"map2631\" class=\"cspm_link_hex\"><a class=\"page-numbers\" href=\"https:\/\/stoporganharvesting.org.uk\/?page_id=2628&#038;page=2&#038;paginate=true&#038;rest_route=%2Fwp%2Fv2%2Fpages%2F2628\">2<\/a><\/li><li data-map-id=\"map2631\" class=\"cspm_link_hex\"><a class=\"page-numbers\" href=\"https:\/\/stoporganharvesting.org.uk\/?page_id=2628&#038;page=3&#038;paginate=true&#038;rest_route=%2Fwp%2Fv2%2Fpages%2F2628\">3<\/a><\/li><li data-map-id=\"map2631\" class=\"cspm_link_hex\"><a class=\"page-numbers\" href=\"https:\/\/stoporganharvesting.org.uk\/?page_id=2628&#038;page=4&#038;paginate=true&#038;rest_route=%2Fwp%2Fv2%2Fpages%2F2628\">4<\/a><\/li><li data-map-id=\"map2631\" class=\"cspm_link_hex\"><a class=\"page-numbers\" href=\"https:\/\/stoporganharvesting.org.uk\/?page_id=2628&#038;page=5&#038;paginate=true&#038;rest_route=%2Fwp%2Fv2%2Fpages%2F2628\">5<\/a><\/li><li data-map-id=\"map2631\" class=\"cspm_link_hex\"><a class=\"page-numbers\" href=\"https:\/\/stoporganharvesting.org.uk\/?page_id=2628&#038;page=6&#038;paginate=true&#038;rest_route=%2Fwp%2Fv2%2Fpages%2F2628\">6<\/a><\/li><li data-map-id=\"map2631\" class=\"cspm_link_hex\"><a class=\"page-numbers\" href=\"https:\/\/stoporganharvesting.org.uk\/?page_id=2628&#038;page=7&#038;paginate=true&#038;rest_route=%2Fwp%2Fv2%2Fpages%2F2628\">7<\/a><\/li><li data-map-id=\"map2631\" class=\"cspm_link_hex\"><a class=\"page-numbers\" href=\"https:\/\/stoporganharvesting.org.uk\/?page_id=2628&#038;page=8&#038;paginate=true&#038;rest_route=%2Fwp%2Fv2%2Fpages%2F2628\">8<\/a><\/li><li data-map-id=\"map2631\" class=\"cspm_link_hex\"><a class=\"page-numbers\" href=\"https:\/\/stoporganharvesting.org.uk\/?page_id=2628&#038;page=9&#038;paginate=true&#038;rest_route=%2Fwp%2Fv2%2Fpages%2F2628\">9<\/a><\/li><li data-map-id=\"map2631\" class=\"cspm_link_hex\"><a class=\"page-numbers\" href=\"https:\/\/stoporganharvesting.org.uk\/?page_id=2628&#038;page=10&#038;paginate=true&#038;rest_route=%2Fwp%2Fv2%2Fpages%2F2628\">10<\/a><\/li><li data-map-id=\"map2631\" class=\"cspm_link_hex\"><a class=\"next page-numbers\" href=\"https:\/\/stoporganharvesting.org.uk\/?page_id=2628&#038;page=2&#038;paginate=true&#038;rest_route=%2Fwp%2Fv2%2Fpages%2F2628\">\u00bb<\/a><\/li><div class=\"clear-both\"><\/div><\/ul><\/div><\/div><div class=\"clear-both\"><\/div><\/div><div class=\"clear-both\"><\/div><\/div><\/div><\/div><div class=\"clear-both\"><\/div><\/div><\/div>\n\n\n\n<h4> China Tribunal News <\/h4>\n\n\n<div class=\"wprss_ajax\" data-id=\"rssefa68a3c2b\"><img src=\"https:\/\/stoporganharvesting.org.uk\/wp-content\/plugins\/wp-rss-retriever\/inc\/imgs\/ajax-loader.gif\" alt=\"Loading RSS Feed\" width=\"16\" height=\"16\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>An independent people\u2019s tribunal has been established to inquire into forced organ harvesting from, amongst others, prisoners of conscience in China and to investigate what criminal offences, if any, have been committed by state or state-approved bodies, organisations or individuals in China that may have engaged in forced organ harvesting. https:\/\/chinatribunal.com\/ Places Cited China Tribunal &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/stoporganharvesting.org.uk\/?location=shijiazhuang-first-detention-centre-hebei-province\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Shijiazhuang First Detention Centre, Hebei Province\uff08\u6cb3\u5317\u7701\u77f3\u5bb6\u5e84\u5e02\u770b\u5b88\u6240\uff09&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/stoporganharvesting.org.uk\/index.php?rest_route=\/wp\/v2\/pages\/2628"}],"collection":[{"href":"https:\/\/stoporganharvesting.org.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stoporganharvesting.org.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stoporganharvesting.org.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stoporganharvesting.org.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2628"}],"version-history":[{"count":30,"href":"https:\/\/stoporganharvesting.org.uk\/index.php?rest_route=\/wp\/v2\/pages\/2628\/revisions"}],"predecessor-version":[{"id":5945,"href":"https:\/\/stoporganharvesting.org.uk\/index.php?rest_route=\/wp\/v2\/pages\/2628\/revisions\/5945"}],"wp:attachment":[{"href":"https:\/\/stoporganharvesting.org.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2628"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}