{"id":3149,"date":"2017-11-22T14:22:34","date_gmt":"2017-11-22T13:22:34","guid":{"rendered":"https:\/\/www.express-online.com\/accueil\/"},"modified":"2025-10-15T11:38:15","modified_gmt":"2025-10-15T09:38:15","slug":"accueil","status":"publish","type":"page","link":"https:\/\/www.express-online.com\/en\/","title":{"rendered":"HOME PAGE"},"content":{"rendered":"<div id=\"oct-map\" style=\"position:relative;\">\n    <div id=\"animation_wrapper\">\n<!-- \n        <div id=\"animation_container\">\n            <canvas id=\"canvas\" width=\"970\" height=\"200\" style=\"position: absolute; display: block; background-color:rgba(0, 0, 0, 1.00);\"><\/canvas>\n            <div id=\"dom_overlay_container\" style=\"pointer-events:none; overflow:hidden; width:970px; height:200px; position: absolute; left: 0px; top: 0px; display: block;\">\n            <\/div>\n        <\/div> -->\n        <div id=\"animation_baseline\" class=\"oct-animation-title\">\n            <!-- Optimisez vos trajets retour avec express-online... -->\n            Optimize your return trips with Express-Online&#8230;        <\/div>\n    <\/div>\n\n            <script src=\"https:\/\/unpkg.com\/@googlemaps\/markerclusterer\/dist\/index.min.js\"><\/script>\r\n        <script type=\"text\/javascript\">\r\n            var world_bounds;\r\n            var world_map;\r\n            var world_icon = {\r\n                Default: 'https:\/\/www.express-online.com\/wp-content\/themes\/expressonline\/public\/img\/world\/1.png',\r\n                IN: 'https:\/\/www.express-online.com\/wp-content\/themes\/expressonline\/public\/img\/world\/2.png', \/\/ rouge\r\n                CH: 'https:\/\/www.express-online.com\/wp-content\/themes\/expressonline\/public\/img\/world\/3.png',\r\n                AR: 'https:\/\/www.express-online.com\/wp-content\/themes\/expressonline\/public\/img\/world\/6.png',\r\n                TR: 'https:\/\/www.express-online.com\/wp-content\/themes\/expressonline\/public\/img\/world\/7.png',\r\n                \/*6: 'https:\/\/www.express-online.com\/wp-content\/themes\/expressonline\/public\/img\/world\/6.png',\r\n                7: 'https:\/\/www.express-online.com\/wp-content\/themes\/expressonline\/public\/img\/world\/1-retour.png',\r\n                8: 'https:\/\/www.express-online.com\/wp-content\/themes\/expressonline\/public\/img\/world\/2-retour.png'*\/\r\n            }\r\n\r\n            function app_map_tooltip_b271b285cc325d5cc5fe52d3ce872847(data) {\r\n                if ('state' in data) {\r\n                    var state = \"\"\r\n                    if (data['state'] == \"Default\") {\r\n                        state = 'On Base'; \/\/Sur Base\r\n                    } else if (data['state'] == \"IN\") {\r\n                        state = 'Monte charge'; \/\/Ind\u00e9fini \u00e0 montrer en charge\r\n                    } else if (data['state'] == \"CH\") {\r\n                        state = 'Loaded'; \/\/En charge\r\n                    } else if (data['state'] == \"AR\") {\r\n                        state = 'Waiting to be reloaded'; \/\/ En attente de rechargement\r\n                    } else if (data['state'] == \"TR\") {\r\n                        state = 'On the way back'; \/\/ 'En cours de trajet retour';\r\n                        \r\n                    }\r\n\r\n                    if (data['tv'] == 1) {\r\n                        tv = '2m3';\r\n                    } else if (data['tv'] == 2) {\r\n                        tv = '5m3';\r\n                    } else if (data['tv'] == 3) {\r\n                        tv = '10m3';\r\n                    } else if (data['tv'] == 4) {\r\n                        tv = '14m3';\r\n                    } else if (data['tv'] == 5) {\r\n                        tv = '20m3';\r\n                    } else if (data['tv'] == 6) {\r\n                        tv = 'Heavy goods truck'; \/\/ 'Poids lourd'; \r\n                    } else {\r\n                        tv = 0;\r\n                    }\r\n\r\n                    var group = [];\r\n                    tv != 0 ? group.push(tv) : '';\r\n                    data['options']['removable_tarp'] ? group.push('Unpackable') : ''; \/\/D\u00e9bachable\r\n                    data['options']['panel'] ? group.push('Sheet metal') : ''; \/\/T\u00f4l\u00e9'\r\n                    data['options']['fridge'] ? group.push('Refrigerated') : ''; \/\/Frigorifique\r\n                    data['options']['tail_board'] ? group.push('Tailgate lift') : ''; \/\/Hayon \u00e9l\u00e9vateur\r\n                    var groupLength = group.length;\r\n\r\n                    var infos = '';\r\n                    for (var i = 0; i < groupLength; i++) {\r\n                        var item = group[i];\r\n                        \/\/pas de virgule pour le dernier\r\n                        if ((i + 1) == (groupLength)) {\r\n                            infos = infos + item;\r\n                        } else {\r\n                            infos = infos + item + ', ';\r\n                        }\r\n                    }\r\n\r\n\r\n                    var str = '<table align=center width=170><tr><td style=\"text-align: center;\">' + state + '<\/td><\/tr>';\r\n                    \/\/ str = str + '<tr><td style=\"text-align: center;\">Retour sur ' + data['town'] + '<\/td><\/tr>';\r\n                    str = str + '<tr><td style=\"text-align: center;\">Back to ' + data['town'] + '<\/td><\/tr>'; \/\/Retour sur\r\n                    str = str + '<tr><td style=\"text-align: center;\">';\r\n                    str = str + infos;\r\n                    str = str + '<\/td><\/tr>';\r\n                    str = str + '<\/table>';\r\n\r\n                } else {\r\n                    var link = 'http:\/\/perceval.test\/moyens-de-transport\/vehicules-dedies\/';\r\n                    var pluriel = data['vehicles'] > 1 ? 's' : '';\r\n                    \/\/Agence r\u00e9seau Perceval<br>Secteur\r\n                    \/\/ var str = '<div class=\"tooltip-container\"><div class=\"tooltip-agence\"> ' . __('home.map.agence', 'express-online-plugin') . '\u00ab' + data['county'] + ' \u00bb<br>';\r\n                  \r\n                    var str = '<div class=\"tooltip-container\"><div class=\"tooltip-agence\"> Perceval Network Agency <br> Sector  \u00ab' + data['county'] + '\u00bb<br>';\r\n\r\n\r\n                    str = str + data['country'] + '<\/div><div class=\"tooltip-content\"><ul>';\r\n\r\n                    if (data['security_advicer'] === true) {\r\n                        \/\/ str = str + '<li>Conseiller \u00e0 la s\u00e9curit\u00e9<\/li>';\r\n                        str = str + '<li>Safety advisor<\/li>'; \/\/Conseiller \u00e0 la s\u00e9curit\u00e9\r\n\r\n\r\n                        if (data['merchandise_types'] !== \"\") {\r\n                            str = str + '<li>Freight classes :<br>' + data['merchandise_types'] + '<\/li>'; \/\/Classes de marchandises\r\n                        }\r\n                    }\r\n                    str = str + '<li>' + data['vehicles'] + ' vehicle' + pluriel + ' available' + pluriel + ' :<br> ' + data['tvs'] + '<\/li>'; \/\/v\u00e9hicule -- disponible\r\n\r\n                    if (data['options'] !== \"\") {\r\n                        str = str + '<li>' + data['options'] + '<\/li>';\r\n                    }\r\n\r\n                    str = str + '<\/ul><\/div><div class=\"tooltip-types\"><a href=\"' + link + '\" target=\"_blank\"> <\/a><\/div><\/div><\/div>'; \/\/Voir tous nos v\u00e9hicules\r\n                }\r\n\r\n                return str;\r\n            }\r\n\r\n            function app_map_markers_b271b285cc325d5cc5fe52d3ce872847(items, params, infowindow) {\r\n                var markers = [];\r\n                if (items.length > 0) {\r\n                    for (key in items) {\r\n                        \/\/https:\/\/developers.google.com\/maps\/documentation\/javascript\/reference\/marker?hl=fr#Symbol\r\n                        \/\/ scale 1 => width: 384px; height: 516px;\r\n                        var svgMarker = {\r\n                            path: \"M172.3 501.7C27 291 0 269.4 0 192 0 86 86 0 192 0s192 86 192 192c0 77.4-27 99-172.3 309.7-9.5 13.8-29.9 13.8-39.5 0z\",\r\n                            anchor: new google.maps.Point(384, 1032),\r\n                            fillColor: \"#000000\", \/\/\"#da001b\", \/\/ rouge\r\n                            fillOpacity: 1,\r\n                            rotation: 0,\r\n                            scale: 0.035,\r\n                            strokeWeight: 0,\r\n                        };\r\n\r\n                        if ('state' in items[key]) {\r\n                            svgMarker.scale = 0.045;\r\n\r\n                            if (items[key]['state'] === 'AR') {\r\n                                \/\/ orange\r\n                                svgMarker.fillColor = \"#ff6701\";\r\n                            } else if (items[key]['state'] === 'TR') {\r\n                                \/\/ vert\r\n                                svgMarker.fillColor = \"#3e968a\";\r\n                            }\r\n                        }\r\n\r\n                        markers[key] = new google.maps.Marker({\r\n                            position: {\r\n                                lat: parseFloat(items[key]['location'][1]),\r\n                                lng: parseFloat(items[key]['location'][0])\r\n                            },\r\n                            map: world_map,\r\n                            content: app_map_tooltip_b271b285cc325d5cc5fe52d3ce872847(items[key]),\r\n                            icon: svgMarker,\r\n                            zIndex: ('state' in items[key]) ? Number((Number(google.maps.Marker.MAX_ZINDEX) \/ 5) + key) : Number(Number(google.maps.Marker.MAX_ZINDEX) + key + 1)\r\n                        });\r\n                        \/** \r\n                        [\r\n                            Gestion de l'icon\r\n                            L'info du trajet est dans le champ STATE :\r\n                            D\u00e9faut ou SB : sur base\r\n                            IN ind\u00e9fini \u00e0 montrer en charge\r\n                            CH en charge\r\n                            AR en attente de rechargement\r\n                            TR en trajet retour\r\n                            Exemple d'un objet:\r\n                            *\r\n                            {\r\n                                \"location\": [\r\n                                    5.006667,\r\n                                    46.216667\r\n                                ],\r\n                                \"state\": \"Default\",\r\n                                \"tv\": \"6\",\r\n                                \"town\": \"Bourg-en-Bresse\",\r\n                                \"options\": {\r\n                                    \"panel\": false,\r\n                                    \"fridge\": false,\r\n                                    \"tail_board\": true,\r\n                                    \"long_distance\": null,\r\n                                    \"short_distance\": null,\r\n                                    \"payload\": 2500,\r\n                                    \"length\": null,\r\n                                    \"width\": null,\r\n                                    \"height\": null,\r\n                                    \"adr\": false\r\n                                }\r\n                            },\r\n                        ]\r\n                        *\/\r\n\r\n                        loc = new google.maps.LatLng(markers[key].position.lat(), markers[key].position.lng());\r\n                        world_bounds.extend(loc);\r\n\r\n                        markers[key].addListener('click', function() {\r\n                            infowindow.setContent(this.content);\r\n                            infowindow.open(world_map, this);\r\n                        });\r\n                    }\r\n                }\r\n\r\n                if (params['fit']) {\r\n                    \/\/ Recadre la map\r\n                    world_map.fitBounds(world_bounds);\r\n                    world_map.panToBounds(world_bounds);\r\n                } else {\r\n                    world_map.panTo({\r\n                        lat: parseFloat(params['latitude']),\r\n                        lng: parseFloat(params['longitude'])\r\n                    });\r\n                }\r\n\r\n                if ('state' in items[key] === false) {\r\n                    const renderer = {\r\n                        \/\/palette: d3.interpolateRgb(\"#a1aca8\", \"#a1aca8\"), \/\/ gris\r\n                        render: function({\r\n                            count,\r\n                            position\r\n                        }, stats) {\r\n                            \/\/const color = this.palette(count \/ stats.clusters.markers.max);\r\n                            const color = (count > Math.max(10, stats.clusters.markers.mean) ? \"#a1aca8\" : \"#a1aca8\");\r\n                            const svg = window.btoa(`\r\n                                <svg fill=\"${color}\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 240 240\">\r\n                                    <circle cx=\"120\" cy=\"120\" opacity=\".8\" r=\"70\" \/>    \r\n                                <\/svg>`);\r\n\r\n                            return new google.maps.Marker({\r\n                                position,\r\n                                icon: {\r\n                                    url: `data:image\/svg+xml;base64,${svg}`,\r\n                                    scaledSize: new google.maps.Size(60, 60),\r\n                                    anchor: new google.maps.Point(30, 30),\r\n                                },\r\n                                label: {\r\n                                    text: String(count),\r\n                                    color: \"rgba(255,255,255,0.9)\",\r\n                                    fontSize: \"12px\",\r\n                                },\r\n                                zIndex: Number((Number(google.maps.Marker.MAX_ZINDEX) \/ 10) + count),\r\n                            });\r\n                        }\r\n                    };\r\n\r\n                    var markerCluster = new markerClusterer.MarkerClusterer({\r\n                        map: world_map,\r\n                        markers: markers,\r\n                        renderer: renderer\r\n                    });\r\n                }\r\n            }\r\n\r\n            function app_map_display_b271b285cc325d5cc5fe52d3ce872847() {\r\n                var params = {\"fit\":false,\"latitude\":47.0805693,\"longitude\":2.398932,\"zoom\":5,\"name\":\"worldmap\"};\r\n                var items = [];\r\n                var source = 'https:\/\/app.express-online.com\/api\/perceval\/map\/';\r\n                var sourceNetwork = 'https:\/\/www.express-online.com\/network.json';\r\n                var markers = [];\r\n\r\n                world_bounds = new google.maps.LatLngBounds();\r\n\r\n                var styledMapType = new google.maps.StyledMapType(\r\n                    [{\r\n                            \"featureType\": \"administrative\",\r\n                            \"elementType\": \"labels.text.fill\",\r\n                            \"stylers\": [{\r\n                                \"color\": \"#6195a0\"\r\n                            }]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"administrative.province\",\r\n                            \"elementType\": \"geometry.stroke\",\r\n                            \"stylers\": [{\r\n                                \"visibility\": \"off\"\r\n                            }]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"landscape\",\r\n                            \"elementType\": \"geometry\",\r\n                            \"stylers\": [{\r\n                                    \"lightness\": \"0\"\r\n                                },\r\n                                {\r\n                                    \"saturation\": \"0\"\r\n                                },\r\n                                {\r\n                                    \"color\": \"#f5f5f2\"\r\n                                },\r\n                                {\r\n                                    \"gamma\": \"1\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"landscape.man_made\",\r\n                            \"elementType\": \"all\",\r\n                            \"stylers\": [{\r\n                                    \"lightness\": \"-3\"\r\n                                },\r\n                                {\r\n                                    \"gamma\": \"1.00\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"landscape.natural.terrain\",\r\n                            \"elementType\": \"all\",\r\n                            \"stylers\": [{\r\n                                \"visibility\": \"off\"\r\n                            }]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"poi\",\r\n                            \"elementType\": \"all\",\r\n                            \"stylers\": [{\r\n                                \"visibility\": \"off\"\r\n                            }]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"poi.park\",\r\n                            \"elementType\": \"geometry.fill\",\r\n                            \"stylers\": [{\r\n                                    \"color\": \"#bae5ce\"\r\n                                },\r\n                                {\r\n                                    \"visibility\": \"on\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"road\",\r\n                            \"elementType\": \"all\",\r\n                            \"stylers\": [{\r\n                                    \"saturation\": -100\r\n                                },\r\n                                {\r\n                                    \"lightness\": 45\r\n                                },\r\n                                {\r\n                                    \"visibility\": \"simplified\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"road.highway\",\r\n                            \"elementType\": \"all\",\r\n                            \"stylers\": [{\r\n                                \"visibility\": \"simplified\"\r\n                            }]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"road.highway\",\r\n                            \"elementType\": \"geometry.fill\",\r\n                            \"stylers\": [{\r\n                                    \"color\": \"#fac9a9\"\r\n                                },\r\n                                {\r\n                                    \"visibility\": \"simplified\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"road.highway\",\r\n                            \"elementType\": \"labels.text\",\r\n                            \"stylers\": [{\r\n                                \"color\": \"#4e4e4e\"\r\n                            }]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"road.arterial\",\r\n                            \"elementType\": \"labels.text.fill\",\r\n                            \"stylers\": [{\r\n                                \"color\": \"#787878\"\r\n                            }]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"road.arterial\",\r\n                            \"elementType\": \"labels.icon\",\r\n                            \"stylers\": [{\r\n                                \"visibility\": \"off\"\r\n                            }]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"transit\",\r\n                            \"elementType\": \"all\",\r\n                            \"stylers\": [{\r\n                                \"visibility\": \"simplified\"\r\n                            }]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"transit.station.airport\",\r\n                            \"elementType\": \"labels.icon\",\r\n                            \"stylers\": [{\r\n                                    \"hue\": \"#0a00ff\"\r\n                                },\r\n                                {\r\n                                    \"saturation\": \"-77\"\r\n                                },\r\n                                {\r\n                                    \"gamma\": \"0.57\"\r\n                                },\r\n                                {\r\n                                    \"lightness\": \"0\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"transit.station.rail\",\r\n                            \"elementType\": \"labels.text.fill\",\r\n                            \"stylers\": [{\r\n                                \"color\": \"#43321e\"\r\n                            }]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"transit.station.rail\",\r\n                            \"elementType\": \"labels.icon\",\r\n                            \"stylers\": [{\r\n                                    \"hue\": \"#ff6c00\"\r\n                                },\r\n                                {\r\n                                    \"lightness\": \"4\"\r\n                                },\r\n                                {\r\n                                    \"gamma\": \"0.75\"\r\n                                },\r\n                                {\r\n                                    \"saturation\": \"-68\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"water\",\r\n                            \"elementType\": \"all\",\r\n                            \"stylers\": [{\r\n                                    \"color\": \"#eaf6f8\"\r\n                                },\r\n                                {\r\n                                    \"visibility\": \"on\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"water\",\r\n                            \"elementType\": \"geometry.fill\",\r\n                            \"stylers\": [{\r\n                                \"color\": \"#c7eced\"\r\n                            }]\r\n                        },\r\n                        {\r\n                            \"featureType\": \"water\",\r\n                            \"elementType\": \"labels.text.fill\",\r\n                            \"stylers\": [{\r\n                                    \"lightness\": \"-49\"\r\n                                },\r\n                                {\r\n                                    \"saturation\": \"-53\"\r\n                                },\r\n                                {\r\n                                    \"gamma\": \"0.79\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ], {\r\n                        name: 'Styled Map'\r\n                    }\r\n                );\r\n\r\n                world_map = new google.maps.Map(document.getElementById(params.name), {\r\n                    zoom: params.zoom,\r\n                    center: {\r\n                        lat: -34.397,\r\n                        lng: 150.644\r\n                    },\r\n                    scaleControl: true,\r\n                    zoomControl: true,\r\n                    cameraControl: false,\r\n                    mapTypeControl: false,\r\n                    streetViewControl: false,\r\n                    mapTypeIds: ['roadmap', 'satellite', 'hybrid', 'terrain', 'styled_map']\r\n                });\r\n\r\n                world_map.mapTypes.set('styled_map', styledMapType);\r\n                world_map.setMapTypeId('styled_map');\r\n\r\n                var infowindow = new google.maps.InfoWindow({\r\n                    content: 'content'\r\n                });\r\n\r\n                if (source != '') {\r\n                    var httpRequest = new XMLHttpRequest();\r\n                    httpRequest.onreadystatechange = function() {\r\n                        if (httpRequest.readyState == 4 && httpRequest.status == 200) {\r\n                            var data = this.response;\r\n                            var vehicles = data['vehicles'];\r\n                            var total_sb = data['sb'];\r\n                            var total_ar = data['ar'];\r\n                            var total_tr = data['tr'];\r\n\r\n                            var totalSurBase = total_sb;\r\n                            var totalDispo = total_ar;\r\n                            var totalRetour = total_tr;\r\n\r\n                            document.getElementById('refreshSurSite').innerHTML = totalSurBase;\r\n                            document.getElementById('nbVehicDispo').innerHTML = totalDispo;\r\n                            document.getElementById('nbVehicRetour').innerHTML = totalRetour;\r\n\r\n\r\n                            var today = new Date();\r\n                            var coef = 1000 * 60 * 10;\r\n                            var rounded = new Date(Math.floor(today \/ coef) * coef)\r\n                            \/\/jQuery(\"#refreshHour\").html();\r\n                            document.getElementById('refreshHour').innerHTML = rounded.getHours() + \"H\" + (rounded.getMinutes() < 10 ? '0' : '') + rounded.getMinutes();\r\n\r\n\r\n                            app_map_markers_b271b285cc325d5cc5fe52d3ce872847(vehicles, params, infowindow);\r\n                        }\r\n                    };\r\n                    httpRequest.open('GET', source);\r\n                    httpRequest.responseType = 'json';\r\n                    httpRequest.send();\r\n                } else {\r\n                    app_map_markers_b271b285cc325d5cc5fe52d3ce872847(items, params, infowindow);\r\n                }\r\n\r\n                if (sourceNetwork != '') {\r\n                                        app_map_markers_b271b285cc325d5cc5fe52d3ce872847([{\"location\": [2.2025087348927705, 48.89306632097177], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.6553298420739841, 47.39586150891286], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [3.2374451579260155, 50.797092508912854], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.397229320971764, 49.09503773489278], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [0.9141801289814517, 47.55570332476371], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.4117388710185486, 48.79360432476371], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [-0.48234767902823567, 47.41283173489278], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.692053, 49.308031], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3\", \"merchandise_types\": \"- Classe 7,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [2.3236761289814516, 48.782768324763715], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9,<br>- N\\u00ba ONU 1202, 1203, 1223 de la classe 3\"}, {\"location\": [1.8006667348927707, 47.953384320971765], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [9.625123, 42.319971], \"country\": \"France\", \"county\": \"Haute-Corse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.1522643209717645, 43.575079734892775], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.5241747348927706, 49.258547320971765], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.284797389693211, 48.841192610306784], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"PL > 3T5\", \"merchandise_types\": \"- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9,<br>- N\\u00ba ONU 1202, 1203, 1223 de la classe 3\"}, {\"location\": [-2.633742, 48.430558999999995], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.085381675236291, 43.12232087101855], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4918761289814513, 48.805283324763714], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.8401863209717644, 48.56463373489277], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.3826013247637094, 43.532866128981446], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.756137, 48.145966], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [6.133442491087141, 49.83443115792602], \"country\": \"Luxembourg\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [1.3809099999999996, 49.104576], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [5.327109, 43.489044], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3, 10 m3, 20 m3\"}, {\"location\": [4.019709128981451, 49.13971432476371], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.1329083209717643, 47.15128673489277], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.7933331579260157, 43.149645508912855], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.692635871018548, 49.00507367523629], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.3706268420739844, 48.886783491087144], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-1.3892686790282363, 46.754085265107236], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [3.2478806752362903, 50.734902128981446], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.1472979999999997, 50.632598], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.8058647348927712, 47.095197320971764], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [1.9920088710185486, 49.48402032476371], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.455706128981452, 48.267517675236284], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"- Classe 7\"}, {\"location\": [5.523655389693211, 50.70879461030679], \"country\": \"Belgique\", \"county\": \"Li\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.081194, 43.414419], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.5845449999999999, 49.515545], \"country\": \"France\", \"county\": \"Manche\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [-0.5119073896932111, 44.90984361030679], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\", \"merchandise_types\": \"- Classe 7,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [3.9727011579260156, 43.64052050891286], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2058068420739847, 48.803595491087144], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.808808128981451, 48.72501732476371], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.453672675236291, 48.927890871018555], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.3821295089128582, 49.075613842073984], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [-1.4501453247637093, 47.26244512898145], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.647805320971764, 43.421333265107236], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.129004610306789, 43.86839238969321], \"country\": \"France\", \"county\": \"L\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.4488939999999997, 50.14763], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.9464987348927707, 47.74872432097177], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.3640578420739842, 43.56970049108715], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.839534, 44.571776], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.6457524910871418, 44.75594084207398], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.356525508912858, 45.47640415792602], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [6.737881, 43.344454999999996], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.133669389693211, 49.22650738969321], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.077736610306789, 49.29060061030679], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.525834265107229, 43.554298679028236], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.5150031289814514, 48.82513732476371], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.4674368710185486, 48.35074732476371], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.774612, 45.663601], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.471308, 49.003742], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.79087, 45.85201], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\"}, {\"location\": [5.410619679028235, 47.13873626510723], \"country\": \"France\", \"county\": \"Jura\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.739622842073984, 47.307222491087145], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.870819610306789, 49.553444610306784], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [0.7462233247637092, 47.354437871018554], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [0.7794466752362907, 47.37361987101855], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [6.887202, 47.514713], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.131884320971764, 44.63796926510723], \"country\": \"France\", \"county\": \"Hautes-Alpes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.120425320971765, 43.983442734892776], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [-1.4701941579260158, 47.12691249108715], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.0163986752362906, 47.85815412898145], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.29312726510722875, 48.046996320971765], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.35716512898145136, 44.868056324763714], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [3.3807503209717638, 49.437364265107234], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.432883, 48.860418], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [8.656083157926016, 47.498066491087144], \"country\": \"Suisse\", \"county\": \"B\\u00fclach\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3\"}, {\"location\": [6.713017491087141, 48.32105515792602], \"country\": \"France\", \"county\": \"Vosges\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.355438320971764, 48.830783734892776], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [25.232225, 41.273571], \"country\": \"Bulgarie\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.354431, 43.927643], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.139996508912858, 50.636706157926014], \"country\": \"Belgique\", \"county\": \"Hainaut\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [-1.7756576752362907, 48.07575887101855], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.8864628710185483, 50.16940867523629], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.555338491087142, 48.95147315792602], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [1.9176621579260156, 49.00671150891286], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.3228088710185486, 43.43420832476371], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.8986298710185485, 45.698443324763716], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3\"}, {\"location\": [2.5220165089128583, 48.76294584207398], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.145433842073984, 43.99173650891286], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [3.3128406103067887, 43.397492610306784], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.873031, 48.53603], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.962110324763709, 45.81369612898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.160904508912858, 50.70795115792602], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.397701734892771, 48.853005679028236], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [0.08442249108714157, 48.26704815792601], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": true, \"vehicles\": 4, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.4161711579260154, 48.75787650891286], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.257798157926016, 43.434952491087145], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.7785033651072288, 48.098223479028235], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"- Classe 7,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [5.457801128981451, 43.379605675236284], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [4.695894157926016, 48.71633750891286], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [6.142787491087141, 48.77235115792602], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.0982297348927705, 48.64836067902824], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3\"}, {\"location\": [6.322612508912858, 48.57511015792602], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.456635, 48.844911999999994], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.887491491087142, 45.91663515792602], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.471667610306789, 48.979010389693215], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [2.3200896790282353, 48.925354265107224], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [6.0124083209717645, 50.61577573489277], \"country\": \"Belgique\", \"county\": \"Li\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.1455343209717643, 50.557157734892776], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [0.9348887348927711, 49.239262679028236], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.104422389693211, 45.56439138969321], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [2.167211734892771, 47.745502679028235], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.957728265107229, 47.89899567902823], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 10 m3, 20 m3\"}, {\"location\": [2.250112734892771, 48.91115067902823], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4145999999999996, 48.733867000000004], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [1.6914616752362908, 48.77493987101855], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.411224, 48.964423], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\", \"merchandise_types\": \"- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [1.483914128981451, 43.72934067523629], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [19.841814679028236, 50.138588265107224], \"country\": \"Pologne\", \"county\": \"Powiat Krak\\u00f3w\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4571406790282357, 48.87269273489277], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.7880276103067887, 42.745995610306785], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.5949716103067892, 48.42963438969321], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.364484320971764, 48.87650926510723], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.857545491087142, 47.30396715792602], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.451838, 48.948928], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3, PL > 3T5\"}, {\"location\": [2.3333279999999994, 48.978689], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [0.3946363209717643, 46.69353573489278], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.7927028710185486, 50.420447324763714], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classe 7,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [7.1176458710185475, 43.73419167523629], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [3.636312675236291, 50.34722887101855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [3.1835123896932105, 45.484267389693215], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.995361491087142, 49.294273157926014], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [5.919396324763709, 47.22187487101855], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.5455101289814515, 50.521184675236285], \"country\": \"Belgique\", \"county\": \"Hainaut\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [6.06417, 49.085411], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.8246417348927709, 46.97529767902823], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.8483168420739842, 47.79881849108715], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.353214128981451, 47.67517567523629], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.4382189999999997, 48.938299], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.356360157926016, 43.38545049108714], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.443019265107229, 48.83469467902823], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.83195867523629, 45.69202887101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.6152022651072289, 48.513666320971765], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [5.412162734892771, 45.38866532097177], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3609193896932106, 48.724144389693215], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.330710610306789, 43.47793761030679], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.41090867523629077, 49.30321512898145], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.426946, 47.913121999999994], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.361929734892771, 48.655222679028235], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.1578220000000004, 48.839727], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.379791734892771, 43.490110679028234], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [2.547072320971764, 49.01604726510723], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.172384842073984, 48.956598508912855], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [-0.561056871018549, 44.93111167523629], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [1.9345306790282355, 46.88223726510723], \"country\": \"France\", \"county\": \"Indre\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.769601265107229, 49.03326367902823], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.3311758420739844, 45.035131508912855], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.2271140000000003, 48.831487], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [5.512880871018548, 50.724399675236285], \"country\": \"Belgique\", \"county\": \"Li\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.275895508912858, 49.013800842073984], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.3739845089128576, 49.820423157926015], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.382319, 43.198221], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [1.9587339999999995, 47.968522], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.2750834910871416, 49.05632515792602], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.9562703247637094, 48.766822871018555], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.617180128981452, 48.13583967523629], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.29779473489277, 50.70078032097177], \"country\": \"Belgique\", \"county\": \"Brabant Wallon\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.3029910000000005, 45.429908], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.706681675236291, 48.93006587101855], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.07866638969321, 43.03968238969321], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [1.4299546752362908, 43.50942087101855], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [0.7225823247637093, 48.74120487101855], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3, PL > 3T5\"}, {\"location\": [-1.36459, 43.395936], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.223835610306789, 46.34638361030679], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.038855871018548, 43.666928675236285], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4939701289814513, 48.54490432476371], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.916236128981452, 45.91122767523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.1981217348927706, 44.20706332097177], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.357961265107229, 48.918295320971765], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [5.005058, 45.787508], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [24.70459726510723, 43.43681232097177], \"country\": \"Bulgarie\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.3776598710185484, 48.65339432476371], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [24.71128049108714, 59.514908157926016], \"country\": \"Estonie\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.1869583896932108, 48.721676389693215], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"10 m3\"}, {\"location\": [2.404250265107229, 48.916016320971764], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [-1.4979878710185484, 47.17697432476371], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.535010842073984, 46.31404049108714], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.300269734892771, 48.796773679028234], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.2222929999999999, 43.642844], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.49944, 43.572707], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.4018814910871422, 43.52807384207399], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.1364427348927713, 48.973010679028235], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.5731214247637095, 50.00052137101855], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.228892508912858, 43.55035184207399], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1879707348927706, 50.875681320971765], \"country\": \"Belgique\", \"county\": \"West-Vlaanderen\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [6.551574491087142, 46.317086842073984], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.323032842073984, 48.14506150891285], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [24.32707367902824, 45.17542226510722], \"country\": \"Roumanie\", \"county\": \"Municipiu R\\u00e2mnicu V\\u00e2lcea\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.6093307348927706, 48.81973132097177], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.919141265107228, 44.991720320971766], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\", \"merchandise_types\": \"- Classe 1,<br>- Classe 2\"}, {\"location\": [4.951593128981451, 45.78239567523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.948962610306789, 45.641702389693215], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4433736752362907, 48.80142012898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.023920675236291, 47.69870987101855], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.642431842073984, 43.48687050891286], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.5010053209717642, 47.44045073489277], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.911744320971764, 45.634540734892774], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.375082, 48.756653], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.2738135089128577, 49.06532515792602], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.3805523247637093, 43.61871887101855], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.390657679028236, 43.55130573489277], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.326061508912858, 49.22342415792602], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.397294, 48.871492], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.339725679028236, 48.80915473489277], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Frigo, ADR\", \"tvs\": \"2 m3, 5 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [7.356997128981451, 47.72249932476371], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.334718265107229, 48.463506679028235], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.5735261579260156, 50.38808850891286], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-1.6795172651072288, 47.147958679028235], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.3086323247637095, 48.99314787101855], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.79618032476371, 45.75371587101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"14 m3\"}, {\"location\": [2.6194206103067894, 46.855983389693215], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.713703491087142, 49.53826884207398], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.5229469999999999, 44.77968499999999], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.846407265107229, 45.79633332097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.5531881289814518, 48.343881324763714], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.983764157926016, 48.332270491087144], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4572846103067887, 48.93573961030679], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [4.756583734892771, 46.766241679028234], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [1.2476463896932108, 48.37306138969321], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.787374320971764, 48.68610126510723], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [7.8295966103067896, 48.560234389693214], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.203883842073984, 49.44434950891286], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3208193896932108, 49.05909961030679], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3\", \"merchandise_types\": \"- Classe 1,<br>- Classe 2,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9,<br>- N\\u00ba ONU 1202, 1203, 1223 de la classe 3\"}, {\"location\": [2.3976048710185487, 48.83226532476371], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3600519999999996, 48.898697000000006], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.2407238710185484, 48.918052324763714], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.326581508912858, 48.79433384207398], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.301133128981451, 48.85075767523629], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.784578871018548, 49.12129967523629], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.452125508912858, 48.781600842073985], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4544216790282354, 48.91405526510722], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.641786, 49.041712], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\", \"merchandise_types\": \"- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [2.9635706752362907, 50.43496212898145], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.057287491087142, 43.98877984207398], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3336974910871424, 48.565276842073985], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.3588053209717643, 43.61136573489277], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [2.629783265107229, 44.35344432097177], \"country\": \"France\", \"county\": \"Aveyron\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.9726206790282357, 48.57914826510723], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classe 7,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9,<br>- N\\u00ba ONU 1202, 1203, 1223 de la classe 3\"}, {\"location\": [4.241687842073984, 45.47143150891286], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"- Classe 2\"}, {\"location\": [3.205506508912858, 50.80621315792602], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [2.67818, 48.804665], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"- Classe 7\"}, {\"location\": [4.248054675236291, 46.49976187101855], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\", \"merchandise_types\": \"- Classe 1,<br>- Classe 2,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9,<br>- N\\u00ba ONU 1202, 1203, 1223 de la classe 3\"}, {\"location\": [-0.44588238969321115, 44.92880561030679], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.2275913896932105, 48.855811389693216], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.4379826752362908, 48.87766587101855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3\"}, {\"location\": [1.3311503896932109, 43.61690638969321], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.291907610306789, 49.012856610306784], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.453330491087142, 47.54789384207398], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.561826265107229, 48.98071232097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.40149532476371, 45.59020787101855], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"- Classe 1\"}, {\"location\": [2.496384, 48.744011], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.536514610306789, 48.92379561030679], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [5.450869610306789, 43.37612761030679], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.1283493896932106, 48.96145661030679], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [3.0423987348927706, 45.84506532097177], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.366818, 48.908389], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3812543209717636, 48.94377626510723], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.25411632476371, 47.75683912898145], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.44019526510723, 48.03129867902823], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.496755, 48.917776], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.4059933896932106, 48.937617389693216], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.876622157926016, 44.698296508912854], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9,<br>- N\\u00ba ONU 1202, 1203, 1223 de la classe 3\"}, {\"location\": [0.46080387101854803, 45.29192967523629], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.4154281289814516, 43.48689032476371], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Frigo\", \"tvs\": \"10 m3\"}, {\"location\": [2.325127679028235, 48.936416265107226], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.398886, 48.898535], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [4.835400842073984, 45.69812249108715], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [0.3964865089128582, 46.58688984207399], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.2625898420739843, 46.527469491087146], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"- Classe 1,<br>- Classe 2\"}, {\"location\": [2.405775265107229, 48.86160532097177], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.449025610306789, 48.95445761030679], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.365662610306789, 48.93353661030679], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.451913320971765, 43.789171734892776], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [2.428393128981451, 48.894678675236285], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [5.834604679028235, 43.17385826510723], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [7.414214508912858, 47.84922315792602], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.5073051289814516, 48.32876732476371], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.634889610306789, 47.51563738969321], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.682830734892771, 45.23183232097177], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.8352056790282357, 46.04782473489277], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.928128675236291, 50.405218871018555], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2968127348927707, 48.932198320971764], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.263775842073984, 44.06548450891285], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.529822324763709, 48.86142712898145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.9911290000000001, 47.91011], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.726531157926016, 48.48821449108714], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.500165610306789, 49.31877161030679], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.930947157926016, 47.45212450891285], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.645886265107229, 48.98531632097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.221276842073984, 47.852123508912854], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.333125, 48.923723], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.4911403209717644, 47.023234734892775], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [3.640070320971764, 43.759525265107236], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.4728886103067893, 49.22213338969321], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.779226842073984, 45.69530849108715], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.929359675236291, 49.40687287101855], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.6380682651072287, 48.997461320971766], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.473494265107229, 43.61108732097177], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.5193817348927712, 48.08894432097177], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [1.96215, 47.918683], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 10 m3, 20 m3\"}, {\"location\": [3.094690265107229, 47.22589432097177], \"country\": \"France\", \"county\": \"Ni\\u00e8vre\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-0.7100662651072289, 44.44170567902823], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.67479, 48.229098], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [-1.8480726103067895, 48.15889461030679], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.771842324763709, 43.57596112898145], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.6665593247637094, 47.02781312898145], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.921138871018549, 45.623693324763714], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.277255842073984, 48.917313508912855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [1.3244593896932104, 43.540241610306786], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.518077679028235, 45.43715026510723], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.4740461579260153, 48.94446650891285], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.363420679028236, 48.734008734892775], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [0.4237191579260158, 44.58373549108715], \"country\": \"France\", \"county\": \"Lot-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.885180128981451, 43.88053932476371], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.356103, 48.799816], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.537657, 48.743544], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [7.793516157926016, 48.580224491087144], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [6.643873508912858, 47.944624842073985], \"country\": \"France\", \"county\": \"Vosges\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.9703126103067894, 47.84582438969321], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.399573, 43.223243999999994], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.488896157926016, 43.307171491087146], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.9810145089128577, 48.82659715792602], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.091495128981451, 49.48057267523629], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.5433396103067887, 48.833604610306786], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.8813564910871414, 47.99398215792601], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.9144198710185485, 47.74879032476371], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.048781610306789, 48.71890038969321], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3\", \"merchandise_types\": \"- Classe 1,<br>- Classe 2,<br>- Classe 7,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [2.098608324763709, 48.80363512898145], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.2142201579260155, 50.704853508912855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [6.09458032476371, 48.64348487101855], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.3315293896932106, 43.625461610306786], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.770706265107229, 45.092784679028235], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.374357389693211, 48.55146638969321], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.339698734892771, 45.38252167902824], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4815464910871423, 48.85506384207398], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [6.287816, 49.07462], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [3.890911610306789, 43.51317138969321], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [2.449694679028236, 48.859751734892775], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.68397173489277, 43.99960832097177], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-4.604832157926016, 48.41919450891286], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.527968265107229, 43.511101679028236], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4819011289814514, 48.817241324763714], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.2007607348927711, 43.29821567902823], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 20 m3\", \"merchandise_types\": \"- Classe 1,<br>- Classe 2,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [5.0268342651072295, 49.657890679028235], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.182518508912858, 47.00084784207398], \"country\": \"France\", \"county\": \"C\\u00f4te-d\\\\&#039;Or\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"5 m3\"}, {\"location\": [4.282241157926016, 51.15590850891286], \"country\": \"Belgique\", \"county\": \"Oost-Vlaanderen\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.807122, 46.202043999999994], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.260737320971764, 43.85620026510723], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.322929128981451, 48.95914467523629], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.326380734892771, 48.60462767902823], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.802661679028236, 45.750733734892776], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.2775529999999997, 48.808313], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-1.448062, 47.196026], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4583616752362905, 48.86808012898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.359666842073984, 45.48475350891285], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [5.008307734892771, 47.422306320971764], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-0.45837532097176403, 44.88646873489277], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.428593491087142, 49.11964715792602], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [5.481166842073984, 45.289447491087145], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.5064528420739843, 44.893830508912856], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [19.49622332097176, 50.42161773489278], \"country\": \"Pologne\", \"county\": \"Powiat de Zawiercie\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.570943324763709, 48.57403012898145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2411473247637095, 48.84845687101855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.9889405089128582, 49.88177084207398], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.585445, 44.825889], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [6.265716, 49.119309], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.164258610306789, 50.79399561030679], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.83031838969321, 45.634568389693214], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.9674223209717643, 47.82877573489277], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.082476, 49.260403], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [6.221887508912857, 49.19419415792601], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [5.9485536103067895, 49.21348661030679], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-1.7214899999999997, 48.06383099999999], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.315233491087142, 48.88922084207398], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.026268675236291, 47.94174312898145], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.5871196103067895, 49.58091238969321], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.3723296752362906, 48.93034312898145], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.420829320971764, 45.684817265107235], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.0893674910871423, 48.62206284207399], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.2597786752362907, 49.08083912898145], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [4.11229432476371, 43.68465987101855], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.801916320971764, 48.686930265107236], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [2.246268842073984, 48.90045650891285], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [6.099192842073984, 48.62549849108714], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.461718508912858, 48.714386157926015], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [4.346324491087143, 43.746190842073986], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [-0.5361058710185483, 46.344582324763714], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.51068326510723, 43.365735679028234], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.281820324763709, 48.86808012898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [2.4078484910871416, 48.992185157926016], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.18827138969321067, 46.003418389693216], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [7.6649323896932104, 48.641537610306784], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-0.6110516752362909, 44.88939412898145], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.268776128981451, 48.92294067523629], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.24766561030679, 48.687342389693214], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 14 m3\"}, {\"location\": [2.1634876790282354, 49.01991226510722], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.561826871018549, 45.422085324763714], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.8297189999999997, 48.728397], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.231589842073984, 48.99017650891285], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.872523491087141, 45.867610157926016], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.7041081289814519, 48.281504675236285], \"country\": \"France\", \"county\": \"Mayenne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.186687842073984, 48.19999750891286], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.929933157926016, 45.800432508912856], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4174387348927713, 48.78439967902823], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.3506333247637095, 48.89001487101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.4237163209717645, 48.17176426510723], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.332337, 48.873515999999995], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.129133842073984, 48.74096750891285], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.4496174910871416, 46.129045157926015], \"country\": \"France\", \"county\": \"Haute-Vienne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [3.0268230000000003, 50.630824], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 10 m3, 20 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classe 7,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9,<br>- N\\u00ba ONU 1202, 1203, 1223 de la classe 3\"}, {\"location\": [3.872106508912858, 43.53395984207398], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [7.772138265107229, 48.645691320971764], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.1052946752362907, 49.45237212898145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.404134675236291, 46.15962012898145], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.823204491087142, 50.07077384207398], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.395632675236291, 48.944855871018554], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.73540638969321, 45.53169638969322], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.1090034910871416, 49.53299715792602], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.291153, 48.857993], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.401280265107229, 48.80772632097177], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"14 m3\"}, {\"location\": [1.4289235089128576, 43.648300157926016], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.1544131289814517, 48.73259132476371], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.4359286752362905, 48.85733112898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"2 m3\"}, {\"location\": [2.726106157926016, 48.79274449108714], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.119906, 48.935852999999994], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3, PL > 3T5\"}, {\"location\": [6.112869679028235, 46.27806026510723], \"country\": \"Suisse\", \"county\": \"Gen\\u00e8ve\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.028484491087142, 50.71026515792602], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [7.271904491087141, 43.822731157926015], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4418089999999997, 48.949315000000006], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [4.825989491087142, 45.646241842073984], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [7.7433871289814515, 48.47746632476371], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.842116324763709, 45.80586912898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.0823438420739846, 48.955564491087145], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.2316168420739846, 48.86777649108714], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.8293799999999996, 48.007787], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.1365209999999994, 49.129695000000005], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [0.9976508420739842, 49.414377491087144], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-1.0459811289814516, 47.47288432476371], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [1.7453683209717639, 43.836831265107236], \"country\": \"France\", \"county\": \"Tarn\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.114612508912858, 50.37660615792601], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.429308, 46.20708], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [6.073291734892771, 48.62830167902823], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.7554260000000002, 48.090651], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.7986581579260157, 43.05231249108714], \"country\": \"France\", \"county\": \"Ari\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.9817096103067895, 43.71535461030679], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.082406842073984, 48.655779491087145], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.2663010000000003, 49.031355], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.3443898710185485, 48.68809732476371], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5272892651072287, 49.01243032097177], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.5124976752362906, 43.58847912898145], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.032843610306789, 50.714422610306784], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.589387320971764, 48.883099734892774], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.0012153247637094, 45.06503987101855], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.2309288420739843, 43.55654849108714], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.433898265107229, 48.84428267902823], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.4626503209717643, 47.95382673489277], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.0708159999999998, 50.463992000000005], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.3954117348927713, 48.75159167902823], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.0768826790282358, 46.91901673489277], \"country\": \"France\", \"county\": \"Ni\\u00e8vre\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.134117842073984, 43.980466508912855], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [7.7619128420739845, 48.805670508912854], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [5.318516871018549, 45.86985032476371], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.8380363209717636, 43.693969265107235], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.421608842073984, 48.91225750891286], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [3.9481217348927715, 49.18776567902823], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [1.8463343247637092, 47.80256987101855], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.470807, 43.321696], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.249938265107229, 48.48057132097177], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.763889542073984, 45.72279559108714], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.076919, 50.509978999999994], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [-1.4400190000000002, 47.242241], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.10320932476371, 43.76804687101855], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.5531466790282358, 48.778432734892775], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.911904, 45.83879700000001], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.9440264910871417, 42.85381115792602], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [2.41934, 48.77218], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.3, 45.36137], \"country\": \"France\", \"county\": \"Haute-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.490739324763709, 48.88879312898145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.390081842073984, 48.88294950891286], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.051909157926016, 47.578215508912855], \"country\": \"France\", \"county\": \"Territoire de Belfort\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-3.649834389693211, 48.45818038969321], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.4374823209717644, 48.73360773489277], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 4, \"options\": \"ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [-1.1610247348927711, 47.99165232097177], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.2180928710185484, 48.82041932476371], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.446021, 48.871907], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.1349818420739841, 49.30693750891285], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.683519320971764, 48.61836426510723], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.3537297348927706, 48.91650732097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3926251579260156, 48.951585508912856], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [2.50089, 48.612452], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.0692233247637093, 45.73425387101855], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [1.914481679028236, 48.93137773489278], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.375727871018548, 48.941863675236284], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [3.1724563896932105, 45.79129561030679], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.906001679028236, 46.63906373489277], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [3.091701324763709, 50.706973128981446], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.874968389693211, 45.68987338969321], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.881167, 45.611056], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [6.591518, 47.677653], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.702614842073984, 48.883696508912855], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.869323265107228, 45.860425320971764], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [4.966240324763709, 43.56067812898145], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-2.7937848710185484, 47.73240432476371], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.11345232476371, 48.68101512898145], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [4.773347842073984, 45.64941149108714], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 14 m3, 20 m3\"}, {\"location\": [4.821730491087142, 45.641417842073984], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.001734675236291, 48.93900987101855], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.0810421289814518, 49.336845324763715], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4694949999999998, 49.003539], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.4260554910871424, 48.86352984207399], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [1.5496943896932105, 50.78887061030679], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4314132651072287, 48.879021320971766], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.119594, 45.849264999999995], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.2847143247637094, 48.88175487101855], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.045870679028235, 49.333070265107224], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"14 m3\"}, {\"location\": [3.2212906752362906, 50.66113612898145], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [4.400953128981452, 45.36692332476371], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [0.9444065089128577, 49.363105157926014], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.500391, 43.444821999999995], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.271272, 48.648441999999996], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.310408128981451, 45.46689332476371], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.164391, 48.70900399999999], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.82725373489277, 45.78395932097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3233251289814514, 48.782777324763714], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [0.06951126510722909, 49.271742679028236], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.939679320971765, 45.622641734892774], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [1.4097634910871422, 43.52147684207399], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.979588324763709, 50.64193612898145], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4418711579260157, 48.773451508912856], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.6717596752362909, 47.51020212898145], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [1.9996691289814517, 48.685931324763715], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.839555389693211, 48.884191389693214], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.411261320971764, 43.489856734892776], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.576550157926016, 49.01841549108715], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 14 m3\"}, {\"location\": [2.2199187348927714, 48.86502967902823], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4021371289814515, 48.809983324763714], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.2787743896932109, 48.66351138969321], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [7.743709610306789, 48.556795610306786], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.914703, 45.733183], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.355781734892771, 43.22318167902824], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.6810211579260157, 44.75111549108714], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3421593209717644, 48.879797734892776], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.211666491087142, 48.80683784207398], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.4617886103067894, 43.479711389693215], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.326984842073984, 43.618052508912854], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.409520508912858, 48.72502984207399], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.793215389693211, 45.75952561030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.831683871018548, 45.846452675236286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.2183616103067894, 48.950380389693215], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3\"}, {\"location\": [2.3644961579260158, 48.92183849108714], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.246935871018548, 48.68328067523629], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.4587704910871421, 43.076145842073984], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-1.523631, 47.205649], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.882343265107229, 44.08809767902823], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.010551157926016, 45.81269650891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.538394508912858, 49.037349157926016], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4274168710185484, 48.611940324763715], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.916281871018548, 45.72218067523629], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.369577389693211, 43.41757961030679], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.8846111289814511, 46.26772067523629], \"country\": \"France\", \"county\": \"Creuse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3828449999999997, 48.919423], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.37557138969321113, 44.992207610306785], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.3815316752362907, 43.37705187101855], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4337893209717643, 48.811348734892775], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.256278679028236, 45.69298973489278], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.9314653209717636, 42.85576826510723], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.302220679028235, 48.931446265107226], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.28464538969321, 45.96357061030679], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.488600265107229, 47.02918467902823], \"country\": \"France\", \"county\": \"Jura\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.2940763896932106, 48.845269389693215], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.806184675236291, 43.45806612898145], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3539649999999996, 49.123104000000005], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [4.053676610306789, 49.282708610306784], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.461981675236291, 48.80087487101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 14 m3, 20 m3\"}, {\"location\": [5.703631871018548, 45.24536167523629], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [4.985114508912858, 45.59778584207398], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [2.3510685089128582, 48.78991484207398], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [-1.4937563247637096, 47.13294312898145], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.43982361030679, 43.239780389693216], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4686339999999998, 48.856664], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-1.6109431579260158, 43.451222491087144], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.907207871018548, 47.92402767523629], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.3816937348927707, 43.624991320971766], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.426922491087142, 49.357496157926015], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.655999679028236, 48.812595734892774], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.2352688420739844, 48.892175491087144], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 14 m3, PL > 3T5\"}, {\"location\": [6.213387, 49.091644], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.0547381289814517, 43.69913132476371], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [5.435392508912858, 43.628209157926015], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, PL > 3T5\"}, {\"location\": [7.317151389693211, 48.07564161030679], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [4.129977, 43.943957], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [4.615644679028236, 45.666929734892776], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.360292679028237, 43.280025734892774], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [3.2397362651072292, 49.725785679028235], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [3.039933871018548, 48.43027567523629], \"country\": \"France\", \"county\": \"Yonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.296832871018548, 48.97490467523629], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5771219999999997, 48.878422], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.524042675236291, 45.41985487101855], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.575344, 48.766963], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.485399, 48.843667], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3523803247637094, 48.78624387101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.225001265107229, 49.04668832097177], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.160252675236291, 49.290794128981446], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.133851, 48.931571], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.9689563896932105, 45.827038389693215], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [-0.5497484910871423, 44.940383157926014], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [1.3707288710185481, 43.63780567523629], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.9919973896932106, 48.38768838969321], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.119376734892771, 48.939388679028234], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.4096850000000003, 44.084402999999995], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.285979871018548, 48.95771567523629], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [7.754943491087142, 48.736324842073984], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.458284157926016, 48.81235949108714], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.963576, 45.46846], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.906745157926016, 43.54339449108714], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [1.3923108420739843, 43.590189491087145], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [6.6302994910871424, 43.39024884207399], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [1.0244003247637092, 48.318470128981446], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [4.22640432476371, 48.94425687101855], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.798887, 50.688422], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.37175, 44.548570999999995], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3490561289814513, 48.88690832476371], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.208356389693211, 48.94716361030679], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.216132, 48.871597], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3430618710185485, 48.82448932476371], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.762772320971764, 48.65804526510723], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.4590466752362907, 43.57182812898145], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [0.399113871018548, 47.47310967523629], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.19052132476371, 43.98900112898145], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.2908263896932108, 43.52340438969321], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1237015089128577, 48.88349615792602], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [5.6766559999999995, 45.53666], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.528883491087142, 48.86324184207398], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.95578238969321, 45.841594610306785], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.6341271289814514, 47.11929632476371], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.392173157926016, 48.836333491087146], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [1.314988491087142, 43.432480842073986], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2806588710185483, 48.92146567523629], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [5.071780265107228, 47.39303232097177], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [2.896886842073984, 42.676428508912856], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.7209624910871424, 48.200486157926015], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.413838675236291, 48.81388287101855], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.528090734892771, 48.069470679028235], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [0.9712953896932104, 49.478183610306786], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [-0.5537993209717645, 44.948774265107225], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.970051265107228, 45.861024320971765], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.034036389693211, 49.34643338969321], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3368801579260157, 43.63655750891286], \"country\": \"France\", \"county\": \"Tarn\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.833351128981452, 45.87845267523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.321781679028236, 48.861296734892775], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.793102679028236, 45.84136826510723], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.6521511579260153, 48.05277050891286], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.4937456752362905, 48.76439212898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.113161508912858, 49.06036915792602], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [6.072073842073984, 48.73648750891286], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.8945160000000003, 49.235698], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.5480923247637094, 44.92543512898145], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 14 m3\"}, {\"location\": [2.2220406790282357, 48.906755734892776], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.6591183896932105, 49.69649538969321], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3659216103067893, 48.625798389693216], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.170598265107229, 49.38348967902823], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-2.1548463247637093, 48.19745312898145], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.8458423209717646, 45.15525326510723], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3522297348927705, 48.91827232097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.8040974910871421, 47.81460884207399], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.8581018710185475, 45.02181067523629], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [0.22977912898145167, 47.879074324763714], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [6.0710912651072295, 49.30617667902823], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [4.806736871018549, 43.96612132476371], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.4664748710185482, 49.00469767523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [3.7528488710185486, 43.49995732476371], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.3703025089128575, 49.254580157926014], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.6235491579260157, 43.511344491087144], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.3276471579260156, 43.838231508912855], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.5859201579260157, 44.81932249108714], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.936534734892771, 48.927156679028236], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.92018332476371, 47.76932187101855], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-4.391358, 48.414974], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.951967842073984, 50.47152650891286], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.710862842073984, 45.72914449108714], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.7308676103067896, 44.90932761030679], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2312647348927706, 48.921616320971765], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.73564, 48.552023], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-2.705638679028236, 47.58473173489278], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.971183491087142, 47.67091584207398], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.773112508912858, 48.77769015792602], \"country\": \"France\", \"county\": \"Meuse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.605667734892771, 50.17883667902824], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1253052651072295, 50.555447679028234], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [5.48512832476371, 43.26926087101855], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [2.478419675236291, 48.90894687101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.5557806103067895, 48.78863038969321], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.7523491579260155, 49.04600750891286], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3187326790282357, 48.756770734892775], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.532791734892771, 43.404476679028235], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.837767734892771, 45.83983932097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.771277734892771, 45.80715432097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.14798438969321, 45.55913738969321], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.459754610306789, 45.40262938969321], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.899298610306789, 45.82768261030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Frigo\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.3201598710185487, 48.708319324763714], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"10 m3\"}, {\"location\": [5.85393067523629, 45.19429112898145], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.2604921579260156, 45.704262508912855], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [0.309894871018548, 43.66703967523629], \"country\": \"France\", \"county\": \"Gers\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3851974910871423, 48.76863984207398], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.428811610306789, 49.06048338969321], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.297759679028236, 45.48181773489277], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": true, \"vehicles\": 4, \"options\": \"Frigo, ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.0413839999999996, 49.501811000000004], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.0962155089128585, 45.44008815792601], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.3618159999999997, 48.991867000000006], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [1.8110633209717637, 49.154436265107236], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.853576265107228, 45.70919132097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.0549806790282354, 49.490975265107224], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 14 m3\"}, {\"location\": [3.9283341289814513, 45.438022324763715], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [5.249759157926016, 43.52037750891286], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2712543247637096, 48.69613987101855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.696163871018547, 45.836053675236286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [5.185689320971764, 47.552266265107235], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [4.903520320971765, 45.59395873489277], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [6.123586128981452, 45.86036232476371], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.346803508912858, 48.72962984207398], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.809978610306789, 47.41263761030679], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.6143713896932109, 47.28632738969321], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.7174962651072292, 47.30918032097177], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [6.329681679028236, 48.17742873489277], \"country\": \"France\", \"county\": \"Vosges\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.956169610306789, 48.87983161030679], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.166828675236291, 49.02331087101855], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [5.17255626510723, 43.57795767902823], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.118664157926016, 45.446840491087144], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.454159389693211, 50.42554361030679], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.160507265107229, 50.68688732097176], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [2.7288248420739842, 50.54354750891286], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": true, \"vehicles\": 4, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3, 20 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classe 7,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [2.324275679028236, 45.118382734892776], \"country\": \"France\", \"county\": \"Cantal\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.005159, 45.806883], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.9297453247637093, 49.25629112898145], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.4216108420739846, 48.84337349108714], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"10 m3\"}, {\"location\": [1.522307610306789, 43.372672610306786], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.7287002651072287, 47.434002320971764], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [4.91902661030679, 45.69462038969321], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.9909767348927705, 50.65808132097177], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [1.7404009999999999, 47.921704], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.098698, 43.886813], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.869711389693211, 45.754854610306786], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.426862, 49.166543], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Frigo\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.2334778420739845, 48.83862249108714], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.954491508912858, 48.869932842073986], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.282124842073984, 49.544153508912856], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.85555473489277, 45.738309679028234], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [1.3238466752362907, 43.83657587101855], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.7383111579260153, 48.58618950891286], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-1.3161796752362906, 47.91830987101855], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [0.2640921579260156, 49.53667150891285], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.274829508912858, 48.745453842073985], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.575767, 48.565903], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [5.3379037348927705, 49.44408432097177], \"country\": \"France\", \"county\": \"Meuse\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.0686184910871417, 47.106438842073985], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.484596389693211, 47.67538861030679], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.803955324763709, 49.18390212898145], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.13383732476371, 43.65430487101855], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [5.921124675236291, 48.66386312898145], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.7658776752362907, 47.36288487101855], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.361736389693211, 43.42857161030679], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3529858710185487, 49.776568324763716], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.441540675236291, 48.85401487101855], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2281694910871424, 48.73879584207398], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.719326, 48.991435], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.922660491087142, 48.30234984207399], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.7911308420739847, 50.367752491087145], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.287983128981451, 48.81621167523629], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.5340432651072287, 48.986477320971765], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.423242324763709, 49.00512412898145], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.819932157926016, 48.82148149108714], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.6079613896932106, 48.07436538969321], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [2.964626679028236, 43.119035734892776], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.5232077348927707, 46.48577732097176], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.1730828420739843, 48.61204049108714], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.338866, 43.913658000000005], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.314734734892771, 47.768345679028236], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-4.268551508912858, 48.49426284207399], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.926190128981451, 45.46711032476371], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.1362383209717637, 49.49489526510723], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.3014699999999995, 43.608095000000006], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.2126444910871415, 43.68260815792602], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3\"}, {\"location\": [3.5058229999999995, 50.233006], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.347192679028235, 49.08387926510723], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.0210753247637092, 49.60347487101855], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"5 m3\"}, {\"location\": [2.307199871018548, 48.92212567523629], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [2.414053734892771, 48.848533679028236], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.271223324763709, 48.63833312898145], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [4.940639491087142, 45.78705315792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [0.6241261579260157, 46.83437750891286], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.856298, 50.422678], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.4248356752362907, 48.77845787101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.7022732651072293, 44.84200932097177], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.4093741289814514, 48.844255324763715], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.1028806752362907, 49.342783871018554], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.259730508912858, 49.01085715792602], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.2150801289814517, 48.91598832476371], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.6763703247637093, 48.050335871018554], \"country\": \"France\", \"county\": \"Mayenne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.057175320971764, 49.305179265107235], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [2.756716871018548, 50.38436867523629], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.427727508912858, 48.77044384207398], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.257310128981452, 48.99708832476371], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.23635732097176426, 49.47531473489278], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.0180791289814515, 49.14164032476371], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.901617842073984, 48.807310508912856], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.5846134910871423, 44.95758315792602], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.254592679028235, 48.95408926510723], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.832800491087142, 45.663495842073985], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3, PL > 3T5\"}, {\"location\": [2.428868265107229, 48.98059867902823], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.1028529999999996, 49.049651], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [4.950531, 45.709419], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [2.320253610306789, 48.84046261030679], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.887174128981451, 45.64326832476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.47307600000000005, 45.045755], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.432422157926016, 47.72693749108714], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [1.3711530000000003, 43.435722999999996], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.3878921289814516, 48.71843132476371], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.444730679028236, 43.44513873489277], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.4024417348927707, 43.705866320971765], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [0.9572831289814511, 43.31819667523629], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-4.591955, 48.388864], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.417455675236291, 48.73512487101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.4043263247637092, 44.07531612898145], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo, ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.0908600000000002, 49.351485], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.6853629999999997, 48.511723], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.3114436790282356, 48.88434973489277], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.1095506752362908, 47.840821128981446], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.6282999999999999, 46.76452], \"country\": \"France\", \"county\": \"Indre\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-2.00179, 46.814927999999995], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"10 m3\"}, {\"location\": [5.45988767523629, 43.35472912898145], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.997283871018548, 43.283600675236286], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.309735508912858, 49.01306415792602], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.0168481579260156, 44.881116508912854], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3, 20 m3\"}, {\"location\": [-1.6221308420739844, 48.043695508912855], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.5470872651072294, 49.212811679028235], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.9129155089128579, 46.53620684207399], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.44924284207398435, 44.809908508912855], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [5.934155508912858, 48.60440484207398], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.613830734892771, 47.207996679028234], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.624722610306789, 48.830601389693214], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.193282128981451, 49.03103632476371], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [2.5342163209717636, 48.841222265107234], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.5601391289814517, 48.862438324763716], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, PL > 3T5\"}, {\"location\": [1.9428151289814517, 47.639819324763714], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.426127679028235, 48.93340126510723], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.6602469999999996, 48.925557000000005], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [1.2265067348927707, 45.86473532097177], \"country\": \"France\", \"county\": \"Haute-Vienne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [2.358003491087142, 48.80025884207399], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4183036752362903, 48.97329912898145], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.492666265107229, 48.92631232097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.555999157926016, 46.766157508912855], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.85553, 47.67049], \"country\": \"France\", \"county\": \"Territoire de Belfort\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.450907265107229, 46.16792532097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.5333763209717644, 48.762264734892774], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [5.307652508912858, 43.50304115792601], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.962538, 43.26742], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.1747210000000003, 48.822848], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.026019871018549, 47.15993632476371], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.015771675236291, 45.67832587101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.832384, 45.596599999999995], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [1.443743265107229, 43.548143679028236], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [-1.2046015089128586, 46.25073715792602], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5050803209717643, 48.84697973489278], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.2898743247637094, 48.80077387101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.3364615089128584, 48.786826842073985], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4574996790282353, 48.96037026510722], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.844147491087142, 51.132698842073985], \"country\": \"Belgique\", \"county\": \"West-Vlaanderen\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"PL > 3T5\", \"merchandise_types\": \"- Classe 1,<br>- Classe 2,<br>- Classe 7,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [2.1426603209717636, 49.12365826510723], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.166188734892771, 49.04783667902824], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.5892326103067895, 48.63363038969322], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.5729361579260157, 48.94148050891285], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [6.002332128981451, 45.46129032476371], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.3387639999999994, 49.017301], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.846322265107229, 46.335639320971765], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [3.0949364910871418, 45.89661415792602], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [6.401151389693211, 43.471198389693214], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.505781675236291, 45.42475087101855], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [6.853697128981452, 47.57317467523629], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.75324967523629, 48.574653871018555], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [1.5728449999999998, 48.756815], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"10 m3\"}, {\"location\": [2.6556732651072292, 48.538606679028234], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.3336988710185484, 43.51666632476371], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.8425386790282356, 43.540469734892774], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.631434, 48.921895], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.6186341289814514, 44.68115632476371], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.78814767523629, 48.61119812898145], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4284015089128577, 48.95375515792602], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [2.2947900000000003, 48.709298], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.915157, 45.780011], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"14 m3\"}, {\"location\": [3.1937699999999998, 45.760692], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.092574842073984, 49.08486549108714], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.1252185089128577, 49.51485315792602], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.924910128981452, 46.83874567523629], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.022561320971764, 49.10497726510723], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3523126790282354, 48.70431426510723], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.437039128981452, 43.569399324763715], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.9908181579260154, 49.175339508912856], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.717117508912858, 45.17372915792602], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.355779610306789, 48.81384338969321], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.683198, 45.765122], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"- Classe 7\"}, {\"location\": [4.969979, 48.542536999999996], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.0062283209717644, 50.416794734892775], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [22.771546157926014, 42.31196450891286], \"country\": \"Bulgarie\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"5 m3\"}, {\"location\": [2.1798322651072293, 48.970123679028234], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.4828813896932105, 48.566124389693215], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [2.0432738710185485, 48.67808932476371], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.3952204910871415, 43.705954157926016], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.584839157926016, 50.707983508912854], \"country\": \"Belgique\", \"county\": \"Li\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [-1.9603773896932113, 52.57159461030679], \"country\": \"Royaume-Uni\", \"county\": \"West Midlands\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3\"}, {\"location\": [6.267062, 48.706595], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4090972651072287, 49.96519732097177], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 8, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.0890654910871422, 48.73778984207399], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.786692734892771, 45.76387367902824], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.392546508912858, 45.768136842073986], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.406627, 48.873064], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.0338841289814513, 48.86352132476371], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.6893581579260157, 48.832313508912854], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.3574734910871418, 48.87250315792602], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.217708324763709, 48.93555812898145], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.048583389693211, 49.603529610306786], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.254900734892771, 48.89084867902823], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.256101610306789, 48.94874461030679], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.162841, 49.110832], \"country\": \"France\", \"county\": \"Manche\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.6014426790282361, 47.28516726510723], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.2656591289814516, 49.02109932476371], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.7472589999999997, 48.55129], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.485129508912858, 48.72017684207398], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.546327265107229, 48.936416320971766], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-0.4327417348927709, 44.820779679028234], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [3.121306679028235, 49.300404265107225], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.8891375089128575, 45.810365157926014], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.780252324763709, 45.77921012898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.439502265107229, 47.01455967902823], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.9874428420739845, 43.197344491087144], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.373641324763709, 48.76822812898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.301679, 47.741021999999994], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [6.261447157926016, 49.05665549108714], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.380994491087142, 44.31347915792602], \"country\": \"France\", \"county\": \"Aveyron\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.184295128981452, 49.44542767523629], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.294277, 48.833813], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.1401226752362907, 49.40785387101855], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [1.225019610306789, 45.12797161030679], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.269111675236291, 48.869246871018554], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-0.5878322651072293, 46.337823320971765], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [4.25589332476371, 48.99819212898145], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [6.28278226510723, 46.13848967902823], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.6618976752362906, 48.61304112898145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [5.224402265107228, 45.65710432097177], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [4.8275714910871415, 45.80238515792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.0942519999999996, 49.087180000000004], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.4708093896932106, 47.19001638969321], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.00180887523629, 45.77353342898144], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.9468503209717638, 49.076976265107234], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.1886056790282353, 48.921515265107224], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3492675089128583, 48.61700784207398], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [7.708327128981452, 48.47719532476371], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0612826103067894, 50.42300938969321], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [6.310752675236291, 49.09498987101855], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.7739994910871415, 45.443887157926014], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, PL > 3T5\"}, {\"location\": [7.768900508912858, 48.72046715792602], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.1537896752362906, 49.01957212898145], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.326243, 48.667204999999996], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [3.0477563209717644, 49.47943373489277], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.228168265107229, 50.581619679028236], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.5651986752362905, 49.28328212898145], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.989944, 49.432875], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.070516, 50.6276], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.254458265107229, 49.04808367902823], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [3.1889978710185485, 45.68411832476371], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [7.404946265107229, 47.76445467902823], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [6.207706508912858, 48.60222984207398], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.365371389693211, 44.349797389693215], \"country\": \"France\", \"county\": \"Lot\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.9632982651072295, 48.90620067902823], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-1.6057463209717644, 49.27029626510723], \"country\": \"France\", \"county\": \"Manche\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.482313265107229, 48.930523320971766], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.5943338710185486, 48.753035324763715], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.0716831579260155, 45.553217491087146], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [7.37743832476371, 48.60034687101855], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.12700338969321068, 44.76787138969321], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2821854910871417, 48.956213157926015], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.149836265107229, 46.188695679028235], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.322947734892771, 43.36755532097177], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.94066, 45.599092], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.123775389693211, 48.81846138969321], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.9171211579260157, 48.57702249108714], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.8127634910871422, 48.876479842073984], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [7.724520871018548, 48.666917675236284], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [2.690968265107229, 48.89408032097177], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4191021289814514, 48.78288832476371], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.375693320971765, 43.75856773489277], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.1080613247637094, 48.98839387101855], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.829686265107229, 45.683992679028236], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.710856491087142, 44.49255684207398], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [1.4004222651072291, 43.599079679028236], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4818247348927707, 48.915301320971764], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.5857851579260158, 48.508346491087146], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.8495743896932106, 43.68688861030679], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.899702491087141, 45.77725815792601], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [-1.5615803247637092, 47.19206487101855], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.7444443209717637, 49.057504265107234], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.0168046752362905, 45.72040812898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.474035491087142, 48.95541215792601], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.007715265107229, 45.619746320971764], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.873193871018548, 45.86381267523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.421653320971764, 48.761926265107235], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.224968324763709, 48.72301012898145], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [4.4499621289814515, 43.76592267523629], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [5.130458410306789, 47.584859510306785], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [4.886694842073984, 45.80203550891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4431438710185485, 48.789084324763714], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [30.42408138969321, 50.55085861030679], \"country\": \"Ukraine\", \"county\": \"Kyiv City\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.154455842073984, 48.99544850891286], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [-1.7461491579260158, 48.00771849108715], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.065119610306789, 45.84010661030678], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.7782793209717638, 48.95101126510723], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [3.2653749999999997, 45.707659], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.887905842073984, 44.00024649108715], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.490784, 43.2868], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.37944, 44.532534], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.974709610306789, 45.792820610306784], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.4530925089128575, 49.608796157926015], \"country\": \"France\", \"county\": \"Meuse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [21.523037842073983, 45.614251491087145], \"country\": \"Roumanie\", \"county\": \"Buzias\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [6.213490508912858, 49.18504215792601], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.398915157926016, 48.573677491087146], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.3153057348927706, 48.97651032097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.1364276103067894, 50.55645838969321], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9,<br>- N\\u00ba ONU 1202, 1203, 1223 de la classe 3\"}, {\"location\": [6.202475871018548, 48.76705367523629], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.872293508912858, 44.78621984207398], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.09481561030679, 49.303595610306786], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.118223320971764, 49.159381734892776], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.795567734892771, 45.673540679028235], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.418738734892771, 45.41531867902823], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.719524842073984, 45.54585349108714], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.4495986752362486, 44.00561587101854], \"country\": \"France\", \"county\": \"Aveyron\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [5.4751299209717645, 47.72872933489276], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3\"}, {\"location\": [0.5740237348927707, 45.233494320971765], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 8, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [4.664254079028236, 49.82492386510722], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.821419, 47.389758], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.6196883247637093, 47.32172087101855], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [4.937691389693211, 45.770408389693216], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.403286610306789, 48.84914238969321], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [26.02770573489277, 44.37676567902823], \"country\": \"Roumanie\", \"county\": \"Bucharest\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [5.00392461030679, 45.72867761030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [4.050388389693211, 49.35274861030679], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.9064991579260155, 45.69812249108715], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.577186, 46.370679], \"country\": \"France\", \"county\": \"Creuse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.3755413896932107, 49.18943638969321], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.533190679028237, 43.17491773489277], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.2490531579260158, 48.978487491087144], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.9788930000000002, 50.37904], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.683568320971764, 48.91853226510723], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [19.09137349108714, 50.90128015792602], \"country\": \"Pologne\", \"county\": \"Powiat Cz\\u0119stochowa\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.4282079999999997, 49.383844], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.6002300000000002, 46.835738], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [-0.6634581289814514, 44.76392332476371], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.8375247348927709, 45.896371679028235], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [6.041916389693211, 47.744356389693216], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.1407716752362904, 48.82797712898145], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.137551679028235, 48.883145265107224], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-0.5452101289814514, 44.687459324763715], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [5.392075871018548, 45.12395032476371], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.231293508912858, 48.79690284207398], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.237431508912858, 47.53581584207399], \"country\": \"France\", \"county\": \"Yonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.081321871018548, 49.34653367523629], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.003326265107229, 43.075679679028234], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.5747901579260157, 49.517189491087144], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [0.25285550891285763, 48.06053815792602], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [1.3714783896932103, 45.17225461030679], \"country\": \"France\", \"county\": \"Corr\\u00e8ze\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.147385734892771, 48.83621967902823], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [7.36306532476371, 47.67653812898145], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.858762675236291, 43.54154787101855], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.198592842073984, 48.849758508912856], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.085912389693211, 48.998589389693215], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.115396508912858, 48.689080842073984], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.041582128981451, 47.392494675236286], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.732629491087142, 48.867827842073986], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.6472418420739843, 42.977699491087144], \"country\": \"France\", \"county\": \"Ari\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.614751842073984, 48.47563949108714], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.990481128981451, 48.91283167523629], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.5777188420739843, 47.173275491087146], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [7.635376734892771, 48.61636532097177], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.606313320971764, 48.21806726510723], \"country\": \"France\", \"county\": \"Vosges\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-0.479576, 49.250841], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.754624734892771, 49.585040320971764], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.417428, 48.909084], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4864892651072292, 48.82198767902823], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [5.004279265107228, 45.74860332097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.268377, 48.637437], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.9040575089128575, 45.814688157926014], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.284940842073984, 46.476731508912856], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [7.110926265107229, 43.670243320971764], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"5 m3\"}, {\"location\": [2.505053389693211, 48.600073389693215], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.5942824910871416, 50.013760157926015], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [2.7072478710185486, 48.324721324763715], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.320092, 48.982952], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon, Frigo\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [3.533834679028235, 47.871896265107225], \"country\": \"France\", \"county\": \"Yonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-3.361823428981452, 47.99724097523629], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.9250613896932105, 48.846922610306784], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.5635103247637092, 43.94758987101855], \"country\": \"France\", \"county\": \"Tarn\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [4.8219167348927705, 45.709836679028236], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.082033265107229, 45.56401932097177], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.890550734892771, 43.80031632097177], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [1.153176734892771, 43.47737167902823], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.153983491087141, 48.74783215792601], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.1198823209717643, 49.32052173489277], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [5.7689224910871415, 46.22239415792602], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [4.77169732476371, 45.75546087101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.26823638969321084, 46.378621389693215], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.426925610306789, 48.93388061030679], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-0.4945127348927709, 44.83231167902824], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [1.2203193247637092, 45.81145887101855], \"country\": \"France\", \"county\": \"Haute-Vienne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [1.4851690000000002, 43.561822], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.7482683896932105, 47.11783038969321], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.21141967523629, 45.91190087101855], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.946611675236291, 45.55858812898145], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.489384265107229, 48.82125132097177], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.1146963896932105, 48.622486389693215], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [1.323885, 43.535886], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.1653963896932105, 48.874946389693214], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [6.1390044910871415, 49.192561157926015], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.2121511289814513, 50.536196324763715], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.843918508912858, 46.04558584207398], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.1586290000000001, 49.449345], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.579808128981451, 49.05280167523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.307089734892771, 45.418829679028235], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4248044910871416, 49.12338415792602], \"country\": \"France\", \"county\": \"Val-d\\\\&#039;Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [1.3864056103067894, 43.45604738969321], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.3739845089128576, 49.820423157926015], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.656586320971764, 47.15459973489278], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [4.912961508912858, 44.96118415792601], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.3453816103067893, 48.751677389693214], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.496514871018548, 48.91359867523629], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.8655631289814516, 42.58754832476371], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.307985679028236, 48.669912734892776], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.2825333896932105, 48.79644538969321], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.323363, 45.315211], \"country\": \"France\", \"county\": \"Haute-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [3.099717265107229, 50.714514679028234], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5330863209717642, 48.84858973489278], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [4.336601324763709, 46.77013987101855], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.34035800000000005, 44.991146], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.387558157926016, 48.837183491087146], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.692291734892771, 44.39875132097177], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.818996842073984, 43.91477849108714], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [1.0120898420739841, 49.419972508912856], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 14 m3\"}, {\"location\": [6.369401842073984, 43.559447508912854], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.688952157926016, 48.768157491087145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.9248465089128577, 42.75439915792602], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.787370734892771, 45.75919532097176], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.284647265107229, 45.69483867902824], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.8073996752362906, 46.52347912898145], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.397346, 47.256522], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.241529324763709, 48.98189512898145], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [3.0813218710185484, 49.16999232476371], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.0367275089128583, 49.348952842073984], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.124683842073984, 50.699582508912854], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.3508916790282353, 48.94579826510723], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.991618389693211, 49.30871961030679], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.4748621579260157, 48.821976508912854], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"10 m3\"}, {\"location\": [2.9780487348927713, 50.58057467902823], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.0226214910871416, 49.348082157926015], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.65185, 48.436552], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.3028999999999997, 48.993203], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [5.255792, 43.381515], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.7379206790282353, 50.33843326510723], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.436761320971764, 48.96123926510723], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4320062651072294, 48.89855367902823], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.38054449108714183, 45.05695584207398], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.1768016790282365, 50.606605734892774], \"country\": \"Belgique\", \"county\": \"Brabant Wallon\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.374892320971764, 49.39503626510723], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [4.819641871018548, 46.40954167523629], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.2524177348927705, 48.946976320971764], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [1.432150871018548, 43.78159367523629], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.6665518710185485, 48.43716832476371], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"2 m3\"}, {\"location\": [2.0796025089128576, 49.011131157926016], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.464643265107228, 43.344532320971766], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.986414871018549, 47.205524324763715], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [-1.094848389693211, 47.52061161030679], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.904352157926016, 49.434606491087145], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.556437942073983, 49.897961991087136], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [5.566252599999999, 46.266988500000004], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.13086152898145, 46.173066724763714], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.9631591579260158, 49.563408491087145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [0.456818871018548, 45.38126767523629], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.913697508912858, 45.609581842073986], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.192324157926016, 45.796528491087145], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.733272, 47.531737], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.542781320971764, 43.584715265107235], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [3.117192265107229, 50.663812320971765], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.632547157926016, 48.897119491087146], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.3978386790282356, 48.71254273489277], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.213752324763709, 48.88745512898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-0.682838871018549, 44.99207267523629], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.9828343209717638, 46.29693526510723], \"country\": \"France\", \"county\": \"Creuse\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [5.222141265107228, 47.479737320971765], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"- Classe 1,<br>- Classe 2,<br>- Classe 7,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9\"}, {\"location\": [2.4928803209717643, 49.180156734892776], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-4.208342871018549, 47.95406267523629], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.379685491087142, 48.995377157926015], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.320521389693211, 48.859513610306784], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.2520128710185485, 49.063962324763715], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.325685734892771, 48.81780067902823], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4048866790282353, 49.10035726510723], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.340222324763709, 48.64540312898145], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.08571232476370926, 47.94379087101855], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [6.015771491087142, 47.32307515792601], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [5.821556, 43.334525], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.428733679028236, 45.684852265107224], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.133019734892771, 48.83732667902823], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.4724277348927712, 48.789380679028234], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-1.5788203247637096, 48.10046812898145], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.3341913209717635, 46.350576265107236], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [-0.3081729999999998, 49.023174999999995], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.271452, 48.882593], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.9871296103067893, 48.91831338969321], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.779805, 43.479119], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4399192651072292, 48.59973667902823], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4875828420739845, 48.77883049108714], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.702691128981452, 45.72684167523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [-4.367816320971764, 48.01216673489277], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-3.3066053896932113, 47.81189161030679], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.2126783247637096, 48.84027587101855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [6.992805265107229, 43.60164467902823], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [3.4921778710185487, 45.79525432476371], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [7.7448085089128575, 48.531516842073984], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3658174910871423, 48.775451842073984], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.5637801579260153, 50.59857050891286], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [1.885933679028236, 44.361786734892775], \"country\": \"France\", \"county\": \"Aveyron\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.4897343896932105, 47.804752610306785], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [-1.6751975089128586, 47.211164157926014], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [4.801970157926016, 46.02591250891285], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.757039, 45.593231], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3599335089128584, 45.469244842073984], \"country\": \"France\", \"county\": \"Corr\\u00e8ze\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.140577842073984, 48.824109508912855], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.484317871018549, 47.28781767523629], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.326356128981451, 48.91466067523629], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"5 m3\"}, {\"location\": [0.9355334910871416, 48.83223915792602], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.026691491087142, 50.55031784207399], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.0127364910871424, 43.76759415792601], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [-1.873190157926016, 48.124445508912856], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [3.258559610306789, 45.832737610306786], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.94098661030679, 43.381933389693216], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [1.9944117348927706, 49.08928832097177], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.611177491087141, 48.598318157926016], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [7.266400389693211, 47.81981661030679], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.1383728420739843, 48.93236250891285], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.7083552651072291, 47.72806967902823], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.630248128981451, 49.02753567523629], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.6398189999999997, 48.882339], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [4.5867482651072295, 47.89589167902823], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.5812031579260157, 48.647914508912855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-4.419062, 48.596369], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4699611579260154, 48.866059508912855], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.8246453247637096, 43.366229871018554], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.6800126752362907, 47.24151712898145], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2520216790282355, 48.94472926510723], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.277994679028236, 48.68363973489277], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [-2.460468871018549, 47.64791667523629], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.703055320971764, 50.06277026510723], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": true, \"vehicles\": 4, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classe 7,<br>- Classes 3, 4.1, 4.2, 4.3, 5.1, 5.2, 6.1, 6.2, 8 et 9,<br>- N\\u00ba ONU 1202, 1203, 1223 de la classe 3\"}, {\"location\": [5.419475508912858, 43.20447084207398], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.368636842073984, 48.94809450891285], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3314809999999997, 49.06515400000001], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.017187491087142, 49.73655315792602], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-3.219700842073984, 48.262193491087146], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.869372871018548, 48.698786675236285], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.3592629999999999, 47.29303], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.359008842073984, 48.949602508912854], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.41581, 48.961557], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.17806273489277, 43.39238767902823], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.16111367523629, 45.74650687101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.5245291579260156, 48.891472508912855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-2.613946734892771, 48.525776320971765], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.85365767523629, 49.76357887101855], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [-1.496372508912858, 43.422613842073986], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2677946790282357, 48.55495573489277], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.297217610306789, 48.82634261030679], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [1.894901265107229, 47.894193679028234], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.3384794910871423, 43.65061284207398], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.3322388420739841, 43.56451450891286], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.15468, 50.202389999999994], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.006082610306789, 43.39681138969321], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.1828310000000002, 49.411925], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.652905389693211, 45.81081861030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.341208871018549, 43.198187324763715], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.506222, 46.085683], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [4.49726, 43.741502], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.282185491087142, 48.78991484207398], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.423313610306789, 50.50198961030679], \"country\": \"Belgique\", \"county\": \"Hainaut\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4634893247637093, 48.77840587101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.5711406103067893, 48.82189838969321], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.4387444910871423, 48.92037884207399], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.872974, 45.786246000000006], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3\"}, {\"location\": [2.3070738420739847, 48.96338049108714], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.710757508912858, 45.012260842073985], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [5.0897147348927705, 45.70496467902824], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3, 14 m3\"}, {\"location\": [2.4725339999999996, 48.993007000000006], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [6.031552508912858, 43.22302815792602], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.1470635089128582, 48.910726842073984], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [1.3836313896932104, 43.66799561030679], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.854112157926016, 44.507812491087144], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.5975343896932106, 46.27917638969321], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.5385446103067895, 48.74336538969321], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.890978508912858, 43.877711842073985], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.5724141579260156, 48.99054850891286], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.408559, 48.880436], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.4007598420739846, 48.80491149108715], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [-1.6970531579260157, 47.995308491087144], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.5370912651072293, 48.88797867902824], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.816084, 45.79144], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4915838710185483, 48.95347567523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.3549197348927708, 47.148780679028235], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.2248053247637092, 44.05576012898145], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.618344265107229, 48.942535320971764], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.0949255089128576, 49.507110157926014], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.232904, 45.405383], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.325051842073984, 49.19608250891286], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.635068675236291, 48.80822887101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.5403963247637096, 48.54341487101855], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.910449, 49.016781], \"country\": \"France\", \"county\": \"Manche\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.5385386752362904, 48.76900712898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.4920943247637095, 49.06459612898145], \"country\": \"France\", \"county\": \"Manche\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.5682937348927712, 48.74308867902823], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.1923477348927711, 43.527737679028235], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3387484910871423, 48.854378842073984], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.385172157926016, 48.835455491087146], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.801967734892771, 45.810803320971765], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.5219002651072286, 48.813547320971765], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.3726614910871424, 48.66760684207399], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-1.6281392651072288, 47.26121067902823], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [4.83214573489277, 45.83445032097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 14 m3\"}, {\"location\": [3.951501675236291, 43.55540087101855], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.7893473896932108, 48.89829438969321], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.6414666752362903, 48.80844512898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [5.01638826510723, 44.81760667902823], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.095752871018548, 45.38778867523629], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [1.3038027348927712, 43.580522679028235], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.9709813896932102, 49.180635389693215], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [1.1447941579260155, 49.49986450891286], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.4866733209717644, 48.53950773489277], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4931166790282355, 48.890726265107226], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3183703247637095, 48.84242487101855], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.4988428420739843, 49.506984491087145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.2154146103067895, 45.06362938969321], \"country\": \"France\", \"county\": \"Cantal\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-1.0682686103067895, 45.735557610306785], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-1.498341734892771, 47.15931667902824], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-3.7904860000000005, 48.624814], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.5521393247637092, 48.42871787101855], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [3.206415491087142, 50.791402157926015], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5177075089128578, 49.542702157926016], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.6825743896932108, 48.92424538969321], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [0.1980434910871416, 48.10126415792602], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.355954871018548, 45.653284675236286], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.417313842073984, 48.97233750891286], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.4702034910871418, 47.11603884207398], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.5500985089128578, 47.17848384207399], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.269326, 43.328292], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [7.286977128981452, 47.82339967523629], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo, ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.5156326790282355, 49.00968826510723], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.264524, 48.808214], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.028619320971765, 46.05712573489277], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.797656842073984, 43.52574650891285], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [-0.7690318420739843, 49.046112508912856], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.560634842073984, 44.27893350891286], \"country\": \"France\", \"county\": \"Aveyron\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.742991610306789, 49.117272610306784], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [1.9407361289814518, 47.85563232476371], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [1.8042219999999995, 43.78145000000001], \"country\": \"France\", \"county\": \"Tarn\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.5269721289814515, 48.861543324763716], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.623241157926016, 48.87745549108715], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.409367508912858, 43.426117157926015], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-0.4969791579260159, 46.32293750891286], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.4822806752362907, 43.57600212898145], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.9987278420739845, 47.157172491087145], \"country\": \"France\", \"county\": \"C\\u00f4te-d\\\\&#039;Or\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.987418265107229, 45.82211467902823], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.796007265107229, 45.71385967902823], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [2.689082157926016, 48.90681049108714], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.3608644910871424, 48.867979842073986], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.323025189693211, 48.82281158969322], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.4122901289814511, 43.652398675236284], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 14 m3, 20 m3\"}, {\"location\": [3.917962, 50.309728], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.2120230000000003, 48.869897], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.5757053209717637, 43.61096226510723], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.150563842073984, 50.322995508912854], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.324527610306789, 48.69466361030678], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.6348989999999994, 48.636776000000005], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [4.769690389693211, 44.80696538969321], \"country\": \"France\", \"county\": \"drome\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.0758096752362905, 49.550692128981446], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [3.9608363896932106, 48.384183610306785], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.416794842073984, 48.85170250891286], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.443168128981451, 48.88373867523629], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.491502265107229, 48.816667679028235], \"country\": \"France\", \"county\": \"-\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [4.905838871018548, 45.697692324763715], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3\"}, {\"location\": [0.07675538969321045, 49.56287261030678], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.323715508912858, 48.781400842073985], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [5.366876491087141, 43.40063015792602], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.918412508912858, 45.67230284207398], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.1751598420739844, 44.61807550891286], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.916046265107229, 42.665525679028235], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.501961157926016, 48.832663491087146], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.5102737348927711, 43.591529679028234], \"country\": \"France\", \"county\": \"Gers\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.295277734892771, 48.80048767902824], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.139357491087142, 48.809816842073985], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.9767246103067893, 48.913879389693214], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.682726324763709, 48.75732012898145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.6340863209717645, 44.92398126510722], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4621231579260154, 49.03049250891286], \"country\": \"France\", \"county\": \"Val-d\\\\&#039;Oise\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.643203265107229, 49.114792320971766], \"country\": \"France\", \"county\": \"Val-d\\\\&#039;Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.836165, 45.697822], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.9347246790282355, 48.85290026510722], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.2103636790282355, 43.50958226510723], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.498818679028236, 48.76501473489277], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [6.410215679028236, 43.45749973489277], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [5.165902610306789, 43.586272389693214], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.366604842073984, 49.07236350891286], \"country\": \"France\", \"county\": \"Val-d\\\\&#039;Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [7.8157506103067895, 48.509765389693214], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.713911508912858, 45.23284315792601], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.29437632476371, 43.30597912898145], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.6054032651072294, 48.757693679028236], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.189430157926016, 49.26401649108714], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.5400735089128577, 49.030910157926016], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.5966259999999999, 44.77021499999999], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [6.974959871018547, 43.66376067523629], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3617844910871417, 48.958718157926015], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.324339508912858, 49.972319157926016], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.7556433209717643, 50.448942734892775], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.0890108420739844, 49.18546949108715], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.888404320971764, 45.67128173489277], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.910319871018548, 45.687037324763715], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.9554297348927712, 49.00072167902823], \"country\": \"France\", \"county\": \"Val-d\\\\&#039;Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [6.234981, 46.115691999999996], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.378976, 45.350722999999995], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.4678134910871417, 49.04001415792602], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.0813546790282365, 45.719528734892776], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.7745056103067889, 47.438527610306785], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.967854, 50.417108], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.632607, 48.003963], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.6877541579260154, 48.98152350891286], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.353411265107229, 49.053666320971764], \"country\": \"France\", \"county\": \"Val-d\\\\&#039;Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.8555293209717645, 43.874484734892775], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.107913675236291, 48.53442287101855], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.874417610306789, 44.80827638969321], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.1720384910871416, 48.05037515792601], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4298575089128582, 48.816323842073984], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.297718679028235, 48.93305726510722], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.865374508912858, 50.34507284207398], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.231776734892771, 48.85295167902823], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.167645575236289, 43.75789002898145], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [8.00176, 48.896742], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.4502450000000002, 48.676188], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.174826508912858, 49.03085515792601], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.8171923896932105, 50.628604389693216], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [-0.6641491289814514, 44.69209932476371], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.3038773896932105, 48.86830838969321], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [5.947235320971764, 43.163884265107235], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.289765491087142, 48.80694784207398], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"14 m3\"}, {\"location\": [5.404221508912858, 43.37963115792601], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.6273002651072295, 48.74353967902823], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.329859, 48.788833], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.40629638969321, 50.567526610306786], \"country\": \"Belgique\", \"county\": \"-\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.5561366790282358, 48.188580734892774], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.09838367523629, 45.418603871018554], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.9108446103067893, 48.89598938969321], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.600012157926016, 48.86390049108714], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.414473128981451, 48.88304767523629], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.0572559999999998, 50.71925], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [-1.380361734892771, 46.60804467902823], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4762501579260157, 48.69120250891286], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.2916794910871423, 48.74112384207398], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.7478755089128577, 48.921099157926015], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5976804910871416, 48.617180157926015], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.3953373896932106, 48.83663161030679], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-0.4851333247637093, 44.82596487101855], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3115433896932105, 48.783515389693214], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.05442353489277106, 49.449571079028246], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.031249389693211, 45.842269389693215], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.474316, 48.88669], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4172301289814513, 48.78402332476371], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4769859999999997, 48.839654], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"5 m3\"}, {\"location\": [2.407907157926016, 48.799413491087144], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.414149508912858, 48.811963842073986], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.355269, 48.841885], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [1.7207581089128583, 48.913524542073986], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [-1.75956, 48.070962], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.9446177103067894, 48.86638708969321], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.412101320971764, 48.809851734892774], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.216515324763709, 48.90861712898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.2994496790282355, 48.973810265107225], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [3.867140179028236, 43.53417463489277], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [5.25539038969321, 45.22448461030679], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [1.1392544910871416, 49.39937915792601], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.374682324763709, 48.80967912898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.392806491087142, 48.928504157926014], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.179557734892771, 50.77680467902823], \"country\": \"Belgique\", \"county\": \"Flandre Occidentale\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.4981801579260154, 48.837516508912856], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [0.838573, 48.903006], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.41944593489277, 47.94979507902822], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": null, \"vehicles\": 4, \"options\": \"Hayon, Frigo\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3\"}, {\"location\": [4.871296675236291, 46.94777212898145], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.8283923247637093, 47.893513128981446], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.298365842073984, 48.65626950891286], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.9073951289814517, 46.34344832476371], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.474173320971764, 44.91314373489278], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4139766752362903, 48.92467212898145], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.307369320971764, 49.01985626510723], \"country\": \"France\", \"county\": \"Val-d\\\\&#39;Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.4042075089128576, 48.77324915792602], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.317313871018548, 49.007078675236286], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.47403, 48.885914], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [0.327002, 47.166606], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-0.5027983247637093, 44.878617128981446], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.989379508912858, 48.31672984207398], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.1200509999999997, 48.978825], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.502207610306789, 48.95604861030679], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.36029126510722875, 45.60828232097177], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.5805298710185487, 48.689953324763714], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.8560976790282355, 44.058912265107224], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Frigo\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.2905618420739846, 48.78399149108714], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.2755282651072295, 48.84917767902823], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.827697679028235, 45.775180265107224], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.4497389999999999, 46.931934], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 14 m3\"}, {\"location\": [0.6952027348927711, 44.04711567902823], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3, PL > 3T5\"}, {\"location\": [2.217899871018548, 49.02056867523629], \"country\": \"France\", \"county\": \"Val-d\\\\&#39;Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.86792238969321, 43.06188138969321], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.419813265107229, 45.288927679028234], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.085830320971764, 49.38797526510723], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.332592679028236, 48.793204734892775], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.296432965107229, 49.16258822097176], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.4050123896932107, 48.65662661030679], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4270542651072287, 48.90661532097177], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.292876542073984, 43.338787808912855], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.012457789693211, 49.383286089693215], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.2556353247637093, 47.00692137101855], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.774639265107228, 48.64108232097177], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [2.274899, 48.7877], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.852035389693211, 45.71326338969321], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.298590579028236, 48.94498043489278], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.82297, 45.832212], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.3529649999999998, 48.967001], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.955621389693211, 44.966334410306786], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [-1.6067174089128577, 47.14353474207398], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [6.1648975089128575, 49.171192842073985], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [5.790501128981451, 45.296847675236286], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-4.098868491087142, 47.895410842073986], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [6.388277734892771, 46.187880320971765], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.487122, 48.788422], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.2921473896932105, 49.06314561030678], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.775998157926016, 48.14903250891285], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [1.8365873209717638, 46.80385226510723], \"country\": \"France\", \"county\": \"Indre\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.5273581579260158, 43.570210491087145], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"10 m3\"}, {\"location\": [-1.6779005089128578, 48.09967984207398], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4129516790282355, 48.86695326510723], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [2.0233525089128577, 43.842746157926015], \"country\": \"France\", \"county\": \"Tarn\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.223530128981451, 48.98006067523629], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [0.16190115792601562, 44.33911050891285], \"country\": \"France\", \"county\": \"Lot-et-Garonne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [-0.45998649108714235, 47.54961315792602], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.803525389693211, 43.16219261030679], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo\", \"tvs\": \"14 m3\"}, {\"location\": [2.148217675236291, 48.54805387101855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [1.1179646103067893, 49.366255389693215], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [-0.06309332476370925, 45.452780871018554], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.794632734892771, 45.544707679028235], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.825372679028201, 48.79676173489276], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.5739186103067895, 48.34314238969321], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.4997728710185485, 48.820823324763715], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.8927433247637093, 48.76372887101855], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.111054157926016, 45.882469508912855], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"5 m3\"}, {\"location\": [-0.47960899999999984, 44.746593], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [4.3889256103067895, 45.66910261030679], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [-1.4281573247637094, 46.70706487101855], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.249839324763709, 48.79104012898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.3676813209717638, 44.23919626510723], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-1.1685704910871417, 48.12223384207398], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-2.5235778420739843, 48.465564508912856], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.0945408710185482, 49.103916675236285], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.6459213247637092, 47.85452612898145], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.275693, 49.765767999999994], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 20 m3\"}, {\"location\": [5.1360606752362905, 47.293848871018554], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.395654510306789, 48.726764989693216], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [5.147457, 43.487117], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [2.264289389693211, 48.871625389693214], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.395515675236291, 48.87950887101855], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.4467636790282357, 47.209577734892775], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.820181842073984, 46.81517050891286], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.271375542073984, 43.252028308912855], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3956128710185483, 48.93473867523629], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.2801923247637093, 43.361031871018554], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.821357771018548, 47.57179412476371], \"country\": \"France\", \"county\": \"Territoire de Belfort\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.4451356752362905, 47.79742912898145], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.1654929999999997, 49.080006000000004], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.138987157926016, 48.93743750891286], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4802345089128583, 48.833805842073986], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [5.99219838969321, 48.96663561030679], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.199040675236291, 50.62794687101855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.3594938710185485, 43.475891324763715], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3171837348927706, 48.981634320971764], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [7.303803508912858, 43.61467984207398], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4884471579260157, 48.897709508912854], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.813914, 50.687889], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3452363896932105, 48.69890138969321], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.1189240000000003, 50.665178], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.760411679028236, 45.70968273489277], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.555388324763709, 48.53986012898145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.278336128981451, 48.91170167523629], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.65964632476371, 45.18655487101855], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.398558508912858, 43.206165842073986], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3, 14 m3\"}, {\"location\": [5.184867128981452, 43.38750232476371], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3605210000000003, 48.749557], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.31238608969321, 43.367985910306786], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5067119999999994, 48.99988200000001], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.128510491087142, 50.80168215792602], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.1635358420739843, 48.91276849108714], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.216007324763709, 48.93379812898145], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.595666157926016, 48.714530491087146], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.4821939999999993, 49.024471000000005], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.468161320971765, 45.36351373489278], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.464691610306789, 43.35785661030679], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.3190248420739845, 48.97511049108714], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.2724213209717643, 48.81272073489277], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.433287675236291, 48.85047987101855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.5903433209717637, 48.87870726510723], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.166178020971764, 48.863600165107236], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.7127215089128585, 47.346982157926014], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.880356, 45.673635999999995], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3950662651072294, 48.936393679028235], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.091747389693211, 50.666223389693215], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [7.176968265107228, 43.641956320971765], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.1389633896932105, 49.009836610306785], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0324828420739847, 50.71185949108715], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.311289, 48.790861], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.079910734892771, 49.03607267902824], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.737761265107229, 45.91853767902823], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.143896842073984, 48.95284550891286], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [2.445222128981451, 48.95213917523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.4153813000000002, 49.1586601], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"5 m3\"}, {\"location\": [2.4142430910871417, 48.95882885792603], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4112028289814513, 48.78382962476371], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.110661434892771, 49.29444357902823], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.3678556651072293, 48.83469697902823], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2367941289814515, 48.846229624763716], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-1.6246968247637092, 48.104268871018554], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [-0.5874276209717647, 44.912745365107234], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": null, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3\"}, {\"location\": [2.2813831790282357, 48.80882773489277], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.537281108912858, 49.02297555792602], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.6539922910871415, 47.47051615792601], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [3.2438500710185485, 45.7027060247637], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-1.503492434892771, 47.18308387902823], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": null, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.3288607348927712, 48.702836379028234], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.3663623710185484, 48.797713124763725], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"20 m3, PL > 3T5\"}, {\"location\": [2.2467087089128577, 49.09207105792601], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.722522765107229, 48.921019820971765], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.57390138969321, 43.63692738969321], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.125159391087141, 49.29882195792601], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.782324042073983, 45.76736180891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.9325344209717645, 45.66504883489277], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1346942420739845, 43.32134049108714], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.303167665107229, 48.96184172097177], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.361354279028235, 48.749934665107226], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3250305, 48.8030747], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.8120184348927713, 48.90355737902822], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.353213657926016, 48.847689391087144], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.397381628981451, 49.03051277523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.465103820971764, 48.83029896510724], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3989811896932105, 49.207196389693216], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.667947057926015, 48.59235379108714], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.750812191087142, 49.441730657926016], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [7.759571108912857, 48.64940545792603], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.9102022209717644, 49.420865434892775], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 14 m3\"}, {\"location\": [2.440996771018547, 48.97122537523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2962683247637083, 48.79816687101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3377823247637095, 48.841586071018554], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [1.9858834247637092, 48.79446342898145], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.1055663896932106, 48.87261848969322], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [7.659336142073983, 48.64279960891285], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [5.29419323489277, 43.25799547902823], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.5290968089128576, 49.01442685792602], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.6332075289814516, 48.609314824763715], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.6001355752362908, 44.894621528981446], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.361309320971764, 47.04264423489278], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.9361663999999998, 43.61648429999999], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [5.068646508912858, 45.10005915792602], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.836227871018546, 45.836198275236285], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1057795089128577, 50.680304057926016], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.192484279028237, 45.645535234892776], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.5982832579260156, 48.845860908912854], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.4824366710185489, 45.16391667523629], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4387204289814512, 48.94293477523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.325751571018549, 48.96508202476371], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [4.0448837, 49.317346500000006], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.1012802247637095, 48.94629287101855], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.078501800000001, 48.7757281], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.8133344, 49.0986662], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.8344523247637095, 49.50028387101854], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [2.294346, 48.83584500000001], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"5 m3\"}, {\"location\": [2.689197920971764, 50.59161956510723], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4338771247637094, 48.87645637101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.487545608912858, 47.04237004207398], \"country\": \"France\", \"county\": \"Jura\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2104708420739843, 48.68816850891286], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.5660397896932103, 43.14324851030678], \"country\": \"France\", \"county\": \"Ari\\u00e8ge\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [1.1321416752362907, 49.47011267101855], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.614531657926015, 45.43984129108714], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.9680563896932117, 49.19468938969322], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.891727924763709, 43.19914892898145], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [7.315335679028236, 47.69673873489276], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2364548790282357, 48.74029553489277], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [5.352221871018549, 43.20821132476371], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.424216110306789, 43.2835093896932], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [5.395257628981514, 43.1883998247637], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.958962865107229, 48.948440379028234], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3817014, 48.67216949999999], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.3919123289814515, 43.39113957523629], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5926023710185486, 48.37583822476371], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.206415942073984, 48.86925500891286], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [2.3291124710185476, 48.867096124763705], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 14 m3\"}, {\"location\": [2.3924479999999995, 49.006401600000004], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [3.531218775236291, 49.97438477101855], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4010986, 48.564572399999996], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [6.2757370579260146, 48.64723939108715], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3897804209717637, 48.75735926510723], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.3104955420739843, 48.837658791087144], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.298972091087143, 48.710381642074], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [5.423238808912857, 43.16786124207398], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2863597089128582, 48.844703342073984], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": true, \"vehicles\": 5, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.395512442073984, 48.81406700891284], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.3557354790282354, 43.85433876510722], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.259516179028235, 45.493285365107226], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.2984658209717646, 43.342993934892775], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.600983528981451, 48.959635675236285], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.200463724763709, 48.852908928981456], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [3.487287324763709, 46.13282712898145], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.288260020971764, 48.830932534892774], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [2.3600973752362906, 48.94869742898145], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.406195471018548, 49.332935675236286], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.4576519289814511, 43.671894975236285], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.352919200000001, 43.250071500000004], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.2178444420739845, 48.946300491087136], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.9322330999999997, 49.0201223], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.827577479028235, 45.884864165107224], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4611950752362906, 48.91006252898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.7938351420739842, 48.50087549108716], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3097546289814517, 48.78920992476371], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.683911520971763, 48.70258226510723], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.878997920971764, 43.53993413489278], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [3.635154, 47.79500109999999], \"country\": \"France\", \"county\": \"Yonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.380083965107229, 48.73833777902822], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.2730024910871416, 48.90665705792602], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3183986348927696, 48.90361592097176], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.2223772089128577, 47.20216634207399], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.5982894103067893, 48.9373181896932], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [5.494429657926016, 43.20644149108714], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.8458366710185485, 43.520168124763714], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.297234042073984, 48.89100220891286], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-1.2015232209717641, 46.08094373489278], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.5759079651072287, 50.41377072097177], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.910742508912858, 45.90417935792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3853367999999997, 48.95303500000001], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Frigo\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [6.1504446420739844, 49.14937350891286], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.2709063209717644, 48.85721283489278], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3999551289814516, 48.59304912476371], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.189606971018548, 48.091996175236275], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.481660065107229, 48.72155387902822], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.783927299999999, 45.6994722], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.0730298, 45.121581], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [4.777330734892772, 46.830516720971765], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4762649103067895, 48.869612789693214], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.0112755348927713, 48.75719867902822], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.3600715790282356, 48.81045953489277], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3, PL > 3T5\"}, {\"location\": [-1.620004957926016, 47.249808908912854], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3908973, 48.8200252], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.44807487902823573, 44.782115534892775], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3820945289814515, 48.7183857247637], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.264175208912857, 45.567541742073985], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.6716654752362907, 48.98835772898145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.4137092103067888, 48.93135971030679], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.815567471018548, 49.37843387523629], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.458986875236291, 48.734371971018554], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Frigo\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.335142389693211, 47.017372389693215], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.591209310306789, 47.166201510306784], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [2.3813439247637094, 46.709153571018554], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.325756942073984, 47.160612108912844], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.3492925, 48.88559529999999], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [7.778133889693212, 48.835300910306785], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.706729275236291, 48.83225327101855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.8429650651072291, 43.03278817902823], \"country\": \"France\", \"county\": \"Ari\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [-0.8231638710185489, 45.691373675236285], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.0360634, 44.524772799999994], \"country\": \"France\", \"county\": \"Lot\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [-1.4670718896932111, 47.278382710306786], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-2.6624989896932107, 48.43891278969321], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.2173655, 45.9035096], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [4.762899628981451, 44.19609252476371], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.5602593999999999, 47.4455696], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [1.183320871018548, 48.9217436752363], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [0.6823471209717642, 44.16587313489278], \"country\": \"France\", \"county\": \"Lot-et-Garonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [6.175931779028235, 49.19205286510723], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4070035896932107, 48.972031589693216], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.986646891087142, 45.69544764207399], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.13806417523629, 44.025532771018554], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.0074502710185482, 45.69413672476371], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.05098522476371, 48.09618987101855], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [4.927876299999999, 45.7192725], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\", \"merchandise_types\": \"\"}, {\"location\": [6.039664834892769, 49.104961379028246], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.279773, 45.716457], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [3.0357406, 50.530393499999995], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1132920089128584, 50.29261304207398], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.4257743, 48.572006599999995], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [1.2525046348927706, 43.510943520971765], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"2 m3\"}, {\"location\": [2.517334965107229, 48.583396279028236], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.565220175236291, 48.57233147101855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [-1.1764520000000005, 43.730809], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.718254610306789, 48.02687538969322], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.917258265107228, 45.84681132097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.2258969348927706, 43.64922072097177], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3152868247637093, 48.59575147101855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.3945129910871414, 43.733574857926016], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.5168627999999997, 48.9883424], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [5.42701073489277, 43.744276320971764], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.1830450896932105, 49.01084921030679], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [3.940743508912859, 45.201758157926015], \"country\": \"France\", \"county\": \"Haute-Loire\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-0.30565564207398443, 44.94192710891286], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-3.8254554209717653, 47.75440753489278], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.0921953790282362, 43.63965386510722], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.355207324763708, 48.925300528981445], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"10 m3\"}, {\"location\": [2.4883794209717642, 48.61694383489277], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.254417091087142, 48.998577857926016], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3293778579260156, 48.98165620891286], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3226863710185484, 48.55508262476371], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.506023434892771, 45.52816442097177], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.816096, 49.76208500000001], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.492252920971764, 48.696022465107234], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3768662089128583, 48.835242042073986], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.99151761030679, 45.71166818969321], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3, PL > 3T5\"}, {\"location\": [-1.544572734892771, 47.22434267902823], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [-3.654700842073983, 48.28102349108715], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.1604443, 48.9530884], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.573322265107229, 48.903378679028236], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.081593171018548, 45.96577157523629], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.3820772651072293, 48.84706567902823], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.4609320103067893, 48.9147671896932], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.516988789693211, 48.78977348969321], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.983937799999999, 45.5977708], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.278447534892771, 47.815382320971764], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4608029651072294, 48.73892087902822], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [3.097945234892771, 50.64236647902823], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.104421010306789, 43.90024411030679], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [2.311416657926031, 48.98365830891286], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": true, \"vehicles\": 5, \"options\": \"ADR\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.159724128981426, 43.19110587523629], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.75036454207401, 45.79657820891287], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [4.841875079028236, 45.77653886510721], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [6.069783310306728, 49.1308941896932], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4903676000000132, 48.8329533], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.5287684752362936, 43.56894757101855], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.4386558089128934, 43.48579094207398], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.381916000000015, 48.6255084], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.185439508912858, 49.23406715792601], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.6614611579260157, 46.17805249108714], \"country\": \"France\", \"county\": \"Creuse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.275716871018548, 49.01379567523629], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.444388679028236, 48.753264734892774], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.9978834910871424, 49.000747842073984], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [-1.5536209999999997, 47.128370999999994], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.053574128981451, 48.86214367523629], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.275971324763709, 48.81109412898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.133278128981451, 50.73254067523629], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.221483679028236, 48.66202673489278], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.059453771018548, 48.85517887523629], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.3918684910871417, 48.24384384207397], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [7.265297375236291, 43.64143457101855], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.439665310306789, 43.367985910306786], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.463831265107229, 43.231774679028234], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [4.691502491087142, 43.32710584207398], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.483651608912858, 48.95294905792601], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.3929182651072292, 43.63321267902823], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.849355010306789, 45.82212101030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.806667, 48.866667], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": true, \"vehicles\": 6, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3, PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [2.2536184910871424, 48.76234974207399], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.8496837103067887, 48.79803281030679], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.472645, 48.673899999999996], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.4991088710185485, 48.59506232476371], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.233836679028235, 48.80924026510723], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.4689403247637096, 48.96239387101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3971688420739845, 48.53096649108714], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.299404491087142, 48.82716284207398], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.36726302898145, 49.06063547523629], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3\"}, {\"location\": [2.3188127348927705, 48.92210132097177], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.312180679028235, 48.92820026510723], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.855729491087141, 45.855093157926014], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.8382706752362905, 46.09077487101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.5988914910871419, 44.75018384207399], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3298703896932107, 48.808306389693215], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 10 m3, PL > 3T5\"}, {\"location\": [3.09, 50.566667], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [4.901146057926016, 45.722998391087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.285833, 48.853077], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.289686871018548, 48.98533767523629], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4473742651072294, 48.82457667902823], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.5823332651072293, 48.83553667902823], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.343658128981452, 47.58322167523629], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.333730924763708, 48.895198928981436], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4157737752362904, 48.779951628981436], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2087422896932107, 48.819425889693214], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.303672834892771, 48.89913187902823], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.6996171579260158, 48.712363491087146], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3662320247637094, 48.930272471018554], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3601758420739847, 49.28990549108715], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.209777642073984, 48.96273700891285], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.1208956103067895, 50.565610389693205], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.399972734892771, 48.56025867902823], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.5651967289814515, 48.81497202476371], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.1194013247637096, 48.62134587101855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.430035, 48.853357], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-0.4410077348927709, 44.784486679028234], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.219648579028236, 48.860896034892775], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3652290000000002, 48.799332], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3248322651072293, 48.649998679028236], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [3.1796281289814514, 50.63672232476371], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.3519222999999996, 49.031001700000004], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.433149157926016, 48.63222549108714], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.8276324910871422, 47.835260842073986], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [-0.5460686790282357, 44.77133973489278], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.6278186752362904, 50.36898512898145], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-2.1437359247637104, 47.29802372898145], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3\"}, {\"location\": [2.2666656790282356, 48.59183473489277], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.7666669999999995, 50.506667], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.892409157926016, 48.362948491087145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.404610871018548, 48.99830067523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.4511085089128575, 43.849816157926014], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.4979241209717644, 48.719613034892774], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.9341528089128583, 47.80416374207398], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.369580179028236, 48.70716033489278], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.364120389693211, 48.93250361030679], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.855582842073984, 43.618415508912854], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3057509348927705, 48.97904242097178], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.265115842073984, 48.88426950891286], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-0.28079699999999996, 43.2951], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [7.2768299999999995, 47.928012], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.8632743247637094, 48.75849412898145], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [2.4444804790282357, 48.74649453489276], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3176798710185484, 48.690161324763714], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.170691934892771, 48.88792002097177], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2675927348927707, 48.968392320971766], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [5.51443686510723, 43.301487679028234], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.6892643247637094, 50.27344387101855], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 14 m3, PL > 3T5\"}, {\"location\": [2.5664821579260155, 48.63444150891286], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-2.2053773247637096, 48.26937412898145], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [3.5678078420739845, 49.32498549108714], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.025677642073984, 49.077659108912854], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1142073896932105, 50.75634461030678], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.5302905, 48.778195], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2420504579260156, 48.96097950891286], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.355428320971764, 48.79608473489277], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [5.70643961030679, 46.197307389693215], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 14 m3\"}, {\"location\": [4.770400242073984, 45.79385830891285], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [3.9363603896932107, 50.080306610306785], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.260683842073984, 48.895499508912856], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.21732707101854862, 49.4489381247637], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.46534067523629, 43.86157287101855], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [6.239190320971763, 49.19171346510722], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3\"}, {\"location\": [4.967774508912858, 45.77481615792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0726656790282356, 50.70678773489277], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3698306790282353, 48.979163265107225], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [2.3446007420739843, 48.96581929108714], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0775148420739846, 50.66640149108714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [2.369693389693211, 49.43636038969321], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.2382706752362904, 48.450891128981446], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.853217128981451, 45.85231367523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [6.953729389693211, 43.61648661030679], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.191783, 48.997067], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [1.8596910000000002, 48.613349], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.117558128981451, 49.138270675236285], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.849816157926016, 43.54889149108715], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.3371049999999998, 48.82575], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.19475250891285767, 49.564443157926014], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.743559324763709, 50.44648812898145], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.130379489693211, 49.07976231030678], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.988270675236291, 45.63422512898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4658752910871407, 49.128664157926], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.066665679028236, 43.50850073489278], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [6.639529871018549, 43.54213572476371], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.778717134892771, 45.70941547902823], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [6.165365128981452, 49.010797324763715], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [6.144573471018546, 43.20861127523629], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.039630879028236, 48.981827634892774], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.247492200000001, 43.81970860000001], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4786843247637105, 48.64482187101855], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.6844415089128577, 50.43314915792602], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [-4.008562679028235, 48.01607573489277], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [-0.2833330000000004, 49.273333], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [3.0081652651072295, 50.48333167902823], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.166644042073984, 48.96252250891285], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 10 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.2251677348927705, 48.61666832097177], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.09506232476371, 44.26755812898145], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.666482157926016, 48.698891491087146], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [-0.31755812898145197, 49.20493767523629], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [3.9914992651072287, 50.350001320971764], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.828115899999999, 45.6668543], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [6.143333, 48.65], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [0.9661842247637094, 49.38644827101856], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.07839632476371, 48.58244187101855], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3, PL > 3T5\"}, {\"location\": [2.619897320971764, 48.83026273489278], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [-1.1499986790282357, 48.058500734892775], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4784326103067893, 49.053938389693215], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [0.14910887101854803, 45.08827067523629], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [4.948732, 45.555646], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.5363603896932108, 49.23636038969321], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.5335178420739843, 44.901108508912856], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4008911289814514, 48.57839632476371], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.340871442073984, 48.73899860891286], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.022814491087142, 50.71239915792601], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.531191675236291, 48.610530871018554], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.987302320971764, 44.93994873489277], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.842215908912857, 44.02286985792602], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.3999999999999995, 48.806667000000004], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.251108508912858, 48.81648215792602], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.903550720971765, 45.68458453489277], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [1.0248322651072288, 47.40000132097177], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [7.983333, 48.89], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.815558491087142, 44.20018384207398], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.4242529999999998, 48.705603], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-0.44386087101854893, 44.952964175236296], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.2363603896932105, 48.69697261030679], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.5716036752362907, 47.58244187101855], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.892829165107228, 45.80744122097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.3177745089128576, 46.38314915792601], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.2175581289814517, 50.56172932476371], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [1.8358101896932109, 47.824590589693216], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.6168508420739843, 48.10110850891286], \"country\": \"France\", \"county\": \"Mayenne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, Frigo\", \"tvs\": \"2 m3, 5 m3, 14 m3, 20 m3\"}, {\"location\": [4.7431646348927705, 45.707438579028235], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [3.251108508912858, 45.833149157926016], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [7.816831265107228, 48.62864932097177], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.105595, 48.943052], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [5.450857965107228, 43.354347620971765], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.114149779028236, 43.311785834892774], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.357427, 43.529742], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.8762441289814518, 50.86301932476371], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.416519428981451, 48.73997577523629], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.179155842073984, 45.850718508912855], \"country\": \"France\", \"county\": \"Haute-Vienne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.3188127348927705, 48.92210132097177], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.2094926790282354, 48.999235265107224], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [-1.6150395089128577, 48.070553842073984], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.850183842073984, 44.23444150891286], \"country\": \"France\", \"county\": \"Alpes-de-Haute-Provence\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.234225128981452, 48.37839632476371], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [7.766668320971764, 48.808165265107235], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.268043265107228, 48.657423320971766], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon, Frigo\", \"tvs\": \"10 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [-0.5136396103067892, 49.08636038969321], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.729726224763709, 45.77499802898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.5157748710185484, 48.57839632476371], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [3.260996157926016, 50.65826349108714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [7.247617324763709, 47.76839712898145], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 6, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [2.148146320971764, 49.10734926510723], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [-0.2085007348927709, 45.03333167902824], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.515558491087142, 50.266850842073985], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1109786103067893, 50.54056038969321], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.5215409651072287, 49.005979320971754], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.2942622247637097, 48.77949277101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [-1.6480234579260158, 47.18238209108714], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [2.6325923103067894, 48.8725775896932], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.7657748710185475, 45.95493767523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.4590141209717644, 48.69429843489277], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 10 m3, 20 m3\"}, {\"location\": [3.161083320971764, 50.71698626510723], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.6233330000000001, 48.5], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.484441508912858, 48.79981615792602], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.248891491087142, 48.650183842073986], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.1835178420739845, 48.848891491087144], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4177994999999997, 48.99962240000001], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.89794961030679, 45.71447938969321], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.287582391087142, 48.98650755792602], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [7.801080128981451, 48.690256675236284], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.1918347348927707, 48.700001320971765], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.85, 45.756667], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [3.5666656790282354, 50.30816526510723], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.189910679028235, 48.914527265107225], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.463639610306789, 48.680306610306786], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.66, 45.616667], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2355946, 48.9765491], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.044441508912858, 44.00685084207399], \"country\": \"France\", \"county\": \"Alpes-de-Haute-Provence\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.2693093896932104, 48.79477261030679], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.3753729089128583, 48.81549674207398], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.165372128981451, 45.90421267523629], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Frigo, ADR\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [1.8196367348927707, 48.85518032097177], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.4046078910871418, 46.58343764207398], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3725496710185485, 48.90394342476371], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.202671371018548, 49.200911075236284], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.074716, 50.436525], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.811018491087142, 43.87264284207399], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.764156320971764, 44.503283265107235], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.884505989693211, 43.06183688969321], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2031085348927717, 49.015857620971765], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.165774871018548, 46.104937675236286], \"country\": \"France\", \"county\": \"Haute-Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.451108508912858, 48.98351784207399], \"country\": \"France\", \"county\": \"Meuse\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [2.1331499348927707, 49.00607672097177], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.388576157926016, 48.836474991087144], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.1650603247637092, 48.93961912898145], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.299104271018548, 48.96133047523629], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.9929482420739844, 49.412484191087145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [2.3085007348927706, 48.71666832097176], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.6064136651072287, 48.94873562097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.48302462476371, 48.97965212898145], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.543333, 50.633333], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-2.2109571910871417, 47.20020204207398], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.422903191087142, 48.824587057926], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.415996575236291, 48.74499397101856], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.379281389693211, 48.564449389693216], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo, ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [6.776104889693211, 47.70414811030679], \"country\": \"France\", \"county\": \"Territoire de Belfort\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [1.033639879028236, 49.37028963489277], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [-0.35323887101854834, 43.20682932476371], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.281252165107229, 48.65551067902823], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"14 m3\"}, {\"location\": [6.274417, 48.692054], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, Frigo\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [2.9170741579260158, 48.333409491087146], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.2476035348927708, 48.80602602097178], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.486100675236291, 48.86002287101855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.497940010306789, 48.992572110306774], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.383972, 49.282866], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [-0.38162784207398437, 46.35815750891285], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.8397445, 47.5505085], \"country\": \"France\", \"county\": \"Territoire de Belfort\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.416496320971764, 48.955595265107235], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [3.490025589693211, 47.86305941030679], \"country\": \"France\", \"county\": \"Yonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.992840808912857, 48.19948144207398], \"country\": \"France\", \"county\": \"Vosges\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.2262334910871422, 46.262795842073984], \"country\": \"France\", \"county\": \"Haute-Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.40894581030678934, 46.51532198969321], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.42845535792601586, 46.54452009108714], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.3559002420739845, 46.70102830891285], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.421491271018549, 46.754857475236285], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [4.773332891087141, 44.02286985792602], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [6.012376191087142, 43.069521942074], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [5.963221128981451, 43.031019824763725], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.997766757926016, 43.097755091087144], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3\"}, {\"location\": [2.184874520971764, 43.852749034892774], \"country\": \"France\", \"county\": \"Tarn\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.325130808912858, 49.814090542073984], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.4152011579260155, 49.94086550891286], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.3488914910871418, 46.266850842073985], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.1498578579260157, 49.39338719108716], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.1336425209717638, 49.51995416510723], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.101199328981451, 49.533392575236284], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.984441508912858, 45.949816157926016], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [5.890377389693211, 45.909101610306784], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [5.996267157926016, 45.60869830891286], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.987950265107229, 45.524255479028234], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.829968842073984, 45.539815291087145], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [0.27928931030678894, 48.070882210306785], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Frigo\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [0.1812081910871421, 47.92409344207398], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.008460265107229262, 47.94391532097177], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3, PL > 3T5\"}, {\"location\": [-0.0977366752362908, 47.839788128981446], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [4.745915834892771, 46.26846447902823], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.925659, 45.764043], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.7469726103067895, 45.919693389693215], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.980772610306789, 45.76176061030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [4.396972610306789, 46.04697261030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.801217491087142, 45.680893842073985], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.855547842073984, 45.74640550891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.767995579028236, 45.682607634892776], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [5.023423508912858, 45.797622157926014], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.783555391087142, 45.674290742073985], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.901146057926016, 45.722998391087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.852438408912858, 45.84058905792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.8179969, 45.6674399], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.707485842073984, 45.714232491087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 14 m3\"}, {\"location\": [7.384225128981451, 48.06172932476371], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [7.46363961030679, 48.11969338969321], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.381346120971765, 48.083124534892775], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [7.769669128981452, 48.48513432476371], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 14 m3\"}, {\"location\": [2.9055822651072294, 42.62084167902823], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.8200007348927714, 42.638657679028235], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [-0.4295013103067892, 43.23460328969321], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [-0.12516773489277092, 43.31666567902823], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.43333432097176405, 43.22516773489277], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.36586169999999985, 43.208242899999995], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [3.0668508420739844, 45.79889149108715], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.212536157926016, 45.779020491087145], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.233331679028235, 45.64149926510723], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.161857265107229, 45.82722332097177], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [3.232618508912858, 45.65838284207398], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [2.0585007348927706, 50.566668320971765], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.967774508912858, 50.49981615792601], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.6283963247637097, 50.41577487101855], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.8998161579260155, 50.551108508912854], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.588270675236291, 50.51577487101855], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, PL > 3T5\"}, {\"location\": [2.0864427348927705, 50.722321320971766], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [0.9081652651072287, 48.43333432097177], \"country\": \"France\", \"county\": \"Orne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.3501838420739842, 49.434441508912855], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.530306610306789, 49.330306610306785], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.4889435752362905, 49.27343572898146], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.4491088710185482, 49.354937675236286], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [2.4147673910871417, 49.46411275792602], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [2.3950623247637095, 49.24910887101855], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [2.083517842073984, 49.284441508912856], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [1.9975628420739844, 49.39509749108714], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5363603896932108, 49.23636038969321], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [3.0694327348927706, 50.67325332097177], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.0668508420739844, 50.63222549108714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.16207, 50.634992999999994], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.191499265107229, 50.63333432097177], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.993616389693211, 50.56561038969321], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.41958656510722897, 49.13094027902823], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.738895857926016, 46.22692699108715], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [6.715316842073984, 47.475914491087146], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.0427668710185487, 48.9473463247637], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.363862171018548, 43.4026085247637], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.1756105896932105, 43.36288158969322], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.46429637523629, 43.32190442898145], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [5.326024379028236, 43.22951403489277], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [5.31238608969321, 43.367985910306786], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.1838904910871415, 43.50442315792601], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\", \"merchandise_types\": \"\"}, {\"location\": [7.794560257926015, 48.47259659108715], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.359300291087142, 43.45337394207398], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [7.150025699999999, 48.7703725], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [3.069432734892771, 50.573250679028234], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1414992651072287, 50.700001320971765], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.151108508912858, 50.466482157926016], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.869693389693211, 50.596972610306786], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.35111, 50.443505], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.094912210306789, 50.508288589693215], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 5, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3, PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [3.5410493209717644, 47.207154734892775], \"country\": \"France\", \"county\": \"Ni\\u00e8vre\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [6.21363961030679, 49.20302738969321], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.0342251289814515, 48.91172932476371], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [6.882441871018549, 49.04506232476371], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.917558128981452, 49.271603675236285], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-3.2759803209717644, 47.742327734892775], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [6.094417, 48.692054], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [6.1950175089128585, 48.70478015792602], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [6.156667, 48.5], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.917558128981452, 48.59506232476371], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.567171265107228, 48.642238320971764], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.072098734892771, 48.35049432097177], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.156814128981451, 48.02547732476371], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.916850842073984, 49.098891491087144], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": true, \"vehicles\": 4, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3, PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [4.328631491087142, 48.873532842073985], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [3.968056389693211, 49.32196861030679], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.134359610306789, 49.29171238969322], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, PL > 3T5\"}, {\"location\": [4.0953356103067895, 49.32196861030679], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-0.4836181420739841, 47.449614991087145], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.616768620971764, 47.409224234892775], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.47849662476370936, 47.50161462898145], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.5137265651072291, 44.39728237902823], \"country\": \"France\", \"county\": \"Lot\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [1.9378543089128581, 47.80597784207397], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.8384524896932108, 47.825099789693226], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.9497126209717643, 47.81248063489277], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.9783631651072289, 47.939086020971764], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [1.9828604579260156, 47.921754408912854], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [-2.264746308912858, 47.36272005792602], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.6531216651072294, 47.264788020971764], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [-1.6285254209717641, 47.13989023489278], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [-1.6367701579260159, 47.252812508912854], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3\"}, {\"location\": [4.549713871018548, 45.6275446752363], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.2649367348927711, 47.574753679028234], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [5.856667, 45.166667], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.6503984910871415, 47.47729315792601], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.4549376752362908, 48.08244187101855], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [-1.7038446752362908, 47.97524687101855], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-0.39071684207398416, 49.11797849108714], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.3501838420739842, 48.14889149108714], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.8942741289814515, 43.52249832476371], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [-0.6231264579260157, 44.80545279108714], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo, ADR\", \"tvs\": \"2 m3\"}, {\"location\": [-0.5616218710185483, 44.74951832476371], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.44485873489277095, 44.807591679028235], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [-0.662329157926016, 44.87223050891286], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 20 m3, PL > 3T5\"}, {\"location\": [-0.6314214910871419, 44.69155884207398], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.5501838420739842, 44.88222549108714], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.325167734892771, 43.583331679028234], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.3950623247637093, 43.684225128981446], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [1.4331491579260158, 43.38222549108714], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.4097674910871423, 43.521502842073986], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [1.3283963247637092, 43.49910887101855], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-2.152855834892771, 47.329584720971766], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.3693767348927712, 43.554650679028235], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.8333343209717643, 49.20850073489277], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [5.12160367523629, 45.23244187101855], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.279223610306789, 47.10591738969321], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.3617293247637097, 44.89910887101855], \"country\": \"France\", \"county\": \"Cantal\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [0.28530850891285764, 49.23369915792602], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-0.3362374910871418, 49.09971384207398], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.766667, 44.426666999999995], \"country\": \"France\", \"county\": \"Aveyron\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.2751677348927712, 46.516665679028236], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [-0.0716036752362908, 43.21755812898145], \"country\": \"France\", \"county\": \"Hautes-Pyr\\u00e9n\\u00e9es\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.982276128981452, 48.22296947523629], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.6500013209717639, 43.19149926510723], \"country\": \"France\", \"county\": \"Ari\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.7738084910871414, 50.18314915792602], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [3.1355014289814513, 50.552724224763715], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.4839130247637096, 47.24420942898145], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4798508289814514, 48.89248112476371], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [4.908712, 45.01272], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.582441871018548, 45.978396324763715], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.248891491087142, 43.61685084207399], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-4.442308971018548, 48.3260827247637], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [5.800757357926016, 45.12076539108715], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.850183842073984, 47.215558491087144], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5986847289814516, 48.490046624763714], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.4234451896932105, 48.8389562896932], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.309478234892771, 48.936689520971754], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1950623247637093, 49.83244187101855], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.5492091710185483, 47.39578582476371], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.620113620971764, 47.35575646510724], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [0.3136731579260158, 46.42868349108714], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [3.0375195089128577, 43.26742615792602], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.923583157926016, 46.23960150891286], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.92160367523629, 47.05089112898145], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3, 20 m3, PL > 3T5\"}, {\"location\": [4.855937571018549, 45.670424924763715], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [1.8995990000000003, 47.815340799999994], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.432732142074031, 51.03368359108715], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [7.345102157926016, 43.67573149108714], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.800928265107229, 49.71208367902823], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.2491088710185485, 44.17839632476371], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [4.748791775236273, 45.57644617101854], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.7970311910870915, 50.02534814207399], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.6324293752362908, 47.21275452898145], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [1.4818063910871422, 43.77880644207397], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.9146176, 43.222196600000004], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.6887960579260266, 48.327308908912855], \"country\": \"France\", \"county\": \"Mayenne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [-1.7671135752362908, 48.12800852898145], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [0.5710269710185485, 42.9678750247637], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.6278847000000003, 49.841444599999996], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.37664793489277104, 46.279823879028235], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [7.698164510306789, 48.62615541030679], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.923392928981452, 45.650870775236285], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.8927036999999999, 46.965308799999995], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.3043871289814517, 45.79653342476371], \"country\": \"France\", \"county\": \"Haute-Vienne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [6.028245, 47.361112000000006], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2987922710185487, 48.83890752476371], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.0834673289814516, 48.679255224763715], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.2852471209717637, 49.05612796510723], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [0.21074547523629072, 49.56896057101855], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.965707165107229, 47.87239447902823], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [0.2708116752362906, 49.52237692898145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"2 m3\"}, {\"location\": [4.765379271018547, 45.85368507523628], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.209639971018548, 50.27574267523629], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.9000265790282365, 45.60536753489277], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3138628247637, 48.987004028981445], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.584819008912826, 48.86000744207397], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.8885816289814303, 45.311084275236276], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.8630888910871417, 49.043778257926014], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.6054696790282701, 47.30790043489277], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.9840774289814105, 45.95823462476371], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.501097665107263, 48.79592917902822], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [1.0836412000000002, 49.35512189999999], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3042194790282355, 48.747686734892774], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.957441099999951, 45.7089962], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3\"}, {\"location\": [6.7029912289814515, 43.685124175236275], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.097374128981452, 48.21340532476371], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.0229283790282353, 48.878248965107225], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.6334095103067896, 47.24087581030679], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.499148389693211, 49.62102938969321], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.262688191087142, 49.007118357926004], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.6652926790282354, 45.264170265107225], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.4238870209717644, 43.23906223489278], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.990653575236291, 45.665808128981446], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.5680873247637094, 44.862435128981446], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [3.0443996, 45.7844343], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.4415106790282355, 48.618547265107225], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.287755024763709, 43.32190442898145], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.393583828981451, 43.39261697523629], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [5.466025699999999, 43.3043463], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.358467571018547, 43.39261697523629], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.3760257, 43.214346299999995], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [5.450857965107229, 43.25434497902823], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.866449934892771, 43.494394620971775], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [4.536861924763709, 43.65647327101855], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.16969338969321088, 45.61969338969321], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.8431372910871415, 45.72688274207398], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.122845128981451, 49.131400675236286], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.211597299999998, 44.1531227], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.42489684207398415, 47.58619149108714], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5297011752362906, 48.75512462898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.21906699999999998, 49.12277], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.739845224763709, 45.73929617101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.432618675236291, 48.947868671018554], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.212078571018548, 48.96996707523629], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3511664752362904, 48.655594128981456], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.1520135999999996, 48.806821], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.377416610306789, 46.910707389693215], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.85834336510723, 45.70061867902823], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5057927752362907, 48.75053337101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5712703752362893, 48.63322852898145], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.7371112247637095, 49.46665247101855], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5429028089128582, 49.814926042073985], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.5342090000000002, 43.604652], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.6981966089128577, 50.65720975792602], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [-0.6623291579260158, 44.803347491087145], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.555796965107229, 43.52598237902822], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.829873, 46.412134800000004], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.4627741999999997, 48.8137947], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.416957420971764, 48.78929093489276], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [4.63782532476371, 49.77964312898145], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [-1.0384033, 43.9977401], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.4909014790282358, 47.13971733489277], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.18876712898145, 48.77519597523629], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.5079193710185486, 47.82631582476371], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.301446491087141, 47.833988157926015], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [-0.6540122651072293, 44.88779032097177], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.5065701289814517, 48.355583324763714], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-3.1138181752362915, 48.58953617101855], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.626667, 48.733333], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.511729324763709, 46.35089112898145], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.0032497348927707365, 43.282952320971766], \"country\": \"France\", \"county\": \"Hautes-Pyr\\u00e9n\\u00e9es\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [-0.9600000000000001, 43.716667], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.6702868348927709, 46.436765279028236], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.960180879028237, 47.20340643489278], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.2956267651072291, 49.46100617902823], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.147182179028237, 45.69372023489279], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.944438320971765, 45.65856063489277], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.849129379028236, 45.68731403489277], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4649831, 48.8269058], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.941971675236291, 45.71996557101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.953260408912857, 45.47159644207398], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.172860979028236, 47.073804734892775], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.8694001, 48.6468668], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.554817400000001, 45.54370780000001], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2538585089128578, 49.03695795792601], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.627867410306789, 48.5597948896932], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.2259712651072288, 46.11032767902823], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.9867734247637094, 43.18463667101855], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3707394999999987, 48.741864], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.835555028981451, 45.84571057523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.1833316790282353, 46.25816526510722], \"country\": \"France\", \"county\": \"Creuse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [4.8501479, 45.640623], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.000844565107229, 48.841027279028246], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [7.419037157926016, 47.785280508912855], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [-0.5291786790282362, 44.912621265107234], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.288788342073984, 48.840493408912856], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [7.034927128981452, 43.64111767523629], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.244394871018549, 43.62190232476371], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.4470754089128577, 43.62835035792602], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5719566, 48.87345599999999], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.929112810306789, 45.66928068969322], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.079816, 48.211676], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [3.901627491087142, 50.20093874207399], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.3762791289814515, 48.88132912476371], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.517762365107229, 45.32223277902823], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [5.74891637523629, 45.55550982898146], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.6012088089128579, 47.400907342073985], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [4.328945279028236, 45.37216493489277], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": null, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [3.773533524763709, 43.59058192898145], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.3340781420739845, 48.920440091087144], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.47202632476371, 46.65833487101855], \"country\": \"France\", \"county\": \"Jura\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.129384, 45.989247000000006], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.6955947752362908, 47.22847187101855], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.2525608710185485, 43.26699032476371], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.6540122651072293, 44.88779032097177], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.525753634892771, 49.58133187902824], \"country\": \"France\", \"county\": \"Manche\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [7.786552508912858, 48.65655415792602], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [5.95, 45.956667], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.5581889999999998, 47.293048999999996], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.88438771030679, 46.382105410306785], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.840381675236291, 48.59096312898145], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [3.4803066103067892, 46.05302738969321], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.16513967523629, 46.01694237101855], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.7279969, 45.7574399], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.6913356752362905, 49.56091212898145], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.3227673910871423, 43.95457094207399], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2906893, 49.8072397], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [0.5555128710185481, 43.73396667523629], \"country\": \"France\", \"county\": \"Gers\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [7.7021096790282355, 48.64823726510723], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"2 m3\"}, {\"location\": [1.6239370000000002, 45.159555], \"country\": \"France\", \"county\": \"Corr\\u00e8ze\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.907937208912858, 45.84184475792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.857775720971763, 44.014552965107235], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.60582622476371, 45.70578157101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.7884453247637095, 43.59321087101855], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.2055956103067889, 49.08922161030679], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.1919573209717638, 49.10041426510723], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [7.318329871018548, 47.66256832476371], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.116515675236291, 47.25355387101855], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.242673042073984, 48.93241960891286], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.66384032476371, 48.59096312898145], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo, ADR\", \"tvs\": \"2 m3\"}, {\"location\": [3.6500013209717643, 43.34183473489277], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.242988828981451, 49.441242375236286], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.38823712898145196, 49.271133675236285], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [7.399527610306789, 47.68719938969321], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [-0.23333300000000043, 45.006667], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.2055956103067889, 49.08922161030679], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.187120734892771, 43.760174320971764], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.3793106579260158, 46.11364919108714], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.5466619710185483, 47.129365724763716], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.325130808912858, 49.814090542073984], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 10 m3, 20 m3\"}, {\"location\": [3.7062321710185486, 43.46932182476371], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.8406919348927706, 47.95887032097177], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.1444837209717644, 49.189238765107234], \"country\": \"France\", \"county\": \"Manche\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.89558036510723, 46.26846447902823], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [6.470999128981451, 48.09234412476371], \"country\": \"France\", \"county\": \"Vosges\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3\"}, {\"location\": [4.956644857926016, 45.72425409108715], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 6, \"options\": \"Frigo, ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [1.849597679028236, 47.83050853489277], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [2.2335132420739843, 48.838618291087144], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.3056497, 48.0072426], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 6, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [2.0525370896932107, 48.85240751030679], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.2935692896932105, 44.101359710306795], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [7.311954320971764, 43.78500526510723], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.3572088999999996, 44.12772010000001], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [5.795523700000001, 45.1522007], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-0.5988914910871423, 45.833149157926016], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.2906892999999995, 49.9872397], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [6.045803128981452, 47.182841324763714], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3645666790282354, 49.05177926510723], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.44562926510722894, 43.24509867902823], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [1.676973610306789, 50.78887061030679], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [4.917020510306789, 45.72765621030678], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1208956103067895, 50.56561038969321], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.818100871018547, 45.85231367523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.8789083651072294, 50.24182307902824], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.1399999999999997, 50.366667], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [4.77327832476371, 45.74480187101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.5196933896932108, 49.036360389693215], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.540032620971765, 46.30113993489278], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.021603675236291, 50.41577487101855], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.368107265107229, 48.97552632097177], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2534224910871417, 48.976366157926016], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.143333, 48.683333], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.177025, 45.777222], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.7936823209717643, 50.374520734892776], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 6, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [2.323333, 49.4], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.026667, 50.75], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2491088710185485, 48.728396324763715], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.1527595999999996, 43.77660639999999], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.983149157926016, 49.14889149108714], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.9499986790282358, 49.50850073489278], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-2.154932679028236, 47.98873473489277], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.147250157926016, 49.31987850891284], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.064556291087142, 48.96739934207398], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.9903655579260155, 47.93743410891285], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.297675342073984, 45.474873408912856], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.78730181030679, 45.25129231030679], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [8.80919146510723, 41.87492367902822], \"country\": \"France\", \"county\": \"Corse-du-Sud\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3578085089128584, 48.75343684207398], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"5 m3\"}, {\"location\": [2.5676094999999988, 48.8781217], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [-1.5384806103067892, 43.429309389693216], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3, PL > 3T5\"}, {\"location\": [4.885660320971764, 45.689210734892775], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.155024, 43.103762], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.18652577523629, 45.87022837101855], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.022814491087142, 50.712399157926015], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0228144910871424, 50.54610084207398], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5311916752362906, 48.64564712898145], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.374796275236291, 48.90100357101854], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.600736442073984, 45.19396499108714], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.819693389693211, 45.830306610306785], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.3498956103067887, 50.52298861030679], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Frigo\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.3456330710185482, 50.69504777523629], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.926667, 48.533333], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.699354928981451, 43.529175175236276], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.787031391087141, 45.74243155792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.145526675236291, 50.61169187101855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.9517459999999998, 48.77912], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.87839632476371, 45.76755812898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.426777320971764, 51.10920026510723], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.037023679028236, 45.702389734892776], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [1.9086873209717639, 51.02612226510723], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.841174610306789, 50.22736238969321], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.7177745089128584, 48.96685084207398], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.108236679028235, 48.84843726510723], \"country\": \"France\", \"county\": \"Meuse\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3, PL > 3T5\"}, {\"location\": [4.81446632476371, 45.68014387101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [4.747388324763709, 45.74648487101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5874464710185485, 46.26371192476371], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.3103682089128585, 48.42563295792601], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.7435593247637096, 50.41137187101855], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.8675349999999997, 50.291002], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3943341289814515, 50.94609732476371], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [3.0916975089128584, 50.54610084207398], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.77201938969321, 45.700403389693214], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.92392967523629, 45.78160112898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.20684057523629062, 49.51331532898145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [7.143311675236291, 43.59480212898145], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3\"}, {\"location\": [-1.4798431896932107, 47.818356989693214], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, PL > 3T5\"}, {\"location\": [2.2984801579260155, 48.92686450891286], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.76082673489277, 45.81404432097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.752509842073984, 45.729601491087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.747388324763709, 45.78160112898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.804937675236291, 46.00089112898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.885660320971764, 45.689210734892775], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.801217491087142, 45.680893842073985], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.8701005089128575, 45.84719215792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.3207956790282357, 43.22026773489277], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.795093128981451, 50.37927267523629], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 5, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.526070157926016, 48.59364749108715], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.140405157926016, 50.59480849108714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.747388324763709, 45.78160112898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.92392967523629, 45.74648487101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3000013209717642, 50.675167734892774], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.007254679028236, 50.55441773489277], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.841174610306789, 50.22736238969321], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.785657679028235, 45.83887526510723], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2168508420739843, 48.66555849108715], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.0982701289814516, 49.34126832476371], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.4683306790282353, 50.431945265107224], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.45906767523629066, 43.27754187101855], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.925659, 45.764043], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0748141289814512, 50.71752067523629], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.150664610306789, 45.84086161030679], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [4.92392967523629, 45.78160112898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.77201938969321, 45.700403389693214], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.818100871018548, 45.67577232476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.77201938969321, 45.700403389693214], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.531191675236291, 48.610530871018554], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.772836679028235, 45.828443265107225], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.4196933896932107, 49.330306610306785], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1370263209717644, 45.702389734892776], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, Frigo\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [3.320697508912858, 50.37619984207399], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.791703491087142, 49.334666842073986], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1404051579260157, 50.663691508912855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.184441508912858, 49.18351784207398], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0748141289814512, 50.71752067523629], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, PL > 3T5\"}, {\"location\": [3.1120686790282353, 50.79982526510722], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0748141289814512, 50.71752067523629], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.104583128981451, 45.86549267523629], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.76082673489277, 45.81404432097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.922661, 45.692029], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.8701005089128575, 45.84719215792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.7513127348927706, 49.46781732097177], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.832225491087141, 45.78314915792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.85902138969321, 45.718389389693215], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.835659, 45.854043000000004], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.899298610306789, 45.82768261030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.211729324763709, 48.76755812898145], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.766668320971765, 45.658500734892776], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3033323209717644, 48.847228734892774], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.413663957926016, 45.431213808912844], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.0221122651072276, 50.47008832097177], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.3569146103067893, 48.861885389693214], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.835659, 45.674043], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.232441871018548, 48.67160367523629], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.882441871018548, 45.90827067523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3085007348927706, 48.86666832097177], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.265072775236291, 50.67796587101855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.166563008912858, 45.70186654207399], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [4.835659, 45.854043000000004], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.910491265107228, 45.81404432097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.785657679028236, 45.689210734892775], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2432736790282357, 48.850692734892775], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0450501752362906, 50.323499528981436], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.682029679028236, 45.85507373489278], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [1.723617128981451, 50.6081826752363], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [4.77201938969321, 45.82768261030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.918808157926016, 45.729601491087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.818100871018548, 45.67577232476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-2.385928989693212, 47.7446026103068], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.925659, 45.764043], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.140405157926016, 50.59480849108714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.1833316790282358, 50.09183473489277], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3335178420739844, 48.565558491087145], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.147256, 50.62925], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.0785397579260154, 43.217325208912854], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [4.041499265107229, 50.333334320971765], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1637511579260154, 50.40231550891286], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0228144910871424, 50.54610084207398], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [3.1072573209717644, 50.55441773489277], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [6.091834734892771, 49.21666567902823], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.085724, 49.119307], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.256667, 49.366667], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-2.1950397089128577, 47.55772194207398], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [6.348582157926016, 48.748536508912856], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.1207773896932105, 48.62841438969321], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.8931275089128576, 51.034439157926016], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.76082673489277, 45.81404432097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.731221491087142, 48.47426084207398], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [3.943425324763709, 49.27588712898145], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.3806311289814515, 49.04495267523629], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.9568637348927713, 49.20832767902824], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.081697320971765, 49.18349673489278], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [3.0748141289814512, 50.71752067523629], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.960949842073984, 50.615935508912855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 20 m3, PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [3.876266210306788, 43.577487689693214], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.626355157926016, 50.44867149108715], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.812145842073984, 49.220956508912856], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [5.2322899289814515, 45.71026247523629], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.2757168710185485, 48.83725432476371], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3382706752362905, 50.76755812898145], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [2.367088610306789, 48.97076161030679], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.452525320971764, 48.87492426510723], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [4.78111532476371, 45.75469187101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.289975508912858, 48.83900784207398], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.463042508912858, 48.71903915792602], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.041730389693211, 45.76498738969321], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [-1.708162128981452, 48.17927267523629], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.230941, 45.86453], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4687566752362904, 48.87409712898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [3.022814491087142, 50.712399157926015], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.264075, 49.262874], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.899298610306789, 45.700403389693214], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.785657679028235, 45.83887526510723], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.801217491087141, 45.84719215792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.967614157926016, 45.66515249108714], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.853217128981451, 45.85231367523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.7593855752362906, 48.56658152898145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.4024645790282353, 48.66306986510723], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 5, \"options\": \"Frigo, ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.468857157926016, 48.945683491087145], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.2821143247637092, 48.90482912898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.262262508912858, 49.00272715792602], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.2483310000000003, 48.9359], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [2.4202136752362904, 48.80411612898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [5.218999871018548, 43.40768032476371], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.799969842073984, 45.66356249108714], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.930244871018549, 45.603247324763714], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3721237348927713, 48.73527167902823], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.2670863209717638, 49.34743426510723], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [3.0550148710185483, 49.04530067523629], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.8242444910871416, 51.034439157926016], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1384464910871417, 50.777406157926016], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"10 m3\"}, {\"location\": [1.4532129999999996, 48.530515], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.128456128981451, 45.97465967523629], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.2423261289814516, 48.864085324763714], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.624306389693211, 48.46991061030678], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.242248842073984, 49.133176508912854], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [9.449936700000002, 42.7883422], \"country\": \"France\", \"county\": \"Haute-Corse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5065606103067894, 48.564449389693216], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.633517842073984, 46.01777450891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.4518373896932106, 47.17675038969321], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [3.063147842073984, 50.76176350891286], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.8100672651072287, 48.785466320971764], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.869183491087141, 45.90111315792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.6115848420739842, 47.308612491087146], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.159498734892771, 45.646504320971765], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.3699573896932105, 43.69193161030679], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [7.768346842073984, 48.73123749108714], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.625749, 48.762465], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [-0.9495976289814518, 47.404175175236276], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.673661265107229, 49.246841679028236], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.0228144910871424, 50.54610084207398], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.993616389693211, 50.56561038969321], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.6065106103067897, 47.407165610306784], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.111435842073984, 50.731805508912856], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.510789610306789, 48.942515610306785], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.4718641579260154, 48.98297050891286], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4077038420739845, 48.849330491087144], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.410789389693211, 49.200552389693215], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.226131389693211, 44.33715438969321], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [1.352712679028236, 43.49441473489277], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [3.175295675236291, 45.75966387101855], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.8662715089128583, 50.345780842073985], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 6, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [2.063153871018548, 49.517809675236286], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.426777620971764, 50.95953613489277], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.982423734892771, 50.679251320971765], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.27691473489277085, 49.11520467902823], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.176414157926016, 50.56245849108714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.142356734892771, 48.87304767902823], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [6.3281, 49.099211], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.4636209999999998, 47.218371], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [4.438016157926016, 43.78409649108714], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.5357436790282355, 48.800919265107225], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.9749873896932106, 49.333523610306784], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.2462688420739845, 48.83157349108714], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.658044265107229, 49.25516532097177], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1696933896932107, 50.23030661030678], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.120895610306789, 50.692889610306786], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.353506128981451, 47.67436267523629], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.508460508912858, 48.832049157926015], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [6.308990265107228, 46.243254320971765], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.947093128981451, 45.60742032476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.856553320971765, 43.344574734892774], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4971856103067895, 48.84402638969321], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.120895610306789, 50.69288961030678], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.9335178420739845, 50.48222549108714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.057256, 50.539249999999996], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.0938647348927706, 50.24059132097177], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [6.20493767523629, 48.799108871018554], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.9166656790282355, 50.358165265107225], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.305331, 48.892423], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.073333, 50.433333], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.49288708969321104, 48.78565811030678], \"country\": \"France\", \"county\": \"Orne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 14 m3\"}, {\"location\": [3.0072546790282355, 50.704082265107225], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1404051579260157, 50.663691508912855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [3.057256, 50.539249999999996], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3091919999999995, 49.050399000000006], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3265815089128576, 48.960632157926014], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3164648420739846, 48.65267349108714], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.4073404910871417, 48.71297715792602], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.7032514910871415, 48.666833157926014], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.783221842073984, 42.76684250891286], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3325398420739845, 48.73693649108714], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3955639999999994, 48.848546000000006], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.754463842073984, 43.647914508912855], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.372777610306789, 49.017325610306784], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.3078173896932106, 48.961765610306784], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.7313443896932106, 48.462629610306784], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [1.4064725089128576, 43.736822157926014], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4432011289814515, 48.70721432476371], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.8006743896932105, 48.009053610306786], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Frigo, ADR\", \"tvs\": \"2 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.567435320971764, 50.436438265107235], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4436463209717636, 48.946932265107236], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [0.7130511579260158, 44.170833491087144], \"country\": \"France\", \"county\": \"Lot-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.464994265107229, 47.726714679028234], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.683758842073984, 45.62912450891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3590109999999997, 49.036362000000004], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.42544532476370933, 44.91629112898145], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.818100871018547, 45.85231367523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.993616389693211, 50.565610389693205], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [3.005769734892771, 50.317872679028234], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3, PL > 3T5\"}, {\"location\": [6.1507551289814515, 48.613111324763715], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.359850508912858, 48.95483215792601], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.784319610306789, 49.81088061030679], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.393289389693211, 48.545819389693214], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.5348995089128583, 48.79335484207398], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4888675089128585, 48.83852484207399], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.3856023209717643, 48.82902973489277], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.5750318710185485, 49.476572324763715], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.182362610306789, 50.842588610306784], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.813351734892771, 48.560982679028236], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 20 m3\"}, {\"location\": [2.603695675236291, 48.85532087101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.4658096790282356, 48.866103734892775], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.508851320971764, 48.879446734892774], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.117307679028237, 43.40094073489277], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [3.8762791289814515, 43.55996932476371], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo, ADR\", \"tvs\": \"2 m3\"}, {\"location\": [3.0748141289814517, 50.54097932476371], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3824418710185484, 48.52839632476371], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.9137153247637093, 48.75884287101855], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3553113896932105, 48.752187610306784], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.333040871018548, 49.024547675236285], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.1138676752362904, 48.93522012898145], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.5268946752362904, 48.90959512898145], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-0.5374094910871423, 46.70237615792602], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.5394215089128584, 48.82912184207398], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2486421579260156, 49.02444750891286], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.197910265107229, 48.24939967902824], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [-1.549237389693211, 47.27234761030679], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [0.6797413209717638, 45.261608265107235], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [3.8911725790282357, 50.20190083489276], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"2 m3\"}, {\"location\": [3.2452876752362907, 46.98486512898145], \"country\": \"France\", \"county\": \"Ni\\u00e8vre\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.980275157926016, 45.785213491087134], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.3535174910871417, 49.06085815792601], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.9512276790282357, 50.557442734892774], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.9942034, 45.5709904], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [2.282542491087142, 48.91991915792602], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [5.891034824763709, 43.14926492898145], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [0.7762521579260159, 47.39056649108714], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [-0.5097643896932111, 44.907162610306784], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.178934557926016, 50.625166591087144], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0799656103067887, 49.015431610306784], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.627748, 48.859075], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.755526679028235, 44.024149265107226], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.408445871018548, 48.93682167523629], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.496173491087142, 48.94868715792602], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"10 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [7.344065871018548, 47.85386667523629], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.698621734892771, 47.432142320971764], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.5555034910871424, 48.719854842073985], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.213524324763709, 48.932846128981446], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.087094, 43.768], \"country\": \"France\", \"county\": \"Tarn\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [5.066229491087142, 45.56764284207399], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.411638610306789, 49.03966061030679], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.534441508912858, 43.60018384207398], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.810326128981451, 45.78026967523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [2.322290324763709, 48.67413912898145], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.897399508912858, 46.882611157926014], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [5.051424675236291, 45.75124687101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.29926832476371, 43.77003887101855], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-2.6892306790282356, 47.974409834892775], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.2569091579260165, 48.626676491087146], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [3.4621664103067893, 50.255717789693215], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.635867157926016, 48.91449749108715], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.177832, 49.191762000000004], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.3445686790282356, 48.761203734892774], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [5.295665389693211, 43.394756610306786], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.49694473489277124, 44.89755232097177], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.3613793896932105, 48.840341389693215], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [1.047857491087142, 49.345248842073985], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [-1.407517, 47.255227], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3297424910871416, 48.91246415792602], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2347580000000002, 48.833855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.8275363209717637, 50.36583426510723], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.868504, 45.851648000000004], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.42984, 48.794648], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.303700679028236, 48.726283734892775], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [2.4439804910871423, 48.79548584207399], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [1.8062236752362906, 49.00619712898145], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.2899306752362906, 49.56230812898145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.4568601579260156, 48.852874508912855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [4.0366818, 49.130651099999994], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.3294807348927713, 48.714145679028235], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2044906790282357, 48.108189734892775], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.086289128981451, 45.94376532476371], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.8811583209717642, 47.81344073489277], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3, PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [4.229149734892771, 48.15794932097177], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [7.5136037348927704, 48.553747679028234], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1919219289814516, 50.5828397247637], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.90311237523629, 45.71279027101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.939247, 48.067302], \"country\": \"France\", \"county\": \"Mayenne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [4.574561871018549, 45.96818932476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.228430279028235, 48.687607965107226], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.709577265107295, 45.64590832097176], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Frigo\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [1.521152265107229, 43.68986632097177], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.6854091289814512, 48.63849967523629], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.324412, 43.579426], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3642601579260156, 48.990361508912855], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.75126638969321, 45.58891338969321], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [4.8956356103067895, 45.808754610306785], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.461689508912858, 48.928504157926014], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.229913508912858, 48.95179315792602], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [2.2657046790282354, 49.08091526510722], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.3247823896932105, 48.75992638969321], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\", \"merchandise_types\": \"\"}, {\"location\": [2.2874391289814513, 48.73631932476371], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [3.140405157926016, 50.59480849108714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.225725320971764, 49.19413926510723], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.866665679028235, 50.50816526510722], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2217768420739845, 48.837603491087144], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.189277389693211, 48.234900389693216], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.0914823896932107, 50.681282389693216], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.246343871018548, 48.798964675236284], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-0.496252, 44.879684], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4196933896932107, 48.66363961030679], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.3538203247637093, 43.58449087101855], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3667379999999993, 48.954012000000006], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [5.411971265107228, 43.41443232097177], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [7.35032537523629, 43.681483071018555], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.729723871018549, 48.46896132476371], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2804493247637097, 48.81405087101855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3973146752362906, 48.88836212898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.0217727348927705, 49.09779832097177], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.890794, 50.647447], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.124435842073984, 49.045271508912855], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.240823610306789, 48.94999761030679], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.5342140000000002, 43.5958493], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.583051, 47.458424], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [-0.716182508912858, 44.79365384207399], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.150400679028237, 49.28071973489278], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 7, \"options\": \"Hayon, Frigo\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [6.17267026510723, 48.536416679028235], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2905388710185486, 48.782256324763715], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.912972610306789, 45.70625238969321], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3622241289814516, 48.74549932476371], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-2.068504679028236, 46.95951326510723], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.244546842073984, 48.104810508912855], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.445143865107229, 48.85260992097178], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.6714877089128577, 47.57897285792602], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Frigo, ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.0723784999999315, 49.3662447], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.3065869289814516, 48.84506302476371], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.833882928981451, 45.5998782247637], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.367012391087141, 48.95925135792601], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.5868150579260156, 47.74287910891286], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.827229265107229, 48.23992632097177], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.814910079028237, 45.69402433489277], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.5387715790282352, 48.673580765107225], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [0.992026265107229, 43.91153067902823], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.46224, 48.898337], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.602422157926016, 48.13723250891286], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": true, \"vehicles\": 4, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3534503209717643, 48.832289734892775], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.900491208912857, 45.65417064207397], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.00730147523629, 45.76247712898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.003579475236291, 45.72508047101856], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.8177843896932111, 44.64579671030679], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.849377579028236, 47.83051373489276], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.205004324763709, 48.94308312898145], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.823508028981451, 50.529156875236275], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [4.5485149, 45.688184199999995], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.5268404420739842, 44.75286699108713], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3196381, 49.42301779999999], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4458404209717637, 48.947214865107235], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [0.0992046, 45.6511729], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.8015362999999995, 45.7811647], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.250349242073984, 48.801034908912854], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [-0.5675876089128584, 47.56120185792603], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.4460050000000002, 43.529123599999984], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [0.2514884579260158, 45.61280219108714], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.889784610306789, 49.48145561030679], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.2460002651072295, 46.906148679028234], \"country\": \"France\", \"county\": \"Ni\\u00e8vre\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.1833279348927705, 48.779674620971754], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.7914835247637093, 50.315330971018554], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.2904739348927707, 48.93162972097176], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4397595752362906, 48.76209282898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.365407465107228, 49.58255697902824], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.330875534892772, 48.86553407902824], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [3.168444671018548, 50.76377257523629], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.4361148999999997, 48.86018259999999], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3045533999999996, 48.96144620000001], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.374745328981451, 48.94378197523629], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.635996457926016, 48.80310149108714], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.000603308912858, 47.915388257926004], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-0.21249807902823623, 43.78805036510723], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.1879264752362908, 49.45719312898145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.30072832476371, 43.26421797101854], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.526144491087142, 48.927634842073985], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.369361675236289, 45.094637728981446], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4773625089128584, 48.54493984207399], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.2576273209717638, 48.05115026510723], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.476916610306789, 49.032055610306784], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [0.12412999999999999, 48.046477], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [4.6740063896932105, 45.684662389693216], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.589623, 48.93455], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [-2.243568475236291, 47.26078472898145], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.847502842073982, 45.042633808912846], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.197757334892771, 45.09121817902823], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [4.910491265107228, 45.81404432097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.404347320971764, 48.947976265107236], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [-8.73121873489277, 39.69991232097177], \"country\": \"Portugal\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.617161128981452, 47.287270675236286], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.9561362247637092, 49.42739052898145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.756667, 45.816667], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.2117293247637093, 48.682441871018554], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.2668508420739841, 43.50110850891286], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [3.1942981289814516, 50.599870324763714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [1.0985746103067893, 49.35090438969321], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Frigo, ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [-0.14547561030678913, 49.072189389693214], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.84616232476371, 45.70982012898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4268515089128577, 48.95102015792602], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.2837095089128584, 44.882146157926016], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.7725221000000015, 45.7024438], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.4837596752362905, 48.85944012898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.918808157926016, 45.729601491087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.835659, 45.854043000000004], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.801111389693212, 45.78229001030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.530306610306789, 49.330306610306785], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.285000491087142, 48.55364684207398], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [2.2995783896932105, 48.956480610306784], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3265815089128576, 48.960632157926014], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.0617354910871417, 49.53161315792602], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.309632157926016, 49.19709550891286], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.566491534892771, 43.626733679028234], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3388505089128584, 48.788475842073986], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.009050842073984, 50.636012508912856], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.3513089896932104, 48.87642571030678], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.37478016510722895, 47.410579879028234], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.3750773209717644, 48.79734873489277], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.3856793579260156, 48.81391940891286], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.9992867896932105, 50.563476389693214], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.340208508912858, 48.787898842073986], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.48248289108714176, 49.258898942073984], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.825608128981452, 48.19556867523629], \"country\": \"France\", \"county\": \"Mayenne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [3.330601265107229, 48.21463667902823], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.916904, 45.703226], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.1097672651072288, 49.464545320971766], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.445793, 48.826955], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [-1.4388809999999999, 47.07226], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [1.2001857103067892, 49.39665008969321], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-2.493315120971764, 47.589024134892774], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [3.264845265107229, 50.738875320971765], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 10 m3, 20 m3\"}, {\"location\": [-0.481777, 44.847551], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.3451487348927706, 48.70259132097176], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.81533873489277, 45.821945320971764], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.453141320971764, 48.83818626510723], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-0.38159167902823626, 45.12128026510723], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-3.2440962, 47.7780838], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Frigo\", \"tvs\": \"PL > 3T5\"}, {\"location\": [-2.9032752579260155, 48.08846399108713], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"PL > 3T5\"}, {\"location\": [-2.4989032579260155, 47.829677291087144], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.8796791103067895, 48.15210551030679], \"country\": \"France\", \"county\": \"Mayenne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [2.945282589693211, 50.670359810306785], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.511462765107229, 49.37972872097177], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"10 m3\"}, {\"location\": [6.3030052103067895, 49.1571518103068], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [6.8090165752362894, 49.12012672898145], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-2.9342215089128576, 48.508652842073985], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.918808157926016, 45.729601491087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.918808157926016, 45.729601491087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.012830775236290809, 47.94737332898145], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.6139122752362907, 47.16403322898145], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.2776539, 43.9666091], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.545719999999998, 46.1485709], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.4223288247637096, 48.67379287101855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.9827129, 50.66350749999999], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.505725342073983, 48.49136419108715], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.74525252476371, 45.81176652898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3985467999999996, 48.7420193], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.275716871018548, 49.01379567523629], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.918808157926016, 45.79848450891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.1117293247637092, 48.90089112898145], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.983334320971764, 45.766499265107235], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [7.700370928981452, 48.67714577523629], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.6321718710185484, 48.441298324763714], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [1.4200604910871415, 43.73890015792602], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.8701005089128575, 45.680893842073985], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.925659, 45.764043], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5274763579260155, 48.819262608912844], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.7404372247637094, 49.39273087101855], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.8783023209717638, 47.99081426510723], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.5626611579260155, 48.567466508912844], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [2.5923798289814513, 50.6160256752363], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"2 m3\"}, {\"location\": [1.9246660209717643, 47.840582434892774], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.176159265107229, 43.63517532097177], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.46429637523629, 43.32190442898145], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.041036399999999, 46.2307059], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo\", \"tvs\": \"2 m3, 10 m3, 14 m3\"}, {\"location\": [-3.1134509651072286, 47.90263357902823], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.4974859710185489, 47.34746937523629], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2408843999999997, 48.789880200000006], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.325586889693211, 46.092489310306775], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.312936024763708, 43.28608692898145], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.4457096579260156, 43.804671608912855], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.6175026103067895, 44.93808661030679], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.7025603247637093, 49.08941087101855], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.400207128981451, 48.76250567523629], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.391455128981452, 43.38519667523629], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.28735377523629, 48.86876557101854], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.21648608969321043, 47.88414311030679], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [5.613414071018546, 48.256029775236286], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.2563353896932106, 49.38467461030679], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1527573247637095, 50.61308987101855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.085206679028236, 49.310569734892766], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.6594696790282355, 50.214301265107224], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.5162654, 48.84593049999999], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.31664, 48.783103], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.834183442073984, 48.00358409108714], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.1153307348927712, 50.312887679028236], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.779193734892771, 45.806415320971766], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.586998, 48.956945], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [6.9033841103067894, 47.70414811030679], \"country\": \"France\", \"county\": \"Territoire de Belfort\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2660253790282354, 48.86730306510722], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.5500749910871416, 49.04560455792602], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.6327852651072293, 44.851773320971766], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [3.1701751999999996, 50.6286213], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3036447, 48.8721003], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.885729079028235, 45.784903965107226], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.933473010306789, 45.83409481030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.9585933896932108, 48.988368389693214], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [5.3090713896932105, 43.41439538969321], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [5.75396261030679, 45.642685610306785], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.683331679028235, 46.574832265107226], \"country\": \"France\", \"county\": \"Jura\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.3775525089128577, 48.86756915792601], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.6731126752362906, 49.22095512898145], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [-1.4942104910871417, 47.11138984207398], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.0332711089128574, 49.37497775792602], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.5404657, 47.307884800000004], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.1842188579260158, 48.842097991087144], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.34717851030678915, 44.48403288969321], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.245422871018548, 49.08120867523629], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [3.0453678710185486, 50.53884532476371], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3608846103067895, 48.851730389693216], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.5220443209717645, 48.74643473489277], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.7205483209717638, 47.42564926510723], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.870091665107228, 44.074789220971766], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.811738579028235, 45.784198665107226], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.6274486752362907, 48.82657912898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.910390428981452, 45.851147875236286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.9576033651072295, 45.68305587902823], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.054648820971764, 49.30583406510722], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.4609312420739844, 43.494594208912844], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.342029871018548, 43.24413272476371], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [5.01401767523629, 45.77643112898146], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.512059675236291, 48.83421887101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.786518491087142, 44.14420115792601], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.502735734892771, 47.175398679028234], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.397115, 48.897053], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-0.32526401030678953, 47.10183141030679], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.929689310306789, 45.800959410306774], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.668538265107229, 48.67715932097177], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"10 m3\"}, {\"location\": [6.005189491087141, 49.44143615792601], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.2236688710185484, 43.09580832476371], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.2568019999999995, 49.251053], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [5.17640183489277, 46.46484092097177], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.4213353209717643, 48.869404734892775], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.782900542073984, 45.70287829108713], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.2758064420739843, 49.61211329108714], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.8664380000000005, 47.149080000000005], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.2685326103067895, 48.76349961030679], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [7.29352, 47.6378838], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [1.644306679028236, 48.929025734892775], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.240871, 50.407331], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.3195891, 45.4325842], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.4816523420739833, 48.38450479108713], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.9918717, 45.7545754], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.758516789693211, 45.755095910306785], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.230910579028237, 45.51829913489277], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.379964271018547, 45.56148077523629], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.798663434892771, 45.80869692097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.543867679028236, 49.18559573489277], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}], params, infowindow);\r\n                } else {\r\n                    app_map_markers_b271b285cc325d5cc5fe52d3ce872847(items, params, infowindow);\r\n                }\r\n\r\n                \/*\r\n                \/\/on masque l'animation \u00e0 la fin du chargement\r\n                google.maps.event.addListenerOnce(world_map, 'tilesloaded', function(){\r\n                    \/\/this part runs when the mapobject is created and rendered\r\n                    let fadeTarget = document.getElementById(\"animation_wrapper\");\r\n                    let fadeEffect = setInterval(function () {\r\n                        if (!fadeTarget.style.opacity) {\r\n                            fadeTarget.style.opacity = 1;\r\n                        }\r\n                        if (fadeTarget.style.opacity > 0) {\r\n                            fadeTarget.style.opacity -= 0.1;\r\n                        } else {\r\n                            fadeTarget.style.display=\"none\";\r\n                            clearInterval(fadeEffect);\r\n                        }\r\n                    }, 200);\r\n                    google.maps.event.addListenerOnce(world_map, 'tilesloaded', function(){\r\n                        \/\/this part runs when the mapobject shown for the first time\r\n                    });\r\n                });\r\n                google.maps.event.addListenerOnce(world_map, 'idle', function(){\r\n                    console.log(\"idle\");\r\n\r\n                });\r\n                *\/\r\n            }\r\n        <\/script>\r\n                <script async defer src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyA9GaWdL0nMbowUM2CLSteycoaiy3Th8Vg&#038;callback=app_map_display_b271b285cc325d5cc5fe52d3ce872847&#038;language=fr\"><\/script>\r\n        <div id=\"worldmap\" style=\"z-index: 10; height: 100%; width: 100%;\"><\/div>\r\n\r\n<\/div>\n\n<div class=\"wrapper wrapper-grey center\">\n    <div class=\"container\">\n        <div class=\"oct-home-map_info\">\n            <div class=\"info-map\">Vehicles available at<!--V\u00e9hicules disponibles \u00e0--> <span class=\"info-map_resultat\" id=\"refreshHour\">&#8211;H&#8211;<\/span><\/div>\n            <div class=\"info-map\">On site <!--Sur site --><span class=\"info-map_resultat\" id=\"refreshSurSite\"> <\/span> <\/div>\n            <div class=\"info-map\">Awaiting reload (AR) <!--En attente de rechargement (AR) --><span class=\"legend_picto_aller\"><\/span>\n                <div class=\"info-map_resultat_picto\" id=\"nbVehicDispo\"><\/div>\n            <\/div>\n            <div class=\"info-map\">On the return journey (TR) <!--En cours de trajet retour (TR)--><span class=\"legend_picto_retour\"><\/span>\n                <div class=\"info-map_resultat_picto\" id=\"nbVehicRetour\"><\/div>\n            <\/div>\n        <\/div>\n        <div class=\"oct-home-map_label center\">\n            <!-- Express-online identifie en France et en Europe les v\u00e9hicules les mieux plac\u00e9s\n            <br> pour les missions taxi-colis -->\n            Express-Online identifies the most suitable vehicles in France and Europe best placed <br> for cab parcel services            <div class=\"tooltip-wrapper\" style=\"display: inline-block;  position: relative;\"><img decoding=\"async\" class=\"img-puce-tkm\" src=\"https:\/\/www.express-online.com\/wp-content\/themes\/expressonline\/public\/img\/puce_info.png\" alt=\"puce info\">\n                <div class=\"table_tooltip__division\">\n                    <div class=\"tooltip__container\">\n                        <div class=\"tooltip__content\">\n                            <!-- Les mouvements et les disponibilit\u00e9s des v\u00e9hicules\n                            \u00abExpress-Online\u00bb sont mis \u00e0 jour en temps r\u00e9el pour\n                            identifier les v\u00e9hicules les mieux plac\u00e9s pour chaque\n                            recherche. Les transporteurs disposent d\u2019une\n                            application mobile afin d\u2019\u00eatre g\u00e9o localis\u00e9s et\n                            d\u2019\u00e9changer avec notre syst\u00e8me d\u2019information.\n                            Seuls les v\u00e9hicules en mode \u00ab retour \u00bb sont\n                            positionn\u00e9s sur la carte. -->\n                            Vehicle movements and availabilities \u00ab Express-Online \u00bb is updated in real\ntime toidentify the most suitable vehicles for eachsearch. Transporters have\naccess to amobile application so they can be geo-located andexchange with \nour information system.Only vehicles in \\&#8221;return\\&#8221; mode arepositioned on the map                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<div class=\"container oct-home-profils\">\n\n    <h2 class=\"oct-home-title\">\n        <!-- LA SOLUTION POUR LES PROFESSIONNELS <br \/> DU TRANSPORT EXPRESS -->\n        THE SOLUTION FOR PROFESSIONALS <br \/> IN EXPRESS TRANSPORT\n<\/h2>\n    <div class=\"oct-home-paragraphe-description\">\n        <p>\n            <!-- Bas\u00e9e sur l\u2019optimisation des flux routiers, la plateforme\n            Express-Online permet aux transporteurs express de\n            recharger leurs v\u00e9hicules aux meilleures conditions et aux\n            affr\u00e9teurs express de b\u00e9n\u00e9ficier des v\u00e9hicules les mieux\n            plac\u00e9s en France et en Europe pour des trajets directs et sans\n            rupture de charge (<3T5)  -->\n            Based on optimized road flows, the platform Express-Online platform enables express carriers to recharge their vehicles under the best possible conditions, and express charterers to benefit from the best-positioned vehicles in France and Europe for direct, uninterrupted journeys load break (<3T5).        <\/p>\n    <\/div>\n    <div class=\"oct-home-profil-wrapper\">\n        <div class=\"oct-home-profil-item\">\n            <div class=\"wrapper wrapper-grey rounded\">\n                <div class=\"oct-home-profil oct-home-profil-affreteur\">\n                                        <h3><a href=\"\/en\/charterer-registration\" class=\"h2 oct-home-profil-title\"> I&#8217;M A CHARTERER<!--JE SUIS AFFRETEUR--><\/a><\/h3>\n                    <p>\n                        <!-- Je souhaite m\u2019inscrire <br>sur la plateforme pour b\u00e9n\u00e9ficier de vos v\u00e9hicules retours -->\n                        I would like to register on the platform <br>to benefit from your return vehicles                    <\/p>\n                                        <a class=\"arrow homepage_about\" href=\"\/en\/charterer-registration\">REGISTRATION <!--INSCRIPTION--><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"oct-home-profil-item\">\n            <div class=\"wrapper wrapper-grey rounded\">\n                <div class=\"oct-home-profil oct-home-profil-transporteur\">\n                    <h3> <a href=\"https:\/\/app.express-online.com\/signup\/step0-country\/\"\n                            class=\"h2 oct-home-profil-title\"> I&#8217;M A CARRIER <!--JE SUIS TRANSPORTEUR--><\/a><\/h3>\n                    <p>\n                        <!-- Je souhaite charger et recharger mes v\u00e9hicules l\u00e9gers, en \u00e9tant connect\u00e9 via une app d\u00e9di\u00e9e au\n                        transport express -->\n                        I want to charge and recharge my light vehicles, connected via an app dedicated to express transport                    <\/p>\n                    <a class=\"arrow homepage_about\"\n                        href=\"https:\/\/app.express-online.com\/signup\/step0-country\/\">REGISTRATION<!--INSCRIPTION--><\/a>\n                    <div class=\"tooltip-wrapper\">\n                        <img decoding=\"async\" class=\"img-puce-tkm\"\n                            src=\"https:\/\/www.express-online.com\/wp-content\/themes\/expressonline\/public\/img\/puce_info_orange.png\"\n                            alt=\"puce info\">\n                        <div class=\"table_tooltip__division\">\n                            <div class=\"tooltip__container\">\n                                <div class=\"tooltip__content\">\n                                                                        <a href=\"\/wp-content\/uploads\/Anglais-Aide-a-l-inscription.pdf\" target=\"_blank\">Registration assistance <!--Aide \u00e0 l\u2019inscription--><\/a>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div class=\"row\">\n        <div class=\"col-xs-12 col-sm-4 oct-home-picto-container\">\n            <div class=\"oct-home-description oct-home-description-prix\">\n                <p>Optimisation<\/p>\n                <p>Geo-located vehicles for optimized return flows <!--Des v\u00e9hicules g\u00e9o-localis\u00e9s pour une optimisation des flux retour--><\/p>\n            <\/div>\n        <\/div>\n        <div class=\"visible-xs clearfix\"><\/div>\n        <div class=\"col-xs-12 col-sm-4 oct-home-picto-container\">\n            <div class=\"oct-home-description oct-home-description-suivi\">\n                <p>Follow-up<!--Suivi--><\/p>\n                <p> Real-time information on the position of your transport vehicletransport<!--Une information en temps r\u00e9el sur la position du v\u00e9hicule affect\u00e9 \u00e0 votre transport--><\/p>\n            <\/div>\n        <\/div>\n        <div class=\"visible-xs clearfix\"><\/div>\n        <div class=\"col-xs-12 col-sm-4 oct-home-picto-container\">\n            <div class=\"oct-home-description oct-home-description-qualite\">\n                <p>Quality <!--Qualit\u00e9--><\/p>\n                <p>Hand-picked express carriers <!--Des transporteurs express tri\u00e9s sur le volet--><\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n    <div class=\"wrapper wrapper-grey oct-template_block\">\n        <div id=\"comment-ca-marche\" class=\"container oct-home-avantages\">\n            <h2 class=\"oct-home-title\"> How does it work? <!--Comment \u00e7a marche ?--><\/h2>\n            <ul>\n                <li>Search for the best available vehicle <!--Recherche du v\u00e9hicule disponible le mieux plac\u00e9--><\/li>\n                <li>Suggested purchase price taking into account the detour <!--Proposition d\u2019un prix d\u2019achat conseill\u00e9 tenant compte du d\u00e9tour--><\/li>\n                <li>Validation of vehicle cost and availability and agreement on connection fees <!--Validation du co\u00fbt et de la disponibilit\u00e9 du v\u00e9hicule et accord sur les frais de mise en relation--><\/li>\n                <li>Charterer to pay Express-Online for connection fees <!--R\u00e8glement des frais de mise en relation par l\u2019affr\u00e9teur \u00e0 Express-Online--><\/li>\n                <li>Connecting the charterer with the carrier <!--Mise en relation de l\u2019affr\u00e9teur avec le transporteur--><\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n\n\n\n<div class=\"wrapper\">\n    <div class=\"container oct-home-blog\">\n        <h2 class=\"oct-home-title\"><a href=\"https:\/\/www.express-online.com\/en\/news\/\">The blog <!--Le blog--><\/a><\/h2>\n        <div class=\"row\">\n                                <div class=\"col-xs-12 col-sm-4\">\n                        <div class=\"oct-home-blog-item\">\n                                                        <p>Freight exchange<\/p>\n                            <a href=\"https:\/\/www.express-online.com\/en\/actualites\/succeeding-subcontracting-light-vehicle\/\">Succeeding in subcontracting for light vehicle transport: practical tips<\/a>\n                            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"135\" src=\"https:\/\/www.express-online.com\/wp-content\/uploads\/reussir-sous-traitance-transport-vl-300x135.jpg\" class=\"attachment-post-small size-post-small wp-post-image\" alt=\"Successful subcontracting in light vehicle transport: practical advice\" \/>                                                    <\/div>\n                    <\/div>\n                                <div class=\"col-xs-12 col-sm-4\">\n                        <div class=\"oct-home-blog-item\">\n                                                        <p>Legislation<\/p>\n                            <a href=\"https:\/\/www.express-online.com\/en\/actualites\/legal-obligations-charterers\/\">The legal obligations of charterers<\/a>\n                            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"135\" src=\"https:\/\/www.express-online.com\/wp-content\/uploads\/Les-obligations-legales-des-affreteurs-300x135.jpg\" class=\"attachment-post-small size-post-small wp-post-image\" alt=\"The legal obligations of charterers\" \/>                                                    <\/div>\n                    <\/div>\n                                <div class=\"col-xs-12 col-sm-4\">\n                        <div class=\"oct-home-blog-item\">\n                                                        <p>Freight exchange<\/p>\n                            <a href=\"https:\/\/www.express-online.com\/en\/actualites\/traditional-express-freight-exchanges-different\/\">Traditional and express freight exchanges &#8211; What makes them different?<\/a>\n                            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"135\" src=\"https:\/\/www.express-online.com\/wp-content\/uploads\/bourse-de-fret-traditionelle-et-express-quest-ce-quil-les-distingue-1-300x135.jpg\" class=\"attachment-post-small size-post-small wp-post-image\" alt=\"Traditional and express freight exchange: what distinguishes them\" srcset=\"https:\/\/www.express-online.com\/wp-content\/uploads\/bourse-de-fret-traditionelle-et-express-quest-ce-quil-les-distingue-1-300x135.jpg 300w, https:\/\/www.express-online.com\/wp-content\/uploads\/bourse-de-fret-traditionelle-et-express-quest-ce-quil-les-distingue-1-1040x470.jpg 1040w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/>                                                    <\/div>\n                    <\/div>\n                    <\/div>\n    <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3149","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.express-online.com\/en\/wp-json\/wp\/v2\/pages\/3149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.express-online.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.express-online.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.express-online.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.express-online.com\/en\/wp-json\/wp\/v2\/comments?post=3149"}],"version-history":[{"count":10,"href":"https:\/\/www.express-online.com\/en\/wp-json\/wp\/v2\/pages\/3149\/revisions"}],"predecessor-version":[{"id":3694,"href":"https:\/\/www.express-online.com\/en\/wp-json\/wp\/v2\/pages\/3149\/revisions\/3694"}],"wp:attachment":[{"href":"https:\/\/www.express-online.com\/en\/wp-json\/wp\/v2\/media?parent=3149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}