{"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\": [1.3590983247637092, 43.62080012898145], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.9693670000000004, 46.042764000000005], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.448477610306789, 48.624152389693215], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [3.1212193209717642, 50.534249734892775], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.14208932097176377, 46.756643265107236], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.722369734892771, 47.56471432097177], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [24.963416, 44.848315], \"country\": \"Roumanie\", \"county\": \"Municipiu Pite\\u0219ti\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [5.46237138969321, 45.638607610306785], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"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.5748886790282354, 44.27661326510722], \"country\": \"France\", \"county\": \"Lot-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [14.648009508912859, 50.171808157926016], \"country\": \"R\\u00e9publique tch\\u00e8que\", \"county\": \"Hlavn\\u00ed m\\u011bsto Praha\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.4179183247637094, 47.46838112898145], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.5473662651072293, 48.853005679028236], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.3931896103067891, 49.11800438969321], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.9572503896932107, 50.67925361030679], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.9370503209717644, 43.52883973489278], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.5962951579260154, 48.89763150891286], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.6898082651072293, 48.89189567902823], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.506975508912858, 48.98615615792602], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [3.3374716752362903, 43.35141112898145], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.13259532476370928, 45.359511871018555], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.1628834910871415, 45.85174715792601], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.318608679028236, 45.47917626510723], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.750888491087142, 46.08902484207398], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.2745818710185484, 48.78921232476371], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [1.5613463896932105, 43.18884661030679], \"country\": \"France\", \"county\": \"Ari\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.4607806103067895, 46.73167261030679], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.48963738969321, 46.137065610306784], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [-0.503703734892771, 44.79286067902823], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [4.753229324763709, 44.87925512898145], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [7.67729973489277, 48.56207267902823], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.9123449999999999, 45.856376], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [5.020422679028235, 44.13310726510723], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [4.801175389693211, 45.47765038969321], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Frigo\", \"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\"}, {\"location\": [7.6361673896932105, 48.527441389693216], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [-1.4545900000000005, 43.485936], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.4501453247637093, 47.26244512898145], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.428056842073984, 48.481330508912855], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.324929128981451, 49.05061767523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.2518316752362906, 49.05357212898145], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2951433896932105, 50.54313461030679], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"2 m3\"}, {\"location\": [5.522228679028236, 43.225273734892774], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.6116816103067895, 50.30114738969321], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.9970260420739843, 50.59417979108714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.2506329999999997, 48.87534], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"10 m3\"}, {\"location\": [4.950257157926016, 45.80247150891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.436430491087141, 43.59845715792601], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.499397675236291, 48.79456987101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.263355842073984, 50.777701508912855], \"country\": \"Belgique\", \"county\": \"Brabant Flamand\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.4976903247637092, 47.27785012898145], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.6475928710185483, 47.95590632476371], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4432013896932108, 48.89012561030679], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [6.146368871018549, 49.11437432476371], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.4621134910871424, 43.95998815792601], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-2.1076216790282363, 52.067190265107236], \"country\": \"Royaume-Uni\", \"county\": \"Gloucestershire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.5936377348927706, 46.847546320971766], \"country\": \"France\", \"county\": \"Indre\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.2940787348927707, 43.64814632097177], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3\", \"merchandise_types\": \"- Classe 2,<br>- Classe 7\"}, {\"location\": [2.203091508912858, 41.30428784207398], \"country\": \"Espagne\", \"county\": \"Barcelone\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.585753265107229, 48.93294032097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.319989491087142, 43.754493842073984], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.754956324763709, 45.73561387101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4395972651072286, 49.054257320971764], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.227216734892771, 48.81982467902824], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-3.280501389693211, 47.972639610306786], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.4987323896932105, 48.779791389693216], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.391946265107229, 48.88148832097177], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.867697157926016, 50.39931149108715], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.632987842073984, 48.76310750891285], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.2344422651072287, 50.767345320971764], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.964325, 49.429895], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [6.007715265107229, 45.619746320971764], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.229181871018548, 48.79054767523629], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.921803128981452, 45.77869067523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.953744320971764, 48.880492734892776], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3128759999999997, 48.796661], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.571067734892771, 44.80219267902823], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.82579161030679, 45.905270389693214], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.14291561030678912, 45.72969638969321], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.568988324763709, 48.56884812898145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4582311579260154, 48.88109450891286], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [5.282159734892771, 43.283250679028235], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.5156480000000006, 47.351624], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-0.41743399999999986, 44.966438999999994], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.439876491087142, 48.810404842073986], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.7536129999999999, 47.895406], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.856310491087142, 45.692392842073986], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3, PL > 3T5\"}, {\"location\": [3.123387675236291, 50.419526871018554], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.74333, 44.870605], \"country\": \"France\", \"county\": \"drome\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [6.519002508912858, 49.24464415792602], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4532998710185483, 48.990274675236286], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.1105467348927713, 48.875345679028236], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.388586157926016, 48.871174491087146], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3\"}, {\"location\": [7.765479610306789, 48.684958610306786], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [24.277153, 46.144561], \"country\": \"Roumanie\", \"county\": \"Micasasa\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 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\": [2.982788324763709, 50.62621712898145], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.050213, 47.149925999999994], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.601184679028236, 48.77548173489277], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4342554910871423, 48.508112842073984], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.5274516752362906, 49.27063412898145], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.6683991289814517, 44.09386832476371], \"country\": \"France\", \"county\": \"Lot-et-Garonne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"2 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\": [1.1650871289814517, 49.21373832476371], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.957493842073984, 45.754907491087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [1.4761809999999995, 43.714677], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [3.0662347348927708, 48.939405320971765], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.4068338420739845, 46.99052549108714], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.572414157926016, 48.92166549108715], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4048976752362905, 48.89062212898145], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.826577157926016, 48.682412508912854], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.408117491087142, 43.61252984207398], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.571366734892771, 50.12380232097177], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.428609324763709, 48.915884128981446], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 7, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.375755128981451, 48.72992767523629], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.5166333247637094, 44.79943912898145], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"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\": [0.8083413247637091, 44.12426312898145], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.19143512898145168, 47.93308532476371], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.518263610306789, 43.476472389693214], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [4.338195491087142, 50.56763084207398], \"country\": \"Belgique\", \"county\": \"Brabant Wallon\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.3722767348927711, 43.555111679028236], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.2195696790282358, 49.07740073489278], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.341335871018548, 50.23590067523629], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [5.50172061030679, 43.288541389693215], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.31816367523629, 47.69043712898145], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.3259517348927705, 43.23679867902823], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.231713320971765, 43.61247473489277], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [4.444404, 50.843173], \"country\": \"Belgique\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.8020578420739841, 46.08821549108714], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.132295, 45.663147], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.0262416752362906, 48.98409612898145], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [7.723875389693211, 48.68937961030679], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.414834610306789, 48.83169461030678], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [1.1800582651072289, 49.41102532097177], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 6, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 14 m3, 20 m3\"}, {\"location\": [5.302316508912858, 43.50441015792602], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.747492491087142, 45.59212084207398], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-1.8387112651072288, 47.96966067902823], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [0.27637026510722906, 47.95578567902823], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.221064, 48.788613], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.038696842073984, 45.94579050891286], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.393275675236291, 48.85325687101855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [7.100138871018548, 43.48868132476371], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.488850734892771, 44.72901267902823], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.265437508912858, 49.039108157926016], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.223252734892771, 50.922187320971766], \"country\": \"Belgique\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.809053508912858, 45.67045184207399], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [-3.409404157926016, 47.74700150891286], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [24.082524, 45.800196], \"country\": \"Roumanie\", \"county\": \"Municipiu Sibiu\", \"security_advicer\": false, \"vehicles\": 6, \"options\": \"ADR\", \"tvs\": \"20 m3, PL > 3T5\"}, {\"location\": [2.1194828420739844, 49.16582249108714], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.320564610306789, 48.58322338969322], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.6353517348927707, 43.165205320971765], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.514303842073984, 45.786768491087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo\", \"tvs\": \"10 m3\"}, {\"location\": [5.154183265107228, 43.80226332097177], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.0211949999999996, 49.49219], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 8, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3, 20 m3\"}, {\"location\": [4.426491508912858, 50.78876484207398], \"country\": \"Belgique\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [23.287635157926015, 48.028543508912854], \"country\": \"Roumanie\", \"county\": \"Comuna Tur\\u021b\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.3809556790282356, 48.79112973489278], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.1367119999999997, 45.877115], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3, PL > 3T5\"}, {\"location\": [6.169955610306789, 49.36206661030678], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [16.177543, 51.278074000000004], \"country\": \"Pologne\", \"county\": \"Powiat Legnica\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [4.530006157926016, 50.85685949108714], \"country\": \"Belgique\", \"county\": \"Brabant Flamand\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.203214871018548, 49.10968067523629], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.199936320971764, 46.27174726510723], \"country\": \"Suisse\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [4.878744508912858, 45.02486615792601], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\", \"merchandise_types\": \"- Classe 1,<br>- Classe 2\"}, {\"location\": [5.962669491087142, 43.22302815792602], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.582973, 48.560916], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.5177922651072286, 48.97219432097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.5251002651072287, 48.80145032097177], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.87636838969321, 45.62392038969321], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.084791324763709, 48.71592012898145], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3\"}, {\"location\": [-1.0046282651072291, 47.37051532097177], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4194453896932107, 48.859782389693216], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [0.5221073209717643, 44.77209573489277], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.636691842073984, 45.148310491087145], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [0.4587466103067893, 46.493146389693216], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [6.137209871018548, 48.99777932476371], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [0.5988546790282354, 45.258325265107224], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 8, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [7.675767491087142, 48.483214842073984], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.8593742651072285, 44.03066932097177], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2948991289814513, 48.754794324763715], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.9929968710185482, 48.89543667523629], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.6778933209717641, 49.85655373489278], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [5.136704508912858, 43.566762842073985], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-1.489271320971764, 46.60442073489278], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-0.43549867523629066, 49.152311871018554], \"country\": \"France\", \"county\": \"Calvados\", \"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\"}, {\"location\": [4.002593, 50.298038], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.522039265107229, 43.55414067902824], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.114647508912858, 49.12611915792601], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [0.816935871018548, 47.46026667523629], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [3.846518157926016, 45.77177549108714], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [-0.9368093896932106, 48.953141389693215], \"country\": \"France\", \"county\": \"Manche\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.4080121579260156, 49.35502250891285], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.026418389693211, 43.70672561030678], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.266242610306789, 48.88176138969321], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.0363336790282356, 49.311433265107226], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [4.837433320971765, 43.87772573489278], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3714742651072287, 48.724213320971764], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [6.30153161030679, 48.64269238969322], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.537369, 43.603242], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4257495089128582, 48.70965484207398], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"10 m3\"}, {\"location\": [3.014489157926016, 50.49835949108714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.427727508912858, 48.77044384207398], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [8.664957491087142, 49.741938842073985], \"country\": \"Allemagne\", \"county\": \"Darmstadt\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"5 m3\"}, {\"location\": [-1.5725035089128585, 47.27917515792602], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.674454265107229, 47.997567679028236], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.2810746790282352, 49.111399265107224], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.581641, 49.551631], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [5.547802679028236, 43.27166873489278], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.397065679028236, 43.53024973489278], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [5.576522265107228, 50.723543320971764], \"country\": \"Belgique\", \"county\": \"Li\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.5400670000000005, 45.538254], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3785856752362906, 48.90774112898145], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [5.025856508912858, 45.84595115792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [23.279906324763708, 42.65940812898145], \"country\": \"Bulgarie\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-2.7815703247637096, 48.66155912898145], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.0851649999999995, 50.749080000000006], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2860353896932106, 48.90873038969321], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [1.0736555089128577, 49.459039157926014], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3, PL > 3T5\"}, {\"location\": [6.642158842073984, 49.127509491087146], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.380001871018548, 45.57417367523629], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.381795128981451, 48.88179567523629], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.6503792651072293, 44.89620532097177], \"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\": [2.3925789999999996, 48.964729000000005], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.133442491087142, 49.66813284207399], \"country\": \"Luxembourg\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.892174320971764, 45.912291265107235], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [5.416222, 46.17568300000001], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.82675, 48.793108999999994], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.075780320971765, 49.20692273489277], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.9260277348927711, 49.30148367902823], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.470614265107229, 49.05914732097177], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4261743896932106, 48.678913610306786], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-0.5276519999999999, 44.68573], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.3970166790282352, 48.83791226510723], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.3811062651072294, 48.854840679028236], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [5.035203157926016, 45.70196950891285], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.6996526790282356, 47.43938726510723], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [5.359638871018547, 43.412025675236286], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.369076610306789, 48.96925561030679], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [3.074733491087142, 45.91411915792602], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [26.04691861030679, 44.484580610306786], \"country\": \"Roumanie\", \"county\": \"Municipiul Bucure\\u0219ti\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"PL > 3T5\", \"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.223545508912858, 45.73693084207398], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.4064004910871417, 46.56741384207398], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.3489245089128583, 48.71852784207398], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.5913047348927707, 48.19596732097177], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [2.331007871018548, 49.03313267523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.17805050891285817, 44.771764842073985], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.288577610306789, 48.87162038969321], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.3454857348927707, 48.86598432097177], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.3592629999999999, 47.29303], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.2837516752362905, 48.88063912898145], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.945352157926016, 45.74363550891285], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.4841505089128575, 43.776472157926015], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [3.490377, 50.263647], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.3422643247637094, 48.85444787101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.2482066103067893, 50.62944238969321], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.146094157926016, 50.592666491087144], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.540677, 48.803314], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-0.8697391289814519, 49.09994167523629], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [5.465468157926016, 43.322662508912856], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.5093616103067893, 48.78539338969321], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, Frigo, 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\": [-0.009693389693211082, 44.645980610306786], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.0583894910871416, 49.49507415792601], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.536024265107229, 48.764350320971765], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.3978298710185486, 43.441802324763714], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.543136, 43.561103], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.7151158420739844, 45.58628350891286], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.383422265107229, 45.779015679028234], \"country\": \"France\", \"county\": \"Haute-Vienne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [1.4141797348927707, 48.49385532097177], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.5243416103067893, 48.813715389693215], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [5.4216715089128575, 43.229338842073986], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.606164265107229, 48.44327267902823], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.426925610306789, 48.93388061030679], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [0.26980273489277107, 46.718366679028236], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [5.390241679028235, 43.36616726510722], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [1.3020906790282356, 43.89529826510723], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.072476734892771, 47.37973467902823], \"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\": [5.684753675236291, 47.41586787101855], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.255628610306789, 48.96145661030679], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [1.276727389693211, 43.45883938969321], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [19.05098273489277, 50.768129679028235], \"country\": \"Pologne\", \"county\": \"Powiat Cz\\u0119stochowa\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.567150842073984, 48.87964050891286], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [6.886140320971764, 47.55973626510723], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.09290267902823549, 45.480215265107226], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [4.36282038969321, 46.00966961030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.5993042651072291, 45.11992667902823], \"country\": \"France\", \"county\": \"Corr\\u00e8ze\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.280238842073984, 50.970793508912855], \"country\": \"Belgique\", \"county\": \"Brabant Flamand\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.0821054910871417, 47.40942484207398], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.2984356790282354, 48.85238526510722], \"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\": [-1.5993603896932111, 48.10579961030679], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.136952508912858, 45.750871842073984], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [4.448991842073984, 45.511727508912855], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.8083513247637092, 47.66153212898145], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.8267496752362908, 47.343861871018554], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [3.0660253247637095, 50.74509287101855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.394855491087142, 48.96502415792602], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [-0.5499071289814513, 47.399393324763714], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.709611128981451, 49.48630167523629], \"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.2178473247637096, 48.853480871018554], \"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.8006667348927712, 47.85338167902823], \"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\": [2.5158578420739843, 49.17410449108714], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-2.6837433209717645, 48.595391265107224], \"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.8401863209717644, 48.56463373489277], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.2977608420739843, 48.98013449108714], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [5.202667491087142, 43.405894842073984], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3, 10 m3, 20 m3\"}, {\"location\": [3.9273187348927703, 49.27798632097176], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.999757842073984, 47.26056050891285], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.6465543896932107, 48.853163389693215], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.3789437348927707, 48.971226320971766], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [3.022856491087142, 50.549448842073986], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.9555292651072289, 46.99519467902823], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [1.9212963247637094, 49.58984912898145], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.501787610306789, 48.11560738969321], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"- Classe 7\"}, {\"location\": [5.504145842073984, 50.61071349108715], \"country\": \"Belgique\", \"county\": \"Li\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.901194, 43.414419], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.7245463209717644, 49.59037726510723], \"country\": \"France\", \"county\": \"Manche\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [3.8012813247637096, 43.58852087101855], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.378956, 48.838037], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.773691871018548, 48.72501732476371], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.455402, 48.945449], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.330129871018548, 49.24703367523629], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [5.015363679028235, 44.006864265107225], \"country\": \"France\", \"county\": \"L\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.9576913896932104, 47.76236261030679], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.824366265107229, 44.52177467902823], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.6165543896932111, 44.902729610306785], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.339642128981452, 45.48152567523629], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [6.7878823209717645, 43.359622734892774], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.287309, 49.290147], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.064098320971763, 49.301793265107236], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.4854435089128581, 43.521150842073986], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.515003128981451, 49.001678675236285], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.502553128981451, 48.527288675236285], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.431309320971764, 49.078574265107235], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.716037734892771, 45.71200867902823], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\"}, {\"location\": [5.54889167523629, 47.04634587101855], \"country\": \"France\", \"county\": \"Jura\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.74793973489277, 47.39166532097177], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.824738128981451, 49.578075675236285], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [0.608026842073984, 47.42561950891285], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [6.081883, 44.473136999999994], \"country\": \"France\", \"county\": \"Hautes-Alpes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.4753156752362908, 47.143795871018554], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.018128, 47.840596], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.13514584207398406, 48.031436508912854], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.2896056790282357, 44.881494734892776], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [3.313190871018548, 49.45080267523629], \"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.482934, 47.532508], \"country\": \"Suisse\", \"county\": \"B\\u00fclach\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3\"}, {\"location\": [6.835729675236291, 48.25546412898145], \"country\": \"France\", \"county\": \"Vosges\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [25.182223679028237, 41.438403265107226], \"country\": \"Bulgarie\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.0419153896932105, 50.48991738969321], \"country\": \"Belgique\", \"county\": \"Hainaut\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [-1.751026610306789, 48.02967738969321], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.9040209999999997, 50.171138000000006], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.5722218710185487, 48.78005332476371], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [1.9093452651072291, 48.922268679028235], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.833038842073984, 45.82115550891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3\"}, {\"location\": [2.562407265107229, 48.896096320971765], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.2461411289814517, 43.869024324763714], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [7.699881842073984, 48.50158849108714], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [5.100382320971764, 45.87097026510723], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.0364630000000004, 50.624802], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4380924910871418, 48.98615615792602], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [0.2020131579260156, 48.21834050891285], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": true, \"vehicles\": 4, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.2498728420739842, 48.688993491087146], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.0998167348927708, 43.51939532097177], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.7919417752362907, 48.16578292898145], \"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\": [4.687577265107229, 48.73189732097177], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [6.127227679028235, 48.76403426510723], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.213338734892771, 48.54196232097177], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.4566349999999995, 49.024912], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.9967652651072294, 45.783484679028234], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.4980279999999997, 49.04265], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [2.3525328710185485, 48.76225132476371], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.8875747348927705, 50.64060667902823], \"country\": \"Belgique\", \"county\": \"Li\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.129974508912858, 50.71513915792602], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [1.0997210000000002, 49.289264], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.104422389693211, 45.69167061030679], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [2.3056836103067893, 47.731864389693214], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.8484544910871414, 48.032146157926014], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 10 m3, 20 m3\"}, {\"location\": [2.2613053896932107, 49.024791610306785], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4894322651072294, 48.593865679028234], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [1.6031909999999996, 48.882498000000005], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.371225320971764, 48.88959073489277], \"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.4663560000000002, 43.551069999999996], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [19.82817638969321, 50.00011638969321], \"country\": \"Pologne\", \"county\": \"Powiat Krak\\u00f3w\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4239928420739845, 48.91308349108714], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.8075371579260153, 42.716797508912855], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.95562661030679, 47.28445761030679], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.411839320971764, 49.023760265107235], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3, PL > 3T5\"}, {\"location\": [2.416477157926016, 48.85424749108714], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.8602623209717644, 50.433885734892776], \"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.0715643896932106, 43.582281389693215], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [3.2647101289814513, 45.459636324763714], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.966163389693211, 49.14748438969321], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [6.09593767523629, 47.25699112898145], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.6162226752362905, 50.450472128981446], \"country\": \"Belgique\", \"county\": \"Hainaut\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [6.237319157926016, 49.050969491087145], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.881915871018549, 47.113569675236285], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.9951056103067892, 47.769620389693216], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.3532141289814517, 47.498634324763714], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.420660871018548, 48.936569675236285], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.348043265107229, 43.36989067902823], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.2933547348927705, 48.934697320971765], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.660538842073984, 45.67514549108714], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.5748115089128583, 48.38051584207398], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [5.575265675236291, 45.32110587101855], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.442117128981451, 48.87605467523629], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.35534167523629, 43.39673987101855], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.3862776103067891, 49.222017389693214], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.343796842073984, 47.96868049108714], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.4543201289814514, 48.61695332476371], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.1646728420739847, 48.80528549108715], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4470696790282354, 49.016047265107225], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3191736103067893, 48.85851738969321], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [1.9500904910871415, 46.89055415792602], \"country\": \"France\", \"county\": \"Indre\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.619936734892771, 49.03326367902823], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.3394927348927709, 44.95068867902823], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [5.447289842073984, 50.67057050891285], \"country\": \"Belgique\", \"county\": \"Li\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.241454, 49.18695], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.321984871018548, 49.82554467523629], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.976292128981451, 47.966792675236285], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.2212543247637093, 48.95561787101855], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.0789825089128584, 48.70123184207399], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.30472032476371, 45.447466128981446], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.530140324763709, 48.965182128981446], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.054035324763709, 43.12088012898145], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [1.4248331579260158, 43.49253749108714], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [0.7764114910871421, 48.675613842073986], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3, PL > 3T5\"}, {\"location\": [5.210197320971765, 46.207911734892775], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.021972491087142, 43.49550884207398], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.458853871018548, 48.72144567523629], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.823845734892771, 45.772955679028236], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.290512128981451, 44.24533267523629], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.1999798420739847, 48.83385249108714], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.8650566790282355, 45.86234026510723], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [24.56612538969321, 43.323171389693215], \"country\": \"Bulgarie\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.345216679028235, 48.81649726510722], \"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.404250265107229, 48.916016320971764], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [-1.6055460000000001, 47.265245], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.583718491087141, 46.43163115792601], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.325100679028236, 48.771942734892775], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.4005636752362904, 43.660402128981445], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.3918818710185485, 43.48443632476371], \"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.261276320971764, 49.097844265107234], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.586559834892771, 49.96807817902823], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.111301842073984, 43.66794250891286], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.262803, 50.735679999999995], \"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\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.4961819999999997, 48.11062], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [24.44071461030679, 45.03695038969321], \"country\": \"Roumanie\", \"county\": \"Municipiu R\\u00e2mnicu V\\u00e2lcea\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.7724336752362904, 48.78728812898145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.997674610306789, 45.757764610306786], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.835321679028235, 45.78017426510723], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.280270734892771, 48.833863320971766], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.8525008420739844, 47.68182649108714], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.7431391289814515, 43.364158324763714], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.3873643896932109, 47.45164338969321], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.773472324763709, 45.69181487101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4499142651072288, 48.89665432097177], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.1893706790282352, 49.05700826510723], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.378823, 43.636277], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.530659, 43.626138], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.208470842073984, 49.17471650891286], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.341735508912858, 48.95464115792602], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4072851289814516, 48.79571632476371], \"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.27579938969321, 47.74713038969321], \"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\": [-1.6795172651072288, 47.147958679028235], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.485173675236291, 48.99314787101855], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.7944510000000005, 45.771274], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"14 m3\"}, {\"location\": [2.521339491087142, 47.00277215792602], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.7657031289814517, 49.53314732476371], \"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.821576320971765, 45.67149973489278], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.610462265107229, 48.48215332097177], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.918173128981451, 48.45498267523629], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3300053896932105, 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.865857508912858, 46.899392157926016], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [1.3288441289814517, 48.34843032476371], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.827373, 48.611269], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [7.715955679028236, 48.549041734892775], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.377033, 49.409908], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3669008710185486, 48.90718932476371], \"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.3251630000000003, 48.920536], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2717813247637095, 48.79113887101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.333114265107229, 48.956321679028235], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.2335736790282352, 48.837319265107226], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.7521356790282354, 49.107861265107225], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.4176839999999995, 48.954750000000004], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.521981128981451, 48.927493675236285], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.6400566752362906, 49.059270128981446], \"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.8408584910871424, 50.33425484207398], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.0741708710185485, 43.98365832476371], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3681389999999998, 48.738426000000004], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.2205333247637093, 43.703756128981446], \"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.644951, 44.303443], \"country\": \"France\", \"county\": \"Aveyron\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.9881804910871417, 48.58746515792602], \"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.388476610306789, 45.373350389693215], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"- Classe 2\"}, {\"location\": [3.0879158420739845, 50.688622491087145], \"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.5381786790282357, 48.729832734892774], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"- Classe 7\"}, {\"location\": [4.209785320971765, 46.44248773489277], \"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.5977926752362908, 44.84760787101855], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.3812309999999997, 48.919451], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.4133516103067887, 48.958863610306786], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3\"}, {\"location\": [1.4123481289814517, 43.59227532476371], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3114171579260154, 48.98365850891285], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.570921157926016, 47.665484508912854], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4869939999999997, 49.020711000000006], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.539767320971765, 45.53293373489277], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"- Classe 1\"}, {\"location\": [2.3719424910871423, 48.660861842073984], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.561145675236291, 48.842597871018555], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [3.180870610306789, 45.73142438969322], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.332376491087142, 48.91523984207399], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4060852651072286, 48.918945320971766], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.359945128981452, 47.827551675236286], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.440195265107229, 48.131301320971765], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.406755, 48.827776], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.5332726103067893, 48.937617389693216], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.743471679028235, 44.738687265107224], \"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.5128035089128582, 45.120509842073986], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.4478713209717637, 43.649993265107234], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Frigo\", \"tvs\": \"10 m3\"}, {\"location\": [2.3114893896932105, 48.92522361030679], \"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\": [5.00855, 45.732564], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [0.344486871018548, 46.75830967523629], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.42888815792601587, 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.380944320971764, 48.886436265107235], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.473656675236291, 48.873259871018554], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2844648710185487, 48.781626324763714], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.476744265107229, 43.91400532097177], \"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.493984157926016, 48.77196649108714], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [5.97287667523629, 43.08146787101855], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [7.3297716790282355, 47.84090626510723], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.5728961579260154, 48.451479508912854], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.634889610306789, 47.642916610306784], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.694023389693211, 45.24547061030679], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.822299871018548, 50.51104767523629], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3080053896932107, 48.81855738969321], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.3813665089128582, 43.94789384207398], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.6525345089128582, 48.76071984207398], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.964768610306789, 47.97374961030679], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.593380679028235, 48.59748826510722], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.524796675236291, 49.237573871018554], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.9360686752362908, 47.40012487101855], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.5710539999999997, 49.025315000000006], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.37925826510723, 47.76768067902823], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.293126320971764, 48.998555265107235], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.3663067348927713, 47.048065679028234], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [3.664901265107229, 43.73469432097177], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.3344167348927711, 49.23577167902823], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.952376, 45.72975], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.806647491087142, 49.507580157926014], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.5976775089128576, 49.030609157926015], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.4486633209717639, 43.635918265107236], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.6824846752362907, 48.021384871018554], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [1.9357896103067889, 47.98232261030679], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 10 m3, 20 m3\"}, {\"location\": [3.019858, 47.085893], \"country\": \"France\", \"county\": \"Ni\\u00e8vre\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-0.7183831579260157, 44.45726549108714], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.591640842073984, 48.17353950891285], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [-1.874433, 48.095255], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.8945545089128584, 43.47525384207398], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.7203884910871419, 46.927105842073985], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.938697, 45.801964000000005], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.4352372651072294, 48.83287067902823], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [1.4763696752362907, 43.45904387101855], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.4798083247637095, 45.37987612898145], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.373338871018548, 48.998295675236285], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.349782389693211, 48.745201389693214], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [0.2522993247637093, 44.600618871018554], \"country\": \"France\", \"county\": \"Lot-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.917623320971764, 44.04364226510723], \"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.6124892651072287, 48.88354532097177], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [7.7448085089128575, 48.531516842073984], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [6.6977026752362905, 48.04533212898145], \"country\": \"France\", \"county\": \"Vosges\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.8891148710185486, 47.82119332476371], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.3651314910871415, 43.39639315792601], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.4557483209717645, 43.26678073489278], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.036573, 48.743448], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.1083785089128582, 49.309152842073985], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.4296986790282356, 48.69513273489277], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.8521583896932108, 47.84719338969321], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.9319779999999995, 47.927061], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.901992842073984, 48.81698150891285], \"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.186879, 48.696076999999995], \"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.200409128981452, 48.57277232476371], \"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.6783158710185475, 45.23105667523629], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.4555551289814512, 48.703376675236285], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.4781706103067895, 45.49616261030679], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4328388420739846, 48.90377149108714], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [6.280965157926016, 49.04017849108715], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [3.8097138710185483, 43.48854032476371], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [2.563335610306789, 48.99822361030679], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.822443610306789, 44.01324661030679], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-4.539241128981452, 48.296482324763716], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3895107348927707, 48.95551332097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.2580348710185485, 43.25994632476371], \"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\": [4.969560128981452, 49.61962132476371], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.238077, 47.083997], \"country\": \"France\", \"county\": \"C\\u00f4te-d\\\\&#039;Or\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"5 m3\"}, {\"location\": [4.11082132476371, 51.13902512898145], \"country\": \"Belgique\", \"county\": \"Oost-Vlaanderen\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.73228973489277, 46.34204532097176], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.193177871018548, 43.69309732476371], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.339812508912858, 48.95402315792602], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3667714910871416, 48.737778157926016], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.802661679028235, 45.90039826510723], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.262385265107229, 48.75831167902823], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.352532871018548, 48.938792675236286], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.525965157926016, 45.41587049108714], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [5.1579722651072295, 47.32230367902823], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-0.31837400000000005, 44.961301], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.497476508912858, 49.11964715792602], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [5.65258667523629, 45.34144712898145], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.6778726752362907, 44.84183087101855], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [19.428663871018546, 50.408179324763715], \"country\": \"Pologne\", \"county\": \"Powiat de Zawiercie\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.749214, 48.556472], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.379419320971764, 48.94084726510723], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.8713498420739842, 49.93047849108714], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.625443679028235, 44.90072126510722], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [6.100883734892771, 49.069307679028235], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1642586103067893, 50.666716389693214], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.98222867523629, 45.68064987101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.8829794910871422, 47.82045884207398], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.172476, 49.350403], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [6.27571667523629, 49.128603128981446], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [5.902472128981452, 49.23811767523629], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-1.6578503896932106, 48.09019138969321], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.9204398710185486, 47.83591432476371], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.440330842073984, 49.67899350891285], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.301617128981451, 49.00105567523629], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.388386128981452, 45.69825567523629], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.141367128981451, 48.79348267523629], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.1890661289814513, 49.15155167523629], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [4.235006508912858, 43.619068842073986], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2657783896932107, 48.929654610306784], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [6.265491157926016, 48.694381508912855], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.444835128981451, 48.71950767523629], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [4.363207871018549, 43.741069324763714], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [-0.49002438969321116, 46.49649261030679], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.485852320971764, 43.49056926510723], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.3356494910871417, 48.933671157926014], \"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.2863525089128579, 45.98390884207399], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [7.746130128981451, 48.666168675236285], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-0.5052228710185483, 44.783565324763714], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.341218, 48.83467], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.234027320971765, 48.676149734892775], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 14 m3\"}, {\"location\": [2.125218324763709, 48.962638128981446], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.504552734892771, 45.460354679028235], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.9179896752362908, 48.62083887101855], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.239906734892771, 48.90573367902823], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.970604610306789, 45.84810061030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.769699157926016, 48.22767550891285], \"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.796782679028237, 45.691158734892774], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.417438734892771, 48.884402320971766], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.528904, 48.907573], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.4485472651072293, 48.14693332097177], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4223369999999997, 48.963516], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.212283, 48.796526], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.5016171289814517, 45.95762532476371], \"country\": \"France\", \"county\": \"Haute-Vienne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [3.0823814910871423, 50.54767484207398], \"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.803223491087142, 43.53395984207398], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [7.697306, 48.68569], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.9994658710185486, 49.346543324763715], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.265862679028236, 46.21689426510723], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.8400878710185484, 50.06565232476371], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.764604491087141, 45.67848515792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.079805389693211, 49.386208389693216], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3635948710185484, 48.76972232476371], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.2432988420739846, 48.723283491087145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"14 m3\"}, {\"location\": [1.4581216103067893, 43.50151138969321], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.102413491087142, 48.904011157926014], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.6429569999999996, 48.917186], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.085464491087142, 48.94270384207398], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3, PL > 3T5\"}, {\"location\": [6.1804291289814515, 46.29149867523629], \"country\": \"Suisse\", \"county\": \"Gen\\u00e8ve\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.126565610306789, 50.69075561030679], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [7.3894951579260155, 43.70514049108714], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.424250871018548, 48.94758567523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [4.842872871018549, 45.64112032476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [7.725829, 48.475736999999995], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.85555473489277, 45.738309679028234], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.183051128981451, 49.07827667523629], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.378405610306789, 48.965857610306784], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.8793813209717642, 47.84295473489277], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.211353265107229, 48.989693679028235], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [1.0463584910871415, 49.531968157926016], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-0.9939814910871424, 47.644304157926015], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [1.712925128981451, 43.85026967523629], \"country\": \"France\", \"county\": \"Tarn\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.062612871018548, 50.381727675236284], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.289306679028236, 46.13224773489277], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [6.165682128981452, 48.59003232476371], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.5771553247637096, 48.10820912898145], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.7655103209717637, 43.16158626510723], \"country\": \"France\", \"county\": \"Ari\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.82979932476371, 43.634156871018554], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.199997508912857, 48.607071842073985], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.431133265107229, 49.081356320971764], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.4450971579260155, 48.810809508912854], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3693078420739844, 48.927987491087144], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.5073761579260156, 43.53647949108714], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.052353157926016, 50.61634149108714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.539386, 48.867931999999996], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.123927508912858, 44.99944884207398], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.3485195089128583, 43.50784084207398], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.3090646790282356, 48.81945173489277], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.46265032097176373, 48.10349126510723], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.160816, 50.373992], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.5202453209717643, 48.72676073489277], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.215154675236291, 46.97629087101855], \"country\": \"France\", \"county\": \"Ni\\u00e8vre\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.300416157926016, 43.980466508912855], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [7.827503871018548, 48.859499675236286], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [5.353633128981452, 45.86985032476371], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.8711841579260153, 43.65357850891286], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.5879071579260158, 48.84337449108715], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [3.9729526790282357, 49.312599265107224], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.0177541579260154, 47.85456950891285], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.317167389693211, 43.38533561030679], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.091956842073984, 48.46501150891286], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.8814802089128575, 45.67408794207398], \"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.2617483247637096, 47.25979912898145], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.173921871018548, 43.873875675236285], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.513148, 48.853265], \"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.8953188420739844, 42.736220491087145], \"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.4537815089128583, 48.779030842073986], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.192441871018548, 45.44964067523629], \"country\": \"France\", \"county\": \"Haute-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.544568491087142, 48.78808584207398], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5563801579260157, 48.88294950891286], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.018761320971764, 47.46894173489277], \"country\": \"France\", \"county\": \"Territoire de Belfort\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-3.6234740000000003, 48.52182], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3530394910871424, 48.72529084207398], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 4, \"options\": \"ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [-1.3241276752362907, 47.95920912898145], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3104832651072287, 48.95869132097177], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.430853265107229, 48.92190832097177], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.2181310000000003, 49.18249599999999], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.6335179999999996, 48.633532], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.378560679028235, 48.94133826510723], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.373115610306789, 48.98078361030679], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [2.3277408420739847, 48.57801049108714], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.1919355089128576, 45.83496115792602], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [1.881333842073984, 49.04065150891286], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.4681182651072286, 48.90359432097176], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [3.2016544910871416, 45.81080515792602], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.881170734892771, 46.66389467902823], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [3.2436116103067887, 50.75305461030678], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.956166128981452, 45.841783675236286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.944806610306789, 45.76469561030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [6.501518, 47.587652999999996], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.7357626790282357, 48.774422734892774], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.711341842073984, 45.77598249108714], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [5.072069128981451, 43.63139067523629], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-2.728193842073984, 47.786233491087145], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.138083389693211, 48.599817389693214], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [4.838938871018549, 45.59558232476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 14 m3, 20 m3\"}, {\"location\": [4.906173320971764, 45.79939926510723], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.8790224910871416, 49.03971715792601], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.0810421289814511, 49.51338667523629], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.503936508912858, 48.996688157926016], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.426055491087142, 49.02982815792602], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [1.523334, 50.725231], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.273431842073984, 48.863461508912856], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.194426265107229, 45.989266320971765], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3905431289814514, 48.81104232476371], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.095872, 49.348238], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"14 m3\"}, {\"location\": [3.0581877348927713, 50.59357667902823], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [4.400953128981452, 45.54346467523629], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [0.9736046103067894, 49.21631638969321], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.583540157926016, 43.50038049108714], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.236830491087142, 48.821591157926015], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.367682265107228, 45.605165320971764], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.214392320971764, 48.87383626510723], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.985235157926016, 45.699516491087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2421273896932106, 48.93468761030679], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.055322320971764045, 49.24691173489278], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.924119508912858, 45.614324842073984], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [1.3559343247637092, 43.62218412898145], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.017857679028235, 50.699210265107226], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.441871157926016, 48.704568491087144], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.508656734892771, 47.44264267902823], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.0569432651072286, 48.82420332097177], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.993195, 48.947831], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.3268184910871423, 43.64783815792602], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4433996790282357, 48.97802473489278], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 14 m3\"}, {\"location\": [2.2603094910871424, 48.83188184207398], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.350137491087142, 48.815104842073985], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.3768555089128582, 48.64400184207398], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [7.630068679028236, 48.41832373489277], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.842261128981452, 45.64491232476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.448172128981452, 43.36145367523629], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.6323135089128579, 44.70240784207398], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.380428675236291, 48.93707187101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.2461079999999995, 48.979987], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.3098783247637094, 43.56090912898145], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.500134, 43.583611], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.300246734892771, 48.758177679028236], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.940004157926016, 45.73032750891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.7992406790282365, 45.68334973489277], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.2378711579260155, 49.04846150891286], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3\"}, {\"location\": [2.2313456790282356, 48.881447734892774], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.174494, 48.59501], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.5432133209717638, 43.23412726510723], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-1.5636296790282362, 47.280481265107234], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.7438713896932105, 44.07445938969321], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.892960491087142, 45.695105842073986], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.5675926103067894, 48.89056038969321], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5198072651072287, 48.75021232097177], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.850690842073984, 45.668351508912856], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.343217, 43.35394], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.941885265107229, 46.22945132097177], \"country\": \"France\", \"county\": \"Creuse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2584034910871416, 49.00257215792602], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.3509403247637093, 44.91100987101855], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.368093265107229, 43.344608679028234], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4182295089128583, 48.803031842073985], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.3811122651072285, 45.81782332097177], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.8990221289814513, 42.69266532476371], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3697801289814513, 48.76834332476371], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.330726871018548, 45.811660324763714], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.4774076103067895, 47.14282561030679], \"country\": \"France\", \"county\": \"Jura\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.3232744910871417, 48.99205815792602], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.667912679028237, 43.365675734892775], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2708158420739846, 48.998662491087146], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [4.040038320971764, 49.29390126510723], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.4373506103067895, 48.75479338969321], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 14 m3, 20 m3\"}, {\"location\": [5.804339157926016, 45.19153250891286], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [4.916231491087142, 45.59778584207398], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [2.406627, 48.873064], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [-1.5183873896932107, 47.05174538969322], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.393742128981452, 43.39169067523629], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.393801734892771, 48.816665320971765], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-1.4933524910871425, 43.568813157926016], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.9072078710185485, 47.74748632476371], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.474084128981451, 43.66326067523629], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4113626790282354, 49.349179265107225], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.723559128981451, 48.97569867523629], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.2435857348927706, 48.97661832097177], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 14 m3, PL > 3T5\"}, {\"location\": [6.123387, 49.181644000000006], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.0027384910871415, 43.870551157926016], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [5.464590610306789, 43.608699610306786], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, PL > 3T5\"}, {\"location\": [7.297641842073984, 47.97756049108715], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [4.185535491087141, 44.02710615792601], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [4.755646, 45.741762], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.444735508912858, 43.438007157926016], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [3.164904, 49.685787], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.9938523896932105, 48.278365389693214], \"country\": \"France\", \"county\": \"Yonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.364392320971764, 48.961466265107234], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.537123320971764, 48.803589734892775], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.372132389693211, 45.501052610306786], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4217043896932107, 48.830602610306784], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.665399, 48.843667], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.490652320971764, 48.72896973489277], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.115727491087142, 48.913537842073985], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.146814265107229, 49.323237320971764], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3070001579260158, 48.89712949108714], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.067037508912858, 45.807528842073985], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [-0.5205503896932107, 44.79359438969321], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [1.3134547348927712, 43.49953367902823], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.145637, 48.451328], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2690412651072287, 49.03939132097177], \"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.393538, 48.869445], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [7.789385, 48.909474], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.425136320971764, 48.92163326510723], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.8887437348927705, 45.32845867902823], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.759956389693211, 43.51419638969321], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [6.6147396790282365, 43.39856573489278], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [1.1471125089128582, 48.21776284207398], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [4.349116508912858, 49.04496415792602], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.8544454910871417, 50.77157115792602], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.354191871018548, 44.55030032476371], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4214979999999997, 48.975179], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.3064375089128584, 48.800374842073985], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3961319999999997, 48.871597], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.443769157926016, 48.87831849108714], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.762772320971765, 48.508380734892775], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.2825053247637093, 43.536711871018554], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [0.3335228420739843, 47.35039749108714], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.328793320971764, 44.046275265107234], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.444466, 43.587044], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1068181289814514, 48.712076324763714], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [5.661488265107228, 45.586661320971764], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.473325, 48.946391], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.053863508912857, 45.69480584207398], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.6665703209717644, 47.28239926510722], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.3921731579260155, 48.90521650891286], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [1.424262265107229, 43.465628679028235], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3326585089128584, 48.75004584207399], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [5.086948, 47.343031], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [3.014477508912858, 42.725136157926016], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.7054026790282362, 48.19216926510723], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4087171579260156, 48.865882508912854], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.5853648710185484, 48.031201324763714], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [0.960102734892771, 49.36454267902823], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [-0.5213561289814513, 44.78567132476371], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.895219, 45.901023], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.0228437348927708, 49.46007432097176], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.317370610306789, 43.66575561030679], \"country\": \"France\", \"county\": \"Tarn\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.781351491087142, 45.707032842073986], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4062245089128584, 48.852979842073985], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.931374675236291, 45.74897787101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.519000679028235, 48.09316126510723], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.322325842073984, 48.781275508912856], \"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.21886261030679, 48.638406389693216], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.074516, 49.235698], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.6863643209717646, 44.982709265107225], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 14 m3\"}, {\"location\": [2.335681610306789, 49.04522761030679], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.6591183896932105, 49.823774610306785], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2386423896932106, 48.75307761030679], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.0782078710185483, 49.34522032476371], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-2.293118320971764, 48.105062734892776], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.721008734892771, 45.030419679028235], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.461503508912858, 48.785121842073984], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.8040974910871415, 47.98090715792602], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.87566, 45.023540000000004], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [0.30222099999999996, 47.967345], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [6.071091265107229, 49.406179320971766], \"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.789853491087142, 43.971242842073984], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.5476726103067895, 48.85278738969321], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [3.8586776752362906, 43.60578612898145], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.2722213896932109, 49.10779138969321], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.6304, 43.545786], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.3276471579260158, 43.76934849108714], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.42793873489277123, 44.903765320971765], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.028925128981451, 49.06542867523629], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.933621734892771, 47.73687867902823], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-4.4989161289814525, 48.50324467523629], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.776453871018548, 45.851856675236284], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.684786128981452, 44.93395867523629], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.356098320971764, 48.79678273489277], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.611198491087142, 48.635172157926014], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-2.8304722651072294, 47.70956532097177], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.095625, 47.754065], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.655521842073984, 48.72898250891286], \"country\": \"France\", \"county\": \"Meuse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.698058128981451, 50.31710867523629], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.133622157926016, 50.571007491087144], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [5.6482312651072295, 43.236817679028235], \"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.424590508912858, 49.009654157926015], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4173087348927713, 48.80226867902823], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.7592, 49.011566], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4518831579260154, 48.86604450891286], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.6712636103067893, 43.390838389693215], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.987432265107229, 45.83983932097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.7561100000000005, 45.757153], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.286456265107229, 45.57277567902823], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.486115, 45.466269], \"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.427718, 48.79659], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"10 m3\"}, {\"location\": [5.829299610306789, 45.240372610306785], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.09419384207398429, 45.63537949108714], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [0.4157236752362906, 43.59632712898145], \"country\": \"France\", \"county\": \"Gers\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3696376790282354, 48.92662126510722], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.3015323896932105, 49.187762610306784], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.2977596790282355, 45.63148226510722], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": true, \"vehicles\": 4, \"options\": \"Frigo, ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [0.9582348420739841, 49.446252508912856], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.0617739999999998, 45.266938999999994], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.286983734892771, 48.95186832097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [1.8442111579260154, 49.11404550891286], \"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.054980679028236, 49.34131073489277], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 14 m3\"}, {\"location\": [3.9744156103067887, 45.58993261030679], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [5.241442265107229, 43.53593732097177], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3939665089128583, 48.630548842073985], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.625451324763709, 45.73022487101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [5.218837157926016, 47.51187550891286], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [4.887960508912858, 45.751940157926015], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [6.01775732476371, 45.96619112898145], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4023619999999997, 48.812779], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.7463389999999996, 47.438998000000005], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.768011, 47.349967], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.6251058710185482, 47.170908324763715], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [6.296533842073984, 48.21781949108714], \"country\": \"France\", \"county\": \"Vosges\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.874971871018548, 48.72792132476371], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.1129995089128584, 48.957719842073985], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [5.132165508912858, 43.71110815792601], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.9855136790282355, 45.556114265107226], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.454159389693211, 50.298264389693216], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.1688241579260157, 50.67132750891285], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [2.737141734892771, 50.55910732097177], \"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.310637389693211, 45.25685461030679], \"country\": \"France\", \"county\": \"Cantal\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.077600871018548, 45.71861232476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.052457508912858, 49.32188215792602], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.4411203896932108, 48.81417538969321], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"10 m3\"}, {\"location\": [1.3703973247637093, 43.29147487101855], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.5707188420739843, 47.34955949108714], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [4.805385679028236, 45.833092265107226], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1158103209717636, 50.682912265107234], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [1.9052332651072288, 47.971705320971765], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.2786979999999994, 43.886813], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.023351, 45.691215], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.5168619999999997, 49.256543], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Frigo\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.282185491087142, 48.78991484207398], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.8452177348927705, 49.00308332097177], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.365274, 49.419712], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.86674738969321, 45.85195061030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [1.1473053247637093, 43.83657587101855], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.637603871018548, 48.64001867523629], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-1.1779076790282357, 47.86103573489277], \"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.2228298710185483, 48.74033232476371], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.402617842073984, 48.600344508912855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [5.502736, 49.394083], \"country\": \"France\", \"county\": \"Meuse\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.0394203896932106, 47.125948389693214], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.623068265107229, 47.66175032097177], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.909784128981451, 49.25461467523629], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.172106679028237, 43.597030734892776], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [5.749704842073984, 48.680746508912854], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.7658776752362906, 47.39800112898145], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.350543734892771, 43.31493067902824], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.453693157926016, 49.83039749108715], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.428102265107229, 48.921574320971764], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.187778734892771, 48.871946320971766], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.7210553247637093, 49.00899312898145], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.974660128981451, 48.47376967523629], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.962550675236291, 50.38463587101855], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.187275842073984, 48.76238250891286], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3709403247637093, 48.91891787101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.6015129999999997, 48.987566], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.6619507348927707, 48.905924320971764], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.6540428710185489, 48.22627567523629], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [2.9509883896932108, 43.130228389693215], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.5344003896932105, 46.499415610306784], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [4.25059532476371, 43.80609987101855], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.424008508912858, 47.90149615792602], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-4.23411, 48.487412], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.8910738710185475, 45.643651675236285], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.1745076752362906, 49.43762112898145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.39147, 43.518095], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.1834463896932104, 43.66309861030679], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3\"}, {\"location\": [3.471381491087142, 50.059856842073984], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.1976166752362905, 49.638591128981446], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"5 m3\"}, {\"location\": [2.2611183896932108, 48.89749461030679], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [2.563718265107229, 48.848533679028236], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.309492679028235, 48.69560726510723], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [4.911441389693211, 45.76754361030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [0.490975679028236, 46.72510373489278], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.7926583896932105, 50.449038389693214], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.411397265107229, 48.746014679028235], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.644999128981452, 44.88027867523629], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.480086675236291, 48.914967871018554], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.9509703896932109, 49.296702389693216], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.288928610306789, 48.99134761030679], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.272354265107229, 49.054260320971764], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.7646409999999999, 47.977894], \"country\": \"France\", \"county\": \"Mayenne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.041615508912858, 49.31349615792602], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [2.7106353896932105, 50.232458389693214], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.305015324763709, 48.871151128981445], \"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.26118826510722876, 49.60014832097177], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.9368813896932107, 49.166271389693215], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.9847669999999995, 48.862869], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.6826946103067891, 44.810794389693214], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.287035871018548, 48.96752767523629], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.901683508912858, 45.82979415792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3, PL > 3T5\"}, {\"location\": [2.388477508912858, 48.947450842073984], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.0960021579260153, 49.08409250891285], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [4.777381842073984, 45.67497749108714], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [2.1929743896932106, 48.713183389693214], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.944448265107229, 45.68153767902823], \"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.399274320971764, 47.83621126510723], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [1.3535948710185481, 43.61399367523629], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.3203326790282355, 48.88153426510723], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.419899734892771, 43.46996967902823], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.5604231579260155, 43.690306508912855], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.029725, 43.229926], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-4.551956320971764, 48.463696265107224], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.2655453896932105, 48.68904338969321], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.4289573896932104, 44.121397610306786], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo, ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.678512157926016, 48.47728149108715], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.4445941579260153, 48.993623508912854], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.03883812898145138, 47.73499232476371], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.6434677348927706, 46.814521320971764], \"country\": \"France\", \"county\": \"Indre\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-2.076622265107229, 46.85492667902823], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"10 m3\"}, {\"location\": [5.354058871018547, 43.425441675236286], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [3.089674265107229, 43.14532867902823], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2577358710185487, 48.84164432476371], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.14113326510722896, 44.79667367902823], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3, 20 m3\"}, {\"location\": [-1.7552813209717644, 48.084086265107224], \"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.9616231579260159, 46.65379750891286], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.44412132476370936, 44.79302512898145], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [5.917272128981452, 48.59928332476371], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.7769336752362908, 47.27555612898145], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.5786411289814515, 48.80597032476371], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.11208438969321, 49.05566738969321], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [2.4342136790282356, 48.691557734892775], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.5250228710185483, 49.03897967523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, PL > 3T5\"}, {\"location\": [1.9252570000000002, 47.63809], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.386129, 48.858569], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.677805128981451, 48.92382767523629], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [1.283780871018548, 45.90300467523629], \"country\": \"France\", \"county\": \"Haute-Vienne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [2.4672772651072292, 48.833406679028236], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4200329999999997, 48.955741], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.343001734892771, 48.826309679028235], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.56285, 46.731716], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.772380842073984, 47.61493150891285], \"country\": \"France\", \"county\": \"Territoire de Belfort\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.286075, 46.117924], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4002258420739846, 48.802655491087144], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [5.348043265107228, 43.469893320971764], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.9225393209717643, 43.192587734892776], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.328360610306789, 48.88648761030679], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.133578, 47.248207], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.927501, 45.605883999999996], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.866825508912858, 45.60345084207398], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [-1.2046015089128586, 46.25073715792602], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.529911265107229, 48.97181332097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.428146320971764, 48.74349973489277], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.336461508912858, 48.95312515792602], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.5823332651072293, 48.83553667902823], \"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.1271005089128576, 49.131975157926014], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.324170157926016, 49.06339649108715], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.4355930000000003, 48.69727], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.439785679028236, 48.83220673489277], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [6.0347753209717645, 45.47472873489277], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.4270346752362904, 48.94485912898145], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.854639157926016, 46.25119649108714], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [3.2176486752362905, 45.83102312898145], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [6.547940157926016, 43.500396491087145], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.417511, 45.532309000000005], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [7.699420508912858, 48.67536115792602], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [1.645286871018548, 48.84508567523629], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"10 m3\"}, {\"location\": [2.6691116752362904, 48.60616612898145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.4148966103067888, 43.668576610306786], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.9825399999999997, 43.615302], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.6245831579260157, 48.956336508912855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.5510746790282358, 44.694594734892775], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.734318508912858, 48.67678915792602], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3056893247637094, 48.85304787101855], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [2.473060675236291, 48.69173987101855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.987598871018547, 45.86828167523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"14 m3\"}, {\"location\": [3.020620842073984, 45.795133508912855], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.175724, 49.209307], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.0076278420739844, 49.39726249108715], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.832519734892771, 46.700473679028235], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.8842893247637094, 49.047703128981446], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4023139999999996, 48.719482000000006], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.453922508912858, 43.74081915792602], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.890110871018548, 49.22916867523629], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.700234128981451, 45.002309324763715], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.342141320971764, 48.80265073489277], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.7007561289814515, 45.94339267523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"- Classe 7\"}, {\"location\": [4.886829842073984, 48.666978508912855], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.892587389693211, 50.55526661030679], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [22.61356473489277, 42.32752432097177], \"country\": \"Bulgarie\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"5 m3\"}, {\"location\": [2.1049999999999995, 49.110125000000004], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.6296701579260158, 48.595322491087146], \"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.0108306790282353, 48.841192265107225], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.5179326752362907, 43.60524687101855], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.9491847348927713, 52.55795632097177], \"country\": \"Royaume-Uni\", \"county\": \"West Midlands\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3\"}, {\"location\": [6.25189426510723, 48.656593679028234], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4174141579260153, 49.94963750891286], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 8, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.157948508912858, 48.90408815792602], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.8270834910871425, 45.73072584207399], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.268105, 45.851286], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.2529873896932107, 48.80942438969321], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.066327320971764, 48.87695973489277], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.542569389693211, 48.861511610306785], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.475064157926016, 48.75491249108715], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.2884208710185483, 48.82972932476371], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.1466645089128584, 49.456740842073984], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.239733, 48.94085], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.109312842073984, 48.91954650891286], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.136480610306789, 49.047192389693215], \"country\": \"France\", \"county\": \"Manche\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.7397146752362906, 47.19277687101855], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.2305428710185484, 49.02109932476371], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.5351346103067893, 48.82277538969321], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-0.5712136103067895, 44.93442061030679], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [3.1537498710185483, 49.13730132476371], \"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.79369073489277, 45.811653320971764], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.27467, 47.064561], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [3.053033871018548, 43.32005667523629], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.511913320971764, 48.675837734892774], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.336120508912858, 47.91417115792601], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [6.228299320971764, 49.16592926510723], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5037066752362906, 44.24788812898145], \"country\": \"France\", \"county\": \"Aveyron\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.249886157926016, 49.39159850891286], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.230637389693211, 48.860173389693216], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.9635813247637092, 49.44297012898145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [1.1958215089128577, 45.147481157926016], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2639901579260155, 48.92124650891286], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-0.5129999999999999, 46.197821999999995], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [4.326605871018548, 49.06890467523629], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [6.296220675236291, 46.20604912898145], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4836270000000003, 48.595483], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [5.184011508912858, 45.523953842073986], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [4.787180734892771, 45.76923732097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.0194197348927707, 49.04718132097177], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.4596167348927709, 47.20365467902823], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.863536879028236, 45.68114303489276], \"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.3217561579260155, 48.881124508912855], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2316768420739845, 48.66571549108714], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [7.765601265107229, 48.61546732097177], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.072475265107229, 50.536650320971766], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [6.28612161030679, 49.17618761030678], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.808441, 45.450738], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, PL > 3T5\"}, {\"location\": [7.824459, 48.637318], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.099960508912858, 49.08516315792602], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2762416790282356, 48.68237273489277], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.9801968710185487, 49.46599532476371], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.241606675236291, 50.614062871018554], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.566928, 49.265724], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.062385871018548, 49.52114567523629], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.9305146790282355, 50.70243226510723], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.1047937348927706, 49.148086320971764], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [3.1182853247637095, 45.75483087101855], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [7.4183846752362905, 47.83201412898145], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [6.190823128981451, 48.773649675236285], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.5172816752362908, 44.39587887101855], \"country\": \"France\", \"county\": \"Lot\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.838464679028236, 48.88136973489277], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-1.5213034910871417, 49.112314842073985], \"country\": \"France\", \"county\": \"Manche\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3899228710185483, 48.96879267523629], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.675531610306789, 48.90494561030679], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.954092491087141, 45.67080815792602], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [7.555709, 48.617905], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.15620149108714235, 44.914660157926015], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.233477842073984, 48.907505508912855], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.092562128981452, 46.32696767523629], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.4860506752362905, 43.29999587101855], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.023809157926016, 45.654650491087146], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.2049731289814516, 48.79383032476371], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.8339720000000004, 48.701464], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.7589343247637093, 48.94207087101855], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [7.825228157926016, 48.54420549108714], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [2.526136, 48.844079], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4846931579260154, 48.905600508912855], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.275690679028235, 43.90823226510722], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.1463306790282353, 49.080784265107226], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.772412128981451, 45.82226467523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.8335686752362905, 44.593264128981446], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [1.4138606752362906, 43.66663912898145], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4683863247637094, 48.84774187101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.412636, 48.542788], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.976853610306789, 43.68688861030679], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.859311734892771, 45.64410767902823], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [-1.7134906103067895, 47.27326261030679], \"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\": [4.8402633247637095, 45.72040812898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.598477, 48.872263], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.337210491087142, 48.77024315792602], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.2249683247637093, 48.68789387101855], \"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.003179189693211, 47.45758028969321], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [4.952285871018549, 45.679323324763715], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [30.56255326510723, 50.43721767902824], \"country\": \"Ukraine\", \"county\": \"Kyiv City\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.3012446103067887, 49.02464661030679], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [5.00148, 45.68646699999999], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.6782766790282357, 48.801346734892775], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [3.209816508912858, 45.624509842073984], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.46771067523629, 44.64009212898145], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.861068679028236, 45.65434873489277], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.501800157926016, 49.49120549108714], \"country\": \"France\", \"county\": \"Meuse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [21.517916324763707, 45.63113487101855], \"country\": \"Roumanie\", \"county\": \"Buzias\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [6.2673196752362905, 49.08433487101855], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.2409337348927707, 48.65812032097177], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.315305734892771, 48.87650767902824], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.155937157926016, 50.58565649108714], \"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.254475508912858, 48.76193215792602], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.927852, 44.869369], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [3.9967344910871425, 49.15680684207398], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.018220679028235, 49.30904626510723], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.852841871018548, 45.81181267523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.5684032651072295, 45.41531867902823], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.8371155089128575, 45.663444157926016], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.3957695089128155, 44.106323157926006], \"country\": \"France\", \"county\": \"Aveyron\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [5.341979442073984, 47.76912009108713], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3\"}, {\"location\": [4.62598472476371, 49.767649728981446], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.681417679028236, 47.314925734892775], \"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.983772871018549, 45.745777324763715], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3220888710185483, 48.82451132476371], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [26.02770573489277, 44.476768320971765], \"country\": \"Roumanie\", \"county\": \"Bucharest\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.8902836790282365, 45.59020573489278], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [4.197177157926016, 49.25466749108715], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.9064991579260155, 45.76700550891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.5754566752362904, 46.38823712898145], \"country\": \"France\", \"county\": \"Creuse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [5.671462675236291, 43.23219187101855], \"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\": [3.0688929999999996, 50.46904000000001], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5835656790282355, 48.918532265107224], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.255058842073984, 49.41828550891286], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.6502313209717643, 46.85090573489278], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [-0.6283418710185483, 44.76392332476371], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.169195610306789, 47.87163561030679], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.9776687348927706, 48.86042032097177], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.1239133896932105, 48.74467338969321], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [5.49790467523629, 45.22977912898145], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.122019734892771, 48.83005067902823], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.252991320971764, 47.54413273489278], \"country\": \"France\", \"county\": \"Yonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1888799999999997, 49.258263], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.003326265107228, 43.17568232097177], \"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.2684153209717643, 47.90255673489278], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [1.351968842073984, 45.143056508912856], \"country\": \"France\", \"county\": \"Corr\\u00e8ze\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.256659508912858, 48.80307184207398], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [7.416894491087143, 47.575830842073984], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.7204906790282353, 43.633938265107226], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.2817419999999995, 48.905317000000004], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.074719734892771, 49.012227679028236], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.1153965089128577, 48.855379157926016], \"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.830710610306789, 49.01461661030679], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.8052232651072289, 43.062142320971766], \"country\": \"France\", \"county\": \"Ari\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.623068734892771, 48.560082320971766], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.9729229999999995, 48.914561000000006], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.678426128981452, 47.29598767523629], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.556312, 48.053234999999994], \"country\": \"France\", \"county\": \"Vosges\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-0.37201787101854833, 49.16257032476371], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.9042892651072294, 49.48503767902823], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.5905771579260155, 48.943525508912856], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.446098508912858, 48.78883984207398], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [5.0194469999999995, 45.698602], \"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.786466842073984, 45.765980508912854], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.456360675236291, 46.42473187101855], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [7.018535871018548, 43.708512675236285], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"5 m3\"}, {\"location\": [2.485543842073984, 48.69815450891286], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.649973734892771, 48.362990679028236], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.1552597348927707, 49.032953320971764], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon, Frigo\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [3.5090037348927705, 47.847065320971765], \"country\": \"France\", \"county\": \"Yonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-3.3267071710185485, 47.82069962476371], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.9004303247637093, 48.76572487101855], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.7266132651072288, 44.015149320971766], \"country\": \"France\", \"county\": \"Tarn\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [4.914307128981451, 45.671567324763714], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.07084061030679, 45.57765761030679], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.015384320971764, 43.82514726510723], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [6.138423679028235, 48.73951526510722], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.1598810000000002, 49.395354], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [5.820922128981452, 46.22751567523629], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [4.943117157926016, 45.807460508912854], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.33187600000000017, 46.352261], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.659345, 44.882313], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [1.3607274910871423, 43.47867284207398], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.901908, 47.18147], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.1731503209717635, 46.004291265107234], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.948341, 45.54103], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.504552, 48.77125], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.2531682651072287, 48.73612732097177], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [1.363883679028236, 43.46105373489277], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.229036, 48.848586], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [6.256595157926016, 49.143853508912855], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.2828636752362907, 50.606908871018554], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.734644734892771, 46.178736320971765], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.1517781579260158, 49.414903491087145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.487417734892771, 49.01453232097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.331920679028236, 45.54366326510723], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5492459999999997, 49.040235], \"country\": \"France\", \"county\": \"Val-d\\\\&#039;Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [1.3572075089128577, 43.60283615792601], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.42269215792601555, 49.771715508912855], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.5165849999999998, 47.229432], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [4.928521320971765, 44.80320273489277], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.193471324763709, 48.83287512898145], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.5485145089128576, 48.908477157926015], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.938005, 42.675819], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.4411361579260158, 48.710303491087146], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.434443675236291, 48.84252687101855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.308195265107229, 45.26520967902823], \"country\": \"France\", \"county\": \"Haute-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [3.0424431289814513, 50.67624532476371], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.334872, 46.787698], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.447916128981452, 45.07941667523629], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3044089999999997, 48.961625000000005], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.817125320971764, 44.423582265107235], \"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.045237679028236, 49.310698734892775], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 14 m3\"}, {\"location\": [6.54082167523629, 43.54256412898145], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.515803, 48.802599], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.8267653896932106, 42.73488961030679], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [3.175373491087142, 45.66169084207399], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.7191290000000004, 46.595921000000004], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.4237063896932107, 47.19288238969321], \"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.024047734892771, 49.20826167902823], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [0.9678444910871415, 49.515251157926016], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.297833, 50.665141], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.489163675236291, 48.853407871018554], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.005256679028236, 49.31991226510723], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.391713, 48.697534999999995], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"10 m3\"}, {\"location\": [3.0704391289814517, 50.54230532476371], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.9822307348927711, 49.21493167902823], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.7154896103067894, 48.462912389693216], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.337341508912858, 48.986352157926014], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [5.240624265107228, 43.43151632097177], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.837923320971764, 50.338433265107234], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.4212015089128585, 48.80325784207398], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.447174, 48.948555], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.4149860000000004, 45.230105], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.29044261030679, 50.61779838969321], \"country\": \"Belgique\", \"county\": \"Brabant Wallon\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.3997232651072293, 49.27020267902823], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [4.887201320971764, 46.396103265107236], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.238979324763709, 48.91453312898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.7477496103067893, 48.46179938969321], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"2 m3\"}, {\"location\": [2.0107194910871415, 49.011131157926016], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.47808167523629, 43.27697287101855], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.021531128981452, 47.205524324763715], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [-1.0753388420739842, 47.422530491087144], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.8712043209717644, 49.394215734892775], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.60514559108714, 50.01555265792601], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [5.516251279028236, 46.102156234892774], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.049663789693209, 46.197697789693215], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [0.79001, 49.59785], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [0.5626476752362906, 45.31055512898145], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.829254679028236, 45.617898734892776], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.906421157926016, 47.497295491087144], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.475221871018548, 43.421612324763714], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [3.0599181289814514, 50.52554032476371], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.499396679028236, 48.856728734892776], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.4133984910871416, 48.87052415792601], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.2844648710185482, 48.95816767523629], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-0.7640366103067896, 44.967441610306786], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.8580007348927707, 46.27210432097176], \"country\": \"France\", \"county\": \"Creuse\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.3680467348927707, 49.30499032097177], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-4.1914594910871426, 47.78264284207398], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.504127, 48.912228], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.458993265107229, 48.845875320971764], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3368783896932106, 48.931441610306784], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.544888, 49.025525], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4921326103067893, 48.564205389693214], \"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\": [5.80638826510723, 43.28452367902823], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.567005675236291, 45.62757812898145], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.117852, 48.887328], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.4641108420739846, 48.804940491087144], \"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.359022265107228, 46.32574532097177], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [-0.2581716790282357, 49.03834273489277], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [1.9410481289814516, 48.89368232476371], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.814246508912858, 43.65226815792602], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4482361579260155, 48.684179508912855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.620733320971764, 48.88810426510723], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.75996526510723, 45.58856967902823], \"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.4338846103067895, 47.81189161030679], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3840981579260156, 48.89227550891285], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [6.917973, 43.561645999999996], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [3.4214653247637092, 45.90108312898145], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [7.793516157926016, 48.649107508912856], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5554632651072287, 50.61413032097177], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [1.9859363209717638, 44.51145126510723], \"country\": \"France\", \"county\": \"Aveyron\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.553374, 47.831113], \"country\": \"France\", \"county\": \"Haute-Sa\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [-1.5576068420739844, 47.09357349108714], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [4.736379128981452, 45.90320032476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.921871265107229, 45.54322967902824], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.4086411579260156, 45.586835508912856], \"country\": \"France\", \"county\": \"Corr\\u00e8ze\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.148894734892771, 48.73966667902823], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.4270437348927711, 47.24954832097177], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3919471579260154, 48.86083150891286], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"5 m3\"}, {\"location\": [0.919973679028236, 48.67425773489278], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.972862324763709, 50.65102512898145], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.1108176103067895, 43.74808461030678], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [3.1949199999999998, 45.859098], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.813707389693211, 43.381933389693216], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [2.152393157926016, 49.004845491087146], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.595617679028235, 48.590001265107226], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [7.266400389693211, 47.692537389693214], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.1870804910871424, 48.81477184207398], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.6679645089128576, 47.86122015792601], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5295408420739847, 48.90482349108714], \"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.461914679028236, 48.020725265107224], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4480526790282355, 48.688305265107225], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-4.502211157926016, 48.47192749108714], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.461644265107229, 48.881619320971765], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0011866752362906, 43.40134612898145], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.5281023896932107, 47.160319389693214], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.336464508912858, 48.95304615792602], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.2397253247637092, 48.776030128981446], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [-2.5662976752362905, 47.54208787101855], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.635495871018548, 50.07620867523629], \"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.335032679028236, 43.21278773489277], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.486227508912858, 48.83050384207398], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.2566487348927713, 48.92515267902824], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.1152686103067895, 49.589764389693215], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-3.239210389693211, 48.36027461030679], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.8524894910871423, 48.52736684207398], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3785183896932107, 48.85152138969321], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.365808679028235, 49.12638926510723], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.169745842073984, 43.476830508912855], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.072843, 45.854065000000006], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.3531093247637096, 48.83947287101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-2.7719281579260158, 48.510216508912855], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.765387, 49.871137000000004], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [-1.536763265107229, 43.455761679028235], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.392628265107229, 48.679789320971764], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.308410265107229, 48.81270432097177], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [1.9083396752362907, 47.96175312898145], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.2980887348927708, 43.783763320971765], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.0664093247637094, 50.27483187101855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.867610734892771, 43.510452320971766], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.799694157926016, 45.71273749108715], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.268767, 43.286458], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.580409157926016, 43.797060491087144], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.3772321289814515, 50.35007932476371], \"country\": \"Belgique\", \"county\": \"Hainaut\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.586201508912858, 48.71281484207398], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.541942508912858, 48.96868715792601], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.536825610306789, 49.06716761030679], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.907415508912858, 45.77939515792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3\"}, {\"location\": [2.4402243209717644, 48.922989734892774], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.593166842073984, 45.12985150891286], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [5.1009073896932104, 45.81860561030679], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3, 14 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.5221032651072288, 43.65435732097177], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.707323389693211, 44.47861438969321], \"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.457346871018548, 48.895275675236284], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.781704734892771, 44.01086232097177], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.284117491087142, 48.96358515792602], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.483909, 48.749353], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [-1.6887362651072289, 47.97974867902823], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.3739883247637095, 48.920421871018554], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.741251734892771, 45.65143867902823], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4591406790282355, 48.94003726510723], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.5129011579260159, 47.23322350891286], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.3130760000000001, 43.948201999999995], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.633512, 48.892534], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.1104853209717638, 49.49879326510723], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3199303247637095, 49.144082871018554], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.6367979999999998, 48.825787], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.545517842073984, 48.59541450891285], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.562806871018549, 49.13530867523629], \"country\": \"France\", \"county\": \"Manche\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.693127320971764, 48.86792226510723], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.3171813209717638, 43.652571265107234], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.46319, 48.937528], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.218873842073984, 48.90433850891286], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.926801320971764, 45.83563426510723], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.495373675236291, 48.733197871018554], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-1.5188654910871424, 47.394361157926014], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [4.970617610306789, 45.720809389693216], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 14 m3\"}, {\"location\": [3.880789128981451, 43.661229675236285], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.7647163247637092, 48.97949212898145], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5356378710185483, 48.70261632476371], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [4.85328532476371, 44.885166128981446], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.17695061030679, 45.23587838969321], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [1.3149953896932105, 43.69416361030679], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.052179128981451, 49.33254567523629], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [1.0616449999999995, 49.555423000000005], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.4711135089128584, 48.53119084207398], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.493116679028236, 48.741061734892774], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.456642320971764, 48.93481526510723], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.6319933209717639, 49.616258265107234], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.215414610306789, 45.190908610306785], \"country\": \"France\", \"county\": \"Cantal\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [-0.9409893896932111, 45.735557610306785], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-1.5731740000000005, 47.29931800000001], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-3.8541256103067894, 48.47117438969321], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.6059684910871415, 48.52942515792601], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [3.2752985089128583, 50.62510384207398], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4332646790282357, 49.384720734892774], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.671381734892771, 48.93788367902823], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [0.21492687101854863, 47.929844324763714], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.437152610306789, 45.50137438969321], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4121923247637094, 48.92033787101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.4546436790282362, 47.27402026510723], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.393767508912858, 43.24514284207398], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [7.186269842073984, 47.700687491087145], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo, ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.515632679028236, 48.86002373489278], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3889655089128583, 48.725064842073984], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.9961761289814515, 46.220228675236285], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.8059737348927705, 43.54130632097176], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [2.643784, 44.154492], \"country\": \"France\", \"county\": \"Aveyron\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.6969101289814517, 48.96536232476371], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [1.9056198710185486, 47.85563232476371], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [1.721072842073984, 43.72589150891286], \"country\": \"France\", \"county\": \"Tarn\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.5842462651072293, 48.89981267902824], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.5056504910871418, 48.99504615792602], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.2849260000000005, 43.342968], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-0.32555932476370936, 46.30605412898145], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.48401, 43.558444], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.018237389693211, 47.25525361030679], \"country\": \"France\", \"county\": \"C\\u00f4te-d\\\\&#039;Or\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.962587320971765, 45.79728373489277], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.631175, 45.763861], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [2.640374508912858, 48.85810284207398], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.483576675236291, 48.93357087101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.369106671018548, 48.97472187523629], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.4291735089128577, 43.64727715792601], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 14 m3, 20 m3\"}, {\"location\": [4.057963320971764, 50.38456026510723], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.2137523247637096, 48.85233887101855], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.6088531579260155, 43.570571508912856], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3168621579260154, 50.322995508912854], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2108866790282358, 48.55619173489277], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.634899, 48.456776], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [2.037540320971764, 49.45830173489277], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.1127466752362905, 48.33810212898145], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.436304389693211, 48.753621389693215], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5004422651072287, 48.845469320971766], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3822284910871416, 48.94981815792602], \"country\": \"France\", \"county\": \"-\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [4.957838508912857, 45.70281384207399], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3\"}, {\"location\": [0.06556273489277073, 49.54923432097176], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.3237155089128576, 48.94769915792602], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [5.351316679028235, 43.39231326510723], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.933972320971764, 45.83028426510723], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.22386749108714235, 44.66678315792602], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.8236558710185484, 42.627256324763714], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.468813320971764, 48.79227273489278], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.5019568420739843, 43.607089491087144], \"country\": \"France\", \"county\": \"Gers\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3201086790282357, 48.77565673489278], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.123797679028235, 48.96779826510723], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.0013556752362907, 48.99507712898145], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.680997, 48.739762], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.5009358420739841, 44.81470749108714], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4426136103067893, 48.932411389693215], \"country\": \"France\", \"county\": \"Val-d\\\\&#039;Oise\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.5683709999999995, 49.154791], \"country\": \"France\", \"county\": \"Val-d\\\\&#039;Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.014435675236291, 45.71538012898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.074726, 48.778068], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.260365, 43.524750000000004], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.612459610306789, 48.903486610306786], \"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.03862338969321, 43.71355161030679], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4153124910871417, 49.12107115792602], \"country\": \"France\", \"county\": \"Val-d\\\\&#039;Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [7.734552871018549, 48.48513432476371], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.661911871018549, 45.06142332476371], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.299497842073984, 43.322862508912856], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.5481291289814516, 48.719424324763715], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.056279679028235, 49.37329026510722], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.5056319999999994, 49.037761], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.671458265107229, 44.81021367902823], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [7.026959508912857, 43.65863915792602], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.378667871018548, 48.96383967523629], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.364730265107229, 49.93917132097177], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.6224928420739841, 50.55821650891286], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.1897181289814511, 49.30818167523629], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.788401679028235, 45.820946265107224], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.877876679028235, 45.85014026510723], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.947112842073984, 49.085164508912854], \"country\": \"France\", \"county\": \"Val-d\\\\&#039;Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [6.160148734892771, 46.15569067902823], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.378976, 45.530723], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.4386153896932106, 48.893225389693214], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.081354679028236, 45.86919326510723], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.7745056103067893, 47.31124838969321], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.7895833247637096, 50.39954987101855], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.812607, 48.003963], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5297727348927705, 48.99708332097177], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.3534112651072294, 48.95366367902823], \"country\": \"France\", \"county\": \"Val-d\\\\&#039;Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.805528, 44.039317000000004], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.0696443209717637, 48.62681326510723], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.845219508912858, 44.955065157926015], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.2896291579260156, 48.00166750891285], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.483686675236291, 48.88191487101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.4113596103067887, 48.921864610306784], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.905765265107229, 50.37822067902823], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2183383247637094, 48.88539487101855], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.996225742073983, 43.77477340891286], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [7.894201871018548, 48.98501267523629], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.4902436790282354, 48.75102026510723], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.2152172651072295, 48.89770467902823], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.8171923896932105, 50.75588361030679], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [-0.5717587348927713, 44.830371320971764], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.3038773896932105, 48.995587610306785], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [5.980383157926016, 43.054610491087146], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3586485089128577, 48.97324615792601], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"14 m3\"}, {\"location\": [5.419781320971764, 43.37131426510723], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.477635734892771, 48.843542320971764], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.393498610306789, 48.94247261030679], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.452377871018548, 50.41561632476371], \"country\": \"Belgique\", \"county\": \"-\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.516138, 48.263413], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.084945265107229, 45.38616067902824], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.8972063209717638, 49.03446126510723], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.551304508912858, 48.815192842073984], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.485185675236291, 48.777218871018555], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.0748141289814517, 50.54097932476371], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [-1.5383431579260158, 46.62360449108714], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.318268734892771, 48.70676232097177], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3897606103067894, 48.76063338969321], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.6634326790282357, 48.763117734892774], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.557289734892771, 48.48402967902823], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.542126157926016, 48.738550491087146], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-0.5734039999999999, 44.753522999999994], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.425184320971764, 48.772322734892775], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.0948142910871421, 49.416423242073996], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.178038157926016, 45.94035050891286], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.459148265107229, 48.93669132097177], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.324839734892771, 48.82229267902823], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.369427871018548, 48.92792467523629], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"5 m3\"}, {\"location\": [2.2364873247637096, 48.81629687101855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.362149871018548, 48.98338367523629], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.3152703209717638, 48.91671726510723], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [1.7363179209717643, 48.92184143489278], \"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.8809780999999997, 49.0200267], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.278950842073984, 48.919125508912856], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.3547873209717642, 48.81622673489277], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.299449679028236, 48.824145734892774], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [3.980781110306789, 43.672646510306784], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [5.284588491087142, 45.077695842073986], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [1.2619666752362906, 49.333788128981446], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.4973945089128584, 48.708971842073986], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3928064910871423, 48.76220584207398], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.25439, 50.736805999999994], \"country\": \"Belgique\", \"county\": \"Flandre Occidentale\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.340198734892771, 48.75307367902823], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [0.7830145089128577, 48.986155157926014], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.43063858969321, 48.06343601030677], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": null, \"vehicles\": 4, \"options\": \"Hayon, Frigo\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3\"}, {\"location\": [4.866175157926016, 46.89577249108714], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.980302610306789, 47.939594610306784], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.464664157926016, 48.587386491087145], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.8066878420739843, 46.397277491087145], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.44173012898145136, 44.899705324763715], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4088551579260153, 48.941555508912856], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.1937283896932107, 49.00866361030678], \"country\": \"France\", \"county\": \"Val-d\\\\&#39;Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.4445982651072287, 48.74010132097177], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2848706790282356, 48.84397573489277], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.401588128981451, 48.97418467523629], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [0.16216973489277103, 47.116604679028235], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-0.6255105089128579, 44.77790984207398], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.8912983896932105, 48.463518610306785], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.093690610306789, 48.915185389693214], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.5022076103067894, 48.828769389693214], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.21062673489277076, 45.60828232097177], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.632529508912858, 48.86137315792602], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.822949842073984, 44.018521508912855], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Frigo\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.2837110000000003, 48.818433], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.1831378710185487, 48.81090832476371], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.895257128981451, 45.788618675236286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.4649067348927711, 46.981935320971765], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 14 m3\"}, {\"location\": [0.8531841579260159, 44.06267549108714], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3, PL > 3T5\"}, {\"location\": [2.145458, 48.932298], \"country\": \"France\", \"county\": \"Val-d\\\\&#39;Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.966003508912857, 43.04237184207398], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.344981, 45.248929], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.1189781579260158, 49.27870149108714], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.365035871018548, 48.95630767523629], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.304749857926017, 49.07814539108714], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.3938197348927712, 48.542985679028234], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.302220679028235, 48.931446265107226], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.393583828981451, 43.21607562476371], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.1260987209717643, 49.372093434892776], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.3783475089128576, 47.107628657926014], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.382457128981451, 48.87597067523629], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.933233128981452, 45.68863232476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3141503910871424, 48.93666354207399], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.886609610306789, 45.858572389693215], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.387406508912858, 48.960150157926016], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.984819491087142, 44.81954564207398], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [-1.655425057926016, 47.261125408912854], \"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.33749115792602], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [5.8073845089128575, 45.291726157926014], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-4.150868128981452, 48.06683067523629], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [6.399470389693211, 46.07423938969321], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.469563871018548, 48.96669267523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.419426610306789, 48.93586638969321], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.7759981579260158, 48.08014949108714], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [1.876586, 46.72902], \"country\": \"France\", \"county\": \"Indre\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.5190412651072291, 43.554650679028235], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"10 m3\"}, {\"location\": [-1.6434589999999998, 48.092828999999995], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4453948710185487, 48.703850324763714], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [1.9889110000000003, 43.669596999999996], \"country\": \"France\", \"county\": \"Tarn\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.1177013247637095, 48.87423187101855], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [0.0443104910871421, 44.22151984207398], \"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.832723491087141, 43.18170215792602], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo\", \"tvs\": \"14 m3\"}, {\"location\": [2.0775051289814512, 48.65388267523629], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [0.9660543247637091, 49.44745312898145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [-0.06821484207398418, 45.43589749108715], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.933104610306789, 45.531069389693215], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.965373999999965, 48.87159399999999], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.598549675236291, 48.38922387101855], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.442498734892771, 48.85909267902824], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.9810139999999996, 48.871287], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.944755842073984, 45.882469508912855], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"5 m3\"}, {\"location\": [-0.5432486103067895, 44.90023261030679], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [4.342844128981452, 45.51719232476371], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [-1.441595734892771, 46.674621679028235], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3205518710185484, 48.68521132476371], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.234530842073984, 44.198805508912855], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-1.2374535089128578, 48.12223384207398], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-2.518456324763709, 48.41356487101855], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.112099, 48.92564599999999], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.6441919999999999, 47.836968], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.325694320971764, 49.78093573489277], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 20 m3\"}, {\"location\": [5.082231508912858, 47.22825784207399], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.243744224763709, 48.80796272898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [5.187455679028236, 43.41228473489277], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [2.293487491087142, 49.01841415792602], \"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.546766320971764, 47.209577734892775], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.903331, 46.690729], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3545246999999994, 43.3075868], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3631696790282355, 48.92130026510723], \"country\": \"France\", \"county\": \"D\\u00e9partement de Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.4516121579260155, 43.41303150891286], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.928915899999999, 47.6600648], \"country\": \"France\", \"county\": \"Territoire de Belfort\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.406866320971765, 47.705038734892774], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.131051491087142, 49.07315515792602], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.130670265107229, 48.852994679028235], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.535793, 48.916955], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [6.073396128981451, 48.814725324763714], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.193919157926016, 50.611063491087144], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.3022197348927707, 43.61416332097177], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.466848265107229, 48.88163167902823], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [7.251803871018549, 43.60955832476371], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.355296679028236, 48.78843573489277], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.886355871018548, 50.776159675236286], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.426434128981451, 48.85081167523629], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.145284389693211, 50.60153838969321], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.73558073489277, 45.73451367902823], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.726808157926016, 48.48786049108715], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.295219508912858, 48.906580157926015], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.8115566103067895, 45.14047338969321], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.300477389693211, 43.35295461030679], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3, 14 m3\"}, {\"location\": [5.132867491087142, 43.55892215792601], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.400519679028236, 48.67472473489278], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.410467208912857, 43.22119714207398], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.570351610306789, 48.84624238969322], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.251222675236291, 50.70097487101855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.329834157926016, 48.91276849108714], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.2698364910871422, 48.833090842073986], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.4293678420739844, 48.714530491087146], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.5704646752362907, 48.91691287101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.492992265107229, 45.48834732097177], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3, 5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.317902842073984, 43.32865850891286], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.313903324763709, 49.02711012898145], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.1724186790282354, 48.96238526510722], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.256746324763709, 48.88559612898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4571928420739844, 48.76943349108714], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.1506182089128583, 48.70561874207399], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.6438384910871424, 47.346982157926014], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.816716389693211, 45.827275610306785], \"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.1209454910871424, 50.646713842073986], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [7.136577508912858, 43.675104157926015], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.237044508912858, 48.86304784207398], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1500735089128584, 50.66315184207399], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.2557305089128583, 48.707711842073984], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.071593842073984, 49.12051550891286], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.712930320971765, 45.893706734892774], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.1634063896932108, 48.98204361030679], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [2.377662679028236, 48.78903623489278], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.3517416896932104, 49.31229971030679], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"5 m3\"}, {\"location\": [2.536955275236291, 48.858121571018565], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3436433790282356, 48.797268034892774], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.260325965107229, 49.394446220971766], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.376172557926016, 48.85025679108714], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3023851579260155, 48.96894180891286], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-1.6298183420739842, 48.08738549108715], \"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.4145336579260155, 48.918101508912855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4196904420739846, 48.905384891087145], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.7520734103067893, 47.32372738969321], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [3.325047810306789, 45.854616310306774], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-1.6531569651072289, 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.4381345089128583, 48.669688542073985], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.433921820971764, 48.81115153489279], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"20 m3, PL > 3T5\"}, {\"location\": [2.2122671999999994, 49.0989219], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.564541342073984, 48.905460008912854], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.7275409999999995, 43.700567], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.209602220971765, 49.14084053489277], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.831031691087141, 45.81606945792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.946172710306789, 45.803520710306785], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.292675665107229, 43.405783320971764], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3031676651072295, 48.861839079028236], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.3230849247637093, 48.65754427101855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5033011752362904, 48.82063282898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.8037015420739846, 48.91911719108713], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2356229910871424, 48.798981742073984], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.345381991087142, 49.02539125792602], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.5033731752362907, 48.773024828981455], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3794716420739843, 49.23639449108715], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.6023560289814505, 48.53852462476371], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.8196952089128584, 49.275432342073984], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [7.65029733489277, 48.51625497902825], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.948471575236291, 49.47813957101855], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 14 m3\"}, {\"location\": [2.375405742073983, 48.917396208912855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.30970673489277, 48.765723679028234], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.443611128981451, 48.94741487523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.1573032579260154, 48.81134680891286], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2036475089128578, 49.01940725792602], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [7.832485299999999, 48.6083581], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [5.280754824763709, 43.29043867101855], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.4446539790282356, 48.85644543489278], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.552009789693211, 48.633945889693216], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.5294230289814519, 44.965334075236285], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.401308, 47.1174765], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.8725267896932111, 43.77012391030678], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [4.959372734892771, 44.966908679028236], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.853785999999999, 45.657927599999994], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1349776103067892, 50.53351528969321], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.260043728981453, 45.80863817523629], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.5899663651072293, 48.76141807902823], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.4117241247637093, 45.05808787101855], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5111623, 48.8546641], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.431580375236291, 49.03579457101855], \"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.171992771018548, 49.052121675236286], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.9136695348927721, 48.725726779028236], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.773335720971764, 49.02383393489277], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.9727243209717638, 49.59267426510722], \"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.7291966, 50.5167873], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.487706291087142, 48.81086534207398], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.536253257926016, 47.09107769108714], \"country\": \"France\", \"county\": \"Jura\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.259178491087142, 48.73687615792602], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.704511665107229, 43.02960757902823], \"country\": \"France\", \"county\": \"Ari\\u00e8ge\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [1.061429128981451, 49.575941475236284], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.496940991087142, 45.39113364207398], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.10652826510723, 49.20832767902824], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.9975567289814515, 43.093320124763714], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [7.330895491087142, 47.68842184207397], \"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.45978, 43.296482], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.410577820971763, 43.42198126510722], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [5.441339110306852, 43.340310110306774], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.7958599247637093, 49.01599982898145], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.2034307247637095, 48.65461137101854], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.408795708912858, 43.219719742073984], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.660161820971764, 48.53894116510723], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.324006608912858, 48.75166434207399], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 20 m3\"}, {\"location\": [2.4103102103067884, 48.891727189693206], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 14 m3\"}, {\"location\": [2.4824479999999998, 48.9164016], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [3.4429480999999997, 50.0819429], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.435540108912858, 48.737721557926015], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [6.104317224763708, 48.664122771018555], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3742206089128577, 48.765676157926016], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.428086208912858, 48.788951142073984], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.367855108912859, 48.710381642074], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"PL > 3T5\"}, {\"location\": [5.31396503489277, 43.20100907902823], \"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.5423012103067895, 48.7159858896932], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.322587642073984, 43.81394800891285], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.373157110306789, 45.48209271030679], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.331613657926016, 43.383384691087144], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.633426720971764, 48.79653273489277], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3635666651072293, 48.78534947902824], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [3.6255593209717643, 46.04043673489277], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3282586999999997, 48.9057648], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [2.196994434892771, 48.981140620971765], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.441311728981451, 49.332935675236286], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.3569446420739844, 43.54918279108714], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.33536107101855, 43.25180082476372], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.266552091087142, 48.897592842073976], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.072234420971764, 48.94529003489277], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.912020308912857, 45.72688274207398], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3729244, 48.8025044], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.7887136247637092, 48.55287512898146], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2173642348927713, 48.82747927902823], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.668351708912857, 48.54460084207398], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.8926362103067893, 43.55112678969322], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [3.4951526790282355, 47.86983336510722], \"country\": \"France\", \"county\": \"Yonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.216981024763709, 48.805897228981436], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.3822762651072287, 48.87350922097177], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.427672408912857, 48.77046544207398], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.0979356999999998, 47.2853155], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.5002082910871417, 49.084106957926004], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [5.3212805, 43.240883], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.780245642073984, 43.64288030891286], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.305550934892771, 48.806559379028236], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-1.2346710579260158, 46.12133449108715], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.5010756999999995, 50.453769400000006], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.858742871018547, 45.90930087523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.435338120971764, 48.937867265107236], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Frigo\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [6.216035671018549, 49.026661324763715], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.1864634910871423, 48.84889594207399], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.382397, 48.591319799999994], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.24160660891285818, 47.92057634207397], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3723862910871416, 48.854704357926], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.963927299999999, 45.6994722], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.9830298, 45.211581], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [4.869721128981452, 46.69224472476371], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3950671710185487, 48.84498172476371], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1497474103067895, 48.7435603896932], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.460074220971764, 48.81045953489277], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3, PL > 3T5\"}, {\"location\": [-1.5368558000000005, 47.3053674], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3272576896932105, 48.97366481030679], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.515634328981452, 44.94521847523629], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.281387242073984, 48.84109790891284], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.24729182898145, 45.56242022476371], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.671665475236291, 48.95324147101855], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.4332187579260154, 48.90216160891286], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.783124279028236, 49.215330934892776], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4343558103067893, 48.688290489693216], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Frigo\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.3812238710185483, 47.16928267523629], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.610718857926016, 47.06812039108714], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [2.5196159209717637, 46.801543965107236], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.4089061, 47.036170599999984], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.224850991087142, 48.802446142073975], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [7.931773500000001, 48.7716613], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.7084585999999997, 48.8498114], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.7336912910871423, 42.99964034207398], \"country\": \"France\", \"county\": \"Ari\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [-0.8231638710185483, 45.51483232476371], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.961231134892771, 44.664774120971764], \"country\": \"France\", \"county\": \"Lot\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [-1.5482696289814515, 47.12647242476371], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-2.651306334892771, 48.45255107902823], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.039094824763709, 45.88595147101855], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [4.795342820971764, 44.209530934892776], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.48781752898145186, 47.53384027523629], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [1.1508776790282356, 48.90830526510724], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [0.5440751247637092, 44.223147271018554], \"country\": \"France\", \"county\": \"Lot-et-Garonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [6.1622934896932104, 49.18086021030679], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5206445209717643, 48.96083893489278], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [5.0386465289814515, 45.690326124763715], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.099794820971764, 44.117923165107236], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.9367377247637093, 45.799965528981446], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.173697408912858, 48.030598842073985], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [4.901515910306789, 45.655632889693216], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\", \"merchandise_types\": \"\"}, {\"location\": [6.148938608912856, 49.23811185792603], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1553314910871424, 45.63330784207398], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [3.1188897579260155, 50.654835008912855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1536827651072294, 50.32576087902823], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.5157743, 48.6620066], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [1.309778771018548, 43.549212875236286], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"2 m3\"}, {\"location\": [2.3542320247637094, 48.61583947101855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5269508209717637, 48.66472186510723], \"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.579782734892771, 48.14051632097177], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.93069667523629, 45.81436812898145], \"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.421115628981451, 48.70158027523629], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.446512628981451, 43.73869637523629], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4268628000000003, 48.8983424], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [5.43820338969321, 43.757914610306784], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.281126208912858, 48.864060442073985], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [3.956303320971765, 45.19344126510723], \"country\": \"France\", \"county\": \"Haute-Loire\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-0.3005341247637094, 44.92504372898145], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-3.6871834247637105, 47.84679792898145], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.1597548289814519, 43.653092275236276], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.3934766790282342, 48.98257466510722], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"10 m3\"}, {\"location\": [2.513210365107229, 48.741777420971765], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.2544170910871424, 48.832279542073984], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3210609651072294, 48.89721337902824], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.2570953420739843, 48.608911791087145], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.530854379028236, 45.40333083489278], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.760537508912858, 49.84523415792603], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.392250279028236, 48.546357934892775], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.292423379028236, 48.843558934892776], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.893436491087143, 45.692158642073984], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3, PL > 3T5\"}, {\"location\": [-1.6830446103067895, 47.337983610306786], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [-3.7202918710185475, 48.227194324763715], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.2504442999999994, 49.0430884], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.480931871018548, 49.04165067523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.049149979028235, 45.95233316510723], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.272803491087142, 48.813917842073984], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.379734271018548, 49.066677475236276], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.615069908912858, 48.93656225792601], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.893937799999999, 45.6877708], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.4415504752362907, 47.78293912898145], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.311138434892771, 48.838923520971754], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [3.138335991087142, 50.775516957926015], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.97714178969321, 43.90024411030679], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [2.2919071103068047, 48.885577189693215], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": true, \"vehicles\": 5, \"options\": \"ADR\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.067333734892745, 43.052833879028235], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.745243024763735, 45.77969482898146], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [4.9801470752362915, 45.719264728981436], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [6.006143699999939, 49.28453379999999], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4072184420739977, 48.88851179108715], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.5153300651072317, 43.63650702097176], \"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.257474491087156, 48.70865755792602], \"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.116556491087143, 49.06776884207398], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.6531442651072288, 46.262495320971766], \"country\": \"France\", \"county\": \"Creuse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.2296353896932106, 48.861885389693214], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.582660675236291, 48.81053887101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.066766508912858, 49.167046157926016], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [-1.5360628710185489, 47.306641675236285], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.126016, 48.773873], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.040887734892771, 50.59426867902823], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.196652734892771, 48.78686032097177], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.002179634892771, 48.71690687902824], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.509459157926016, 48.36143450891284], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [7.227028020971765, 43.58416043489277], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.466025699999999, 43.3043463], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.388999, 43.191776], \"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.414768591087142, 48.95294905792601], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.2349368420739841, 43.717655508912856], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.722075789693211, 45.82212101030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.7166669999999997, 48.956667], \"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.1997893247637093, 48.86305702898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.711211834892771, 48.68439187902824], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.547477265107229, 48.813901320971766], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.433517842073984, 48.71777450891285], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2201983896932105, 48.670768389693215], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.640360157926016, 48.94551049108714], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.4627598710185485, 48.47713732476371], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.2455753247637094, 48.89275387101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.3152633910871407, 49.05551395792602], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3\"}, {\"location\": [2.303645, 48.8721], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.412183320971764, 48.77853573489278], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.801900324763709, 45.75438587101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.66, 46.108333], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.558500734892771, 44.78333167902824], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4279515089128583, 48.788796842073985], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 10 m3, PL > 3T5\"}, {\"location\": [3.074832265107229, 50.61666832097177], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [4.783555391087142, 45.674290742073985], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.1126838420739844, 48.81863549108714], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.390394157926016, 48.862625491087144], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4361816103067895, 48.81093838969321], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.590650157926016, 48.85109649108714], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.251267734892771, 47.54495232097177], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4220015999999984, 48.96764079999999], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2775017790282357, 48.68756123489276], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2723818999999996, 48.973065500000004], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.461654257926016, 48.91469169108714], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5989098710185483, 48.658534324763714], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3908630896932106, 48.88419098969322], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3933236790282355, 49.39917926510723], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.2929268, 48.838295499999994], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.9741068420739842, 50.66369150891285], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.4111653896932106, 48.54662038969321], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.5300804710185485, 48.81497202476371], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.295942675236291, 48.62134587101855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.431764324763709, 48.87091512898145], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-0.42756932476370935, 44.85204612898145], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.181379224763709, 48.95328642898145], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3669583247637096, 48.78177387101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.324832265107229, 48.75000132097177], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [3.0789208420739844, 50.69055149108714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.277090034892771, 48.891000379028235], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.35, 48.57666699999999], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.7984343896932105, 47.98204961030679], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [-0.5077993247637093, 44.828613871018554], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.557106128981451, 50.43969767523629], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-2.2495647289814524, 47.19219492476371], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3\"}, {\"location\": [2.2335178420739843, 48.63222549108714], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.7030273896932107, 50.48030661030678], \"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.872899610306789, 48.46102961030679], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.4721703209717636, 48.98486226510723], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.3530273896932103, 43.830306610306785], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.522755065107229, 48.844446620971766], \"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.3295815, 48.7819926], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.477761320971764, 48.943696265107235], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.013564265107228, 43.633975320971764], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4637323579260153, 48.96348260891287], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4119046103067894, 48.786188389693216], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-0.45906767523629066, 43.27754187101855], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [7.18683, 48.018012000000006], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.861545, 48.740936], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [2.5444831209717638, 48.89615906510722], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2852366790282352, 48.85326426510723], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.333794875236291, 48.820360571018554], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.342425, 48.828390999999996], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [5.356455442073985, 43.317047491087145], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.8658056752362904, 50.30856012898145], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 14 m3, PL > 3T5\"}, {\"location\": [2.465774871018548, 48.68827067523629], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-2.243646679028236, 48.17698373489277], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [3.6333988710185485, 49.27115632476371], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.183659065107229, 49.093218920971765], \"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.4554582348927707, 48.91819632097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.141343171018548, 49.01480867523629], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3954269999999998, 48.870917], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [5.579160389693211, 46.197307389693215], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 14 m3\"}, {\"location\": [4.8535494, 45.8494168], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.083149157926016, 50.051108508912854], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.2606838420739845, 48.826616491087144], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.17124558969321085, 49.4735691896932], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.288799324763709, 43.86157287101855], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [6.099188999999999, 49.11688119999999], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3\"}, {\"location\": [4.850183842073984, 45.65722549108715], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.2126669999999997, 50.78162], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3449997348927707, 48.954332320971766], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [2.5108990579260153, 49.034702308912856], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1262224910871423, 50.61769384207398], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [2.4508911289814517, 49.41172932476371], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.0668508420739844, 48.39889149108714], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.752509842073984, 45.729601491087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [7.017369, 43.642847], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3454226103067892, 48.933427389693215], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [1.8596909999999995, 48.793349000000006], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.188270675236291, 49.03244187101855], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.8549376752362905, 43.60089112898145], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.1834653896932106, 48.76211038969321], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.11030967902823596, 49.40646173489277], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.7818286790282354, 50.50376226510723], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.2840191, 49.0161227], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.81172932476371, 45.63422512898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5834659579260144, 49.079956508912844], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.199816157926016, 43.61777450891286], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [6.691529508912859, 43.54725724207398], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.789909789693211, 45.82305641030678], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [6.084167389693211, 49.16270761030679], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [6.087299334892769, 43.170341920971765], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.0147999348927708, 49.106661220971766], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.24922152476371, 43.83726672898146], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4921227348927717, 48.712381320971765], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.65, 50.26], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [-4.093005508912858, 48.174057157926015], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [-0.2196933896932111, 49.246972610306784], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.9157748710185483, 50.62160367523629], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.199791879028236, 48.853248734892766], \"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.3899999999999997, 48.566667], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.093333, 44.25], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.50850073489277, 48.683331679028235], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [-0.24999867902823572, 49.041834734892774], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [4.006667, 50.3], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.862557408912857, 45.673705142073985], \"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.2157748710185485, 48.56172932476371], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.1376040579260158, 49.36956489108715], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.201108508912858, 48.68314915792602], \"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.5198946790282353, 48.97992726510723], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [-1.1824418710185483, 48.04506232476371], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.503063675236291, 49.10001987101855], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [0.25493767523629074, 44.98244187101855], \"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.5168508420739846, 49.26555849108714], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.6342251289814513, 44.77839632476371], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.471603675236291, 48.64910887101855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4740219209717638, 48.779389365107235], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.982423734892771, 50.67925132097176], \"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.442921, 48.538089], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.887299679028235, 45.089613265107225], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.719503724763709, 43.95727882898145], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.3655584910871417, 48.79981615792602], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.1418347348927713, 48.683331679028235], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.8191078910871425, 45.67626764207398], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [0.8751677348927707, 47.40000132097177], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [8.017774508912858, 48.88314915792601], \"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.259420734892771, 48.65560167902824], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [-0.5445681579260158, 44.83025199108715], \"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.5469726103067893, 47.536360389693215], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.90626757523629, 45.73988177101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.2657748710185484, 46.21172932476371], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.116850842073984, 50.684441508912855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [1.9877204752362907, 47.90578832898145], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.6499986790282357, 47.99183473489278], \"country\": \"France\", \"county\": \"Mayenne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, Frigo\", \"tvs\": \"2 m3, 5 m3, 14 m3, 20 m3\"}, {\"location\": [4.881636510306789, 45.693800289693215], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [3.2342251289814516, 45.66172932476371], \"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.831999, 48.578648], \"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.4591748579260155, 43.338787808912855], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.0893188348927705, 43.33661677902823], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.429868871018549, 43.44147132476371], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.8586860000000003, 50.86129], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4165194289814513, 48.56343442476371], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.337137265107229, 45.76627567902823], \"country\": \"France\", \"county\": \"Haute-Vienne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.4819156752362908, 48.854541871018554], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.2250524910871423, 48.84125384207398], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [-1.4923273247637092, 48.17126112898145], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.021603675236291, 44.21755812898145], \"country\": \"France\", \"county\": \"Alpes-de-Haute-Provence\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.199108871018549, 48.37839632476371], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [7.666665679028236, 48.658500734892776], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.283211, 48.607422], \"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.36, 49.15], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.892829165107229, 45.707438579028235], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.498891491087142, 48.58351784207398], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [3.1434054910871416, 50.77585415792601], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [7.247617324763709, 47.73328087101855], \"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.188145, 49.032517], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [-0.26577487101854835, 44.995062324763715], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.6399999999999997, 50.35], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.097340320971764, 50.67903226510723], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.464266828981451, 49.044248675236275], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3825329, 48.7070509], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [-1.4748743, 47.2168236], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [2.4789527000000002, 48.93621719999999], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.700183842073984, 45.901108508912856], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.492161957926016, 48.73468919108714], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 10 m3, 20 m3\"}, {\"location\": [3.1286401289814516, 50.55388332476371], \"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.386360389693211, 48.653027389693214], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3733329999999997, 48.733333], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.2030273896932107, 48.819693389693214], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5077995, 48.9096224], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.7843086790282365, 45.70328673489277], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.272022579028236, 48.828526134892776], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [7.71988238969321, 48.53834638969321], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.183517842073984, 48.684441508912855], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.933149157926016, 45.63222549108714], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [3.566665679028236, 50.158500734892776], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.149912, 48.839695], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.3499986790282352, 48.691499265107225], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.7324418710185485, 45.52839632476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2619549896932107, 49.040188710306786], \"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.2985074910871421, 48.647983842073984], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.375372908912858, 48.981795057926014], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.0841743896932106, 45.75230238969321], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Frigo, ADR\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [1.9776181579260155, 48.83962050891286], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.3507787247637095, 46.684144928981446], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3152755348927707, 49.042215420971765], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.1370803420739843, 49.07819889108714], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.034717320971764, 50.511357265107236], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.75718932476371, 43.97335012898145], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.6505153896932105, 44.364811389693216], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.982587108912858, 43.208625657926014], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.1947916420739855, 48.93141479108714], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.1333316790282355, 46.091499265107224], \"country\": \"France\", \"county\": \"Haute-Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.48030661030679, 49.003027389693216], \"country\": \"France\", \"county\": \"Meuse\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [2.173540691087142, 48.87292624207399], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3936976752362904, 48.88847462898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.2357728710185483, 49.01033167523629], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3666637209717636, 48.94789206510723], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.1643680752362906, 49.46448382898145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [2.3657748710185484, 48.57839632476371], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4679417896932105, 48.96237391030679], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.5212939790282363, 49.036926265107226], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5585007348927706, 50.68333432097177], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-2.162249542073984, 47.24890969108714], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.474902828981451, 48.829708575236275], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3777272209717637, 48.83738436510724], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.379281389693211, 48.69172861030679], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo, ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [6.928015175236291, 47.65806662898145], \"country\": \"France\", \"county\": \"Territoire de Belfort\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [0.9936412, 49.4451219], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [-0.2876478420739844, 43.329541508912854], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.1719783910871415, 48.62236284207398], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"14 m3\"}, {\"location\": [6.149975491087142, 48.60890484207398], \"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.897564610306789, 48.304211389693215], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.4055849579260156, 48.79046620891287], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.322997734892771, 48.82757967902823], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.359468134892771, 48.978933820971754], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.537611610306789, 49.21922638969321], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [-0.4303354910871418, 46.24056684207398], \"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.400936508912858, 48.96391215792602], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [3.5881067089128584, 47.71627064207399], \"country\": \"France\", \"county\": \"Yonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.923957791087141, 48.19948144207398], \"country\": \"France\", \"county\": \"Vosges\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.1724043247637093, 46.32838687101855], \"country\": \"France\", \"county\": \"Haute-Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.26215704207398405, 46.613403108912856], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.4353062, 46.5789616], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-1.3642171348927712, 46.716588120971764], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.3754097896932107, 46.60294718969321], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [4.825332528981451, 43.851450024763714], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [6.029259571018549, 43.064400424763726], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [5.87083073489277, 43.069289179028246], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.9490591089128575, 43.215345757926016], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3\"}, {\"location\": [2.223143875236291, 43.91002317101855], \"country\": \"France\", \"county\": \"Tarn\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.2562477910871417, 49.980388857926016], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.4068842651072293, 49.856422679028235], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.29333299999999995, 46.35], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.1303483103067888, 49.4914683103068], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.1719118752362907, 49.462680028981445], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.0200015896932109, 49.38148228969321], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [6.033149157926016, 45.832225491087144], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [6.02884926510723, 45.79546067902823], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [5.823118, 45.5742568], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.824847324763709, 45.59181492898145], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.976757610306789, 45.63789641030679], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [0.2904819651072288, 48.057243920971764], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Frigo\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [0.30392037523629073, 47.98968447101855], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [0.15464267523629074, 47.87635587101855], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3, PL > 3T5\"}, {\"location\": [-0.08429826510722895, 47.77222867902823], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [4.909018775236291, 46.33602392898145], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.92392967523629, 45.74648487101855], \"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.882691491087141, 45.781270157926016], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [4.3677745089128575, 46.06648215792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.835659, 45.854043000000004], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.013529265107229, 45.76196532097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.901146057926016, 45.79188140891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [5.078982, 45.714473], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.901146057926016, 45.722998391087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.7431646348927705, 45.80744122097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.9079969, 45.7574399], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.90626757523629, 45.77499802898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.825076508912858, 45.665524842073985], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 14 m3\"}, {\"location\": [7.366667, 48.24], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [7.49, 48.183333], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.281343479028236, 48.083124534892775], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [7.702109679028236, 48.498572734892775], \"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.984833, 42.688659], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [-0.4541323752362908, 43.31580102898145], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [-0.27483226510722897, 43.31666567902823], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.31969338969321104, 43.363639610306784], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.4295013103067892, 43.23460328969321], \"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.0617293247637094, 45.815774871018554], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.2193869999999998, 45.813462], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.2085007348927705, 45.61666832097177], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [3.177025, 45.777222], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [3.2481783209717636, 45.81636426510723], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [2.208165265107229, 50.46666567902823], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.9833343209717644, 50.34183473489277], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.799816157926016, 50.39889149108714], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.766665679028236, 50.44183473489277], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.4168508420739845, 50.49889149108714], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, PL > 3T5\"}, {\"location\": [2.1268334910871416, 50.755469157926015], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [0.850891128981451, 48.47160367523629], \"country\": \"France\", \"county\": \"Orne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.3433330000000003, 49.4], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.549816157926016, 49.23222549108714], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.4351144089128582, 49.172728442073996], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.549816157926016, 49.23222549108714], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [2.414767391087142, 49.297814442073985], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [2.4196933896932107, 49.330306610306785], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [2.2011085089128577, 49.333149157926016], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.115153508912858, 49.512688157926014], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.6344415089128583, 49.21685084207398], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [3.2342649999999997, 50.623252], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1324418710185484, 50.57839632476371], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.087237734892771, 50.67499167902823], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.151108508912858, 50.66648215792602], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.9689853247637097, 50.61169187101855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.43475430000000004, 49.1809416], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.690188208912858, 46.34451765792602], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [6.798466, 47.600356000000005], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.143474157926016, 49.00117549108713], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.46969097523629, 43.47332107101854], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.314082465107228, 43.47652252097177], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.3760257, 43.3943463], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [5.292876542073984, 43.338787808912855], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [5.426027020971764, 43.22951403489277], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.268333320971765, 43.34644173489277], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\", \"merchandise_types\": \"\"}, {\"location\": [7.786243365107229, 48.457036779028236], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.318909534892771, 43.48652177902823], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [7.274467208912856, 48.85352165792602], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [3.0559943247637094, 50.60569387101855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.066667, 50.559999999999995], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1666683209717643, 50.308500734892775], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.008165265107229, 50.583334320971765], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.324749610306789, 50.50714461030679], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.981271279028235, 50.64676046510723], \"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.4910479999999997, 47.371987000000004], \"country\": \"France\", \"county\": \"Ni\\u00e8vre\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [6.15, 49.176666999999995], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.941834734892771, 49.05000132097177], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [6.983149157926016, 49.167774508912856], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.917558128981452, 49.09506232476371], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-3.162339389693211, 47.753520389693215], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [6.201975128981451, 48.60378332476371], \"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.070576000000001, 48.621631], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [6.141499265107229, 48.44999867902823], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.825167734892771, 48.733334320971764], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [6.492338999999999, 48.502236999999994], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.236931, 48.300493], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.089254679028235, 48.18858026510723], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.949998679028235, 49.208165265107226], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": true, \"vehicles\": 4, \"options\": \"ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3, PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [4.446222157926016, 48.922240491087145], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [4.049254128981452, 49.170058324763716], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.088278128981451, 49.267081324763716], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, PL > 3T5\"}, {\"location\": [4.031696, 49.34832900000001], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-0.5031276896932111, 47.54769611030679], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-0.5492091710185483, 47.39578582476371], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.6499164579260159, 47.51849800891286], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.5271649752362908, 44.46484182898145], \"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.9852412579260155, 47.92318090891287], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.963350910306789, 47.950952510306784], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.9210890289814517, 47.80081402476371], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [1.8248790348927713, 47.83731157902823], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [-2.1666651896932105, 47.215931289693216], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.595847528981452, 47.303057375236286], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [-1.6421637103067892, 47.15108288969322], \"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.567272, 45.44927400000001], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.2566198420739843, 47.590313491087144], \"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.801108508912858, 45.08351784207398], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.6848399999999996, 47.484144], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.4303066103067896, 48.16363961030679], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [-1.5811324910871425, 48.07595415792601], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-0.5621366752362909, 49.16997812898145], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.4508911289814515, 48.09506232476371], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.8591578710185486, 43.52249832476371], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [-0.45682814207398437, 44.87433580891285], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo, ADR\", \"tvs\": \"2 m3\"}, {\"location\": [-0.6136215089128579, 44.754639842073985], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.594523265107229, 44.807591679028235], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [-0.6428196103067896, 44.90142861030679], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 20 m3, PL > 3T5\"}, {\"location\": [-0.7295026103067891, 44.71106838969321], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.6333330000000005, 45.006667], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.49, 43.633333], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.500891128981451, 43.754937675236285], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [1.2668508420739844, 43.38222549108714], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.3805693896932105, 43.66829161030679], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [1.5049376752362906, 43.49910887101855], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-2.1640484896932106, 47.21594378969321], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.3559383247637093, 43.62221012898145], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.800891128981451, 49.37160367523629], \"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.233142128981451, 47.08128632476371], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.4844415089128584, 44.83351784207398], \"country\": \"France\", \"county\": \"Cantal\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [0.3340161579260158, 49.11610849108715], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [-0.35312087101854833, 49.09459232476371], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.7030273896932107, 44.45302738969321], \"country\": \"France\", \"county\": \"Aveyron\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.2600000000000002, 46.566667], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [0.106667, 43.2], \"country\": \"France\", \"county\": \"Hautes-Pyr\\u00e9n\\u00e9es\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.9647179999999997, 48.0446988], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.5655584910871423, 43.033517842073984], \"country\": \"France\", \"county\": \"Ari\\u00e8ge\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.891399157926016, 50.13444150891286], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [3.2079432999999997, 50.6409949], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.4821837, 47.2266513], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3874604348927706, 49.03075312097177], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [4.8255628420739844, 44.957161508912854], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.68827067523629, 46.049108871018554], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.2196933896932105, 43.636360389693216], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-4.477425228981452, 48.50262407523628], \"country\": \"France\", \"county\": \"Finist\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [5.735166328981451, 45.24347757523629], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.850183842073984, 47.284441508912856], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5466850910871424, 48.495168142073986], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [2.5753554752362904, 48.920154028981436], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.2960398247637097, 48.86913007101854], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.2488914910871416, 49.93314915792602], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.5167659790282357, 47.409224234892775], \"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.2805253209717643, 46.38829273489277], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [3.0862271579260154, 43.21871850891286], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.840434, 46.11516], \"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.93713531030679, 45.82233521030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [1.8820408710185486, 47.81707012476371], \"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.178803842073984, 43.67573149108714], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.642946842073984, 49.796526508912855], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.341499265107229, 44.21666567902823], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [4.6949626089128405, 45.51085514207397], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.7970311910870909, 50.19164645792602], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.6077983103067892, 47.131556789693214], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [1.5506894089128576, 43.945104757926], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.978257210306789, 43.068556989693214], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.5880887710185589, 48.20459672476371], \"country\": \"France\", \"county\": \"Mayenne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [-1.5888429, 48.1104504], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [0.5249454896932103, 43.119785310306774], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.6623262089128577, 50.014593757926015], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.5263124651072294, 46.37982652097177], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [7.698164510306789, 48.49887618969321], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.905834800000001, 45.6526001], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.8178714348927709, 47.00530747902823], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.2036798420739843, 45.85036259108714], \"country\": \"France\", \"county\": \"Haute-Vienne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.945095842073984, 47.30555350891286], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2819088910871423, 48.844029042073984], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.1295488103067894, 48.703886289693216], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.152096642073984, 49.01573720891285], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [0.10491667101854803, 49.67478937523629], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.8408735790282356, 47.99722806510722], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [0.1480994910871416, 49.58796795792602], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"2 m3\"}, {\"location\": [4.857769665107229, 45.715413079028224], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.2908377103067887, 50.251111610306786], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.984469408912858, 45.59705064207398], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.327301234892762, 48.91944457902823], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.6386481752362587, 48.92559847101854], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.8710234999999783, 45.132813599999984], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.8092597247637094, 48.94307097101855], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.6730291289814851, 47.471003375236286], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.9320777910871008, 46.129654457926016], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.5094145579260494, 48.88037200891284], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [1.033639879028236, 49.37028963489277], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4178604103067887, 48.886158610306786], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.901882608912809, 45.625847042073985], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3\"}, {\"location\": [6.6854331, 43.68685349999999], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.143455610306789, 48.36531561030679], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.055371571018548, 48.89168737523629], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.5522117710185483, 47.088965524763715], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.5283464910871416, 49.767818157926015], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.3146878289814516, 48.8356985247637], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.8035646752362907, 45.17177987101855], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.290736542073984, 43.34833600891286], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.81411222476371, 45.665808128981446], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.739507157926016, 44.87931850891285], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [3.0843982790282354, 45.85926656510723], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.509070128981452, 48.63198567523629], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.466025699999999, 43.3043463], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.393583828981451, 43.21607562476371], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [5.326024379028235, 43.379178565107225], \"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\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.326024379028236, 43.22951403489277], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [5.466025699999999, 43.3043463], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.975723708912858, 43.527542457926025], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [4.699964865107228, 43.72403272097176], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.30816526510722875, 45.733334320971764], \"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.055285679028236, 48.96829773489277], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.071595979028234, 44.22795496510722], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.42489684207398437, 47.655074508912854], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4589886289814515, 48.64929582476371], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.29150887101854833, 49.034499324763715], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.902948165107228, 45.80685562097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.326789871018548, 49.05369747523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.1659970896932106, 48.94533601030679], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.1797466420739844, 48.60359449108715], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [1.9720135999999997, 48.806821], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.3637783209717644, 47.04917926510723], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.8717817752362915, 45.76817812898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3538824896932105, 48.70445188969321], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5174412089128566, 48.698819557926015], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.7353819, 49.4842106], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5916104579260155, 49.93251670891286], \"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.6637550999999995, 50.664060600000006], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [-0.6540122651072293, 44.88779032097177], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.4465231910871414, 43.659132857926004], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.812314871018548, 46.41040547523629], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.455923357926016, 48.77935319108715], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.316954779028235, 48.93895546510721], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [4.642946842073984, 49.72764349108714], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [-1.192042910306789, 43.934100489693215], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.523344671018549, 47.302820275236286], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.259479675236289, 48.66936717101855], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [1.543035628981451, 48.00285717523629], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.419037157926016, 47.785280508912855], \"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.5447384910871423, 44.92093815792602], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.5234535089128576, 48.52700315792602], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-2.9911059910871427, 48.523945142073984], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.751108508912858, 48.81648215792602], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.6344415089128583, 46.25018384207399], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.014442389693210461, 43.29659061030679], \"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.9999986790282358, 43.641834734892775], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.8199513651072292, 46.53676792097177], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [5.07382181030679, 47.214599089693216], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.3090651752362906, 49.52856562898145], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.285454175236291, 45.78611062898146], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.806166324763709, 45.75095102898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.98740137523629, 45.74458817101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4667124247637093, 48.80934767101855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.903702320971766, 45.66269143489277], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.868817579028235, 45.47991333489277], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.2228623, 47.058637], \"country\": \"France\", \"county\": \"Cher\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.8957604896932105, 48.58322718969321], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.70845701030679, 45.48006818969322], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.294249265107229, 49.003810120971764], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.652498475236291, 48.60587637101854], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.1011376790282361, 46.23516126510723], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1250454209717637, 43.277027065107234], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3443791103067877, 48.805503610306786], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.767995579028235, 45.83227216510723], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.1988914910871418, 46.26648215792601], \"country\": \"France\", \"county\": \"Creuse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [4.832589771018547, 45.81889367523629], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.0008445651072286, 48.94102992097178], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [7.399527610306789, 47.814478610306786], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [-0.504347734892771, 44.787787679028234], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.354379371018548, 48.89432257523629], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [6.967367679028236, 43.627679265107226], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.171953, 43.710173], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.3243632247637094, 43.56275932898145], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.407124334892771, 48.92345732097176], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.940305465107228, 45.78292162097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.062257871018549, 48.21340532476371], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [3.9860703209717636, 50.358920165107236], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.283888734892771, 48.91959847902823], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.477371608912858, 45.455383257926016], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [5.7506457, 45.53795170000001], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.6167686209717645, 47.55888876510723], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [4.315306989693211, 45.510636810306785], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": null, \"vehicles\": 5, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [3.786971934892771, 43.523022479028235], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [2.3535876896932106, 48.891241989693214], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.63512926510723, 46.625891679028236], \"country\": \"France\", \"county\": \"Jura\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.2176546752362905, 45.881688871018554], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.6904732579260158, 47.21158849108714], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.3583896752362907, 43.33770287101855], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.48918000000000006, 44.837789], \"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.677278734892771, 48.523403679028235], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [5.875167734892771, 45.916668320971766], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.6081903209717645, 47.457881265107225], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.757108489693211, 46.25482618969321], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.66384032476371, 48.55584687101855], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [3.4342251289814514, 46.02839632476371], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.00203673489277, 45.984499179028234], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.729726224763709, 45.77499802898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.6030649999999995, 49.633354000000004], \"country\": \"France\", \"county\": \"Aisne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.4454795752362908, 44.05527822898146], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3406906209717637, 49.97207196510723], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [0.663071, 43.645696], \"country\": \"France\", \"county\": \"Gers\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [7.786552508912858, 48.65655415792602], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"2 m3\"}, {\"location\": [1.4507878420739841, 45.19399650891285], \"country\": \"France\", \"county\": \"Corr\\u00e8ze\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.7834957000000005, 45.7586956], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [4.871414010306789, 44.00336031030679], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.6304572896932115, 45.65970008969321], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.9267173209717643, 43.53593673489277], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.1243978710185485, 48.93731132476371], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.1075144910871415, 49.108731157926016], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [7.285886679028236, 47.67600673489277], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [6.078246320971765, 47.19627973489278], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.237551524763709, 48.91553622898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [7.717669491087142, 48.490255842073985], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo, ADR\", \"tvs\": \"2 m3\"}, {\"location\": [3.582441871018548, 43.504937675236285], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3085798579260155, 49.387413208912854], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.280679, 49.182863], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [7.27224838969321, 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.3216036752362907, 44.89910887101855], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.216788265107229, 48.97558067902823], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.350223675236291, 43.69261487101855], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.2617199910871416, 46.23123985792601], \"country\": \"France\", \"county\": \"Vienne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.5817782289814515, 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.758231808912858, 43.640741657926014], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.8655228790282354, 47.98370126510723], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.1844824, 49.11440650000001], \"country\": \"France\", \"county\": \"Manche\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.73247742476371, 46.33602392898145], \"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.418999491087142, 48.097465642073985], \"country\": \"France\", \"county\": \"Vosges\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3\"}, {\"location\": [4.809856089693211, 45.82233521030679], \"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.9827481579260158, 47.87089929108714], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, PL > 3T5\"}, {\"location\": [2.266661079028235, 48.947892065107226], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [0.2656510209717643, 47.93241033489277], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 6, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [2.1910089651072293, 48.73876657902824], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.4320411651072291, 43.98771877902824], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [7.336785265107229, 43.66017167902823], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.4072102209717643, 43.96288783489278], \"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.769163310306791, 45.21584031030679], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-0.7081652651072293, 45.80000132097177], \"country\": \"France\", \"county\": \"Charente-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.2406879790282357, 49.822407434892774], \"country\": \"France\", \"county\": \"Somme\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [6.118245, 47.271112], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.331418842073984, 49.01138850891286], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.28079699999999996, 43.2951], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [1.7033340000000001, 50.725231], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [4.78974128969321, 45.60037698969321], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.007254679028236, 50.55441773489277], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.885660320971764, 45.689210734892775], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.867715710306789, 50.35546401030679], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.0844415089128576, 50.449816157926016], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [4.861549, 45.67236], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.4950623247637096, 49.08244187101855], \"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\": [2.967774508912858, 50.51648215792601], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.203275, 48.925525], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.204714842073984, 48.927658508912856], \"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\": [2.998754324763709, 45.79478012898145], \"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.818513265107229, 50.49935432097177], \"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.283334320971764, 49.47483226510723], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.028396324763709, 50.76755812898145], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.266667, 48.726667], \"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.825167734892771, 49.13333167902823], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0175581289814515, 49.495062324763715], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-2.222492128981452, 48.15183767523629], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.0816591289814514, 49.1971663247637], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.1626374103067887, 49.114188110306785], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.9572177209717643, 47.82816033489277], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.3808245, 45.5304319], \"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.65952693489277, 41.87492367902822], \"country\": \"France\", \"county\": \"Corse-du-Sud\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.413367, 48.836586], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"5 m3\"}, {\"location\": [2.4951676289814504, 48.78985102476371], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [-1.524842320971764, 43.41811673489278], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3, PL > 3T5\"}, {\"location\": [4.752509842073984, 45.729601491087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3350239999999998, 43.103762], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.148256420971763, 45.96261876510723], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": null, \"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\": [3.145526675236291, 50.61169187101855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.442921, 48.538089], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2865256, 48.82856169999999], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.7014437289814515, 45.14013582476371], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.917774508912858, 45.849816157926014], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.211423734892771, 50.40934767902824], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Frigo\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.380749328981451, 50.69504777523629], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.106667, 48.533333], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.593526124763709, 43.45846262898144], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.7578332896932105, 45.595642789693215], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.0072546790282355, 50.704082265107225], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.059304128981451, 48.86739067523629], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.883517842073984, 45.784441508912856], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3943341289814515, 50.94609732476371], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0038758420739846, 45.742780491087146], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [1.9469566752362908, 50.93373187101855], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.6892643247637094, 50.27344387101855], \"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.123796491087142, 48.69045584207399], \"country\": \"France\", \"county\": \"Meuse\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3, PL > 3T5\"}, {\"location\": [4.937178508912858, 45.614552842073984], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [4.752509842073984, 45.729601491087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.570563091087142, 46.26883344207398], \"country\": \"France\", \"county\": \"Allier\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.3395663103067896, 48.40612341030678], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.7818286790282354, 50.50376226510723], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.777535, 50.201001999999995], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3767759999999996, 51.124368000000004], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.9741068420739847, 50.59480849108714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.76082673489277, 45.714041679028234], \"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\": [0.11856990000000014, 49.4057572], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [6.991401389693211, 43.64088361030679], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3, 20 m3\"}, {\"location\": [-1.4798431896932112, 47.94563621030679], \"country\": \"France\", \"county\": \"Ille-et-Vilaine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, PL > 3T5\"}, {\"location\": [2.140498734892771, 48.842421679028234], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.853217128981451, 45.67577232476371], \"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.818100871018548, 45.67577232476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.766668320971764, 46.058165265107235], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"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\": [4.918808157926016, 45.729601491087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.752509842073984, 45.79848450891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.29596473489277086, 43.24509867902823], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.777535, 50.201001999999995], \"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.3546503247637096, 48.610530871018554], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0396978710185483, 50.71752067523629], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.853217128981451, 45.67577232476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.752509842073984, 45.79848450891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.1668508420739845, 50.715558491087144], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"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.7775349999999994, 50.381002], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.76082673489277, 45.714041679028234], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3882706752362908, 48.682441871018554], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.1555442651072294, 49.37953767902823], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.435182842073984, 50.391554508912854], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.29596473489277086, 43.24509867902823], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"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\": [3.145526675236291, 50.61169187101855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.998754324763709, 45.79478012898145], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [4.785657679028236, 45.689210734892775], \"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.76082673489277, 45.81404432097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.747388324763709, 45.74648487101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.506560610306789, 48.69172861030679], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.872839320971765, 45.678778734892774], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.4333316790282353, 49.341499265107224], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.137026320971764, 45.852054265107235], \"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.268697871018548, 50.54761967523629], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.909294157926016, 49.383374491087146], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.9672560000000003, 50.62925], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.200001320971764, 49.34149926510723], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.057256, 50.539249999999996], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, PL > 3T5\"}, {\"location\": [3.1276284910871417, 50.808142157926014], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1208956103067895, 50.56561038969321], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.003875842073984, 45.81166350891286], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"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\": [4.986300610306789, 45.718389389693215], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.853217128981451, 45.67577232476371], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.8261449999999995, 49.507816000000005], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.778396324763709, 45.71755812898145], \"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.8701005089128575, 45.84719215792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.752509842073984, 45.79848450891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3831491579260153, 48.784441508912856], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.633517842073984, 45.76777450891286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2357728710185483, 49.01033167523629], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.40534706510723, 45.34677097902822], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.9648381289814503, 50.331816324763714], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 4, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [2.3764241579260155, 48.959966508912856], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.76082673489277, 45.714041679028234], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.215558491087142, 48.50018384207399], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.99, 45.82], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4333343209717637, 48.891499265107235], \"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.0684818896932105, 45.84865531030679], \"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.8701005089128575, 45.84719215792602], \"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.899298610306789, 45.82768261030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3681072651072292, 48.875523679028234], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.922337991087142, 50.389090557926004], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.766472508912858, 46.01305515792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [1.7405005089128582, 50.436762842073996], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [4.8701005089128575, 45.680893842073985], \"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.77201938969321, 45.700403389693214], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-2.4671267289814525, 47.592692324763725], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.76082673489277, 45.81404432097177], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1072573209717644, 50.55441773489277], \"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.499816157926016, 48.565558491087145], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.022814491087142, 50.712399157926015], \"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.9122414420739844, 43.14844219108714], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [4.054937675236291, 50.26577487101855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.005769734892771, 50.317872679028234], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.9741068420739847, 50.59480849108714], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [3.022814491087142, 50.712399157926015], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [6.149108871018549, 49.17839632476371], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.265724, 49.119307], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.07839632476371, 49.34910887101855], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-2.2488688752362904, 47.62331297101855], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [6.282991128981451, 48.62582432476371], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.274417, 48.692054], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.9335182651072291, 50.901288679028234], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.77201938969321, 45.82768261030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.853933675236291, 48.53985187101855], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [4.031696, 49.168329], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.279923842073984, 48.99112350891286], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.9485468420739847, 49.22388749108715], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo\", \"tvs\": \"PL > 3T5\"}, {\"location\": [4.031696, 49.168329], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [3.1320882651072295, 50.57924867902823], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.009657491087142, 50.664643157926015], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 20 m3, PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [3.7950684710185474, 43.55285662476371], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4932046790282354, 50.55794526510723], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.895295, 49.276515], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [5.3047318, 45.6219918], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.203275, 48.925525], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.25, 50.66], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [2.3534503209717643, 48.832289734892775], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.4661636103067894, 48.73645238969321], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [4.7862368420739845, 45.806691508912856], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.2055326790282352, 48.996989265107224], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.511750157926016, 48.60144849108715], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.0170993247637097, 45.81106887101855], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [-1.7081621289814515, 48.002731324763715], \"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.3980441289814514, 48.76826832476371], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [3.1455266752362907, 50.64680812898145], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.174075, 49.352874], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [4.77201938969321, 45.700403389693214], \"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.77201938969321, 45.82768261030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.934466320971763, 45.77442626510723], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.8701005089128575, 45.680893842073985], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.7459471651072294, 48.49902207902824], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.502467220971764, 48.51340533489278], \"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.3108757348927713, 48.930123679028235], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.335943491087142, 48.970420157926014], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.177819679028236, 48.844745734892776], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.372772508912858, 49.01904915792601], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [2.3495011289814514, 48.69828732476371], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [5.300197610306789, 43.43231138969321], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.957951265107229, 45.64800267902823], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.997804320971764, 45.766350265107235], \"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.1826434910871422, 49.18945284207398], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [3.072573, 48.86703], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.8242444910871423, 50.868140842073984], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.2560371579260154, 50.728698508912856], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"10 m3\"}, {\"location\": [1.4876545089128577, 48.523664157926014], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.174537610306789, 45.95002861030679], \"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.6047968420739847, 48.37182949108714], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.2617583896932105, 49.162374610306784], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [9.533085857926018, 42.732783708912855], \"country\": \"France\", \"county\": \"Haute-Corse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3546503247637096, 48.610530871018554], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.751108508912858, 45.900183842073986], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.5903092651072293, 47.290391320971764], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [3.221129265107229, 50.77732332097177], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.735235, 48.645464999999994], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.869183491087142, 45.73481484207399], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.6310943896932109, 47.279414389693216], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.14606032476371, 45.57894487101855], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.416038871018548, 43.71656267523629], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [7.901497320971765, 48.69084673489277], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.6433071289814514, 48.764194324763714], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [-1.0220395, 47.31590449999999], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.6888289999999997, 49.296843], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.1072573209717644, 50.55441773489277], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.982423734892771, 50.679251320971765], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-1.5428709999999999, 47.253525999999994], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.244586320971764, 50.77219626510723], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [2.53715, 48.878876], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [2.3387136790282357, 48.873696734892775], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.4160207348927707, 48.93377332097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.5244303209717645, 49.189359734892776], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.339772320971765, 44.32596173489277], \"country\": \"France\", \"county\": \"Ard\\u00e8che\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [1.4371555089128576, 43.65239615792601], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [3.003875842073984, 45.81166350891286], \"country\": \"France\", \"county\": \"Puy-de-D\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.9066622651072294, 50.378928679028235], \"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.1307133209717644, 49.35470673489277], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3767762999999995, 51.1243684], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [3.0748141289814512, 50.71752067523629], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.36930512898145135, 49.07693532476371], \"country\": \"France\", \"county\": \"Calvados\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.0757068710185487, 50.50862932476371], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.300338157926016, 48.88860749108714], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [6.312932265107229, 49.14921232097176], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.5360628710185482, 47.13010032476371], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [4.4448669999999995, 43.818538], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.5513034910871415, 48.809236157926016], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.113459265107229, 49.21988267902823], \"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.494941324763709, 49.22272212898145], \"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.0748141289814512, 50.71752067523629], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.2476773247637092, 47.56853387101855], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.474019, 48.658899999999996], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [6.308990265107229, 46.14325167902823], \"country\": \"France\", \"county\": \"Haute-Savoie\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.963976508912857, 45.77884015792601], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.742912389693211, 43.35576738969321], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.523546, 48.907666], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.057256, 50.53924999999999], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [3.0342251289814515, 50.42839632476371], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.9672560000000003, 50.62925], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.218698320971764, 50.115757734892775], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [6.134225128981451, 48.728396324763715], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.8766670000000003, 50.283333], \"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.0664821579260155, 50.46777450891285], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.6447973752362907, 48.70446037101854], \"country\": \"France\", \"county\": \"Orne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 14 m3\"}, {\"location\": [3.147256, 50.62925], \"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\": 5, \"options\": \"Hayon\", \"tvs\": \"2 m3, 5 m3, 10 m3, 14 m3, 20 m3\"}, {\"location\": [3.145526675236291, 50.61169187101855], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.291633871018548, 49.04866967523629], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3669722651072287, 48.927484320971764], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3820558710185487, 48.59884432476371], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.4417819999999995, 48.71982800000001], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.8125252651072286, 48.633685320971765], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.776371, 42.732401], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Orientales\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3656876790282357, 48.69654573489277], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3124148420739843, 48.72410449108715], \"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.3991379999999998, 48.953686], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.2966247348927706, 48.948127320971764], \"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.3375894910871415, 43.736822157926014], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.342493842073984, 48.829926508912855], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [1.8643140000000002, 47.855413999999996], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Frigo, ADR\", \"tvs\": \"2 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.517434, 50.271606], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3053743247637093, 48.854541871018554], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [0.539902, 44.205275], \"country\": \"France\", \"county\": \"Lot-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [7.390162, 47.686716], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.830547610306789, 45.65832261030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.4090123209717644, 48.871529734892775], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.5637173209717645, 44.973565265107226], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.8701005089128575, 45.84719215792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.982423734892771, 50.67925132097176], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [2.997452842073984, 50.40231550891286], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3, PL > 3T5\"}, {\"location\": [6.0449263247637095, 48.71894012898145], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.3754103209717643, 48.79685073489277], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.65704038969321, 49.683601389693216], \"country\": \"France\", \"county\": \"Ardennes\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.3820967348927713, 48.559457679028235], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.500458, 48.786503999999994], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3661553247637097, 48.904115871018554], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [2.252451842073984, 48.93830350891285], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.675739157926016, 49.53040149108715], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.055083389693211, 50.842588610306784], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.853742491087142, 48.527834842073986], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 20 m3\"}, {\"location\": [2.497866871018548, 48.961149675236285], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.5906432651072286, 48.99093732097177], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.45885, 48.864278999999996], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.217310320971765, 43.40094073489277], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [3.933553265107229, 43.69824132097177], \"country\": \"France\", \"county\": \"H\\u00e9rault\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo, ADR\", \"tvs\": \"2 m3\"}, {\"location\": [3.0916975089128584, 50.54610084207398], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.3499986790282352, 48.691499265107225], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.951984679028236, 48.701568734892774], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.328951, 48.688548], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.3850405089128577, 49.01942615792601], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.950764734892771, 48.86766067902823], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.438624, 48.802037], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [-0.5374094910871419, 46.536077842073986], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.539421508912858, 48.99542015792601], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.253763675236291, 48.97244787101855], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [4.140636128981451, 48.38767167523629], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [-1.7011476752362906, 47.19114987101855], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [0.5797386790282354, 45.26160826510723], \"country\": \"France\", \"county\": \"Dordogne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [4.02944457523629, 50.25917497101854], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"2 m3\"}, {\"location\": [3.231849265107229, 47.017308320971765], \"country\": \"France\", \"county\": \"Ni\\u00e8vre\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.80885532476371, 45.80209687101854], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.299688324763709, 48.995267128981446], \"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.854202079028236, 45.496158134892774], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [2.228713324763709, 48.85432812898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [6.054137765107228, 43.18170812097177], \"country\": \"France\", \"county\": \"Var\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [0.6048323247637093, 47.40744987101855], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [-0.6482362651072293, 44.893524320971764], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [3.0209531348927707, 50.709609420971766], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.0911582651072287, 49.001793320971764], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.520189871018548, 48.947345675236285], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.869167610306789, 44.01295661030679], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.3915624910871416, 48.93170015792602], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.442344324763709, 48.88309612898145], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"10 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [7.297984389693211, 47.82923561030679], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.791012128981452, 47.29387032476371], \"country\": \"France\", \"county\": \"Doubs\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.6647772651072295, 48.753002679028235], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3017949999999994, 49.005288], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.979535871018548, 43.85627067523629], \"country\": \"France\", \"county\": \"Tarn\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [5.118229128981452, 45.562521324763715], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.4116386103067895, 48.912381389693216], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [5.550001320971764, 43.75816526510723], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.867600265107229, 45.641997679028236], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [2.4853932651072292, 48.606579679028236], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.946107157926016, 46.76502049108714], \"country\": \"France\", \"county\": \"Sa\\u00f4ne-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [4.928712491087142, 45.851954157926016], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.475809675236291, 43.77003887101855], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-2.6643997348927706, 47.999240779028234], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.191318128981452, 48.572847324763714], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [3.3153776420739844, 50.284915891087145], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.462718, 48.948939], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [6.0946828420739845, 49.067320491087145], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.444571320971764, 48.761203734892774], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [5.309303679028235, 43.405949265107225], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.6466092651072289, 44.797549679028236], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.488658610306789, 48.840341389693215], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [0.9991498420739839, 49.46283950891286], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [-1.5611566103067895, 47.318866610306785], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4541839999999997, 48.829315], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.274756679028236, 48.759022734892774], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.8523672651072287, 50.341003320971765], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.95677467523629, 45.74408987101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.3053984910871423, 48.711498842073986], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.443702, 48.801116], \"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.7927852651072291, 48.93863767902823], \"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.356152871018548, 48.90670367523629], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [4.0022402910871415, 49.303800257926014], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.3143130000000003, 48.764147], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.1713428420739844, 48.148580491087145], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.9804603247637087, 46.04959412898145], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.9194276752362907, 47.87071487101855], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3, PL > 3T5\", \"merchandise_types\": \"\"}, {\"location\": [4.269540491087142, 48.191097157926016], \"country\": \"France\", \"county\": \"Aube\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [7.67670667523629, 48.58619087101855], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.156805671018548, 50.75938107523628], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.75120208969321, 45.793988010306784], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.8492470000000005, 48.157302], \"country\": \"France\", \"county\": \"Mayenne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"14 m3\"}, {\"location\": [4.50384932476371, 46.07401812898145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.2608734710185483, 48.52450502476371], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.55159584207405, 45.56146549108714], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Frigo\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [1.4963213209717638, 43.71469726510723], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.751000157926016, 48.515787491087146], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.4144119999999996, 43.669426], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.217471389693211, 49.019559610306786], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.898055157926016, 45.68699450891285], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [4.915145157926016, 45.779556508912854], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.5155186752362906, 48.86291312898145], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.1610304910871423, 48.78549484207399], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [2.3905382651072293, 48.95608167902823], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.405980128981451, 48.91183667523629], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\", \"merchandise_types\": \"\"}, {\"location\": [2.3447132651072287, 48.87459132097177], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [3.0072546790282355, 50.704082265107225], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [6.125722679028235, 49.194139265107225], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.999816157926016, 50.39889149108714], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.393196675236291, 48.85448687101855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.202915679028236, 48.22370773489278], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.1375638710185485, 50.656651324763715], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [2.3275416103067887, 48.77433361030678], \"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.5664821579260155, 48.63444150891286], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.4596491289814517, 43.51377832476371], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.278467324763709, 48.88157012898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"2 m3, 20 m3\"}, {\"location\": [5.248868324763709, 43.346872871018554], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [7.312056020971763, 43.773873465107236], \"country\": \"France\", \"county\": \"Alpes-Maritimes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.65901132476371, 48.53967387101855], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.456990675236291, 48.81405087101855], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3726836103067894, 48.80716438969321], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 14 m3\"}, {\"location\": [2.046603679028235, 49.12262926510723], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [3.0690646752362905, 50.66500512898145], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.207585, 48.920829999999995], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [2.267184, 48.886358], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.3610648420739841, 43.630290808912854], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.7562001579260158, 47.423982491087145], \"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.11213132476371, 49.337993871018554], \"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.147839320971764, 48.661250265107235], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.382929265107229, 48.92052832097177], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.9393329999999995, 45.769892], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.256395324763709, 48.85132812898145], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-2.1009478710185485, 46.79641032476371], \"country\": \"France\", \"county\": \"Vend\\u00e9e\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.3913356103067889, 48.134008610306786], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4451438651072293, 48.75260727902825], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.7253168752362907, 47.478265571018554], \"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.2390274790282354, 49.008165965107224], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.728054124763709, 45.67059077101854], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4358954089128573, 48.792953042073975], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.4400262896932106, 47.77207721030679], \"country\": \"France\", \"county\": \"Loir-et-Cher\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.6641263247637093, 48.20748312898145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.830469891087143, 45.685707442073976], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.6524125103067893, 48.53510888969321], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [1.0003431579260158, 43.92709049108714], \"country\": \"France\", \"county\": \"Tarn-et-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.289090842073984, 48.932778508912854], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-1.6075436752362908, 48.12034912898145], \"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.3670886103067894, 48.843482389693214], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.9491988579260155, 45.77176130891284], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.993863065107229, 45.69491767902824], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.851669189693212, 45.80627821030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-0.9158655089128585, 44.66530625792602], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.8245466348927712, 47.85534467902822], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [2.3764241579260155, 48.959966508912856], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.8959498999999997, 50.44088619999999], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [4.566073028981451, 45.866454875236286], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [-0.5463499896932107, 44.7236688896932], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3751965910871418, 49.506166957926006], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.378280971018548, 48.96065327523629], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [0.23920592097176427, 45.57634063489277], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.891536299999999, 45.8711647], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.315940271018548, 48.854864075236286], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [-0.5831474209717645, 47.55288496510724], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\", \"merchandise_types\": \"\"}, {\"location\": [1.4804465089128576, 43.702272757926], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [0.2431715651072291, 45.59724237902823], \"country\": \"France\", \"county\": \"Charente\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.900977265107229, 49.367814679028236], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1536098710185487, 46.86787932476371], \"country\": \"France\", \"county\": \"Ni\\u00e8vre\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.1945205896932105, 48.793312910306774], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.8453126910871422, 50.24973994207399], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.415307520971764, 48.95646066510723], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.426321165107229, 48.79453602097177], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3250167089128566, 49.71570745792602], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.4232659289814524, 48.827264724763715], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [3.151561291087142, 50.592352742073984], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\"}, {\"location\": [2.4209471651072287, 48.910183920971754], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2162827247637096, 48.85388807101856], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.274038042073984, 48.88995280891286], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.5528473, 48.74754299999999], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.016163120971764, 47.90707136510722], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": null, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [-0.280057528981452, 43.80148877523629], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [1.049654479028236, 49.36480273489278], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.478999, 43.28177609999999], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.477436842073984, 49.04522550891286], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.281090999999998, 45.1670796], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.368088734892771, 48.67809032097177], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.11762600000000001, 47.976318], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"10 m3\"}, {\"location\": [2.363275679028235, 49.04324826510722], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [0.13098084207398406, 48.08091850891286], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"5 m3, 10 m3, 20 m3\"}, {\"location\": [4.737646, 45.658302], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.465181491087142, 49.01769915792602], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\", \"merchandise_types\": \"\"}, {\"location\": [-2.1728559289814515, 47.15495592476371], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.842381324763707, 44.99063417101854], \"country\": \"France\", \"county\": \"Dr\\u00f4me\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [5.2550314710185475, 45.229490175236286], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 5 m3, 10 m3\"}, {\"location\": [4.925659, 45.764043], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.2660753247637095, 48.855585871018555], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"5 m3\"}, {\"location\": [-8.756049679028237, 39.724743265107236], \"country\": \"Portugal\", \"county\": \"\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.5496016790282359, 47.12416773489277], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.1344069, 49.4098324], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.73030661030679, 45.88030661030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.3748322651072287, 48.75000132097177], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.3324418710185482, 43.55493767523629], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [3.26674, 50.688141], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 14 m3, 20 m3\"}, {\"location\": [0.9849336790282354, 49.489376265107225], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Frigo, ADR\", \"tvs\": \"14 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [-0.06427787101854834, 49.04755832476371], \"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.4424113209717637, 48.942703265107234], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.29926932097176406, 44.724164734892774], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.945671257926017, 45.73688530891285], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3318493896932107, 48.905521610306785], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.785657679028236, 45.689210734892775], \"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\": [4.864751000000001, 45.808650400000005], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.4842251289814516, 49.17839632476371], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.369443320971764, 48.71162826510723], \"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.2745818710185484, 48.78921232476371], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.021344734892771, 49.398462679028235], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.3147536752362905, 49.18021212898145], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.691325120971764, 43.751567265107234], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.304409, 48.781625], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.175349157926016, 50.567129491087144], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [2.3805070910871415, 48.89593525792601], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.3882185752362908, 47.47813932898145], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"20 m3\"}, {\"location\": [2.275074679028236, 48.79734873489277], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.2142595247637096, 48.761919771018555], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [3.1529263999999997, 50.627116], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.388916157926016, 48.836606491087146], \"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.790491871018549, 48.19556867523629], \"country\": \"France\", \"county\": \"Mayenne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [3.2057676790282352, 48.339470265107224], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.826904, 45.613226], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [1.0349350000000002, 49.324543999999996], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3575223247637096, 48.89939687101855], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [-1.421322871018549, 47.25053067523629], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [1.0482754247637092, 49.44273157101855], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [-2.368481534892771, 47.71385772097177], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\"}, {\"location\": [3.106863842073984, 50.723315508912854], \"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.4375391289814514, 48.56431932476371], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.973320157926016, 45.73750249108714], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.49314, 48.763354], \"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.397735810306789, 47.841723410306784], \"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.3257541, 47.8641188], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.7815979910871422, 48.17161505792602], \"country\": \"France\", \"county\": \"Mayenne\", \"security_advicer\": false, \"vehicles\": 5, \"options\": \"Hayon, ADR\", \"tvs\": \"5 m3, 10 m3, 14 m3, 20 m3, PL > 3T5\"}, {\"location\": [3.058923520971764, 50.68155246510723], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.5266305, 49.3297274], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Hayon, Frigo\", \"tvs\": \"10 m3\"}, {\"location\": [6.273807108912858, 49.010363042074], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"14 m3\"}, {\"location\": [6.810745899999999, 49.1025686], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-2.9173381289814517, 48.68007267523629], \"country\": \"France\", \"county\": \"C\\u00f4tes-d'Armor\", \"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\": [4.92392967523629, 45.74648487101855], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.011800289693210453, 47.99345481030679], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-1.4912000910871424, 47.22962425792602], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.13765257902823624, 44.04144136510723], \"country\": \"France\", \"county\": \"Landes\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.490161508912856, 46.23172005792602], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [2.4605981790282354, 48.76618326510722], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [3.1071544089128578, 50.746656657926], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [7.652514110306789, 48.58944531030679], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.9235232, 45.7942084], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.323714534892771, 48.702020620971766], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [2.2432736790282353, 49.000357265107226], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"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.2, 48.793333], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [5.021603675236291, 45.674108871018554], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [7.648371291087143, 48.50572594207399], \"country\": \"France\", \"county\": \"Bas-Rhin\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5665808420739844, 48.495127491087146], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [1.436943871018548, 43.74402167523629], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.785657679028235, 45.83887526510723], \"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\": [2.3943258790282353, 48.859653365107214], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.903540165107229, 49.460290320971765], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.7534687348927707, 47.965983320971766], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.5431516103067888, 48.596664610306775], \"country\": \"France\", \"county\": \"Eure-et-Loir\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"2 m3, 10 m3\"}, {\"location\": [2.4916725420739847, 50.49331349108716], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"Frigo\", \"tvs\": \"2 m3\"}, {\"location\": [1.8571065710185486, 47.82714402476371], \"country\": \"France\", \"county\": \"Loiret\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [5.118885128981452, 43.67344467523629], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": true, \"vehicles\": 3, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.287755024763709, 43.32190442898145], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [4.96620413489277, 46.37070722097177], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"Frigo\", \"tvs\": \"2 m3, 10 m3, 14 m3\"}, {\"location\": [-2.950348024763709, 47.93507677101855], \"country\": \"France\", \"county\": \"Morbihan\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.4250440999999998, 47.2591987], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.3045240103067894, 48.636240589693216], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [5.406784628981452, 45.9405790247637], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.383648571018546, 43.356799475236286], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [1.2989208896932105, 43.833869710306786], \"country\": \"France\", \"county\": \"Haute-Garonne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [-0.6421336752362907, 44.856888871018555], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.8083891289814513, 49.01869832476371], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.4726489999999997, 48.674235], \"country\": \"France\", \"county\": \"Essonne\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.391455128981452, 43.20865532476371], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.12425083489277, 48.836322379028225], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [0.24568419108714207, 47.737354342073985], \"country\": \"France\", \"county\": \"Sarthe\", \"security_advicer\": null, \"vehicles\": 3, \"options\": \"Hayon\", \"tvs\": \"2 m3, 14 m3, 20 m3\"}, {\"location\": [5.705804465107228, 48.11775777902823], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.236825842073984, 49.35547650891286], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [3.157878842073984, 50.66508950891286], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"5 m3, 20 m3\"}, {\"location\": [1.0715683896932109, 49.321762389693205], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.6212003247637092, 50.15702712898145], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"14 m3, 20 m3\"}, {\"location\": [2.3762640790282354, 48.92076276510721], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.40664, 48.873103], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.967333920971765, 47.96319333489277], \"country\": \"France\", \"county\": \"Haute-Marne\", \"security_advicer\": null, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [3.140161679028236, 50.28805673489278], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [4.904027320971764, 45.83124626510723], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [2.5314395089128583, 48.87379584207398], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, ADR\", \"tvs\": \"10 m3, 20 m3\"}, {\"location\": [6.914576765107229, 47.590507179028236], \"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.6676656579260154, 48.99689690891286], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-0.5403948710185483, 44.71350132476371], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"PL > 3T5\"}, {\"location\": [2.4684769651072287, 48.922101620971766], \"country\": \"France\", \"county\": \"Paris\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.87209078969321, 45.646432089693214], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.786684242073984, 45.736013691087145], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.9339623247637092, 49.06956612898145], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\"}, {\"location\": [5.462711, 43.478035], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3, 20 m3\"}, {\"location\": [5.672764871018549, 45.49077532476371], \"country\": \"France\", \"county\": \"Savoie\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"ADR\", \"tvs\": \"5 m3, 14 m3\", \"merchandise_types\": \"\"}, {\"location\": [5.823333, 46.5], \"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.6484816103067894, 49.139757389693216], \"country\": \"France\", \"county\": \"Oise\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [-1.465012389693211, 47.258178610306786], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [1.073661865107229, 49.241827279028236], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.476826089693211, 47.461524410306794], \"country\": \"France\", \"county\": \"C\\u00f4te-d'Or\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [1.051068379028236, 48.801707234892774], \"country\": \"France\", \"county\": \"Eure\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.2087066348927709, 44.49767117902823], \"country\": \"France\", \"county\": \"Gironde\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.3266206103067892, 48.929298389693216], \"country\": \"France\", \"county\": \"Val-d'Oise\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"2 m3, 14 m3\"}, {\"location\": [3.152926, 50.627116], \"country\": \"France\", \"county\": \"Nord\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"Hayon, ADR\", \"tvs\": \"20 m3\", \"merchandise_types\": \"\"}, {\"location\": [2.2140958420739842, 48.94981150891286], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.546875265107229, 48.871268320971765], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [0.6069073896932109, 47.28717738969321], \"country\": \"France\", \"county\": \"Indre-et-Loire\", \"security_advicer\": null, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.812817528981451, 44.11305857523629], \"country\": \"France\", \"county\": \"Gard\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [4.925379510306789, 45.77300601030679], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.5047364910871424, 48.725871842073985], \"country\": \"France\", \"county\": \"Val-de-Marne\", \"security_advicer\": true, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"10 m3, 20 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.8428309790282364, 45.68804493489277], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.957603365107229, 45.783058520971764], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.0946475, 49.23100179999999], \"country\": \"France\", \"county\": \"Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [-1.480440789693211, 43.523792310306774], \"country\": \"France\", \"county\": \"Pyr\\u00e9n\\u00e9es-Atlantiques\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.409589320971764, 43.25757113489277], \"country\": \"France\", \"county\": \"Bouches-du-Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"2 m3, 5 m3\"}, {\"location\": [4.925746999999999, 45.668873000000005], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [2.458230508912858, 48.934926157926014], \"country\": \"France\", \"county\": \"Seine-Saint-Denis\", \"security_advicer\": true, \"vehicles\": 1, \"options\": \"ADR\", \"tvs\": \"2 m3\", \"merchandise_types\": \"\"}, {\"location\": [4.909230675236291, 44.04349387101855], \"country\": \"France\", \"county\": \"Vaucluse\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [-1.6120095089128585, 47.30854915792602], \"country\": \"France\", \"county\": \"Loire-Atlantique\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [2.217115, 48.897053], \"country\": \"France\", \"county\": \"Hauts-de-Seine\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [-0.27918252898145135, 46.94992112476371], \"country\": \"France\", \"county\": \"Deux-S\\u00e8vres\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon\", \"tvs\": \"20 m3\"}, {\"location\": [4.777779024763709, 45.754877928981436], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [2.505435324763709, 48.64471612898145], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"Hayon, Frigo, ADR\", \"tvs\": \"10 m3\"}, {\"location\": [6.089632320971765, 49.28345473489277], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.206785491087142, 43.10092984207398], \"country\": \"France\", \"county\": \"Aude\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"5 m3\"}, {\"location\": [6.249951157926016, 49.21661149108714], \"country\": \"France\", \"county\": \"Moselle\", \"security_advicer\": false, \"vehicles\": 3, \"options\": \"\", \"tvs\": \"10 m3, 14 m3\"}, {\"location\": [5.3343832579260155, 46.44928110891286], \"country\": \"France\", \"county\": \"Ain\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [2.459604675236291, 48.92667887101855], \"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.3089542790282356, 49.72138706510722], \"country\": \"France\", \"county\": \"Seine-Maritime\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [-0.9412702651072293, 47.10908132097177], \"country\": \"France\", \"county\": \"Maine-et-Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [6.293163675236291, 48.68230187101855], \"country\": \"France\", \"county\": \"Meurthe-et-Moselle\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"20 m3\"}, {\"location\": [7.368352265107229, 47.677882479028234], \"country\": \"France\", \"county\": \"Haut-Rhin\", \"security_advicer\": false, \"vehicles\": 2, \"options\": \"\", \"tvs\": \"5 m3, 10 m3\"}, {\"location\": [1.784308, 49.003858], \"country\": \"France\", \"county\": \"Yvelines\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"10 m3\"}, {\"location\": [2.076038734892771, 50.35732967902823], \"country\": \"France\", \"county\": \"Pas-de-Calais\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"14 m3\"}, {\"location\": [4.444030608912858, 45.349435042073985], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 0, \"options\": \"\", \"tvs\": \"\"}, {\"location\": [2.6148028209717626, 48.49377856510722], \"country\": \"France\", \"county\": \"Seine-et-Marne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.928232089693211, 45.72821501030678], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.856597908912858, 45.60830714207398], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [5.330913220971764, 45.66796366510723], \"country\": \"France\", \"county\": \"Is\\u00e8re\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.33388278969321, 45.53684971030679], \"country\": \"France\", \"county\": \"Loire\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [4.956644857926016, 45.72425409108715], \"country\": \"France\", \"county\": \"Rh\\u00f4ne\", \"security_advicer\": false, \"vehicles\": 1, \"options\": \"\", \"tvs\": \"2 m3\"}, {\"location\": [0.668701265107229, 49.21042667902823], \"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}]}}