
			<script type="text/javascript">
	
				jQuery(document).ready(function($) { 		
				
					var map_id = 'map213';
					
					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] = 'fit-in-map';

					/**
					 * @infobox_xhr, Will store the ajax requests in order to test if an ajax request ... 
					 * ... will overide "an already sent and non finished" request */
					
					var infobox_xhr; 
					
					/**
					 * @cspm_bubbles, Will store the marker bubbles (post_ids) in the viewport of the map */
					 
					cspm_bubbles[map_id] = []; 
					
					/**
					 * @cspm_child_markers, Will store the status of markers in order to define secondary markers from parent markers */
					 					 
					cspm_child_markers[map_id] = []; 
					
					/**
					 * Will store all the current ajax request (for infoboxes) in order to execute them when they all finish */
					
					cspm_requests[map_id] = []; 
									
					/**
					 * @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('map213', false, null, 3);
										
					/**
					 * 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: {
														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);
						
									
	
										
					/**
					 * The carousel dimensions & style */
					 
										
					 var light_map = true; 								
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":5108,"post_categories":"","coordinates":{"lat":"-34.588826","lng":"-58.405652"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/indelos-s-a-2\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('5108'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":5107,"post_categories":"","coordinates":{"lat":"-34.588826","lng":"-58.405652"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/indelos-s-a-2\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('5107'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":5106,"post_categories":"","coordinates":{"lat":"-34.588826","lng":"-58.405652"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/indelos-s-a-2\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('5106'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":5105,"post_categories":"","coordinates":{"lat":"-34.588826","lng":"-58.405652"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/jose-caviglia\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('5105'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":5102,"post_categories":"","coordinates":{"lat":"44.5598946","lng":"4.75233019999996"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/arto-sarl\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('5102'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":5101,"post_categories":"","coordinates":{"lat":"44.5598946","lng":"4.75233019999996"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/arto-sarl\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('5101'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":5100,"post_categories":"","coordinates":{"lat":"44.5598946","lng":"4.75233019999996"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/arto-sarl\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('5100'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":5099,"post_categories":"","coordinates":{"lat":"44.5598946","lng":"4.75233019999996"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/arto-sarl\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('5099'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":5094,"post_categories":"","coordinates":{"lat":"13.805586","lng":"100.70633599999996"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/dmx-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('5094'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":5095,"post_categories":"","coordinates":{"lat":"13.805586","lng":"100.70633599999996"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/dmx-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('5095'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":5093,"post_categories":"","coordinates":{"lat":"13.805586","lng":"100.70633599999996"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/dmx-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('5093'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":5092,"post_categories":"","coordinates":{"lat":"13.805586","lng":"100.70633599999996"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/dmx-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('5092'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":5091,"post_categories":"","coordinates":{"lat":"13.805586","lng":"100.70633599999996"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/dmx-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('5091'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3492,"post_categories":"","coordinates":{"lat":"41.15127","lng":"-8.62623"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/maquefil\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3492'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3491,"post_categories":"","coordinates":{"lat":"41.15127","lng":"-8.62623"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/maquefil\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3491'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3490,"post_categories":"","coordinates":{"lat":"41.15127","lng":"-8.62623"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/maquefil\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3490'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3489,"post_categories":"","coordinates":{"lat":"41.15127","lng":"-8.62623"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/maquefil\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3489'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3488,"post_categories":"","coordinates":{"lat":"41.15127","lng":"-8.62623"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/maquefil\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3488'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3487,"post_categories":"","coordinates":{"lat":"41.15127","lng":"-8.62623"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/maquefil-2\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3487'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3446,"post_categories":"","coordinates":{"lat":"51.7664809","lng":"19.4519045"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/drotex-sp-zoo\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3446'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3445,"post_categories":"","coordinates":{"lat":"51.7664809","lng":"19.4519045"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/ratti-luino\/drotex-sp-zoo\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3445'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3444,"post_categories":"","coordinates":{"lat":"51.7664809","lng":"19.4519045"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/drotex-sp-zoo\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3444'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3443,"post_categories":"","coordinates":{"lat":"51.7664809","lng":"19.4519045"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/drotex-sp-zoo\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3443'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3442,"post_categories":"","coordinates":{"lat":"51.7664809","lng":"19.4519045"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/drotex-sp-zoo\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3442'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3441,"post_categories":"","coordinates":{"lat":"51.7664809","lng":"19.4519045"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/drotex-srp-zoo\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3441'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3440,"post_categories":"","coordinates":{"lat":"6.9194938","lng":"79.97801779999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/proximo-innovations-private-limited\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3440'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3439,"post_categories":"","coordinates":{"lat":"6.9194938","lng":"79.97801779999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/ratti-luino\/proximo-innovations-private-limited\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3439'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3438,"post_categories":"","coordinates":{"lat":"6.9194938","lng":"79.97801779999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/proximo-innovations-private-limited\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3438'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3437,"post_categories":"","coordinates":{"lat":"6.9194938","lng":"79.97801779999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/proximo-innovations-private-limited\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3437'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3436,"post_categories":"","coordinates":{"lat":"6.9194938","lng":"79.97801779999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/proximo-innovations-private-limited\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3436'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":3433,"post_categories":"","coordinates":{"lat":"6.9194938","lng":"79.97801779999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/proximo-innovations-private-limited\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('3433'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2189,"post_categories":"","coordinates":{"lat":"13.805586","lng":"100.70633599999996"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/dmx-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2189'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2042,"post_categories":"","coordinates":{"lat":"45.9327712","lng":"8.775452200000018"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/map-marker.png","size":"60x84"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/ratti-luino-s-r-l\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2042'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2017,"post_categories":"","coordinates":{"lat":"-37.889484","lng":"145.158815"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-oceania.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/george-black-textile-products-vic-pty-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2017'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2016,"post_categories":"","coordinates":{"lat":"36.7563368","lng":"3.0551159000000325"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/aguzzi-s-n-c-rappresentanze\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2016'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2015,"post_categories":"","coordinates":{"lat":"30.105295","lng":"31.37832800000001"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-africa.png","size":"30x42"},"is_child":"no","media":{"format":"","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/the-central-agency\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2015'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2014,"post_categories":"","coordinates":{"lat":"35.7751609","lng":"51.425345900000025"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/tissatar-quality-textile-solutions\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2014'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2012,"post_categories":"","coordinates":{"lat":"41.3111312","lng":"69.25920889999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/bering-servis\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2012'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2011,"post_categories":"","coordinates":{"lat":"25.0386999","lng":"121.56294630000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/unimatech-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2011'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2010,"post_categories":"","coordinates":{"lat":"13.7102331","lng":"100.37631770000007"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/rivertex-intertrade-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2010'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2009,"post_categories":"","coordinates":{"lat":"37.5166014","lng":"126.8638714"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/sh-trading\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2009'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2008,"post_categories":"","coordinates":{"lat":"24.8775941","lng":"67.05223469999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/ahs-textile-machinery-company\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2008'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2007,"post_categories":"","coordinates":{"lat":"-6.1834508","lng":"106.82979039999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/pt-nutek-kawan-mas\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2007'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2006,"post_categories":"","coordinates":{"lat":"18.9352255","lng":"72.83981949999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/batliboi-machinerygroup\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2006'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2005,"post_categories":"","coordinates":{"lat":"19.1166191","lng":"72.93742270000007"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/bakhubai-ambalal-divn-sarabhai-machinery-pvt-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2005'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2004,"post_categories":"","coordinates":{"lat":"37.47444369999999","lng":"138.99903240000003"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/maruei-kiryoten-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2004'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2002,"post_categories":"","coordinates":{"lat":"22.323815","lng":"114.21047199999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/fantic-enterprises-hong-kong-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2002'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2001,"post_categories":"","coordinates":{"lat":"-12.116416","lng":"-76.9793679"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/texcom-sociedad-comercializadora-de-maquinas-textiles\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2001'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":2000,"post_categories":"","coordinates":{"lat":"19.3768503","lng":"-99.15636369999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/samatex-representaciones-s-a\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('2000'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1999,"post_categories":"","coordinates":{"lat":"13.708526","lng":"-89.22562219999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/lic-jose-mauricio-escobar-moran\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1999'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1998,"post_categories":"","coordinates":{"lat":"-0.2800581","lng":"-78.49442390000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/otto-seidlitz-representaciones-cia-ltda\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1998'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1997,"post_categories":"","coordinates":{"lat":"4.7388941","lng":"-74.084631"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/britex-sas\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1997'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1996,"post_categories":"","coordinates":{"lat":"-23.607829","lng":"-46.64070600000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/tabatex-ltda\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1996'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1994,"post_categories":"","coordinates":{"lat":"35.002688","lng":"-81.927749"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/symtech-inc\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1994'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1993,"post_categories":"","coordinates":{"lat":"55.755826","lng":"37.617299900000035"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/ratti-luino\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1993'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1992,"post_categories":"","coordinates":{"lat":"40.9791013","lng":"29.04509859999996"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/bozok-mumessillik-makina-kimya-sanayi-ve-ticaret-a-s\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1992'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1991,"post_categories":"","coordinates":{"lat":"37.96459","lng":"23.74359400000003"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/dimitri-d-grigoriadis-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1991'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1988,"post_categories":"","coordinates":{"lat":"41.792713","lng":"2.237160000000017"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/bastos-y-cia-s-a\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1988'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1986,"post_categories":"","coordinates":{"lat":"53.3250526","lng":"-2.24045000000001"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/robert-s-maynard-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1986'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1985,"post_categories":"","coordinates":{"lat":"48.2452359","lng":"16.353416700000025"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/bg-schneider-gmbh\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1985'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1984,"post_categories":"","coordinates":{"lat":"23.751165","lng":"90.3943792"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/south-west-asia-corporation\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1984'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1983,"post_categories":"","coordinates":{"lat":"47.5282041","lng":"10.26405909999994"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/ites-gmbh\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1983'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1808,"post_categories":"","coordinates":{"lat":"-37.889484","lng":"145.158815"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-oceania.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/george-black-textile-products-vic-pty-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1808'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1807,"post_categories":"","coordinates":{"lat":"36.7563368","lng":"3.0551159000000325"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/aguzzi-s-n-c-rappresentanze\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1807'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1806,"post_categories":"","coordinates":{"lat":"30.105295","lng":"31.37832800000001"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-africa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/the-central-agency\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1806'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1805,"post_categories":"","coordinates":{"lat":"35.7751609","lng":"51.425345900000025"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/tissatar-quality-textile-solutions\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1805'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1803,"post_categories":"","coordinates":{"lat":"41.3111312","lng":"69.25920889999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/bering-servis\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1803'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1802,"post_categories":"","coordinates":{"lat":"25.0386999","lng":"121.56294630000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/unimatech-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1802'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1801,"post_categories":"","coordinates":{"lat":"13.7102331","lng":"100.37631770000007"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/rivertex-intertrade-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1801'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1800,"post_categories":"","coordinates":{"lat":"37.5166014","lng":"126.8638714"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/sh-trading\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1800'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1799,"post_categories":"","coordinates":{"lat":"24.8775941","lng":"67.05223469999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/ahs-textile-machinery-company\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1799'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1798,"post_categories":"","coordinates":{"lat":"-6.1834508","lng":"106.82979039999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/pt-nutek-kawan-mas\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1798'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1797,"post_categories":"","coordinates":{"lat":"18.9352255","lng":"72.83981949999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/batliboi-machinerygroup\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1797'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1796,"post_categories":"","coordinates":{"lat":"19.1166191","lng":"72.93742270000007"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/bakhubai-ambalal-divn-sarabhai-machinery-pvt-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1796'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1795,"post_categories":"","coordinates":{"lat":"37.47444369999999","lng":"138.99903240000003"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/maruei-kiryoten-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1795'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1793,"post_categories":"","coordinates":{"lat":"22.323815","lng":"114.21047199999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/fantic-enterprises-hong-kong-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1793'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1792,"post_categories":"","coordinates":{"lat":"-12.116416","lng":"-76.9793679"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/texcom-sociedad-comercializadora-de-maquinas-textiles\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1792'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1791,"post_categories":"","coordinates":{"lat":"19.3768503","lng":"-99.15636369999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/samatex-representaciones-s-a\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1791'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1790,"post_categories":"","coordinates":{"lat":"13.708526","lng":"-89.22562219999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/lic-jose-mauricio-escobar-moran\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1790'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1789,"post_categories":"","coordinates":{"lat":"-0.2800581","lng":"-78.49442390000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/otto-seidlitz-representaciones-cia-ltda\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1789'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1788,"post_categories":"","coordinates":{"lat":"4.7388941","lng":"-74.084631"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/retexa-sas\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1788'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1787,"post_categories":"","coordinates":{"lat":"-23.607829","lng":"-46.64070600000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/tabatex-ltda\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1787'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1785,"post_categories":"","coordinates":{"lat":"35.002688","lng":"-81.927749"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/symtech-inc\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1785'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1784,"post_categories":"","coordinates":{"lat":"55.755826","lng":"37.617299900000035"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/ratti-luino\/ratti-luino\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1784'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1783,"post_categories":"","coordinates":{"lat":"40.9791013","lng":"29.04509859999996"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/bozok-mumessillik-makina-kimya-sanayi-ve-ticaret-a-s\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1783'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1782,"post_categories":"","coordinates":{"lat":"37.96459","lng":"23.74359400000003"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/dimitri-d-grigoriadis-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1782'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1779,"post_categories":"","coordinates":{"lat":"41.792713","lng":"2.237160000000017"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/bastos-y-cia-s-a\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1779'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1777,"post_categories":"","coordinates":{"lat":"53.3250526","lng":"-2.24045000000001"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/robert-s-maynard-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1777'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1776,"post_categories":"","coordinates":{"lat":"48.2452359","lng":"16.353416700000025"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/bg-schneider-gmbh\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1776'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1774,"post_categories":"","coordinates":{"lat":"47.5282041","lng":"10.26405909999994"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/ites-gmbh\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1774'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1762,"post_categories":"","coordinates":{"lat":"45.9327712","lng":"8.775452200000018"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/map-marker.png","size":"60x84"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/%d1%80%d0%b0%d1%82%d1%82%d0%b8-%d0%bb%d1%83%d0%b8%d0%bd%d0%be-%d1%81-%d1%80-%d0%bb\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1762'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1755,"post_categories":"","coordinates":{"lat":"23.751165","lng":"90.3943792"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/ru\/%d0%ba%d0%be%d0%bc%d0%bf%d0%b0%d0%bd%d0%b8%d1%8f\/%d1%81%d0%b5%d1%82%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%b0%d0%b6\/south-west-asia-corporation\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1755'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1696,"post_categories":"","coordinates":{"lat":"23.751165","lng":"90.3943792"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/south-west-asia-corporation\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1696'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1509,"post_categories":"","coordinates":{"lat":"-37.889484","lng":"145.158815"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-oceania.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/george-black-textile-products-vic-pty-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1509'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1508,"post_categories":"","coordinates":{"lat":"36.7563368","lng":"3.0551159000000325"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/aguzzi-s-n-c-rappresentanze\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1508'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1507,"post_categories":"","coordinates":{"lat":"30.105295","lng":"31.37832800000001"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-africa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/the-central-agency\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1507'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1506,"post_categories":"","coordinates":{"lat":"35.7751609","lng":"51.425345900000025"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/tissatar-quality-textile-solutions\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1506'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1504,"post_categories":"","coordinates":{"lat":"41.3111312","lng":"69.25920889999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/bering-servis\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1504'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1503,"post_categories":"","coordinates":{"lat":"25.0386999","lng":"121.56294630000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/unimatech-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1503'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1502,"post_categories":"","coordinates":{"lat":"13.7102331","lng":"100.37631770000007"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/rivertex-intertrade-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1502'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1501,"post_categories":"","coordinates":{"lat":"37.5166014","lng":"126.8638714"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/sh-trading\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1501'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1500,"post_categories":"","coordinates":{"lat":"24.8775941","lng":"67.05223469999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/ahs-textile-machinery-company\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1500'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1499,"post_categories":"","coordinates":{"lat":"-6.1834508","lng":"106.82979039999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/pt-nutek-kawan-mas\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1499'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1498,"post_categories":"","coordinates":{"lat":"18.9352255","lng":"72.83981949999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/batliboi-machinerygroup\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1498'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1497,"post_categories":"","coordinates":{"lat":"19.1166191","lng":"72.93742270000007"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/bakhubai-ambalal-divn-sarabhai-machinery-pvt-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1497'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1496,"post_categories":"","coordinates":{"lat":"37.47444369999999","lng":"138.99903240000003"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/maruei-kiryoten-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1496'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1494,"post_categories":"","coordinates":{"lat":"22.323815","lng":"114.21047199999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/fantic-enterprises-hong-kong-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1494'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1493,"post_categories":"","coordinates":{"lat":"-12.116416","lng":"-76.9793679"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/texcom-sociedad-comercializadora-de-maquinas-textiles\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1493'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1492,"post_categories":"","coordinates":{"lat":"19.3768503","lng":"-99.15636369999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/samatex-representaciones-s-a\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1492'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1491,"post_categories":"","coordinates":{"lat":"13.708526","lng":"-89.22562219999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/lic-jose-mauricio-escobar-moran\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1491'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1490,"post_categories":"","coordinates":{"lat":"-0.2800581","lng":"-78.49442390000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/otto-seidlitz-representaciones-cia-ltda\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1490'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1489,"post_categories":"","coordinates":{"lat":"4.7388941","lng":"-74.084631"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/britex-sas\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1489'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1488,"post_categories":"","coordinates":{"lat":"-23.607829","lng":"-46.64070600000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/tabatex-ltda\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1488'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1486,"post_categories":"","coordinates":{"lat":"35.002688","lng":"-81.927749"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/symtech-inc\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1486'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1485,"post_categories":"","coordinates":{"lat":"55.755826","lng":"37.617299900000035"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/ratti-luino\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1485'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1484,"post_categories":"","coordinates":{"lat":"40.9791013","lng":"29.04509859999996"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/bozok-mumessillik-makina-kimya-sanayi-ve-ticaret-a-s\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1484'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1483,"post_categories":"","coordinates":{"lat":"37.96459","lng":"23.74359400000003"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/dimitri-d-grigoriadis-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1483'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1480,"post_categories":"","coordinates":{"lat":"41.792713","lng":"2.237160000000017"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/bastos-y-cia-s-a\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1480'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1478,"post_categories":"","coordinates":{"lat":"53.3250526","lng":"-2.24045000000001"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/robert-s-maynard-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1478'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1477,"post_categories":"","coordinates":{"lat":"48.2452359","lng":"16.353416700000025"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/bg-schneider-gmbh\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1477'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1476,"post_categories":"","coordinates":{"lat":"47.5282041","lng":"10.26405909999994"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/ites-gmbh\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1476'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1468,"post_categories":"","coordinates":{"lat":"45.9327712","lng":"8.775452200000018"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/map-marker.png","size":"60x84"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/ratti-luino-s-r-l\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1468'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1461,"post_categories":"","coordinates":{"lat":"23.751165","lng":"90.3943792"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/de\/unternehmen\/vertriebsnetz\/south-west-asia-corporation\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1461'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1274,"post_categories":"","coordinates":{"lat":"-37.889484","lng":"145.158815"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-oceania.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/george-black-textile-products-vic-pty-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1274'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1273,"post_categories":"","coordinates":{"lat":"36.7563368","lng":"3.0551159000000325"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/aguzzi-s-n-c-rappresentanze\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1273'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1272,"post_categories":"","coordinates":{"lat":"30.105295","lng":"31.37832800000001"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-africa.png","size":"30x42"},"is_child":"no","media":{"format":"","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/the-central-agency\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1272'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1271,"post_categories":"","coordinates":{"lat":"35.7751609","lng":"51.425345900000025"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/tissatar-quality-textile-solutions\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1271'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1269,"post_categories":"","coordinates":{"lat":"41.3111312","lng":"69.25920889999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/bering-servis\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1269'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1268,"post_categories":"","coordinates":{"lat":"25.0386999","lng":"121.56294630000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/unimatech-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1268'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1267,"post_categories":"","coordinates":{"lat":"13.7102331","lng":"100.37631770000007"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/rivertex-intertrade-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1267'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1266,"post_categories":"","coordinates":{"lat":"37.5166014","lng":"126.8638714"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/sh-trading\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1266'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1265,"post_categories":"","coordinates":{"lat":"24.8775941","lng":"67.05223469999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/ahs-textile-machinery-company\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1265'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1264,"post_categories":"","coordinates":{"lat":"-6.1834508","lng":"106.82979039999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/pt-nutek-kawan-mas\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1264'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1263,"post_categories":"","coordinates":{"lat":"18.9352255","lng":"72.83981949999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/batliboi-machinerygroup\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1263'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1262,"post_categories":"","coordinates":{"lat":"19.1166191","lng":"72.93742270000007"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/bakhubai-ambalal-divn-sarabhai-machinery-pvt-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1262'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1261,"post_categories":"","coordinates":{"lat":"37.47444369999999","lng":"138.99903240000003"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/maruei-kiryoten-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1261'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1259,"post_categories":"","coordinates":{"lat":"22.323815","lng":"114.21047199999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/fantic-enterprises-hong-kong-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1259'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1258,"post_categories":"","coordinates":{"lat":"-12.116416","lng":"-76.9793679"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/texcom-sociedad-comercializadora-de-maquinas-textiles\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1258'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1257,"post_categories":"","coordinates":{"lat":"19.3768503","lng":"-99.15636369999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/samatex-representaciones-s-a\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1257'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1256,"post_categories":"","coordinates":{"lat":"13.708526","lng":"-89.22562219999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/lic-jose-mauricio-escobar-moran\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1256'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1255,"post_categories":"","coordinates":{"lat":"-0.2800581","lng":"-78.49442390000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/otto-seidlitz-representaciones-cia-ltda\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1255'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1254,"post_categories":"","coordinates":{"lat":"4.7388941","lng":"-74.084631"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/britex-sas\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1254'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1253,"post_categories":"","coordinates":{"lat":"-23.607829","lng":"-46.64070600000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/tabatex-ltda\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1253'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1252,"post_categories":"","coordinates":{"lat":"-34.588826","lng":"-58.405652"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/jose-caviglia\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1252'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1207,"post_categories":"","coordinates":{"lat":"23.751165","lng":"90.3943792"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/south-west-asia-corporation\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1207'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1197,"post_categories":"","coordinates":{"lat":"35.002688","lng":"-81.927749"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/symtech-inc\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1197'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1196,"post_categories":"","coordinates":{"lat":"55.755826","lng":"37.617299900000035"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/ratti-luino\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1196'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1195,"post_categories":"","coordinates":{"lat":"40.9791013","lng":"29.04509859999996"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/bozok-mumessillik-makina-kimya-sanayi-ve-ticaret-a-s\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1195'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1194,"post_categories":"","coordinates":{"lat":"37.96459","lng":"23.74359400000003"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/dimitri-d-grigoriadis-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1194'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1193,"post_categories":"","coordinates":{"lat":"44.5598946","lng":"4.75233019999996"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/arto-sarl\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1193'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1191,"post_categories":"","coordinates":{"lat":"41.792713","lng":"2.237160000000017"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/bastos-y-cia-s-a\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1191'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1189,"post_categories":"","coordinates":{"lat":"53.3250526","lng":"-2.24045000000001"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/robert-s-maynard-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1189'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1188,"post_categories":"","coordinates":{"lat":"48.2452359","lng":"16.353416700000025"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/bg-schneider-gmbh\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1188'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1187,"post_categories":"","coordinates":{"lat":"47.5282041","lng":"10.26405909999994"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/ites-gmbh\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1187'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1184,"post_categories":"","coordinates":{"lat":"45.9327712","lng":"8.775452200000018"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/map-marker.png","size":"60x84"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/es\/empresa\/red-de-ventas\/ratti-luino-s-r-l\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1184'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1112,"post_categories":"","coordinates":{"lat":"23.751165","lng":"90.3943792"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/south-west-asia-corporation\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1112'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1068,"post_categories":"","coordinates":{"lat":"45.9327712","lng":"8.775452200000018"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/map-marker.png","size":"60x84"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/ratti-luino-s-r-l\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1068'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":1062,"post_categories":"","coordinates":{"lat":"45.9327712","lng":"8.775452200000018"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/map-marker.png","size":"60x84"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/ratti-luino-s-r-l\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('1062'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":868,"post_categories":"","coordinates":{"lat":"-37.889484","lng":"145.158815"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-oceania.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/george-black-textile-products-vic-pty-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('868'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":867,"post_categories":"","coordinates":{"lat":"36.7563368","lng":"3.0551159000000325"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/aguzzi-s-n-c-rappresentanze\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('867'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":866,"post_categories":"","coordinates":{"lat":"30.105295","lng":"31.37832800000001"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-africa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/the-central-agency\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('866'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":865,"post_categories":"","coordinates":{"lat":"35.7751609","lng":"51.425345900000025"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/tissatar-quality-textile-solutions\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('865'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":863,"post_categories":"","coordinates":{"lat":"41.3111312","lng":"69.25920889999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/bering-servis\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('863'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":862,"post_categories":"","coordinates":{"lat":"25.0386999","lng":"121.56294630000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/unimatech-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('862'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":861,"post_categories":"","coordinates":{"lat":"13.7102331","lng":"100.37631770000007"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/rivertex-intertrade-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('861'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":860,"post_categories":"","coordinates":{"lat":"37.5166014","lng":"126.8638714"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/sh-trading\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('860'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":859,"post_categories":"","coordinates":{"lat":"24.8775941","lng":"67.05223469999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/ahs-textile-machinery-company\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('859'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":858,"post_categories":"","coordinates":{"lat":"-6.1834508","lng":"106.82979039999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/pt-nutek-kawan-mas\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('858'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":857,"post_categories":"","coordinates":{"lat":"18.9352255","lng":"72.83981949999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/batliboi-machinerygroup\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('857'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":856,"post_categories":"","coordinates":{"lat":"19.1166191","lng":"72.93742270000007"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/bakubhai-ambalal-divn-sarabhai-machinery-pvt-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('856'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":855,"post_categories":"","coordinates":{"lat":"37.47444369999999","lng":"138.99903240000003"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/maruei-kiryoten-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('855'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":852,"post_categories":"","coordinates":{"lat":"41.792713","lng":"2.237160000000017"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/bastos-y-cia-s-a\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('852'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":850,"post_categories":"","coordinates":{"lat":"53.3250526","lng":"-2.24045000000001"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/robert-s-maynard-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('850'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":849,"post_categories":"","coordinates":{"lat":"48.2452359","lng":"16.353416700000025"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/bg-schneider-gmbh\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('849'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":848,"post_categories":"","coordinates":{"lat":"47.5282041","lng":"10.26405909999994"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/ites-gmbh\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('848'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":847,"post_categories":"","coordinates":{"lat":"13.708526","lng":"-89.22562219999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/lic-jose-mauricio-escobar-moran\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('847'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":846,"post_categories":"","coordinates":{"lat":"22.323815","lng":"114.21047199999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/fantic-enterprises-hong-kong-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('846'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":845,"post_categories":"","coordinates":{"lat":"-12.116416","lng":"-76.9793679"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/texcom-sociedad-comercializadora-de-maquinas-textiles\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('845'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":844,"post_categories":"","coordinates":{"lat":"19.3768503","lng":"-99.15636369999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/samatex-representaciones-s-a\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('844'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":843,"post_categories":"","coordinates":{"lat":"-0.2800581","lng":"-78.49442390000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/otto-seidlitz-representaciones-cia-ltda\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('843'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":842,"post_categories":"","coordinates":{"lat":"4.7388941","lng":"-74.084631"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/britex-sas\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('842'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":841,"post_categories":"","coordinates":{"lat":"-23.607829","lng":"-46.64070600000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/tabatex-ltda\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('841'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":839,"post_categories":"","coordinates":{"lat":"35.002688","lng":"-81.927749"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/symtech-inc\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('839'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":838,"post_categories":"","coordinates":{"lat":"55.755826","lng":"37.617299900000035"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/ratti-luino\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('838'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":837,"post_categories":"","coordinates":{"lat":"40.9791013","lng":"29.04509859999996"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/bozok-mumessillik-makina-kimya-sanayi-ve-ticaret-a-s\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('837'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":836,"post_categories":"","coordinates":{"lat":"37.96459","lng":"23.74359400000003"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/en\/company\/sales-network\/dimitri-d-grigoriadis-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('836'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":384,"post_categories":"","coordinates":{"lat":"47.5282041","lng":"10.26405909999994"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/nexttextile-gmbh\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('384'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":383,"post_categories":"","coordinates":{"lat":"48.2452359","lng":"16.353416700000025"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bg-schneider-gmbh\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('383'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":382,"post_categories":"","coordinates":{"lat":"53.3250526","lng":"-2.24045000000001"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/robert-s-maynard-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('382'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":380,"post_categories":"","coordinates":{"lat":"41.792713","lng":"2.237160000000017"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bastos-y-cia-s\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('380'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":378,"post_categories":"","coordinates":{"lat":"44.5598946","lng":"4.75233019999996"},"icon":{"url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/cluster-map-medium.png","size":"75x75"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/arto-sarl\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('378'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":377,"post_categories":"","coordinates":{"lat":"37.96459","lng":"23.74359400000003"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/dimitri-d-grigoriadis-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('377'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":376,"post_categories":"","coordinates":{"lat":"40.9791013","lng":"29.04509859999996"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bozok-mumessillik-makina-kimya-sanayi-ve-ticaret-s\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('376'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":375,"post_categories":"","coordinates":{"lat":"55.755826","lng":"37.617299900000035"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/ratti-luino\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('375'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":374,"post_categories":"","coordinates":{"lat":"35.002688","lng":"-81.927749"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/symtech-inc\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('374'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":373,"post_categories":"","coordinates":{"lat":"-34.588826","lng":"-58.405652"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/jose-caviglia\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('373'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":372,"post_categories":"","coordinates":{"lat":"-23.607829","lng":"-46.64070600000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/tabatex-ltda\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('372'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":371,"post_categories":"","coordinates":{"lat":"4.7388941","lng":"-74.084631"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/britex-sas\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('371'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":370,"post_categories":"","coordinates":{"lat":"-0.2800581","lng":"-78.49442390000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/otto-seidlitz-representaciones-cia-ltda\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('370'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":369,"post_categories":"","coordinates":{"lat":"13.708526","lng":"-89.22562219999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/lic-jose-mauricio-escobar-moran\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('369'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":368,"post_categories":"","coordinates":{"lat":"19.3768503","lng":"-99.15636369999999"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/samatex-representaciones-s\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('368'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":367,"post_categories":"","coordinates":{"lat":"-12.116416","lng":"-76.9793679"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-america.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/texcom-sociedad-comercializadora-de-maquinas-textiles\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('367'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":366,"post_categories":"","coordinates":{"lat":"22.323815","lng":"114.21047199999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/fantic-enterprises-hong-kong-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('366'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":364,"post_categories":"","coordinates":{"lat":"37.47444369999999","lng":"138.99903240000003"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/maruei-kiryoten-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('364'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":363,"post_categories":"","coordinates":{"lat":"19.1166191","lng":"72.93742270000007"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bakubhai-ambalal-divn-sarabhai-machinery-pvt-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('363'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":362,"post_categories":"","coordinates":{"lat":"18.9352255","lng":"72.83981949999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/batliboi-machinerygroup\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('362'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":361,"post_categories":"","coordinates":{"lat":"-6.1834508","lng":"106.82979039999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/pt-nutek-kawan-mas\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('361'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":359,"post_categories":"","coordinates":{"lat":"37.5166014","lng":"126.8638714"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/sh-trading\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('359'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":358,"post_categories":"","coordinates":{"lat":"13.7102331","lng":"100.37631770000007"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/rivertex-intertrade-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('358'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":357,"post_categories":"","coordinates":{"lat":"25.0386999","lng":"121.56294630000002"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/unimatech-co-ltd\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('357'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":356,"post_categories":"","coordinates":{"lat":"41.3111312","lng":"69.25920889999998"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bering-servis\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('356'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":352,"post_categories":"","coordinates":{"lat":"35.7751609","lng":"51.425345900000025"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-asia.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/tissatar-quality-textile-solutions\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('352'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":350,"post_categories":"","coordinates":{"lat":"30.105295","lng":"31.37832800000001"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-africa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/the-central-agency\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('350'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":349,"post_categories":"","coordinates":{"lat":"36.7563368","lng":"3.0551159000000325"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-europa.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/aguzzi-s-n-c-rappresentanze\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('349'); 								
																
									/**
									 * Create the pin object.
									 * Validate latLng | @since 3.6 */
															 
									var marker_object = cspm_new_pin_object_beta(map_id, {"post_id":345,"post_categories":"","coordinates":{"lat":"-37.889484","lng":"145.158815"},"icon":{"url":"http:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/10\/marker-map-oceania.png","size":"30x42"},"is_child":"no","media":{"format":"standard","gallery":[],"image":[],"audio":"","embed":{"title":"","type":"","thumb":"","provider":"","html":""},"link":"https:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/test\/"}});
									if(marker_object) 
										json_markers_data.push(marker_object);
									else false_latLngs.push('345'); 								
									
					var infobox_div = $('div.cspm_infobox_container[data-map-id='+map_id+']');			
					var show_infobox = 'true';
					var infobox_type = 'cspm_type4';
					var infobox_display_event = 'onclick';
					var useragent = navigator.userAgent;
					var infobox_loaded = false;
					var clustering_method = false;
					var remove_infobox_on_mouseout = 'false';
											
					/**
					 * [@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 = [];
					
										
					/**
					 * Warn about available images with wrong Lat,Lng coordinates
					 * @since 3.6 */
												 					
					if(cspm_object_size(false_ground_overlays) > 0){
																			
						var title = 'Incorrect "North-East(NE)" and/or "South-West(SW)" coordinates!<br><br>';
						var message = 'Edit your map. Click on the menu <strong>"Overlays settings"</strong>, edit the image(s) <strong>"'+false_ground_overlays.join('", "')+'"</strong> and ...<br>';
							message += '<strong>1.</strong> Make sure the "NE/SW" coordinates are comma separated.<br>';
							message += '<strong>2.</strong> Make sure the "NE/SW" latitude coordinate ranges between -90 and 90 degrees.<br>';
							message += '<strong>3.</strong> Make sure the "NE/SW" longitude coordinate ranges between -180 and 180 degrees.<br>';
							message += '<strong>4.</strong> Make sure the "NE/SW" latitude coordinate is written first, followed by the Longitude.<br>';
							message += '<strong>5.</strong> Make sure to replace the comma in the "NE/SW" Latitude and/or the Longitude by a dot.';
						
						cspm_popup_msg(map_id, 'fatal_error', title, message);
					
					}

					/**
					 * 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){
												
												/**
												 * Warn about available posts with wrong Lat,Lng coordinates
												 * @since 3.6 */
												 
												if(cspm_object_size(false_latLngs) > 0){
			
													var title = 'Incorrect coordinates!<br /><br />';
													var message = 'Edit the post(s) width the ID(s) <strong>"'+false_latLngs.join('", "')+'"</strong> and ...<br />';
														message += '<strong>1.</strong> Make sure the Laitude & Longitude are comma separated.<br />';
														message += '<strong>2.</strong> Make sure the Latitude ranges between -90 and 90 degrees.<br />';
														message += '<strong>3.</strong> Make sure the Longitude ranges between -180 and 180 degrees.<br />';
														message += '<strong>4.</strong> Make sure the Latitude coordinate is written first, followed by the Longitude.<br />';
														message += '<strong>5.</strong> Make sure to replace the comma in the Latitude and/or the Longitude by a dot.';
													cspm_popup_msg(map_id, 'fatal_error', title, message);
		
												}
												
																								
												/**
												 * [@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();											
														
															/**
															 * Create carousel items */
															 
															carousel_output.push('<li id="'+map_id+'_list_items_'+post_id+'" class="'+post_id+' carousel_item_'+(i+1)+'_'+map_id+' cspm_border_radius cspm_border_shadow" data-map-id="'+map_id+'" data-is-child="'+is_child+'" name="'+lat+'_'+lng+'" value="'+(i+1)+'" data-post-id="'+post_id+'" style="width:'+item_width+'px; height:'+item_height+'px; background-color:'+items_background+'; '+item_css+'">');
																carousel_output.push('<div class="cspm_spinner"></div>');							
															carousel_output.push('</li>');
															
															if(i == markers.length-1)
																$('ul#codespacing_progress_map_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(show_infobox == 'true' && infobox_display_event == 'onhover')
														infobox_xhr = cspm_draw_single_infobox(plugin_map, map_id, infobox_div, infobox_type, marker, infobox_xhr, 'yes');
													
																										
														/**
														 * 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[id='+map_id+'_list_items_'+post_id+'][data-is-child="'+is_child+'"]').attr('value');	
															
															cspm_call_carousel_item($('ul#codespacing_progress_map_carousel_'+map_id).data('jcarousel'), i);
															cspm_carousel_item_hover_style('li.carousel_item_'+i+'_'+map_id, map_id);
														
														}
													
																										
												},	
												mouseout: function(marker, event, elements){
													
													/**
													 * 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);
													
													/**
													 * Hide the infobox */
													 
													if(show_infobox == 'true' && (infobox_display_event == 'onhover' || infobox_display_event == 'onclick') && remove_infobox_on_mouseout == 'true'){
														
														infobox_div.addClass('cspm_animated fadeOutUp');					
														infobox_div.hide().removeClass('cspm_animated fadeOutUp');
														
													}
													
												},
												click: function(marker, event, elements){

													var latLng = marker.position;											
 
													/**
													 * Center the map on that marker */
													
													map.panTo(latLng);
													
													if(show_infobox == 'true')
														cspm_pan_map_to_fit_infobox(plugin_map, map_id, infobox_div);													
															
													/**
													 * Display the single infobox */
													 
													if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event == 'onclick'){
														setTimeout(function(){																		
															infobox_xhr = cspm_draw_single_infobox(plugin_map, map_id, infobox_div, infobox_type, marker, infobox_xhr, 'yes');
														}, 400);
													}
													
																			
													
														/**
														 * 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[id='+map_id+'_list_items_'+post_id+'][data-is-child="'+is_child+'"]').attr('value');
														
															cspm_call_carousel_item($('ul#codespacing_progress_map_carousel_'+map_id).data('jcarousel'), i);
															cspm_carousel_item_hover_style('li.carousel_item_'+i+'_'+map_id, map_id);
														
														}
													
																										
																										
																						
													
													/**
													 * Open the post/location media modal
													 * @since 3.5 */

													if(typeof marker.media !== 'undefined' && marker.media.format != 'standard' && marker.media.format != '')
														cspm_open_media_modal(marker.media, map_id);

												}
											}
										},
						 
											
										
									});									
									
																			clustering_method = true;
										var clusterer = cspm_clustering(plugin_map, map_id, light_map);										$('div.codespacing_map_zoom_in_'+map_id+', div.codespacing_map_zoom_out_'+map_id).show(); 								 
																		
																		
																	 
																			$('div.cspm_recenter_map_container[data-map-id='+map_id+']').show();									
																		
																		
									/**
									 * Draw infoboxes (onload event) */
									 
									if(json_markers_data.length > 0 && clustering_method == true && show_infobox == 'true' && infobox_display_event == 'onload'){			
										
										google.maps.event.addListenerOnce(clusterer, 'clusteringend', function(cluster) {																	
											setTimeout(function(){
												cspm_draw_multiple_infoboxes(plugin_map, map_id, '<div class="cspm_infobox_container cspm_border_shadow cspm_infobox_multiple cspm_infobox_map213 cspm_type4" style="width:250px; height:50px" data-map-id="map213" data-move-carousel="true" data-infobox-link-target="new_window"><div class="blue_cloud"></div><div class="cspm_arrow_down cspm_type4"></div></div>', infobox_type, 'yes');
												infobox_loaded = true;
											}, 1000);																
										});	
										
									}else if(json_markers_data.length > 0 && clustering_method == false && show_infobox == 'true' && infobox_display_event == 'onload'){
										
										setTimeout(function(){
											cspm_draw_multiple_infoboxes(plugin_map, map_id, '<div class="cspm_infobox_container cspm_border_shadow cspm_infobox_multiple cspm_infobox_map213 cspm_type4" style="width:250px; height:50px" data-map-id="map213" data-move-carousel="true" data-infobox-link-target="new_window"><div class="blue_cloud"></div><div class="cspm_arrow_down cspm_type4"></div></div>', infobox_type, 'yes');
											infobox_loaded = true;
										}, 1000);
										
									}else if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event != 'onload'){
										
										infobox_loaded = true;
											
									}

																		
									/**
									 * End the Progress Bar Loader */
									 	
									if(typeof NProgress !== 'undefined')
										NProgress.done();
									
								}
								
							},
							events:{
								click: function(){
									/**
									 * Remove single infobox on map click (onclick, onhover events) */
									 
									if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event != 'onload'){										
										infobox_div.hide();
										infobox_div.one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function(){
											infobox_div.hide().removeClass('cspm_animated fadeOutUp');
										});
									}
								},
								idle: function(){	
									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, '<div class="cspm_infobox_container cspm_border_shadow cspm_infobox_multiple cspm_infobox_map213 cspm_type4" style="width:250px; height:50px" data-map-id="map213" data-move-carousel="true" data-infobox-link-target="new_window"><div class="blue_cloud"></div><div class="cspm_arrow_down cspm_type4"></div></div>', infobox_type, 'yes');
											}
										}, 200);
									}
								},				
								bounds_changed: function(){
									if(json_markers_data.length > 0){
										if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event != 'onload'){
											cspm_set_single_infobox_position(plugin_map, infobox_div);
										}else $('div.cspm_infobox_container[data-map-id='+map_id+']').hide();
									}
									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);
								},
								drag: function(){
									if(json_markers_data.length > 0){
										if(show_infobox == 'true' && infobox_display_event != 'onload'){
											cspm_set_single_infobox_position(plugin_map, infobox_div);
										}else $('div.cspm_infobox_container[data-map-id='+map_id+']').hide();
									}
								},
								center_changed: function(){}
							}
						},					
												
																		
												
												
													
												
												 
						 
														
							styledmaptype:{
								id: "custom_style",
								options:{
									name: "Custom style",
									alt: "Show Custom style"
								},
								styles: [
    {
        "featureType": "landscape.natural",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "visibility": "on"
            },
            {
                "color": "#e0efef"
            }
        ]
    },
    {
        "featureType": "poi",
        "elementType": "geometry.fill",
        "stylers": [
            {
                "visibility": "on"
            },
            {
                "hue": "#1900ff"
            },
            {
                "color": "#c0e8e8"
            }
        ]
    },
    {
        "featureType": "road",
        "elementType": "geometry",
        "stylers": [
            {
                "lightness": 100
            },
            {
                "visibility": "simplified"
            }
        ]
    },
    {
        "featureType": "road",
        "elementType": "labels",
        "stylers": [
            {
                "visibility": "off"
            }
        ]
    },
    {
        "featureType": "transit.line",
        "elementType": "geometry",
        "stylers": [
            {
                "visibility": "on"
            },
            {
                "lightness": 700
            }
        ]
    },
    {
        "featureType": "water",
        "elementType": "all",
        "stylers": [
            {
                "color": "#7dcdcd"
            }
        ]
    }
]							},
							
												 						
					});		
					
					var mapObject = plugin_map.gmap3('get');
					
					/** 
					 * Rotating 45° imagery support
					 * @since 3.3 */
					 
					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.codespacing_map_zoom_in_'+map_id+', div.codespacing_map_zoom_out_'+map_id).hide();
																 
																 
																 
																
								$('div.cspm_infobox_container[data-map-id='+map_id+']').hide();
								 
																
																 
																	$('div.cspm_recenter_map_container[data-map-id='+map_id+']').hide();
																
																	
																									
									
																 
							}else{
								 
																	$('div.codespacing_map_zoom_in_'+map_id+', div.codespacing_map_zoom_out_'+map_id).show();
																 
																 
																 
																 
																
																 
																	$('div.cspm_recenter_map_container[data-map-id='+map_id+']').show();
																
																	
																									
									
																 
								if(json_markers_data.length > 0 && infobox_loaded){
									setTimeout(function(){
										if(show_infobox == 'true' && infobox_display_event == 'onload'){								
											cspm_draw_multiple_infoboxes(plugin_map, map_id, '<div class="cspm_infobox_container cspm_border_shadow cspm_infobox_multiple cspm_infobox_map213 cspm_type4" style="width:250px; height:50px" data-map-id="map213" data-move-carousel="true" data-infobox-link-target="new_window"><div class="blue_cloud"></div><div class="cspm_arrow_down cspm_type4"></div></div>', infobox_type, 'yes');
										}
									}, 200);
								}
							}
								
						});
						
					}
					 		
										
															
						/**
						 * Call zoom-in function */
						 
						cspm_zoom_in('map213', $('div.codespacing_map_zoom_in_'+map_id), plugin_map);
					
						/**
						 * Call zoom-out function */
						 
						cspm_zoom_out('map213', $('div.codespacing_map_zoom_out_'+map_id), plugin_map); 					
											
						cspm_fitIn_map(map_id);
						$(window).resize(function(){ cspm_fitIn_map(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('45.932539', ' 8.774460');							
								
									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, 'map213', 45.932539,  8.774460, 'resize');
								_CSPM_MAP_RESIZED[map_id]++;
							}
							cspm_zoom_in_and_out(plugin_map);
						});

										 
					
					_CSPM_DONE[map_id] = true;
	
				});
			
			</script> 
			
			<br />
<b>Warning</b>:  Trying to access array offset on null in <b>/www/wwwroot/rattiluino.com/wp-content/plugins/codespacing-progress-map/shortcodes/cspm-main-map.php</b> on line <b>1443</b><br />
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /www/wwwroot/rattiluino.com/wp-content/plugins/codespacing-progress-map/shortcodes/cspm-main-map.php:3019) in <b>/www/wwwroot/rattiluino.com/wp-includes/rest-api/class-wp-rest-server.php</b> on line <b>1893</b><br />
<br />
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /www/wwwroot/rattiluino.com/wp-content/plugins/codespacing-progress-map/shortcodes/cspm-main-map.php:3019) in <b>/www/wwwroot/rattiluino.com/wp-includes/rest-api/class-wp-rest-server.php</b> on line <b>1893</b><br />
{"id":2090,"date":"2018-07-19T16:30:53","date_gmt":"2018-07-19T14:30:53","guid":{"rendered":"http:\/\/www.rattiluino.com\/enterprise\/reseau-de-vente\/"},"modified":"2025-02-24T13:20:32","modified_gmt":"2025-02-24T12:20:32","slug":"reseau-de-vente","status":"publish","type":"page","link":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/","title":{"rendered":"R\u00e9seau de vente"},"content":{"rendered":"<p><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_2 1_2 fusion-one-half fusion-column-first\" style=\"--awb-bg-size:cover;width:50%;width:calc(50% - ( ( 4% ) * 0.5 ) );margin-right: 4%;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_2 1_2 fusion-one-half fusion-column-last\" style=\"--awb-bg-size:cover;width:50%;width:calc(50% - ( ( 4% ) * 0.5 ) );\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-title title fusion-title-1 fusion-title-text fusion-title-size-two\"><h2 class=\"fusion-title-heading title-heading-left\" style=\"margin:0;\">Ratti Luino dans le monde<\/h2><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container\"><div class=\"title-sep sep-double sep-solid\" style=\"border-color:#9cb6c3;\"><\/div><\/div><\/div><div class=\"fusion-text fusion-text-1\"><p>Le r\u00e9seau de vente international Ratti Luino est pr\u00e9sent sur tous les continents: Europe, Asie, Am\u00e9rique, Moyen-Orient, Afrique et Oc\u00e9anie.<\/p>\n<\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-2 hundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-padding-top:0px;--awb-padding-right:0px;--awb-padding-bottom:0px;--awb-padding-left:0px;--awb-margin-top:0px;--awb-margin-bottom:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-2 fusion_builder_column_1_1 1_1 fusion-one-full fusion-column-first fusion-column-last rete-di-vendita-map\" style=\"--awb-bg-size:cover;--awb-margin-bottom:0px;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-text fusion-text-2\"><pre><div class=\"codespacing_progress_map_area\" data-map-id=\"map213\" data-show-infobox=\"true\" data-infobox-display-event=\"onclick\"  style=\"width:100%;\"><input type=\"hidden\" name=\"cspm_map_page_id_map213\" id=\"cspm_map_page_id_map213\" value=\"2090\" \/><div class=\"cspm_map_red_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map213\"><\/div><div class=\"cspm_map_green_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map213\"><\/div><div class=\"cspm_map_orange_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map213\"><\/div><div class=\"cspm_map_blue_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map213\"><\/div><div class=\"cspm_map_help_msg_widget cspm_border_shadow cspm_border_radius\" data-map-id=\"map213\"><\/div><div id=\"pulsating_holder\" class=\"map213_pulsating\"><div class=\"dot\"><\/div><\/div><div class=\"cspm_infobox_container cspm_border_shadow cspm_infobox_single cspm_infobox_map213 cspm_type4\" style=\"width:250px; height:50px\" data-map-id=\"map213\" data-move-carousel=\"true\" data-infobox-link-target=\"new_window\"><div class=\"blue_cloud\"><\/div><div class=\"cspm_arrow_down cspm_type4\"><\/div><\/div><div class=\"codespacing_zoom_container\"><div class=\"codespacing_map_zoom_in_map213 cspm_zoom_in_control cspm_border_shadow cspm_border_top_radius\" title=\"Zoom in\"><img decoding=\"async\" src=\"http:\/\/www.rattiluino.com\/wp-content\/plugins\/codespacing-progress-map\/img\/addition-sign.png\" \/><\/div><div class=\"codespacing_map_zoom_out_map213 cspm_zoom_out_control cspm_border_shadow cspm_border_bottom_radius\" title=\"Zoom out\"><img decoding=\"async\" src=\"http:\/\/www.rattiluino.com\/wp-content\/plugins\/codespacing-progress-map\/img\/minus-sign.png\" \/><\/div><\/div><div class=\"cluster_posts_widget_map213 cspm_border_shadow cspm_border_radius\"><div class=\"blue_cloud\"><\/div><\/div><div class=\"cspm_recenter_map_container\" data-map-id=\"map213\" style=\"top:115px\"><div class=\"cspm_recenter_map_btn_map213 cspm_border_shadow cspm_border_radius\" data-map-id=\"map213\" title=\"Recenter the map\"><img decoding=\"async\" src=\"https:\/\/www.rattiluino.com\/wp-content\/plugins\/codespacing-progress-map\/img\/recenter.png\" \/><\/div><\/div><div id=\"codespacing_progress_map_div_map213\" class=\"gmap3\" style=\"width:100%; height:100%\"><\/div><\/div><\/pre>\n<\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-3 nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-margin-top:40px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-3 fusion_builder_column_1_3 1_3 fusion-one-third fusion-column-first\" style=\"--awb-bg-size:cover;width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );margin-right: 4%;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-title title fusion-title-2 fusion-title-text fusion-title-size-two\"><h2 class=\"fusion-title-heading title-heading-left\" style=\"margin:0;\">Afrique<\/h2><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container\"><div class=\"title-sep sep-double sep-solid\" style=\"border-color:#9cb6c3;\"><\/div><\/div><\/div><div class=\"fusion-text fusion-text-3\"><p><strong>Alg\u00e9rie:\u00a0\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/aguzzi-s-n-c-rappresentanze\/\">AGUZZI S.N.C. RAPPRESENTANZE<\/a><strong><br \/>\nEgypte:\u00a0<\/strong>\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/the-central-agency\/\">THE CENTRAL AGENCY<\/a><strong><br \/>\nMaroc:\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/aguzzi-s-n-c-rappresentanze\/\">AGUZZI S.N.C. RAPPRESENTANZE<\/a><strong><br \/>\nTunisie:<\/strong>\u00a0\u00a0<strong>\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/aguzzi-s-n-c-rappresentanze\/\">AGUZZI S.N.C. RAPPRESENTANZE<\/a><strong><br \/>\n<\/strong><\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#e0dede;border-top-width:1px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-text fusion-text-4\"><p>Pour les pays non list\u00e9s, contactez info@rattiluino.com<\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#e0dede;border-top-width:1px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-4 fusion_builder_column_1_3 1_3 fusion-one-third\" style=\"--awb-bg-size:cover;width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );margin-right: 4%;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-title title fusion-title-3 fusion-title-text fusion-title-size-two\"><h2 class=\"fusion-title-heading title-heading-left\" style=\"margin:0;\">Am\u00e9rique<\/h2><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container\"><div class=\"title-sep sep-double sep-solid\" style=\"border-color:#9cb6c3;\"><\/div><\/div><\/div><div class=\"fusion-text fusion-text-5\" style=\"--awb-text-transform:none;\"><p><strong>Argentine:\u00a0\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/indelos-s-a\/\">INDELOS S.A.<\/a><strong><br \/>\nBolivie:\u00a0<\/strong>\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/otto-seidlitz-representaciones-cia-ltda\/\">OTTO SEIDLITZ REPRESENTACIONES CIA LTDA.<\/a><strong><br \/>\nBr\u00e9sil:<\/strong>\u00a0\u00a0<a href=\"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/tabatex-ltda\/\">TABATEX<\/a><strong><br \/>\nCanada:\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/symtech-inc\/\">SYMTECH, Inc.<\/a><strong><br \/>\nColombie:\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/britex-sas\/\">MAQUINARIA Y REPUESTOS BRITEX SAS<\/a><strong><br \/>\n\u00c9quateur:\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/otto-seidlitz-representaciones-cia-ltda\/\">OTTO SEIDLITZ REPRESENTACIONES CIA LTDA.<\/a><strong><br \/>\nEl Salvador:\u00a0\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/lic-jose-mauricio-escobar-moran\/\">LIC. JOSE MAURICIO ESCOBAR MORAN<\/a><strong><br \/>\nGuatemala:\u00a0\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/lic-jose-mauricio-escobar-moran\/\">LIC. JOSE MAURICIO ESCOBAR MORAN<\/a><strong><br \/>\nMexique:\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/samatex-representaciones-s\/\">SAMATEX REPRESENTACIONES S.A.<\/a><strong><br \/>\nP\u00e9rou:\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/texcom-sociedad-comercializadora-de-maquinas-textiles\/\">TEXCOM \u2013 Sociedad Comercializadora de M\u00e0quinas Textiles<\/a><strong><br \/>\n\u00c9tats-Unis<\/strong>:\u00a0\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/symtech-inc\/\">SYMTECH, Inc.<\/a><\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#e0dede;border-top-width:1px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-text fusion-text-6\"><p>Pour les pays non list\u00e9s, contactez info@rattiluino.com<\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#e0dede;border-top-width:1px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-5 fusion_builder_column_1_3 1_3 fusion-one-third fusion-column-last\" style=\"--awb-bg-size:cover;width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-title title fusion-title-4 fusion-title-text fusion-title-size-two\"><h2 class=\"fusion-title-heading title-heading-left\" style=\"margin:0;\">Asie<\/h2><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container\"><div class=\"title-sep sep-double sep-solid\" style=\"border-color:#9cb6c3;\"><\/div><\/div><\/div><div class=\"fusion-text fusion-text-7\"><p><strong>Bangladesh: <\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/south-west-asia-corporation\/\">SOUTH WEST ASIA CORPORATION<\/a><strong><br \/>\nChine:\u00a0<\/strong>\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/fantic-enterprises-hong-kong-ltd\/\">SENTIMANN (Shanghai) Co., Ltd<\/a><strong><br \/>\nJapon:<\/strong>\u00a0\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/maruei-kiryoten-co-ltd\/\">MARUEI KIRYOTEN CO., LTD<\/a><strong><br \/>\nInde:<\/strong>\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bakhubai-ambalal-divn-sarabhai-machinery-pvt-ltd\/\">BAKHUBAI<\/a><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bakhubai-ambalal-divn-sarabhai-machinery-pvt-ltd\/\"> AMB<\/a><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bakhubai-ambalal-divn-sarabhai-machinery-pvt-ltd\/\">ALAL<\/a><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bakhubai-ambalal-divn-sarabhai-machinery-pvt-ltd\/\"> DIVN.<\/a><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bakhubai-ambalal-divn-sarabhai-machinery-pvt-ltd\/\"> SA<\/a><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bakhubai-ambalal-divn-sarabhai-machinery-pvt-ltd\/\">RABHAI<\/a><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bakhubai-ambalal-divn-sarabhai-machinery-pvt-ltd\/\"> MA<\/a><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bakhubai-ambalal-divn-sarabhai-machinery-pvt-ltd\/\">CHINERY<\/a><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bakhubai-ambalal-divn-sarabhai-machinery-pvt-ltd\/\"> PVT LTD<\/a>\u00a0|\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/batliboi-machinerygroup\/\">BATLIBOI MACHINERYGROUP<\/a><strong><br \/>\nIndon\u00e9sie:\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/pt-nutek-kawan-mas\/\">PT. NUTEK Kawan Mas<\/a><strong><br \/>\nPakistan:\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/ahs-textile-machinery-company\/\">AHS TEXTILE MACHINERY COMPANY<\/a><strong><br \/>\nSri Lanka:\u00a0<\/strong><a href=\"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/makviz-international-pvt-ltd\/\">MAKVIZ INTERNATIONAL PVT LTD<\/a><strong><br \/>\nCor\u00e9e du Sud:<\/strong>\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/sh-trading\/\">SH<\/a><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/sh-trading\/\"> TRADING<\/a><strong><br \/>\nTha\u00eflande:\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/rivertex-intertrade-co-ltd\/\">RIVERTEX INTERTRADE Co., Ltd.\u00a0|\u00a0<\/a><a href=\"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/dmx-co-ltd\/\">DMX Co., Ltd<\/a><strong><br \/>\nTa\u00efwan<\/strong>:\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/unimatech-co-ltd\/\">UNIMATECH &amp; Co., Ltd.<\/a><br \/>\n<strong>Ouzb\u00e9kistan<\/strong>:\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bering-servis\/\">BERING SERVIS<\/a><\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#e0dede;border-top-width:1px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-text fusion-text-8\"><p>Pour les pays non list\u00e9s, contactez info@rattiluino.com<\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#e0dede;border-top-width:1px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-6 fusion_builder_column_1_3 1_3 fusion-one-third fusion-column-first\" style=\"--awb-bg-size:cover;width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );margin-right: 4%;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-title title fusion-title-5 fusion-title-text fusion-title-size-two\"><h2 class=\"fusion-title-heading title-heading-left\" style=\"margin:0;\">Europe<\/h2><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container\"><div class=\"title-sep sep-double sep-solid\" style=\"border-color:#9cb6c3;\"><\/div><\/div><\/div><div class=\"fusion-text fusion-text-9\" style=\"--awb-text-transform:none;\"><p><strong>Autriche<\/strong>:\u00a0\u00a0<a href=\"http:\/\/www.rattiluino.com\/de\/firma\/vertriebsnetz\/ites-gmbh\/\">NEXT TEXTILE GmbH<\/a><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/ites-gmbh\/\"><br \/>\n<\/a><strong>Belgique<\/strong>:\u00a0\u00a0<a href=\"http:\/\/www.rattiluino.com\/de\/firma\/vertriebsnetz\/ites-gmbh\/\">NEXT TEXTILE GmbH<\/a><br \/>\n<strong>France<\/strong>:\u00a0<a href=\"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/arto-sarl\/\">ARTO SARL<\/a><br \/>\n<strong>Allemagne<\/strong>:\u00a0<a href=\"http:\/\/www.rattiluino.com\/de\/firma\/vertriebsnetz\/ites-gmbh\/\">NEXT TEXTILE GmbH<\/a><br \/>\n<strong>Gr\u00e8ce<\/strong>:\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/dimitri-d-grigoriadis-ltd\/\">DIMITRI D. GRIGORIADIS LTD<\/a><br \/>\n<strong>Irlande<\/strong>:\u00a0\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/robert-s-maynard-ltd\/\">ROBERT S MAYNARD, Ltd.<\/a><br \/>\n<strong>Italie<\/strong>:\u00a0<a href=\"http:\/\/www.rattiluino.com\/\">RATTI LUINO S.r.l.<\/a><br \/>\n<strong>Luxembourg<\/strong>:\u00a0\u00a0<a href=\"http:\/\/www.rattiluino.com\/de\/firma\/vertriebsnetz\/ites-gmbh\/\">NEXT TEXTILE GmbH<\/a><br \/>\n<strong>Pays-Bas<\/strong>:\u00a0\u00a0<a href=\"http:\/\/www.rattiluino.com\/de\/firma\/vertriebsnetz\/ites-gmbh\/\">NEXT TEXTILE GmbH<\/a><br \/>\n<strong>Portugal<\/strong>:\u00a0<a href=\"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/maquefil\/\">MAQUEFIL<\/a><br \/>\n<strong>R\u00e9publique tch\u00e8que<\/strong>:\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bg-schneider-gmbh\/\">B+G SCHNEIDER GmbH<\/a><br \/>\n<strong>Russie<\/strong>:\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/ratti-luino\/\">Ratti Luino<\/a><br \/>\n<strong>Slovaquie<\/strong>:\u00a0\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bg-schneider-gmbh\/\">B+G SCHNEIDER GmbH<\/a><br \/>\n<strong>Espagne<\/strong>:\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bastos-y-cia-s\/\">BASTOS y Cia. S.A.<\/a><br \/>\n<strong>Suisse<\/strong>:\u00a0\u00a0<a href=\"http:\/\/www.rattiluino.com\/de\/firma\/vertriebsnetz\/ites-gmbh\/\">NEXT TEXTILE GmbH<\/a><br \/>\n<strong>Turquie<\/strong>:\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bozok-mumessillik-makina-kimya-sanayi-ve-ticaret-s\/\">BOZOK MUMESSILLIK MAKINA KIMYA\u00a0SANAYI VE TICARET A.S.<\/a><br \/>\n<strong>Royaume-Uni<\/strong>:\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/robert-s-maynard-ltd\/\">ROBERT S MAYNARD, Ltd.<\/a><br \/>\n<strong>Hongrie<\/strong>:\u00a0\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/bg-schneider-gmbh\/\">B+G SCHNEIDER GmbH<\/a><br \/>\n<strong>Pologne<\/strong>:\u00a0<a href=\"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/drotex-sp-zoo\/\">DROTEX SRP ZOO<\/a><\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#e0dede;border-top-width:1px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-text fusion-text-10\"><p>Pour les pays non list\u00e9s, contactez info@rattiluino.com<\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#e0dede;border-top-width:1px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-7 fusion_builder_column_1_3 1_3 fusion-one-third\" style=\"--awb-bg-size:cover;width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );margin-right: 4%;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-title title fusion-title-6 fusion-title-text fusion-title-size-two\"><h2 class=\"fusion-title-heading title-heading-left\" style=\"margin:0;\">Moyen-Orient<\/h2><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container\"><div class=\"title-sep sep-double sep-solid\" style=\"border-color:#9cb6c3;\"><\/div><\/div><\/div><div class=\"fusion-text fusion-text-11\"><p><strong>Iran:\u00a0<\/strong>\u00a0<a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/tissatar-quality-textile-solutions\/\">TISSATAR (Quality Textile Solutions)<\/a><\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#e0dede;border-top-width:1px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-text fusion-text-12\"><p>Pour les pays non list\u00e9s, contactez info@rattiluino.com<\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#e0dede;border-top-width:1px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-8 fusion_builder_column_1_3 1_3 fusion-one-third fusion-column-last\" style=\"--awb-bg-size:cover;width:33.333333333333%;width:calc(33.333333333333% - ( ( 4% + 4% ) * 0.33333333333333 ) );\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-title title fusion-title-7 fusion-title-text fusion-title-size-two\"><h2 class=\"fusion-title-heading title-heading-left\" style=\"margin:0;\">Oc\u00e9anie<\/h2><span class=\"awb-title-spacer\"><\/span><div class=\"title-sep-container\"><div class=\"title-sep sep-double sep-solid\" style=\"border-color:#9cb6c3;\"><\/div><\/div><\/div><div class=\"fusion-text fusion-text-13\"><p><strong>Australie:\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/test\/\">GEORGE BLACK TEXTILE PRODUCTS (Vic) Pty Ltd<\/a><strong><br \/>\nNouvelle-Z\u00e9lande:\u00a0<\/strong><a href=\"http:\/\/www.rattiluino.com\/azienda\/rete-di-vendita\/test\/\">GEORGE BLACK TEXTILE PRODUCTS (Vic) Pty Ltd<\/a><\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#e0dede;border-top-width:1px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-text fusion-text-14\"><p>Pour les pays non list\u00e9s, contactez info@rattiluino.com<\/p>\n<\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-separator fusion-full-width-sep\" style=\"margin-left: auto;margin-right: auto;width:100%;\"><div class=\"fusion-separator-border sep-single sep-solid\" style=\"--awb-height:20px;--awb-amount:20px;border-color:#e0dede;border-top-width:1px;\"><\/div><\/div><div class=\"fusion-sep-clear\"><\/div><div class=\"fusion-clearfix\"><\/div><\/div><\/div><\/div><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":2070,"menu_order":4,"comment_status":"closed","ping_status":"open","template":"100-width.php","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"class_list":["post-2090","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>R\u00e9seau de vente - Ratti Luino S.R.L.<\/title>\n<meta name=\"description\" content=\"Le r\u00e9seau de vente international Ratti Luino est pr\u00e9sent sur tous les continents: Europe, Asie, Am\u00e9rique, Moyen-Orient, Afrique et Oc\u00e9anie.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\u00e9seau de vente - Ratti Luino S.R.L.\" \/>\n<meta property=\"og:description\" content=\"Le r\u00e9seau de vente international Ratti Luino est pr\u00e9sent sur tous les continents: Europe, Asie, Am\u00e9rique, Moyen-Orient, Afrique et Oc\u00e9anie.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/\" \/>\n<meta property=\"og:site_name\" content=\"Ratti Luino S.R.L.\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-24T12:20:32+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/\",\"url\":\"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/\",\"name\":\"R\u00e9seau de vente - Ratti Luino S.R.L.\",\"isPartOf\":{\"@id\":\"https:\/\/www.rattiluino.com\/#website\"},\"datePublished\":\"2018-07-19T14:30:53+00:00\",\"dateModified\":\"2025-02-24T12:20:32+00:00\",\"description\":\"Le r\u00e9seau de vente international Ratti Luino est pr\u00e9sent sur tous les continents: Europe, Asie, Am\u00e9rique, Moyen-Orient, Afrique et Oc\u00e9anie.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.rattiluino.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Enterprise\",\"item\":\"https:\/\/www.rattiluino.com\/fr\/enterprise\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"R\u00e9seau de vente\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.rattiluino.com\/#website\",\"url\":\"https:\/\/www.rattiluino.com\/\",\"name\":\"Ratti Luino S.R.L.\",\"description\":\"Leaders in twisting technology since 1869\",\"publisher\":{\"@id\":\"https:\/\/www.rattiluino.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.rattiluino.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.rattiluino.com\/#organization\",\"name\":\"Ratti Luino S.R.L.\",\"url\":\"https:\/\/www.rattiluino.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.rattiluino.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/07\/logo-ratti-rete-di-vendita.png\",\"contentUrl\":\"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/07\/logo-ratti-rete-di-vendita.png\",\"width\":365,\"height\":365,\"caption\":\"Ratti Luino S.R.L.\"},\"image\":{\"@id\":\"https:\/\/www.rattiluino.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/ratti-luino-s-r-l\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R\u00e9seau de vente - Ratti Luino S.R.L.","description":"Le r\u00e9seau de vente international Ratti Luino est pr\u00e9sent sur tous les continents: Europe, Asie, Am\u00e9rique, Moyen-Orient, Afrique et Oc\u00e9anie.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/","og_locale":"fr_FR","og_type":"article","og_title":"R\u00e9seau de vente - Ratti Luino S.R.L.","og_description":"Le r\u00e9seau de vente international Ratti Luino est pr\u00e9sent sur tous les continents: Europe, Asie, Am\u00e9rique, Moyen-Orient, Afrique et Oc\u00e9anie.","og_url":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/","og_site_name":"Ratti Luino S.R.L.","article_modified_time":"2025-02-24T12:20:32+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/","url":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/","name":"R\u00e9seau de vente - Ratti Luino S.R.L.","isPartOf":{"@id":"https:\/\/www.rattiluino.com\/#website"},"datePublished":"2018-07-19T14:30:53+00:00","dateModified":"2025-02-24T12:20:32+00:00","description":"Le r\u00e9seau de vente international Ratti Luino est pr\u00e9sent sur tous les continents: Europe, Asie, Am\u00e9rique, Moyen-Orient, Afrique et Oc\u00e9anie.","breadcrumb":{"@id":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.rattiluino.com\/fr\/enterprise\/reseau-de-vente\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rattiluino.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Enterprise","item":"https:\/\/www.rattiluino.com\/fr\/enterprise\/"},{"@type":"ListItem","position":3,"name":"R\u00e9seau de vente"}]},{"@type":"WebSite","@id":"https:\/\/www.rattiluino.com\/#website","url":"https:\/\/www.rattiluino.com\/","name":"Ratti Luino S.R.L.","description":"Leaders in twisting technology since 1869","publisher":{"@id":"https:\/\/www.rattiluino.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rattiluino.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.rattiluino.com\/#organization","name":"Ratti Luino S.R.L.","url":"https:\/\/www.rattiluino.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.rattiluino.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/07\/logo-ratti-rete-di-vendita.png","contentUrl":"https:\/\/www.rattiluino.com\/wp-content\/uploads\/2017\/07\/logo-ratti-rete-di-vendita.png","width":365,"height":365,"caption":"Ratti Luino S.R.L."},"image":{"@id":"https:\/\/www.rattiluino.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/ratti-luino-s-r-l\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.rattiluino.com\/fr\/wp-json\/wp\/v2\/pages\/2090","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rattiluino.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.rattiluino.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.rattiluino.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rattiluino.com\/fr\/wp-json\/wp\/v2\/comments?post=2090"}],"version-history":[{"count":1,"href":"https:\/\/www.rattiluino.com\/fr\/wp-json\/wp\/v2\/pages\/2090\/revisions"}],"predecessor-version":[{"id":16844,"href":"https:\/\/www.rattiluino.com\/fr\/wp-json\/wp\/v2\/pages\/2090\/revisions\/16844"}],"up":[{"embeddable":true,"href":"https:\/\/www.rattiluino.com\/fr\/wp-json\/wp\/v2\/pages\/2070"}],"wp:attachment":[{"href":"https:\/\/www.rattiluino.com\/fr\/wp-json\/wp\/v2\/media?parent=2090"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}