Files
librenms-librenms/examples.js
Vincent Broute 7c7e45eb09 zoom and panning
2013-08-24 16:02:04 +02:00

9226 lines
288 KiB
JavaScript

$(function(){
// Example #1
$(".maparea1").mapael({
map : {
name : "france_departments"
, width : 250
}
});
// Example #2
$(".maparea2").mapael({
map : {
name : "france_departments"
, zoom: {
enabled: true
}
},
areas: {
"department-56" : {
text : "56",
tooltip: {content : "Morbihan (56)"}
}
},
plots : {
'paris' : {
latitude : 48.86,
longitude: 2.3444
},
'lyon' : {
type: "circle",
size:50,
latitude :45.758888888889,
longitude: 4.8413888888889,
value : 700000,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">City :</span> Lyon"},
text : "Lyon"
},
'rennes' : {
type :"square",
size :20,
latitude : 48.114166666667,
longitude: -1.6808333333333,
tooltip: {content : "<span style=\"font-weight:bold;\">City :</span> Rennes"},
text : "Rennes",
href : "#"
}
}
});
// Example #3
$(".maparea3").mapael({
map : {
name : "france_departments",
defaultArea: {
attrs : {
fill: "#5ba4ff",
stroke: "#99c7ff",
cursor: "pointer"
},
textAttrs : {
cursor: "pointer",
fill :"#000"
},
onclick: function(params, mapElem, textElem) {
mapElem.attr({fill: '#ff0000'});
}
}
},
areas: {
"department-29" : {
text : "29",
attrs : {
fill :"#0088db"
},
tooltip: {content : "Finistère (29)"},
onclick: function(params, mapElem, textElem) {
mapElem.attr({fill: '#24ff00'});
}
}
}
});
// Example #4
$(".maparea4").mapael({
map : {
name : "france_departments",
defaultArea: {
attrs : {
stroke : "#fff",
"stroke-width" : 1
},
attrsHover : {
"stroke-width" : 2
}
}
},
legend : {
area : {
display : true,
title :"Population of France by department",
slices : [
{
max :300000,
attrs : {
fill : "#97e766"
},
label :"Less than de 300 000 inhabitants"
},
{
min :300000,
max :500000,
attrs : {
fill : "#7fd34d"
},
label :"Between 100 000 and 500 000 inhabitants"
},
{
min :500000,
max :1000000,
attrs : {
fill : "#5faa32"
},
label :"Between 500 000 and 1 000 000 inhabitants"
},
{
min :1000000,
attrs : {
fill : "#3f7d1a"
},
label :"More than 1 million inhabitants"
}
]
}
},
areas: {
"department-59": {
value: "2617939",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Nord (59)</span><br />Population : 2617939"}
},
"department-75": {
value: "2268265",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Paris (75)</span><br />Population : 2268265"}
},
"department-13": {
value: "2000550",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bouches-du-Rhône (13)</span><br />Population : 2000550"}
},
"department-69": {
value: "1756069",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rhône (69)</span><br />Population : 1756069"}
},
"department-92": {
value: "1590749",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hauts-de-Seine (92)</span><br />Population : 1590749"}
},
"department-93": {
value: "1534895",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Seine-Saint-Denis (93)</span><br />Population : 1534895"}
},
"department-62": {
value: "1489209",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pas-de-Calais (62)</span><br />Population : 1489209"}
},
"department-33": {
value: "1479277",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gironde (33)</span><br />Population : 1479277"}
},
"department-78": {
value: "1435448",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Yvelines (78)</span><br />Population : 1435448"}
},
"department-77": {
value: "1347008",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Seine-et-Marne (77)</span><br />Population : 1347008"}
},
"department-94": {
value: "1340868",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Val-de-Marne (94)</span><br />Population : 1340868"}
},
"department-44": {
value: "1317685",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Loire-Atlantique (44)</span><br />Population : 1317685"}
},
"department-76": {
value: "1275952",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Seine-Maritime (76)</span><br />Population : 1275952"}
},
"department-31": {
value: "1268370",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Haute-Garonne (31)</span><br />Population : 1268370"}
},
"department-38": {
value: "1233759",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Isère (38)</span><br />Population : 1233759"}
},
"department-91": {
value: "1233645",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Essonne (91)</span><br />Population : 1233645"}
},
"department-95": {
value: "1187836",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Val-d'Oise (95)</span><br />Population : 1187836"}
},
"department-67": {
value: "1115226",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bas-Rhin (67)</span><br />Population : 1115226"}
},
"department-06": {
value: "1094579",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Alpes-Maritimes (06)</span><br />Population : 1094579"}
},
"department-57": {
value: "1066667",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Moselle (57)</span><br />Population : 1066667"}
},
"department-34": {
value: "1062617",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hérault (34)</span><br />Population : 1062617"}
},
"department-83": {
value: "1026222",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Var (83)</span><br />Population : 1026222"}
},
"department-35": {
value: "1015470",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ille-et-Vilaine (35)</span><br />Population : 1015470"}
},
"department-29": {
value: "929286",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Finistère (29)</span><br />Population : 929286"}
},
"department-974": {
value: "829903",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Réunion (974)</span><br />Population : 829903"}
},
"department-60": {
value: "823668",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Oise (60)</span><br />Population : 823668"}
},
"department-49": {
value: "808298",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Maine-et-Loire (49)</span><br />Population : 808298"}
},
"department-42": {
value: "766729",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Loire (42)</span><br />Population : 766729"}
},
"department-68": {
value: "765634",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Haut-Rhin (68)</span><br />Population : 765634"}
},
"department-74": {
value: "760979",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Haute-Savoie (74)</span><br />Population : 760979"}
},
"department-54": {
value: "746502",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Meurthe-et-Moselle (54)</span><br />Population : 746502"}
},
"department-56": {
value: "744663",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Morbihan (56)</span><br />Population : 744663"}
},
"department-30": {
value: "726285",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gard (30)</span><br />Population : 726285"}
},
"department-14": {
value: "699561",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Calvados (14)</span><br />Population : 699561"}
},
"department-45": {
value: "674913",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Loiret (45)</span><br />Population : 674913"}
},
"department-64": {
value: "674908",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pyrénées-Atlantiques (64)</span><br />Population : 674908"}
},
"department-85": {
value: "654096",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vendée (85)</span><br />Population : 654096"}
},
"department-63": {
value: "649643",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Puy-de-Dôme (63)</span><br />Population : 649643"}
},
"department-17": {
value: "640803",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Charente-Maritime (17)</span><br />Population : 640803"}
},
"department-01": {
value: "614331",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ain (01)</span><br />Population : 614331"}
},
"department-22": {
value: "612383",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Côtes-d'Armor (22)</span><br />Population : 612383"}
},
"department-37": {
value: "605819",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Indre-et-Loire (37)</span><br />Population : 605819"}
},
"department-27": {
value: "603194",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Eure (27)</span><br />Population : 603194"}
},
"department-80": {
value: "583388",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Somme (80)</span><br />Population : 583388"}
},
"department-51": {
value: "579533",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Marne (51)</span><br />Population : 579533"}
},
"department-72": {
value: "579497",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sarthe (72)</span><br />Population : 579497"}
},
"department-71": {
value: "574874",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saône-et-Loire (71)</span><br />Population : 574874"}
},
"department-84": {
value: "555240",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vaucluse (84)</span><br />Population : 555240"}
},
"department-02": {
value: "555094",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aisne (02)</span><br />Population : 555094"}
},
"department-25": {
value: "542509",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Doubs (25)</span><br />Population : 542509"}
},
"department-21": {
value: "538505",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Côte-d'Or (21)</span><br />Population : 538505"}
},
"department-50": {
value: "517121",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Manche (50)</span><br />Population : 517121"}
},
"department-26": {
value: "499313",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Drôme (26)</span><br />Population : 499313"}
},
"department-66": {
value: "457238",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pyrénées-Orientales (66)</span><br />Population : 457238"}
},
"department-28": {
value: "440291",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Eure-et-Loir (28)</span><br />Population : 440291"}
},
"department-86": {
value: "438566",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vienne (86)</span><br />Population : 438566"}
},
"department-73": {
value: "428751",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Savoie (73)</span><br />Population : 428751"}
},
"department-24": {
value: "426607",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Dordogne (24)</span><br />Population : 426607"}
},
"department-971": {
value: "409905",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Guadeloupe (971)</span><br />Population : 409905"}
},
"department-972": {
value: "400535",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Martinique (972)</span><br />Population : 400535"}
},
"department-40": {
value: "397766",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Landes (40)</span><br />Population : 397766"}
},
"department-88": {
value: "392846",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vosges (88)</span><br />Population : 392846"}
},
"department-81": {
value: "387099",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tarn (81)</span><br />Population : 387099"}
},
"department-87": {
value: "384781",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Haute-Vienne (87)</span><br />Population : 384781"}
},
"department-79": {
value: "380569",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Deux-Sèvres (79)</span><br />Population : 380569"}
},
"department-11": {
value: "365854",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aude (11)</span><br />Population : 365854"}
},
"department-16": {
value: "364429",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Charente (16)</span><br />Population : 364429"}
},
"department-89": {
value: "353366",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Yonne (89)</span><br />Population : 353366"}
},
"department-03": {
value: "353124",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Allier (03)</span><br />Population : 353124"}
},
"department-47": {
value: "342500",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lot-et-Garonne (47)</span><br />Population : 342500"}
},
"department-41": {
value: "340729",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Loir-et-Cher (41)</span><br />Population : 340729"}
},
"department-07": {
value: "324885",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ardèche (07)</span><br />Population : 324885"}
},
"department-18": {
value: "319600",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cher (18)</span><br />Population : 319600"}
},
"department-53": {
value: "317006",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mayenne (53)</span><br />Population : 317006"}
},
"department-10": {
value: "311720",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aube (10)</span><br />Population : 311720"}
},
"department-61": {
value: "301421",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Orne (61)</span><br />Population : 301421"}
},
"department-08": {
value: "291678",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ardennes (08)</span><br />Population : 291678"}
},
"department-12": {
value: "288364",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aveyron (12)</span><br />Population : 288364"}
},
"department-39": {
value: "271973",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Jura (39)</span><br />Population : 271973"}
},
"department-19": {
value: "252235",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Corrèze (19)</span><br />Population : 252235"}
},
"department-82": {
value: "248227",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tarn-et-Garonne (82)</span><br />Population : 248227"}
},
"department-70": {
value: "247311",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Haute-Saône (70)</span><br />Population : 247311"}
},
"department-36": {
value: "238261",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Indre (36)</span><br />Population : 238261"}
},
"department-65": {
value: "237945",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hautes-Pyrénées (65)</span><br />Population : 237945"}
},
"department-43": {
value: "231877",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Haute-Loire (43)</span><br />Population : 231877"}
},
"department-973": {
value: "231167",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Guyane (973)</span><br />Population : 231167"}
},
"department-58": {
value: "226997",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Nièvre (58)</span><br />Population : 226997"}
},
"department-55": {
value: "200509",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Meuse (55)</span><br />Population : 200509"}
},
"department-32": {
value: "195489",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gers (32)</span><br />Population : 195489"}
},
"department-52": {
value: "191004",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Haute-Marne (52)</span><br />Population : 191004"}
},
"department-46": {
value: "181232",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lot (46)</span><br />Population : 181232"}
},
"department-2B": {
value: "168869",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Haute-Corse (2B)</span><br />Population : 168869"}
},
"department-04": {
value: "165155",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Alpes-de-Haute-Provence (04)</span><br />Population : 165155"}
},
"department-09": {
value: "157582",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ariège (09)</span><br />Population : 157582"}
},
"department-15": {
value: "154135",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cantal (15)</span><br />Population : 154135"}
},
"department-90": {
value: "146475",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Territoire de Belfort (90)</span><br />Population : 146475"}
},
"department-2A": {
value: "145998",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Corse-du-Sud (2A)</span><br />Population : 145998"}
},
"department-05": {
value: "142312",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hautes-Alpes (05)</span><br />Population : 142312"}
},
"department-23": {
value: "127919",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Creuse (23)</span><br />Population : 127919"}
},
"department-48": {
value: "81281",
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lozère (48)</span><br />Population : 81281"}
}
}
});
// Example #5
$(".maparea5").mapael({
map : {
name : "france_departments",
defaultPlot: {
size: 10
},
defaultArea : {
attrsHover: {
fill: "#343434"
, stroke: "#5d5d5d"
, "stroke-width": 1
, "stroke-linejoin": "round"
}
}
},
legend : {
plot :{
display : true,
cssClass: 'cityFrance'
, labelAttrs: {
fill: "#fff"
}
, titleAttrs: {
fill: "#fff"
}
, marginBottom: 20
, marginLeft : 30
, title: "Population of France by city"
, slices : [
{
size: 4,
type :"circle",
max :20000,
attrs : {
fill : "#89ff72"
},
label :"Less than 20000 inhabitants"
},
{
size: 6,
type :"circle",
min :20000,
max :100000,
attrs : {
fill : "#fffd72"
},
label :"Between 20000 and 100000 inhabitants"
},
{
size: 20,
type :"circle",
min :100000,
max :200000,
attrs : {
fill : "#ffbd54"
},
label :"Between 100000 et 200000 inhabitants"
},
{
size: 40,
type :"circle",
min :200000,
attrs : {
fill : "#ff5454"
},
label :"More than 200000 inhabitants"
}
]
}
},
plots: {
"town-75056" : {
value: "2268265",
latitude: 48.86,
longitude: 2.3444444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Paris (75056)</span><br />Population : 2268265"}
},
"town-13055" : {
value: "859368",
latitude: 43.296666666667,
longitude: 5.3763888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Marseille (13055)</span><br />Population : 859368"}
},
"town-69123" : {
value: "492578",
latitude: 45.758888888889,
longitude: 4.8413888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lyon (69123)</span><br />Population : 492578"}
},
"town-31555" : {
value: "449328",
latitude: 43.604444444444,
longitude: 1.4419444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Toulouse (31555)</span><br />Population : 449328"}
},
"town-06088" : {
value: "347105",
latitude: 43.701944444444,
longitude: 7.2683333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Nice (06088)</span><br />Population : 347105"}
},
"town-44109" : {
value: "293234",
latitude: 47.217222222222,
longitude: -1.5538888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Nantes (44109)</span><br />Population : 293234"}
},
"town-67482" : {
value: "276401",
latitude: 48.583611111111,
longitude: 7.7480555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Strasbourg (67482)</span><br />Population : 276401"}
},
"town-34172" : {
value: "260572",
latitude: 43.611111111111,
longitude: 3.8766666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montpellier (34172)</span><br />Population : 260572"}
},
"town-33063" : {
value: "242945",
latitude: 44.837777777778,
longitude: -0.57944444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bordeaux (33063)</span><br />Population : 242945"}
},
"town-59350" : {
value: "234058",
latitude: 50.631944444444,
longitude: 3.0575,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lille (59350)</span><br />Population : 234058"}
},
"town-35238" : {
value: "212939",
latitude: 48.114166666667,
longitude: -1.6808333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rennes (35238)</span><br />Population : 212939"}
},
"town-51454" : {
value: "184011",
latitude: 49.265277777778,
longitude: 4.0286111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Reims (51454)</span><br />Population : 184011"}
},
"town-76351" : {
value: "178070",
latitude: 49.498888888889,
longitude: 0.12111111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Havre (76351)</span><br />Population : 178070"}
},
"town-42218" : {
value: "174566",
latitude: 45.433888888889,
longitude: 4.3897222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Étienne (42218)</span><br />Population : 174566"}
},
"town-83137" : {
value: "166851",
latitude: 43.125,
longitude: 5.9305555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Toulon (83137)</span><br />Population : 166851"}
},
"town-38185" : {
value: "158249",
latitude: 45.186944444444,
longitude: 5.7263888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Grenoble (38185)</span><br />Population : 158249"}
},
"town-21231" : {
value: "155233",
latitude: 47.323055555556,
longitude: 5.0419444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Dijon (21231)</span><br />Population : 155233"}
},
"town-49007" : {
value: "151957",
latitude: 47.472777777778,
longitude: -0.55555555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Angers (49007)</span><br />Population : 151957"}
},
"town-72181" : {
value: "147108",
latitude: 48.004166666667,
longitude: 0.19694444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Mans (72181)</span><br />Population : 147108"}
},
"town-69266" : {
value: "146729",
latitude: 45.766111111111,
longitude: 4.8794444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villeurbanne (69266)</span><br />Population : 146729"}
},
"town-97411" : {
value: "146489",
latitude: -20.878888888889,
longitude: 55.448055555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Denis (97411)</span><br />Population : 146489"}
},
"town-29019" : {
value: "145561",
latitude: 48.39,
longitude: -4.4869444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Brest (29019)</span><br />Population : 145561"}
},
"town-30189" : {
value: "145501",
latitude: 43.836944444444,
longitude: 4.36,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Nîmes (30189)</span><br />Population : 145501"}
},
"town-13001" : {
value: "144884",
latitude: 43.527777777778,
longitude: 5.4455555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aix-en-Provence (13001)</span><br />Population : 144884"}
},
"town-63113" : {
value: "143669",
latitude: 45.779722222222,
longitude: 3.0869444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Clermont-Ferrand (63113)</span><br />Population : 143669"}
},
"town-87085" : {
value: "141540",
latitude: 45.834444444444,
longitude: 1.2616666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Limoges (87085)</span><br />Population : 141540"}
},
"town-37261" : {
value: "138268",
latitude: 47.392777777778,
longitude: 0.68833333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tours (37261)</span><br />Population : 138268"}
},
"town-80021" : {
value: "136512",
latitude: 49.891944444444,
longitude: 2.2977777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Amiens (80021)</span><br />Population : 136512"}
},
"town-57463" : {
value: "122928",
latitude: 49.119722222222,
longitude: 6.1769444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Metz (57463)</span><br />Population : 122928"}
},
"town-25056" : {
value: "121038",
latitude: 47.242222222222,
longitude: 6.0213888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Besançon (25056)</span><br />Population : 121038"}
},
"town-66136" : {
value: "119536",
latitude: 42.6975,
longitude: 2.8947222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Perpignan (66136)</span><br />Population : 119536"}
},
"town-45234" : {
value: "117833",
latitude: 47.902222222222,
longitude: 1.9041666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Orléans (45234)</span><br />Population : 117833"}
},
"town-92012" : {
value: "115264",
latitude: 48.835277777778,
longitude: 2.2413888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Boulogne-Billancourt (92012)</span><br />Population : 115264"}
},
"town-76540" : {
value: "113461",
latitude: 49.443055555556,
longitude: 1.1025,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rouen (76540)</span><br />Population : 113461"}
},
"town-14118" : {
value: "111949",
latitude: 49.182222222222,
longitude: -0.37055555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Caen (14118)</span><br />Population : 111949"}
},
"town-68224" : {
value: "111273",
latitude: 47.748611111111,
longitude: 7.3391666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mulhouse (68224)</span><br />Population : 111273"}
},
"town-93066" : {
value: "107959",
latitude: 48.935555555556,
longitude: 2.3538888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Denis (93066)</span><br />Population : 107959"}
},
"town-93066" : {
value: "107959",
latitude: 48.935555555556,
longitude: 2.3538888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Denis (93066)</span><br />Population : 107959"}
},
"town-54395" : {
value: "107710",
latitude: 48.692777777778,
longitude: 6.1836111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Nancy (54395)</span><br />Population : 107710"}
},
"town-95018" : {
value: "104843",
latitude: 48.947777777778,
longitude: 2.2475,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Argenteuil (95018)</span><br />Population : 104843"}
},
"town-97415" : {
value: "104818",
latitude: -21.009722222222,
longitude: 55.269722222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Paul (97415)</span><br />Population : 104818"}
},
"town-93048" : {
value: "103675",
latitude: 48.860277777778,
longitude: 2.4430555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montreuil (93048)</span><br />Population : 103675"}
},
"town-59512" : {
value: "95506",
latitude: 50.689166666667,
longitude: 3.1808333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Roubaix (59512)</span><br />Population : 95506"}
},
"town-59183" : {
value: "93489",
latitude: 51.037777777778,
longitude: 2.3763888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Dunkerque (59183)</span><br />Population : 93489"}
},
"town-59599" : {
value: "92620",
latitude: 50.7225,
longitude: 3.1602777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tourcoing (59599)</span><br />Population : 92620"}
},
"town-84007" : {
value: "91657",
latitude: 43.948611111111,
longitude: 4.8083333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Avignon (84007)</span><br />Population : 91657"}
},
"town-92050" : {
value: "91114",
latitude: 48.890555555556,
longitude: 2.2036111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Nanterre (92050)</span><br />Population : 91114"}
},
"town-94028" : {
value: "90779",
latitude: 48.790555555556,
longitude: 2.4619444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Créteil (94028)</span><br />Population : 90779"}
},
"town-86194" : {
value: "90386",
latitude: 46.581111111111,
longitude: 0.33527777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Poitiers (86194)</span><br />Population : 90386"}
},
"town-97209" : {
value: "88623",
latitude: 14.607222222222,
longitude: -61.069444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fort-de-France (97209)</span><br />Population : 88623"}
},
"town-78646" : {
value: "88253",
latitude: 48.804722222222,
longitude: 2.1341666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Versailles (78646)</span><br />Population : 88253"}
},
"town-92026" : {
value: "88169",
latitude: 48.897222222222,
longitude: 2.2522222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Courbevoie (92026)</span><br />Population : 88169"}
},
"town-94081" : {
value: "86210",
latitude: 48.7875,
longitude: 2.3927777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vitry-sur-Seine (94081)</span><br />Population : 86210"}
},
"town-92025" : {
value: "86094",
latitude: 48.923611111111,
longitude: 2.2522222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Colombes (92025)</span><br />Population : 86094"}
},
"town-92004" : {
value: "82998",
latitude: 48.911111111111,
longitude: 2.2855555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Asnières-sur-Seine (92004)</span><br />Population : 82998"}
},
"town-93005" : {
value: "82778",
latitude: 48.936388888889,
longitude: 2.4930555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aulnay-sous-Bois (93005)</span><br />Population : 82778"}
},
"town-64445" : {
value: "82776",
latitude: 43.300833333333,
longitude: -0.37,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pau (64445)</span><br />Population : 82776"}
},
"town-92063" : {
value: "80905",
latitude: 48.877777777778,
longitude: 2.1883333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rueil-Malmaison (92063)</span><br />Population : 80905"}
},
"town-97416" : {
value: "80027",
latitude: -21.341944444444,
longitude: 55.477777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Pierre (97416)</span><br />Population : 80027"}
},
"town-17300" : {
value: "77875",
latitude: 46.159444444444,
longitude: -1.1513888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Rochelle (17300)</span><br />Population : 77875"}
},
"town-93001" : {
value: "76728",
latitude: 48.911111111111,
longitude: 2.3825,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aubervilliers (93001)</span><br />Population : 76728"}
},
"town-94017" : {
value: "76235",
latitude: 48.817222222222,
longitude: 2.5155555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Champigny-sur-Marne (94017)</span><br />Population : 76235"}
},
"town-94068" : {
value: "75772",
latitude: 48.798611111111,
longitude: 2.4988888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Maur-des-Fossés (94068)</span><br />Population : 75772"}
},
"town-06004" : {
value: "75174",
latitude: 43.58,
longitude: 7.1230555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Antibes (06004)</span><br />Population : 75174"}
},
"town-62193" : {
value: "74573",
latitude: 50.9475,
longitude: 1.8555555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Calais (62193)</span><br />Population : 74573"}
},
"town-06029" : {
value: "74273",
latitude: 43.5525,
longitude: 7.0213888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cannes (06029)</span><br />Population : 74273"}
},
"town-97422" : {
value: "74174",
latitude: -21.278055555556,
longitude: 55.515277777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Tampon (97422)</span><br />Population : 74174"}
},
"town-34032" : {
value: "72466",
latitude: 43.343333333333,
longitude: 3.2161111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Béziers (34032)</span><br />Population : 72466"}
},
"town-44184" : {
value: "69724",
latitude: 47.279444444444,
longitude: -2.21,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Nazaire (44184)</span><br />Population : 69724"}
},
"town-68066" : {
value: "69187",
latitude: 48.081111111111,
longitude: 7.355,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Colmar (68066)</span><br />Population : 69187"}
},
"town-18033" : {
value: "68590",
latitude: 47.083611111111,
longitude: 2.3955555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bourges (18033)</span><br />Population : 68590"}
},
"town-93029" : {
value: "67202",
latitude: 48.923333333333,
longitude: 2.445,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Drancy (93029)</span><br />Population : 67202"}
},
"town-33281" : {
value: "67136",
latitude: 44.8425,
longitude: -0.645,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mérignac (33281)</span><br />Population : 67136"}
},
"town-29232" : {
value: "67131",
latitude: 47.995833333333,
longitude: -4.0977777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Quimper (29232)</span><br />Population : 67131"}
},
"town-2A004" : {
value: "66203",
latitude: 41.925555555556,
longitude: 8.7363888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ajaccio (2A004)</span><br />Population : 66203"}
},
"town-92040" : {
value: "65178",
latitude: 48.823055555556,
longitude: 2.2691666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Issy-les-Moulineaux (92040)</span><br />Population : 65178"}
},
"town-26362" : {
value: "65043",
latitude: 44.9325,
longitude: 4.8908333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Valence (26362)</span><br />Population : 65043"}
},
"town-92044" : {
value: "64757",
latitude: 48.893333333333,
longitude: 2.2877777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Levallois-Perret (92044)</span><br />Population : 64757"}
},
"town-59009" : {
value: "64328",
latitude: 50.622777777778,
longitude: 3.1441666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villeneuve-d'Ascq (59009)</span><br />Population : 64328"}
},
"town-93051" : {
value: "63526",
latitude: 48.843888888889,
longitude: 2.5580555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Noisy-le-Grand (93051)</span><br />Population : 63526"}
},
"town-83126" : {
value: "62883",
latitude: 43.103055555556,
longitude: 5.8783333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Seyne-sur-Mer (83126)</span><br />Population : 62883"}
},
"town-92002" : {
value: "62644",
latitude: 48.753333333333,
longitude: 2.2966666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Antony (92002)</span><br />Population : 62644"}
},
"town-92051" : {
value: "62565",
latitude: 48.887222222222,
longitude: 2.2675,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Neuilly-sur-Seine (92051)</span><br />Population : 62565"}
},
"town-10387" : {
value: "61936",
latitude: 48.298888888889,
longitude: 4.0780555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Troyes (10387)</span><br />Population : 61936"}
},
"town-69259" : {
value: "60448",
latitude: 45.696944444444,
longitude: 4.8858333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vénissieux (69259)</span><br />Population : 60448"}
},
"town-79191" : {
value: "59504",
latitude: 46.325,
longitude: -0.46222222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Niort (79191)</span><br />Population : 59504"}
},
"town-97101" : {
value: "59267",
latitude: 16.270555555556,
longitude: -61.504722222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Les Abymes (97101)</span><br />Population : 59267"}
},
"town-92024" : {
value: "59228",
latitude: 48.903611111111,
longitude: 2.3055555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Clichy (92024)</span><br />Population : 59228"}
},
"town-95585" : {
value: "59204",
latitude: 48.997222222222,
longitude: 2.3780555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sarcelles (95585)</span><br />Population : 59204"}
},
"town-73065" : {
value: "59184",
latitude: 45.566388888889,
longitude: 5.9208333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chambéry (73065)</span><br />Population : 59184"}
},
"town-33318" : {
value: "58977",
latitude: 44.805833333333,
longitude: -0.63222222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pessac (33318)</span><br />Population : 58977"}
},
"town-56121" : {
value: "58831",
latitude: 47.745833333333,
longitude: -3.3663888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lorient (56121)</span><br />Population : 58831"}
},
"town-94041" : {
value: "58189",
latitude: 48.813888888889,
longitude: 2.3877777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ivry-sur-Seine (94041)</span><br />Population : 58189"}
},
"town-82121" : {
value: "58014",
latitude: 44.017222222222,
longitude: 1.355,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montauban (82121)</span><br />Population : 58014"}
},
"town-95127" : {
value: "57900",
latitude: 49.035833333333,
longitude: 2.0625,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cergy (95127)</span><br />Population : 57900"}
},
"town-02691" : {
value: "57533",
latitude: 49.847777777778,
longitude: 3.2855555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Quentin (02691)</span><br />Population : 57533"}
},
"town-60057" : {
value: "56181",
latitude: 49.434166666667,
longitude: 2.0875,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Beauvais (60057)</span><br />Population : 56181"}
},
"town-49099" : {
value: "56137",
latitude: 47.058888888889,
longitude: -0.87972222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cholet (49099)</span><br />Population : 56137"}
},
"town-85191" : {
value: "56101",
latitude: 46.669722222222,
longitude: -1.4277777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Roche-sur-Yon (85191)</span><br />Population : 56101"}
},
"town-97302" : {
value: "56002",
latitude: 4.9386111111111,
longitude: -52.335,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cayenne (97302)</span><br />Population : 56002"}
},
"town-83069" : {
value: "55906",
latitude: 43.118888888889,
longitude: 6.1286111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hyères (83069)</span><br />Population : 55906"}
},
"town-94076" : {
value: "55879",
latitude: 48.793888888889,
longitude: 2.3611111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villejuif (94076)</span><br />Population : 55879"}
},
"town-56260" : {
value: "55116",
latitude: 47.655,
longitude: -2.7616666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vannes (56260)</span><br />Population : 55116"}
},
"town-93031" : {
value: "54775",
latitude: 48.954722222222,
longitude: 2.3083333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Épinay-sur-Seine (93031)</span><br />Population : 54775"}
},
"town-93055" : {
value: "54464",
latitude: 48.898055555556,
longitude: 2.4072222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pantin (93055)</span><br />Population : 54464"}
},
"town-97409" : {
value: "54311",
latitude: -20.960555555556,
longitude: 55.650555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-André (97409)</span><br />Population : 54311"}
},
"town-53130" : {
value: "54100",
latitude: 48.072777777778,
longitude: -0.77,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Laval (53130)</span><br />Population : 54100"}
},
"town-93010" : {
value: "53934",
latitude: 48.902777777778,
longitude: 2.4836111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bondy (93010)</span><br />Population : 53934"}
},
"town-13004" : {
value: "53785",
latitude: 43.676944444444,
longitude: 4.6286111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Arles (13004)</span><br />Population : 53785"}
},
"town-94033" : {
value: "53667",
latitude: 48.851666666667,
longitude: 2.4772222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fontenay-sous-Bois (94033)</span><br />Population : 53667"}
},
"town-94046" : {
value: "53513",
latitude: 48.805833333333,
longitude: 2.4377777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Maisons-Alfort (94046)</span><br />Population : 53513"}
},
"town-27229" : {
value: "53260",
latitude: 49.023333333333,
longitude: 1.1525,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Évreux (27229)</span><br />Population : 53260"}
},
"town-77108" : {
value: "53238",
latitude: 48.878611111111,
longitude: 2.5888888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chelles (77108)</span><br />Population : 53238"}
},
"town-92023" : {
value: "53113",
latitude: 48.800833333333,
longitude: 2.2619444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Clamart (92023)</span><br />Population : 53113"}
},
"town-91228" : {
value: "53019",
latitude: 48.633888888889,
longitude: 2.4441666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Évry (91228)</span><br />Population : 53019"}
},
"town-83061" : {
value: "52580",
latitude: 43.433055555556,
longitude: 6.7355555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fréjus (83061)</span><br />Population : 52580"}
},
"town-77284" : {
value: "52540",
latitude: 48.959444444444,
longitude: 2.8877777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Meaux (77284)</span><br />Population : 52540"}
},
"town-97414" : {
value: "52507",
latitude: -21.286666666667,
longitude: 55.409166666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Louis (97414)</span><br />Population : 52507"}
},
"town-11262" : {
value: "52489",
latitude: 43.184722222222,
longitude: 3.0036111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Narbonne (11262)</span><br />Population : 52489"}
},
"town-74010" : {
value: "52375",
latitude: 45.899166666667,
longitude: 6.1294444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Annecy (74010)</span><br />Population : 52375"}
},
"town-06069" : {
value: "52185",
latitude: 43.658055555556,
longitude: 6.9252777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Grasse (06069)</span><br />Population : 52185"}
},
"town-93007" : {
value: "51735",
latitude: 48.938611111111,
longitude: 2.4611111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Blanc-Mesnil (93007)</span><br />Population : 51735"}
},
"town-08105" : {
value: "51647",
latitude: 49.771388888889,
longitude: 4.7194444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Charleville-Mézières (08105)</span><br />Population : 51647"}
},
"town-78586" : {
value: "51504",
latitude: 48.945277777778,
longitude: 2.17,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sartrouville (78586)</span><br />Population : 51504"}
},
"town-90010" : {
value: "51233",
latitude: 47.641111111111,
longitude: 6.8494444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Belfort (90010)</span><br />Population : 51233"}
},
"town-81004" : {
value: "51181",
latitude: 43.928055555556,
longitude: 2.1458333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Albi (81004)</span><br />Population : 51181"}
},
"town-19031" : {
value: "50272",
latitude: 45.158888888889,
longitude: 1.5330555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Brive-la-Gaillarde (19031)</span><br />Population : 50272"}
},
"town-93071" : {
value: "50225",
latitude: 48.941388888889,
longitude: 2.5227777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sevran (93071)</span><br />Population : 50225"}
},
"town-92049" : {
value: "48983",
latitude: 48.816388888889,
longitude: 2.3211111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montrouge (92049)</span><br />Population : 48983"}
},
"town-94080" : {
value: "48955",
latitude: 48.847777777778,
longitude: 2.4391666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vincennes (94080)</span><br />Population : 48955"}
},
"town-11069" : {
value: "48893",
latitude: 43.215833333333,
longitude: 2.3513888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Carcassonne (11069)</span><br />Population : 48893"}
},
"town-41018" : {
value: "48568",
latitude: 47.593055555556,
longitude: 1.3272222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Blois (41018)</span><br />Population : 48568"}
},
"town-13056" : {
value: "48261",
latitude: 43.405277777778,
longitude: 5.0475,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Martigues (13056)</span><br />Population : 48261"}
},
"town-22278" : {
value: "48246",
latitude: 48.513611111111,
longitude: -2.7602777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Brieuc (22278)</span><br />Population : 48246"}
},
"town-36044" : {
value: "48187",
latitude: 46.809722222222,
longitude: 1.6902777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Châteauroux (36044)</span><br />Population : 48187"}
},
"town-35288" : {
value: "48133",
latitude: 48.647222222222,
longitude: -2.0088888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Malo (35288)</span><br />Population : 48133"}
},
"town-93008" : {
value: "47855",
latitude: 48.909722222222,
longitude: 2.4386111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bobigny (93008)</span><br />Population : 47855"}
},
"town-06027" : {
value: "47711",
latitude: 43.663611111111,
longitude: 7.1483333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cagnes-sur-Mer (06027)</span><br />Population : 47711"}
},
"town-93070" : {
value: "47604",
latitude: 48.906944444444,
longitude: 2.3330555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Ouen (93070)</span><br />Population : 47604"}
},
"town-92073" : {
value: "47121",
latitude: 48.871111111111,
longitude: 2.2269444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Suresnes (92073)</span><br />Population : 47121"}
},
"town-13005" : {
value: "46892",
latitude: 43.290833333333,
longitude: 5.5708333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aubagne (13005)</span><br />Population : 46892"}
},
"town-71076" : {
value: "46791",
latitude: 46.793611111111,
longitude: 4.8475,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chalon-sur-Saône (71076)</span><br />Population : 46791"}
},
"town-51108" : {
value: "46668",
latitude: 48.956666666667,
longitude: 4.3644444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Châlons-en-Champagne (51108)</span><br />Population : 46668"}
},
"town-64102" : {
value: "46191",
latitude: 43.4925,
longitude: -1.4763888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bayonne (64102)</span><br />Population : 46191"}
},
"town-92048" : {
value: "45834",
latitude: 48.8075,
longitude: 2.2402777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Meudon (92048)</span><br />Population : 45834"}
},
"town-92062" : {
value: "45093",
latitude: 48.884166666667,
longitude: 2.2380555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Puteaux (92062)</span><br />Population : 45093"}
},
"town-65440" : {
value: "44952",
latitude: 43.232777777778,
longitude: 0.07444444444444399,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tarbes (65440)</span><br />Population : 44952"}
},
"town-94002" : {
value: "44439",
latitude: 48.7975,
longitude: 2.4241666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Alfortville (94002)</span><br />Population : 44439"}
},
"town-59606" : {
value: "44362",
latitude: 50.359166666667,
longitude: 3.525,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Valenciennes (59606)</span><br />Population : 44362"}
},
"town-16015" : {
value: "44219",
latitude: 45.649444444444,
longitude: 0.15944444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Angoulême (16015)</span><br />Population : 44219"}
},
"town-44162" : {
value: "44078",
latitude: 47.211388888889,
longitude: -1.6511111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Herblain (44162)</span><br />Population : 44078"}
},
"town-81065" : {
value: "43995",
latitude: 43.605833333333,
longitude: 2.24,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Castres (81065)</span><br />Population : 43995"}
},
"town-13103" : {
value: "43830",
latitude: 43.640555555556,
longitude: 5.0972222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Salon-de-Provence (13103)</span><br />Population : 43830"}
},
"town-62160" : {
value: "43805",
latitude: 50.725555555556,
longitude: 1.6138888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Boulogne-sur-Mer (62160)</span><br />Population : 43805"}
},
"town-91174" : {
value: "43747",
latitude: 48.610277777778,
longitude: 2.4747222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Corbeil-Essonnes (91174)</span><br />Population : 43747"}
},
"town-13047" : {
value: "43651",
latitude: 43.514166666667,
longitude: 4.9888888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Istres (13047)</span><br />Population : 43651"}
},
"town-2B033" : {
value: "43615",
latitude: 42.7,
longitude: 9.449444444444399,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bastia (2B033)</span><br />Population : 43615"}
},
"town-59178" : {
value: "43530",
latitude: 50.370833333333,
longitude: 3.0791666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Douai (59178)</span><br />Population : 43530"}
},
"town-34301" : {
value: "43436",
latitude: 43.404444444444,
longitude: 3.6966666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sète (34301)</span><br />Population : 43436"}
},
"town-62041" : {
value: "43289",
latitude: 50.289166666667,
longitude: 2.78,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Arras (62041)</span><br />Population : 43289"}
},
"town-78361" : {
value: "43268",
latitude: 48.990555555556,
longitude: 1.7166666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mantes-la-Jolie (78361)</span><br />Population : 43268"}
},
"town-91377" : {
value: "43006",
latitude: 48.730555555556,
longitude: 2.2763888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Massy (91377)</span><br />Population : 43006"}
},
"town-06030" : {
value: "42780",
latitude: 43.576111111111,
longitude: 7.0186111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Cannet (06030)</span><br />Population : 42780"}
},
"town-30007" : {
value: "42697",
latitude: 44.127222222222,
longitude: 4.0808333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Alès (30007)</span><br />Population : 42697"}
},
"town-69290" : {
value: "42428",
latitude: 45.696388888889,
longitude: 4.9438888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Priest (69290)</span><br />Population : 42428"}
},
"town-60159" : {
value: "42295",
latitude: 49.414166666667,
longitude: 2.8222222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Compiègne (60159)</span><br />Population : 42295"}
},
"town-01053" : {
value: "42184",
latitude: 46.204722222222,
longitude: 5.2280555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bourg-en-Bresse (01053)</span><br />Population : 42184"}
},
"town-93046" : {
value: "42060",
latitude: 48.918333333333,
longitude: 2.5352777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Livry-Gargan (93046)</span><br />Population : 42060"}
},
"town-78551" : {
value: "42009",
latitude: 48.896388888889,
longitude: 2.0905555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Germain-en-Laye (78551)</span><br />Population : 42009"}
},
"town-33522" : {
value: "41971",
latitude: 44.808333333333,
longitude: -0.5891666666666699,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Talence (33522)</span><br />Population : 41971"}
},
"town-57672" : {
value: "41971",
latitude: 49.358055555556,
longitude: 6.1683333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Thionville (57672)</span><br />Population : 41971"}
},
"town-69256" : {
value: "41970",
latitude: 45.786944444444,
longitude: 4.925,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vaulx-en-Velin (69256)</span><br />Population : 41970"}
},
"town-69034" : {
value: "41840",
latitude: 45.794722222222,
longitude: 4.8463888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Caluire-et-Cuire (69034)</span><br />Population : 41840"}
},
"town-59650" : {
value: "41809",
latitude: 50.701111111111,
longitude: 3.2133333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Wattrelos (59650)</span><br />Population : 41809"}
},
"town-92036" : {
value: "41676",
latitude: 48.9325,
longitude: 2.3047222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gennevilliers (92036)</span><br />Population : 41676"}
},
"town-05061" : {
value: "41659",
latitude: 44.558611111111,
longitude: 6.0777777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gap (05061)</span><br />Population : 41659"}
},
"town-93064" : {
value: "41431",
latitude: 48.873055555556,
longitude: 2.4852777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rosny-sous-Bois (93064)</span><br />Population : 41431"}
},
"town-94022" : {
value: "41275",
latitude: 48.766388888889,
longitude: 2.4077777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Choisy-le-Roi (94022)</span><br />Population : 41275"}
},
"town-77288" : {
value: "40609",
latitude: 48.539722222222,
longitude: 2.6591666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Melun (77288)</span><br />Population : 40609"}
},
"town-28085" : {
value: "40420",
latitude: 48.446666666667,
longitude: 1.4883333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chartres (28085)</span><br />Population : 40420"}
},
"town-95268" : {
value: "40274",
latitude: 48.971944444444,
longitude: 2.4,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Garges-lès-Gonesse (95268)</span><br />Population : 40274"}
},
"town-97213" : {
value: "39996",
latitude: 14.615277777778,
longitude: -61.001944444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Lamentin (97213)</span><br />Population : 39996"}
},
"town-93053" : {
value: "39949",
latitude: 48.890833333333,
longitude: 2.4536111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Noisy-le-Sec (93053)</span><br />Population : 39949"}
},
"town-59378" : {
value: "39782",
latitude: 50.670277777778,
longitude: 3.0963888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Marcq-en-Barœul (59378)</span><br />Population : 39782"}
},
"town-50129" : {
value: "39772",
latitude: 49.638611111111,
longitude: -1.6158333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cherbourg-Octeville (50129)</span><br />Population : 39772"}
},
"town-03185" : {
value: "39712",
latitude: 46.34,
longitude: 2.6025,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montluçon (03185)</span><br />Population : 39712"}
},
"town-44143" : {
value: "39683",
latitude: 47.190555555556,
longitude: -1.5691666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rezé (44143)</span><br />Population : 39683"}
},
"town-64024" : {
value: "39432",
latitude: 43.484166666667,
longitude: -1.5194444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Anglet (64024)</span><br />Population : 39432"}
},
"town-93032" : {
value: "39350",
latitude: 48.881666666667,
longitude: 2.5388888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gagny (93032)</span><br />Population : 39350"}
},
"town-69029" : {
value: "39238",
latitude: 45.738611111111,
longitude: 4.9130555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bron (69029)</span><br />Population : 39238"}
},
"town-97407" : {
value: "38668",
latitude: -20.939444444444,
longitude: 55.287222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Port (97407)</span><br />Population : 38668"}
},
"town-97311" : {
value: "38657",
latitude: 5.5038888888889,
longitude: -54.028888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Laurent-du-Maroni (97311)</span><br />Population : 38657"}
},
"town-92007" : {
value: "38384",
latitude: 48.797777777778,
longitude: 2.3125,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bagneux (92007)</span><br />Population : 38384"}
},
"town-93027" : {
value: "38361",
latitude: 48.931388888889,
longitude: 2.3958333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Courneuve (93027)</span><br />Population : 38361"}
},
"town-58194" : {
value: "38352",
latitude: 46.9925,
longitude: 3.1566666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Nevers (58194)</span><br />Population : 38352"}
},
"town-89024" : {
value: "38248",
latitude: 47.7975,
longitude: 3.5669444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Auxerre (89024)</span><br />Population : 38248"}
},
"town-42187" : {
value: "38225",
latitude: 46.036111111111,
longitude: 4.0680555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Roanne (42187)</span><br />Population : 38225"}
},
"town-78498" : {
value: "38049",
latitude: 48.928888888889,
longitude: 2.0447222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Poissy (78498)</span><br />Population : 38049"}
},
"town-83050" : {
value: "37295",
latitude: 43.539444444444,
longitude: 6.4661111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Draguignan (83050)</span><br />Population : 37295"}
},
"town-91589" : {
value: "37203",
latitude: 48.673888888889,
longitude: 2.3525,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Savigny-sur-Orge (91589)</span><br />Population : 37203"}
},
"town-26198" : {
value: "36669",
latitude: 44.558611111111,
longitude: 4.7508333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montélimar (26198)</span><br />Population : 36669"}
},
"town-37122" : {
value: "36525",
latitude: 47.350555555556,
longitude: 0.66166666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Joué-lès-Tours (37122)</span><br />Population : 36525"}
},
"town-38421" : {
value: "36504",
latitude: 45.166388888889,
longitude: 5.7647222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Martin-d'Hères (38421)</span><br />Population : 36504"}
},
"town-97412" : {
value: "36459",
latitude: -21.378611111111,
longitude: 55.619166666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Joseph (97412)</span><br />Population : 36459"}
},
"town-42207" : {
value: "36397",
latitude: 45.476388888889,
longitude: 4.5147222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Chamond (42207)</span><br />Population : 36397"}
},
"town-38151" : {
value: "36054",
latitude: 45.142777777778,
longitude: 5.7177777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Échirolles (38151)</span><br />Population : 36054"}
},
"town-93078" : {
value: "35931",
latitude: 48.960555555556,
longitude: 2.5302777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villepinte (93078)</span><br />Population : 35931"}
},
"town-69264" : {
value: "35900",
latitude: 45.989444444444,
longitude: 4.7197222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villefranche-sur-Saône (69264)</span><br />Population : 35900"}
},
"town-77373" : {
value: "35873",
latitude: 48.798333333333,
longitude: 2.6052777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pontault-Combault (77373)</span><br />Population : 35873"}
},
"town-78172" : {
value: "35840",
latitude: 48.997222222222,
longitude: 2.0944444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Conflans-Sainte-Honorine (78172)</span><br />Population : 35840"}
},
"town-62498" : {
value: "35748",
latitude: 50.431388888889,
longitude: 2.8325,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lens (62498)</span><br />Population : 35748"}
},
"town-31149" : {
value: "35480",
latitude: 43.612777777778,
longitude: 1.3358333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Colomiers (31149)</span><br />Population : 35480"}
},
"town-13117" : {
value: "35459",
latitude: 43.46,
longitude: 5.2486111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vitrolles (13117)</span><br />Population : 35459"}
},
"town-83129" : {
value: "35415",
latitude: 43.093333333333,
longitude: 5.8394444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Six-Fours-les-Plages (83129)</span><br />Population : 35415"}
},
"town-47001" : {
value: "35293",
latitude: 44.203055555556,
longitude: 0.61861111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Agen (47001)</span><br />Population : 35293"}
},
"town-74281" : {
value: "35257",
latitude: 46.370555555556,
longitude: 6.4797222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Thonon-les-Bains (74281)</span><br />Population : 35257"}
},
"town-97410" : {
value: "35252",
latitude: -21.033888888889,
longitude: 55.712777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Benoît (97410)</span><br />Population : 35252"}
},
"town-71270" : {
value: "35118",
latitude: 46.306666666667,
longitude: 4.8319444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mâcon (71270)</span><br />Population : 35118"}
},
"town-67180" : {
value: "34913",
latitude: 48.816666666667,
longitude: 7.7877777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Haguenau (67180)</span><br />Population : 34913"}
},
"town-13054" : {
value: "34773",
latitude: 43.416944444444,
longitude: 5.2147222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Marignane (13054)</span><br />Population : 34773"}
},
"town-93073" : {
value: "34744",
latitude: 48.956111111111,
longitude: 2.5763888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tremblay-en-France (93073)</span><br />Population : 34744"}
},
"town-88160" : {
value: "34575",
latitude: 48.173611111111,
longitude: 6.4516666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Épinal (88160)</span><br />Population : 34575"}
},
"town-91549" : {
value: "34514",
latitude: 48.637777777778,
longitude: 2.3322222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sainte-Geneviève-des-Bois (91549)</span><br />Population : 34514"}
},
"town-26281" : {
value: "34321",
latitude: 45.045555555556,
longitude: 5.0508333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Romans-sur-Isère (26281)</span><br />Population : 34321"}
},
"town-13028" : {
value: "34258",
latitude: 43.176111111111,
longitude: 5.6080555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Ciotat (13028)</span><br />Population : 34258"}
},
"town-93006" : {
value: "34232",
latitude: 48.866944444444,
longitude: 2.4169444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bagnolet (93006)</span><br />Population : 34232"}
},
"town-83118" : {
value: "34220",
latitude: 43.424722222222,
longitude: 6.7677777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Raphaël (83118)</span><br />Population : 34220"}
},
"town-83118" : {
value: "34220",
latitude: 43.424722222222,
longitude: 6.7677777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Raphaël (83118)</span><br />Population : 34220"}
},
"town-93072" : {
value: "34048",
latitude: 48.955277777778,
longitude: 2.3822222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Stains (93072)</span><br />Population : 34048"}
},
"town-60175" : {
value: "34001",
latitude: 49.257777777778,
longitude: 2.4827777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Creil (60175)</span><br />Population : 34001"}
},
"town-78423" : {
value: "33899",
latitude: 48.770555555556,
longitude: 2.0325,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montigny-le-Bretonneux (78423)</span><br />Population : 33899"}
},
"town-93050" : {
value: "33781",
latitude: 48.857777777778,
longitude: 2.5311111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Neuilly-sur-Marne (93050)</span><br />Population : 33781"}
},
"town-86066" : {
value: "33420",
latitude: 46.816944444444,
longitude: 0.54527777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Châtellerault (86066)</span><br />Population : 33420"}
},
"town-59122" : {
value: "33345",
latitude: 50.175833333333,
longitude: 3.2347222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cambrai (59122)</span><br />Population : 33345"}
},
"town-95252" : {
value: "33324",
latitude: 48.988055555556,
longitude: 2.2305555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Franconville (95252)</span><br />Population : 33324"}
},
"town-40192" : {
value: "33124",
latitude: 43.890277777778,
longitude: -0.50055555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mont-de-Marsan (40192)</span><br />Population : 33124"}
},
"town-76217" : {
value: "32966",
latitude: 49.921666666667,
longitude: 1.0777777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Dieppe (76217)</span><br />Population : 32966"}
},
"town-92020" : {
value: "32947",
latitude: 48.801111111111,
longitude: 2.2886111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Châtillon (92020)</span><br />Population : 32947"}
},
"town-94058" : {
value: "32799",
latitude: 48.842222222222,
longitude: 2.5036111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Perreux-sur-Marne (94058)</span><br />Population : 32799"}
},
"town-74012" : {
value: "32790",
latitude: 46.195,
longitude: 6.2355555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Annemasse (74012)</span><br />Population : 32790"}
},
"town-92019" : {
value: "32573",
latitude: 48.765277777778,
longitude: 2.2780555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Châtenay-Malabry (92019)</span><br />Population : 32573"}
},
"town-94078" : {
value: "32506",
latitude: 48.7325,
longitude: 2.4497222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villeneuve-Saint-Georges (94078)</span><br />Population : 32506"}
},
"town-91687" : {
value: "32396",
latitude: 48.669444444444,
longitude: 2.3758333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Viry-Châtillon (91687)</span><br />Population : 32396"}
},
"town-62510" : {
value: "32328",
latitude: 50.421944444444,
longitude: 2.7777777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Liévin (62510)</span><br />Population : 32328"}
},
"town-94052" : {
value: "31975",
latitude: 48.836666666667,
longitude: 2.4825,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Nogent-sur-Marne (94052)</span><br />Population : 31975"}
},
"town-78311" : {
value: "31849",
latitude: 48.925555555556,
longitude: 2.1883333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Houilles (78311)</span><br />Population : 31849"}
},
"town-28134" : {
value: "31610",
latitude: 48.736388888889,
longitude: 1.3655555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Dreux (28134)</span><br />Population : 31610"}
},
"town-54547" : {
value: "31464",
latitude: 48.656111111111,
longitude: 6.1675,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vandœuvre-lès-Nancy (54547)</span><br />Population : 31464"}
},
"town-59392" : {
value: "31435",
latitude: 50.276944444444,
longitude: 3.9725,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Maubeuge (59392)</span><br />Population : 31435"}
},
"town-78490" : {
value: "31360",
latitude: 48.817777777778,
longitude: 1.9463888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Plaisir (78490)</span><br />Population : 31360"}
},
"town-92046" : {
value: "31325",
latitude: 48.817222222222,
longitude: 2.2991666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Malakoff (92046)</span><br />Population : 31325"}
},
"town-97413" : {
value: "31298",
latitude: -21.166388888889,
longitude: 55.286944444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Leu (97413)</span><br />Population : 31298"}
},
"town-95280" : {
value: "31237",
latitude: 49.031666666667,
longitude: 2.4736111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Goussainville (95280)</span><br />Population : 31237"}
},
"town-67447" : {
value: "31218",
latitude: 48.606944444444,
longitude: 7.7491666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Schiltigheim (67447)</span><br />Population : 31218"}
},
"town-91477" : {
value: "31175",
latitude: 48.718333333333,
longitude: 2.2497222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Palaiseau (91477)</span><br />Population : 31175"}
},
"town-78440" : {
value: "31116",
latitude: 48.993055555556,
longitude: 1.9083333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Les Mureaux (78440)</span><br />Population : 31116"}
},
"town-95500" : {
value: "31011",
latitude: 49.050833333333,
longitude: 2.1008333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pontoise (95500)</span><br />Population : 31011"}
},
"town-24322" : {
value: "31000",
latitude: 45.184166666667,
longitude: 0.71805555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Périgueux (24322)</span><br />Population : 31000"}
},
"town-91027" : {
value: "30845",
latitude: 48.708611111111,
longitude: 2.3891666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Athis-Mons (91027)</span><br />Population : 30845"}
},
"town-97408" : {
value: "30784",
latitude: -20.926388888889,
longitude: 55.335833333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Possession (97408)</span><br />Population : 30784"}
},
"town-97103" : {
value: "30775",
latitude: 16.2675,
longitude: -61.586944444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Baie-Mahault (97103)</span><br />Population : 30775"}
},
"town-69282" : {
value: "30672",
latitude: 45.766388888889,
longitude: 5.0027777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Meyzieu (69282)</span><br />Population : 30672"}
},
"town-78146" : {
value: "30667",
latitude: 48.890555555556,
longitude: 2.1569444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chatou (78146)</span><br />Population : 30667"}
},
"town-94038" : {
value: "30588",
latitude: 48.779166666667,
longitude: 2.3372222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">L'Haÿ-les-Roses (94038)</span><br />Population : 30588"}
},
"town-92064" : {
value: "30416",
latitude: 48.846388888889,
longitude: 2.2152777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Cloud (92064)</span><br />Population : 30416"}
},
"town-69286" : {
value: "30375",
latitude: 45.820555555556,
longitude: 4.8975,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rillieux-la-Pape (69286)</span><br />Population : 30375"}
},
"town-84031" : {
value: "30360",
latitude: 44.055,
longitude: 5.0480555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Carpentras (84031)</span><br />Population : 30360"}
},
"town-97418" : {
value: "30293",
latitude: -20.896944444444,
longitude: 55.549166666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sainte-Marie (97418)</span><br />Population : 30293"}
},
"town-06123" : {
value: "30235",
latitude: 43.673333333333,
longitude: 7.19,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Laurent-du-Var (06123)</span><br />Population : 30235"}
},
"town-38544" : {
value: "30169",
latitude: 45.525555555556,
longitude: 4.8747222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vienne (38544)</span><br />Population : 30169"}
},
"town-93014" : {
value: "29998",
latitude: 48.909166666667,
longitude: 2.5472222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Clichy-sous-Bois (93014)</span><br />Population : 29998"}
},
"town-94073" : {
value: "29949",
latitude: 48.764444444444,
longitude: 2.3913888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Thiais (94073)</span><br />Population : 29949"}
},
"town-02722" : {
value: "29846",
latitude: 49.381111111111,
longitude: 3.3225,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Soissons (02722)</span><br />Population : 29846"}
},
"town-84087" : {
value: "29791",
latitude: 44.1375,
longitude: 4.8088888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Orange (84087)</span><br />Population : 29791"}
},
"town-78621" : {
value: "29705",
latitude: 48.776666666667,
longitude: 2.0016666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Trappes (78621)</span><br />Population : 29705"}
},
"town-78158" : {
value: "29682",
latitude: 48.820277777778,
longitude: 2.1302777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Chesnay (78158)</span><br />Population : 29682"}
},
"town-15014" : {
value: "29677",
latitude: 44.925277777778,
longitude: 2.4397222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aurillac (15014)</span><br />Population : 29677"}
},
"town-94018" : {
value: "29664",
latitude: 48.821388888889,
longitude: 2.4119444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Charenton-le-Pont (94018)</span><br />Population : 29664"}
},
"town-92009" : {
value: "29519",
latitude: 48.9175,
longitude: 2.2683333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bois-Colombes (92009)</span><br />Population : 29519"}
},
"town-76681" : {
value: "29518",
latitude: 49.408611111111,
longitude: 1.0891666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sotteville-lès-Rouen (76681)</span><br />Population : 29518"}
},
"town-91691" : {
value: "29392",
latitude: 48.716111111111,
longitude: 2.4908333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Yerres (91691)</span><br />Population : 29392"}
},
"town-06083" : {
value: "29389",
latitude: 43.774722222222,
longitude: 7.4997222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Menton (06083)</span><br />Population : 29389"}
},
"town-33550" : {
value: "28905",
latitude: 44.779444444444,
longitude: -0.56694444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villenave-d'Ornon (33550)</span><br />Population : 28905"}
},
"town-59328" : {
value: "28870",
latitude: 50.649444444444,
longitude: 3.0241666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lambersart (59328)</span><br />Population : 28870"}
},
"town-77445" : {
value: "28838",
latitude: 48.575833333333,
longitude: 2.5827777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Savigny-le-Temple (77445)</span><br />Population : 28838"}
},
"town-91201" : {
value: "28802",
latitude: 48.686111111111,
longitude: 2.4094444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Draveil (91201)</span><br />Population : 28802"}
},
"town-49328" : {
value: "28772",
latitude: 47.259166666667,
longitude: -0.078055555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saumur (49328)</span><br />Population : 28772"}
},
"town-24037" : {
value: "28691",
latitude: 44.851111111111,
longitude: 0.48194444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bergerac (24037)</span><br />Population : 28691"}
},
"town-76575" : {
value: "28601",
latitude: 49.377777777778,
longitude: 1.1041666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Étienne-du-Rouvray (76575)</span><br />Population : 28601"}
},
"town-94016" : {
value: "28550",
latitude: 48.791944444444,
longitude: 2.3319444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cachan (94016)</span><br />Population : 28550"}
},
"town-78297" : {
value: "28518",
latitude: 48.770555555556,
longitude: 2.0730555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Guyancourt (78297)</span><br />Population : 28518"}
},
"town-06155" : {
value: "28450",
latitude: 43.579722222222,
longitude: 7.0533333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vallauris (06155)</span><br />Population : 28450"}
},
"town-73008" : {
value: "28439",
latitude: 45.688611111111,
longitude: 5.915,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aix-les-Bains (73008)</span><br />Population : 28439"}
},
"town-97307" : {
value: "28407",
latitude: 4.8505555555556,
longitude: -52.331111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Matoury (97307)</span><br />Population : 28407"}
},
"town-33449" : {
value: "28396",
latitude: 44.895555555556,
longitude: -0.7175,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Médard-en-Jalles (33449)</span><br />Population : 28396"}
},
"town-95063" : {
value: "28277",
latitude: 48.925555555556,
longitude: 2.2169444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bezons (95063)</span><br />Population : 28277"}
},
"town-93077" : {
value: "28257",
latitude: 48.890277777778,
longitude: 2.5111111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villemomble (93077)</span><br />Population : 28257"}
},
"town-93059" : {
value: "28076",
latitude: 48.964722222222,
longitude: 2.3608333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pierrefitte-sur-Seine (93059)</span><br />Population : 28076"}
},
"town-92060" : {
value: "27931",
latitude: 48.783333333333,
longitude: 2.2636111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Plessis-Robinson (92060)</span><br />Population : 27931"}
},
"town-92035" : {
value: "27923",
latitude: 48.905,
longitude: 2.2436111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Garenne-Colombes (92035)</span><br />Population : 27923"}
},
"town-61001" : {
value: "27863",
latitude: 48.429722222222,
longitude: 0.091944444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Alençon (61001)</span><br />Population : 27863"}
},
"town-95219" : {
value: "27713",
latitude: 48.991388888889,
longitude: 2.2594444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ermont (95219)</span><br />Population : 27713"}
},
"town-91521" : {
value: "27689",
latitude: 48.651111111111,
longitude: 2.4130555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ris-Orangis (91521)</span><br />Population : 27689"}
},
"town-18279" : {
value: "27675",
latitude: 47.221944444444,
longitude: 2.0683333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vierzon (18279)</span><br />Population : 27675"}
},
"town-94079" : {
value: "27568",
latitude: 48.8275,
longitude: 2.5447222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villiers-sur-Marne (94079)</span><br />Population : 27568"}
},
"town-67218" : {
value: "27556",
latitude: 48.524722222222,
longitude: 7.7144444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Illkirch-Graffenstaden (67218)</span><br />Population : 27556"}
},
"town-91657" : {
value: "27546",
latitude: 48.700277777778,
longitude: 2.4172222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vigneux-sur-Seine (91657)</span><br />Population : 27546"}
},
"town-17415" : {
value: "27430",
latitude: 45.745277777778,
longitude: -0.63444444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saintes (17415)</span><br />Population : 27430"}
},
"town-92075" : {
value: "27314",
latitude: 48.82,
longitude: 2.2888888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vanves (92075)</span><br />Population : 27314"}
},
"town-78208" : {
value: "27262",
latitude: 48.783888888889,
longitude: 1.9580555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Élancourt (78208)</span><br />Population : 27262"}
},
"town-95680" : {
value: "27004",
latitude: 49.008888888889,
longitude: 2.3902777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villiers-le-Bel (95680)</span><br />Population : 27004"}
},
"town-78517" : {
value: "27001",
latitude: 48.643611111111,
longitude: 1.83,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rambouillet (78517)</span><br />Population : 27001"}
},
"town-02408" : {
value: "26991",
latitude: 49.563333333333,
longitude: 3.6236111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Laon (02408)</span><br />Population : 26991"}
},
"town-38053" : {
value: "26841",
latitude: 45.590833333333,
longitude: 5.2791666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bourgoin-Jallieu (38053)</span><br />Population : 26841"}
},
"town-91286" : {
value: "26796",
latitude: 48.656666666667,
longitude: 2.3880555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Grigny (91286)</span><br />Population : 26796"}
},
"town-97113" : {
value: "26743",
latitude: 16.205555555556,
longitude: -61.491944444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Gosier (97113)</span><br />Population : 26743"}
},
"town-62427" : {
value: "26728",
latitude: 50.421111111111,
longitude: 2.95,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hénin-Beaumont (62427)</span><br />Population : 26728"}
},
"town-95582" : {
value: "26659",
latitude: 48.971666666667,
longitude: 2.2569444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sannois (95582)</span><br />Population : 26659"}
},
"town-95277" : {
value: "26627",
latitude: 48.986666666667,
longitude: 2.4486111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gonesse (95277)</span><br />Population : 26627"}
},
"town-52448" : {
value: "26549",
latitude: 48.637777777778,
longitude: 4.9488888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Dizier (52448)</span><br />Population : 26549"}
},
"town-95306" : {
value: "26533",
latitude: 48.990277777778,
longitude: 2.1655555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Herblay (95306)</span><br />Population : 26533"}
},
"town-62119" : {
value: "26530",
latitude: 50.529722222222,
longitude: 2.64,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Béthune (62119)</span><br />Population : 26530"}
},
"town-25388" : {
value: "26501",
latitude: 47.509722222222,
longitude: 6.7983333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montbéliard (25388)</span><br />Population : 26501"}
},
"town-94034" : {
value: "26446",
latitude: 48.758888888889,
longitude: 2.3236111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fresnes (94034)</span><br />Population : 26446"}
},
"town-95607" : {
value: "26440",
latitude: 49.025833333333,
longitude: 2.2266666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Taverny (95607)</span><br />Population : 26440"}
},
"town-83062" : {
value: "26321",
latitude: 43.124722222222,
longitude: 6.0105555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Garde (83062)</span><br />Population : 26321"}
},
"town-27681" : {
value: "26306",
latitude: 49.091666666667,
longitude: 1.485,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vernon (27681)</span><br />Population : 26306"}
},
"town-94043" : {
value: "26267",
latitude: 48.81,
longitude: 2.3580555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Kremlin-Bicêtre (94043)</span><br />Population : 26267"}
},
"town-94071" : {
value: "26150",
latitude: 48.769722222222,
longitude: 2.5227777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sucy-en-Brie (94071)</span><br />Population : 26150"}
},
"town-93063" : {
value: "26025",
latitude: 48.883611111111,
longitude: 2.4361111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Romainville (93063)</span><br />Population : 26025"}
},
"town-64122" : {
value: "25994",
latitude: 43.480555555556,
longitude: -1.5572222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Biarritz (64122)</span><br />Population : 25994"}
},
"town-69275" : {
value: "25988",
latitude: 45.768611111111,
longitude: 4.9588888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Décines-Charpieu (69275)</span><br />Population : 25988"}
},
"town-12202" : {
value: "25974",
latitude: 44.35,
longitude: 2.5741666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rodez (12202)</span><br />Population : 25974"}
},
"town-17299" : {
value: "25962",
latitude: 45.941944444444,
longitude: -0.9669444444444401,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rochefort (17299)</span><br />Population : 25962"}
},
"town-31557" : {
value: "25854",
latitude: 43.584444444444,
longitude: 1.3436111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tournefeuille (31557)</span><br />Population : 25854"}
},
"town-44190" : {
value: "25832",
latitude: 47.207222222222,
longitude: -1.5025,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Sébastien-sur-Loire (44190)</span><br />Population : 25832"}
},
"town-13063" : {
value: "25823",
latitude: 43.581388888889,
longitude: 5.0013888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Miramas (13063)</span><br />Population : 25823"}
},
"town-59017" : {
value: "25786",
latitude: 50.687222222222,
longitude: 2.8802777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Armentières (59017)</span><br />Population : 25786"}
},
"town-91114" : {
value: "25785",
latitude: 48.698055555556,
longitude: 2.5033333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Brunoy (91114)</span><br />Population : 25785"}
},
"town-39198" : {
value: "25776",
latitude: 47.092222222222,
longitude: 5.4897222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Dole (39198)</span><br />Population : 25776"}
},
"town-89387" : {
value: "25676",
latitude: 48.197222222222,
longitude: 3.2833333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sens (89387)</span><br />Population : 25676"}
},
"town-34145" : {
value: "25509",
latitude: 43.676944444444,
longitude: 4.1352777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lunel (34145)</span><br />Population : 25509"}
},
"town-93047" : {
value: "25499",
latitude: 48.898333333333,
longitude: 2.5647222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montfermeil (93047)</span><br />Population : 25499"}
},
"town-84035" : {
value: "25440",
latitude: 43.836666666667,
longitude: 5.0372222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cavaillon (84035)</span><br />Population : 25440"}
},
"town-69149" : {
value: "25413",
latitude: 45.714166666667,
longitude: 4.8075,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Oullins (69149)</span><br />Population : 25413"}
},
"town-97304" : {
value: "25404",
latitude: 5.1583333333333,
longitude: -52.642777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Kourou (97304)</span><br />Population : 25404"}
},
"town-92078" : {
value: "25374",
latitude: 48.937222222222,
longitude: 2.3277777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villeneuve-la-Garenne (92078)</span><br />Population : 25374"}
},
"town-03310" : {
value: "25235",
latitude: 46.126944444444,
longitude: 3.4258333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vichy (03310)</span><br />Population : 25235"}
},
"town-44114" : {
value: "25216",
latitude: 47.270833333333,
longitude: -1.6236111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Orvault (44114)</span><br />Population : 25216"}
},
"town-33039" : {
value: "25205",
latitude: 44.807777777778,
longitude: -0.54888888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bègles (33039)</span><br />Population : 25205"}
},
"town-76322" : {
value: "25189",
latitude: 49.406388888889,
longitude: 1.0522222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Grand-Quevilly (76322)</span><br />Population : 25189"}
},
"town-91692" : {
value: "25055",
latitude: 48.682222222222,
longitude: 2.1675,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Les Ulis (91692)</span><br />Population : 25055"}
},
"town-33529" : {
value: "25018",
latitude: 44.6325,
longitude: -1.145,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Teste-de-Buch (33529)</span><br />Population : 25018"}
},
"town-34003" : {
value: "24972",
latitude: 43.31,
longitude: 3.4752777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Agde (34003)</span><br />Population : 24972"}
},
"town-80001" : {
value: "24953",
latitude: 50.105277777778,
longitude: 1.8352777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Abbeville (80001)</span><br />Population : 24953"}
},
"town-51230" : {
value: "24733",
latitude: 49.04,
longitude: 3.9591666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Épernay (51230)</span><br />Population : 24733"}
},
"town-47323" : {
value: "24700",
latitude: 44.406944444444,
longitude: 0.70416666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villeneuve-sur-Lot (47323)</span><br />Population : 24700"}
},
"town-31395" : {
value: "24653",
latitude: 43.460277777778,
longitude: 1.3258333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Muret (31395)</span><br />Population : 24653"}
},
"town-77083" : {
value: "24636",
latitude: 48.852777777778,
longitude: 2.6019444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Champs-sur-Marne (77083)</span><br />Population : 24636"}
},
"town-97128" : {
value: "24611",
latitude: 16.225555555556,
longitude: -61.386111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sainte-Anne (97128)</span><br />Population : 24611"}
},
"town-52121" : {
value: "24500",
latitude: 48.110833333333,
longitude: 5.1386111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chaumont (52121)</span><br />Population : 24500"}
},
"town-95203" : {
value: "24386",
latitude: 48.991388888889,
longitude: 2.2797222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Eaubonne (95203)</span><br />Population : 24386"}
},
"town-33243" : {
value: "24302",
latitude: 44.915277777778,
longitude: -0.24388888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Libourne (33243)</span><br />Population : 24302"}
},
"town-77514" : {
value: "24296",
latitude: 48.942777777778,
longitude: 2.6063888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villeparisis (77514)</span><br />Population : 24296"}
},
"town-97222" : {
value: "24095",
latitude: 14.6775,
longitude: -60.939166666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Robert (97222)</span><br />Population : 24095"}
},
"town-95572" : {
value: "23889",
latitude: 49.044166666667,
longitude: 2.1102777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Ouen-l'Aumône (95572)</span><br />Population : 23889"}
},
"town-62178" : {
value: "23869",
latitude: 50.481111111111,
longitude: 2.5477777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bruay-la-Buissière (62178)</span><br />Population : 23869"}
},
"town-91103" : {
value: "23812",
latitude: 48.609444444444,
longitude: 2.3077777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Brétigny-sur-Orge (91103)</span><br />Population : 23812"}
},
"town-77058" : {
value: "23663",
latitude: 48.841666666667,
longitude: 2.6977777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bussy-Saint-Georges (77058)</span><br />Population : 23663"}
},
"town-97118" : {
value: "23606",
latitude: 16.191388888889,
longitude: -61.590277777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Petit-Bourg (97118)</span><br />Population : 23606"}
},
"town-92032" : {
value: "23603",
latitude: 48.789166666667,
longitude: 2.2855555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fontenay-aux-Roses (92032)</span><br />Population : 23603"}
},
"town-91223" : {
value: "23575",
latitude: 48.435,
longitude: 2.1622222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Étampes (91223)</span><br />Population : 23575"}
},
"town-33192" : {
value: "23546",
latitude: 44.771388888889,
longitude: -0.61694444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gradignan (33192)</span><br />Population : 23546"}
},
"town-33069" : {
value: "23539",
latitude: 44.864722222222,
longitude: -0.59861111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Bouscat (33069)</span><br />Population : 23539"}
},
"town-92072" : {
value: "23412",
latitude: 48.823055555556,
longitude: 2.2108333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sèvres (92072)</span><br />Population : 23412"}
},
"town-95176" : {
value: "23318",
latitude: 48.973055555556,
longitude: 2.2005555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cormeilles-en-Parisis (95176)</span><br />Population : 23318"}
},
"town-01283" : {
value: "23308",
latitude: 46.255555555556,
longitude: 5.655,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Oyonnax (01283)</span><br />Population : 23308"}
},
"town-78358" : {
value: "23287",
latitude: 48.946111111111,
longitude: 2.145,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Maisons-Laffitte (78358)</span><br />Population : 23287"}
},
"town-71153" : {
value: "23186",
latitude: 46.800555555556,
longitude: 4.4402777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Creusot (71153)</span><br />Population : 23186"}
},
"town-21054" : {
value: "23135",
latitude: 47.024166666667,
longitude: 4.8388888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Beaune (21054)</span><br />Population : 23135"}
},
"town-91421" : {
value: "23131",
latitude: 48.7075,
longitude: 2.4552777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montgeron (91421)</span><br />Population : 23131"}
},
"town-57480" : {
value: "23049",
latitude: 49.099722222222,
longitude: 6.1533333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montigny-lès-Metz (57480)</span><br />Population : 23049"}
},
"town-32013" : {
value: "22931",
latitude: 43.645277777778,
longitude: 0.58861111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Auch (32013)</span><br />Population : 22931"}
},
"town-59155" : {
value: "22918",
latitude: 51.024722222222,
longitude: 2.3908333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Coudekerque-Branche (59155)</span><br />Population : 22918"}
},
"town-04112" : {
value: "22852",
latitude: 43.833333333333,
longitude: 5.7830555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Manosque (04112)</span><br />Population : 22852"}
},
"town-12145" : {
value: "22775",
latitude: 44.097777777778,
longitude: 3.0777777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Millau (12145)</span><br />Population : 22775"}
},
"town-59368" : {
value: "22758",
latitude: 50.655277777778,
longitude: 3.0702777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Madeleine (59368)</span><br />Population : 22758"}
},
"town-56098" : {
value: "22744",
latitude: 47.763333333333,
longitude: -3.3388888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lanester (56098)</span><br />Population : 22744"}
},
"town-34108" : {
value: "22743",
latitude: 43.447222222222,
longitude: 3.7555555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Frontignan (34108)</span><br />Population : 22743"}
},
"town-97117" : {
value: "22716",
latitude: 16.331111111111,
longitude: -61.343611111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Moule (97117)</span><br />Population : 22716"}
},
"town-94067" : {
value: "22666",
latitude: 48.841388888889,
longitude: 2.4177777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Mandé (94067)</span><br />Population : 22666"}
},
"town-77468" : {
value: "22639",
latitude: 48.850277777778,
longitude: 2.6508333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Torcy (77468)</span><br />Population : 22639"}
},
"town-97420" : {
value: "22627",
latitude: -20.905555555556,
longitude: 55.607222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sainte-Suzanne (97420)</span><br />Population : 22627"}
},
"town-33119" : {
value: "22588",
latitude: 44.856944444444,
longitude: -0.53277777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cenon (33119)</span><br />Population : 22588"}
},
"town-14366" : {
value: "22547",
latitude: 49.145555555556,
longitude: 0.22555555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lisieux (14366)</span><br />Population : 22547"}
},
"town-77390" : {
value: "22514",
latitude: 48.791111111111,
longitude: 2.6513888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Roissy-en-Brie (77390)</span><br />Population : 22514"}
},
"town-06079" : {
value: "22498",
latitude: 43.545555555556,
longitude: 6.9375,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mandelieu-la-Napoule (06079)</span><br />Population : 22498"}
},
"town-38169" : {
value: "22485",
latitude: 45.193055555556,
longitude: 5.6847222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fontaine (38169)</span><br />Population : 22485"}
},
"town-93045" : {
value: "22410",
latitude: 48.88,
longitude: 2.4169444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Les Lilas (93045)</span><br />Population : 22410"}
},
"town-69202" : {
value: "22229",
latitude: 45.733611111111,
longitude: 4.8025,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sainte-Foy-lès-Lyon (69202)</span><br />Population : 22229"}
},
"town-88413" : {
value: "22225",
latitude: 48.284166666667,
longitude: 6.9491666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Dié-des-Vosges (88413)</span><br />Population : 22225"}
},
"town-76498" : {
value: "22215",
latitude: 49.430555555556,
longitude: 1.0527777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Petit-Quevilly (76498)</span><br />Population : 22215"}
},
"town-31069" : {
value: "22119",
latitude: 43.635555555556,
longitude: 1.39,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Blagnac (31069)</span><br />Population : 22119"}
},
"town-44215" : {
value: "22117",
latitude: 47.168055555556,
longitude: -1.4713888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vertou (44215)</span><br />Population : 22117"}
},
"town-57631" : {
value: "22094",
latitude: 49.110555555556,
longitude: 7.0672222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sarreguemines (57631)</span><br />Population : 22094"}
},
"town-59295" : {
value: "22086",
latitude: 50.724444444444,
longitude: 2.5383333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hazebrouck (59295)</span><br />Population : 22086"}
},
"town-59360" : {
value: "22081",
latitude: 50.612222222222,
longitude: 3.0136111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Loos (59360)</span><br />Population : 22081"}
},
"town-59410" : {
value: "22036",
latitude: 50.641944444444,
longitude: 3.1077777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mons-en-Barœul (59410)</span><br />Population : 22036"}
},
"town-93057" : {
value: "21972",
latitude: 48.905833333333,
longitude: 2.5105555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Les Pavillons-sous-Bois (93057)</span><br />Population : 21972"}
},
"town-57227" : {
value: "21920",
latitude: 49.188055555556,
longitude: 6.9,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Forbach (57227)</span><br />Population : 21920"}
},
"town-76108" : {
value: "21876",
latitude: 49.460555555556,
longitude: 1.1080555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bois-Guillaume (76108)</span><br />Population : 21876"}
},
"town-76108" : {
value: "21876",
latitude: 49.460555555556,
longitude: 1.1080555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bois-Guillaume - Bihorel (76108)</span><br />Population : 21876"}
},
"town-77122" : {
value: "21845",
latitude: 48.661944444444,
longitude: 2.5630555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Combs-la-Ville (77122)</span><br />Population : 21845"}
},
"town-14327" : {
value: "21829",
latitude: 49.203611111111,
longitude: -0.32638888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hérouville-Saint-Clair (14327)</span><br />Population : 21829"}
},
"town-95197" : {
value: "21741",
latitude: 48.975,
longitude: 2.3286111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Deuil-la-Barre (95197)</span><br />Population : 21741"}
},
"town-40088" : {
value: "21702",
latitude: 43.706944444444,
longitude: -1.0513888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Dax (40088)</span><br />Population : 21702"}
},
"town-94054" : {
value: "21691",
latitude: 48.743611111111,
longitude: 2.3927777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Orly (94054)</span><br />Population : 21691"}
},
"town-91345" : {
value: "21574",
latitude: 48.696944444444,
longitude: 2.2955555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Longjumeau (91345)</span><br />Population : 21574"}
},
"town-95428" : {
value: "21475",
latitude: 48.989722222222,
longitude: 2.3219444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montmorency (95428)</span><br />Population : 21475"}
},
"town-45147" : {
value: "21450",
latitude: 47.931944444444,
longitude: 1.9211111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fleury-les-Aubrais (45147)</span><br />Population : 21450"}
},
"town-78126" : {
value: "21374",
latitude: 48.85,
longitude: 2.145,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Celle-Saint-Cloud (78126)</span><br />Population : 21374"}
},
"town-46042" : {
value: "21333",
latitude: 44.4475,
longitude: 1.4405555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cahors (46042)</span><br />Population : 21333"}
},
"town-91272" : {
value: "21259",
latitude: 48.701388888889,
longitude: 2.1336111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gif-sur-Yvette (91272)</span><br />Population : 21259"}
},
"town-59271" : {
value: "21235",
latitude: 51.013055555556,
longitude: 2.3022222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Grande-Synthe (59271)</span><br />Population : 21235"}
},
"town-97229" : {
value: "21209",
latitude: 14.616111111111,
longitude: -61.101388888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Schœlcher (97229)</span><br />Population : 21209"}
},
"town-91434" : {
value: "21113",
latitude: 48.663333333333,
longitude: 2.3513888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Morsang-sur-Orge (91434)</span><br />Population : 21113"}
},
"town-83144" : {
value: "21035",
latitude: 43.137222222222,
longitude: 5.9825,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Valette-du-Var (83144)</span><br />Population : 21035"}
},
"town-22113" : {
value: "20983",
latitude: 48.7325,
longitude: -3.4552777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lannion (22113)</span><br />Population : 20983"}
},
"town-69204" : {
value: "20982",
latitude: 45.695277777778,
longitude: 4.7930555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Genis-Laval (69204)</span><br />Population : 20982"}
},
"town-59163" : {
value: "20962",
latitude: 50.674722222222,
longitude: 3.1538888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Croix (59163)</span><br />Population : 20962"}
},
"town-77152" : {
value: "20923",
latitude: 48.515277777778,
longitude: 2.6344444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Dammarie-les-Lys (77152)</span><br />Population : 20923"}
},
"town-74011" : {
value: "20881",
latitude: 45.919166666667,
longitude: 6.1419444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Annecy-le-Vieux (74011)</span><br />Population : 20881"}
},
"town-77285" : {
value: "20830",
latitude: 48.5375,
longitude: 2.6319444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Mée-sur-Seine (77285)</span><br />Population : 20830"}
},
"town-13041" : {
value: "20799",
latitude: 43.454444444444,
longitude: 5.4761111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gardanne (13041)</span><br />Population : 20799"}
},
"town-93049" : {
value: "20683",
latitude: 48.860833333333,
longitude: 2.5097222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Neuilly-Plaisance (93049)</span><br />Population : 20683"}
},
"town-35115" : {
value: "20637",
latitude: 48.351666666667,
longitude: -1.2,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fougères (35115)</span><br />Population : 20637"}
},
"town-77350" : {
value: "20598",
latitude: 48.769166666667,
longitude: 2.6791666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ozoir-la-Ferrière (77350)</span><br />Population : 20598"}
},
"town-38563" : {
value: "20573",
latitude: 45.363333333333,
longitude: 5.59,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Voiron (38563)</span><br />Population : 20573"}
},
"town-77243" : {
value: "20538",
latitude: 48.878055555556,
longitude: 2.7066666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lagny-sur-Marne (77243)</span><br />Population : 20538"}
},
"town-59172" : {
value: "20523",
latitude: 50.328611111111,
longitude: 3.395,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Denain (59172)</span><br />Population : 20523"}
},
"town-68297" : {
value: "20481",
latitude: 47.585277777778,
longitude: 7.565,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Louis (68297)</span><br />Population : 20481"}
},
"town-97129" : {
value: "20443",
latitude: 16.333055555556,
longitude: -61.698055555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sainte-Rose (97129)</span><br />Population : 20443"}
},
"town-59279" : {
value: "20370",
latitude: 50.782777777778,
longitude: 3.1247222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Halluin (59279)</span><br />Population : 20370"}
},
"town-78640" : {
value: "20348",
latitude: 48.783333333333,
longitude: 2.1883333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vélizy-Villacoublay (78640)</span><br />Population : 20348"}
},
"town-91570" : {
value: "20345",
latitude: 48.6325,
longitude: 2.3027777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Michel-sur-Orge (91570)</span><br />Population : 20345"}
},
"town-95555" : {
value: "20326",
latitude: 48.971111111111,
longitude: 2.2819444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Gratien (95555)</span><br />Population : 20326"}
},
"town-92014" : {
value: "20303",
latitude: 48.778055555556,
longitude: 2.3158333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bourg-la-Reine (92014)</span><br />Population : 20303"}
},
"town-59646" : {
value: "20293",
latitude: 50.668611111111,
longitude: 3.13,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Wasquehal (59646)</span><br />Population : 20293"}
},
"town-54329" : {
value: "20286",
latitude: 48.589444444444,
longitude: 6.5016666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lunéville (54329)</span><br />Population : 20286"}
},
"town-33249" : {
value: "20271",
latitude: 44.879166666667,
longitude: -0.5216666666666701,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lormont (33249)</span><br />Population : 20271"}
},
"town-03190" : {
value: "20229",
latitude: 46.564722222222,
longitude: 3.3325,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Moulins (03190)</span><br />Population : 20229"}
},
"town-45232" : {
value: "20196",
latitude: 47.863055555556,
longitude: 1.8997222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Olivet (45232)</span><br />Population : 20196"}
},
"town-94044" : {
value: "20112",
latitude: 48.746388888889,
longitude: 2.4883333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Limeil-Brévannes (94044)</span><br />Population : 20112"}
},
"town-33162" : {
value: "19998",
latitude: 44.884444444444,
longitude: -0.65138888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Eysines (33162)</span><br />Population : 19998"}
},
"town-92071" : {
value: "19986",
latitude: 48.778611111111,
longitude: 2.2905555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sceaux (92071)</span><br />Population : 19986"}
},
"town-94003" : {
value: "19964",
latitude: 48.806666666667,
longitude: 2.3352777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Arcueil (94003)</span><br />Population : 19964"}
},
"town-50502" : {
value: "19944",
latitude: 49.114444444444,
longitude: -1.0916666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Lô (50502)</span><br />Population : 19944"}
},
"town-69244" : {
value: "19938",
latitude: 45.763333333333,
longitude: 4.78,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tassin-la-Demi-Lune (69244)</span><br />Population : 19938"}
},
"town-76451" : {
value: "19880",
latitude: 49.4625,
longitude: 1.0872222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mont-Saint-Aignan (76451)</span><br />Population : 19880"}
},
"town-33199" : {
value: "19877",
latitude: 44.635277777778,
longitude: -1.0677777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gujan-Mestras (33199)</span><br />Population : 19877"}
},
"town-71306" : {
value: "19855",
latitude: 46.666944444444,
longitude: 4.3688888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montceau-les-Mines (71306)</span><br />Population : 19855"}
},
"town-13002" : {
value: "19775",
latitude: 43.336111111111,
longitude: 5.4822222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Allauch (13002)</span><br />Population : 19775"}
},
"town-78005" : {
value: "19754",
latitude: 48.962222222222,
longitude: 2.0686111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Achères (78005)</span><br />Population : 19754"}
},
"town-55545" : {
value: "19714",
latitude: 49.159722222222,
longitude: 5.3827777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Verdun (55545)</span><br />Population : 19714"}
},
"town-73011" : {
value: "19713",
latitude: 45.675833333333,
longitude: 6.3925,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Albertville (73011)</span><br />Population : 19713"}
},
"town-63124" : {
value: "19709",
latitude: 45.741111111111,
longitude: 3.1963888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cournon-d'Auvergne (63124)</span><br />Population : 19709"}
},
"town-13071" : {
value: "19706",
latitude: 43.41,
longitude: 5.3094444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Les Pennes-Mirabeau (13071)</span><br />Population : 19706"}
},
"town-97309" : {
value: "19691",
latitude: 4.905,
longitude: -52.276388888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Remire-Montjoly (97309)</span><br />Population : 19691"}
},
"town-29039" : {
value: "19688",
latitude: 47.875277777778,
longitude: -3.9188888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Concarneau (29039)</span><br />Population : 19688"}
},
"town-79049" : {
value: "19676",
latitude: 46.84,
longitude: -0.48861111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bressuire (79049)</span><br />Population : 19676"}
},
"town-43157" : {
value: "19665",
latitude: 45.043333333333,
longitude: 3.885,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Puy-en-Velay (43157)</span><br />Population : 19665"}
},
"town-45284" : {
value: "19623",
latitude: 47.911944444444,
longitude: 1.9711111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Jean-de-Braye (45284)</span><br />Population : 19623"}
},
"town-76259" : {
value: "19581",
latitude: 49.7575,
longitude: 0.37916666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fécamp (76259)</span><br />Population : 19581"}
},
"town-67462" : {
value: "19576",
latitude: 48.259444444444,
longitude: 7.4541666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sélestat (67462)</span><br />Population : 19576"}
},
"town-97210" : {
value: "19547",
latitude: 14.615277777778,
longitude: -60.9025,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le François (97210)</span><br />Population : 19547"}
},
"town-97107" : {
value: "19544",
latitude: 16.0425,
longitude: -61.564722222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Capesterre-Belle-Eau (97107)</span><br />Population : 19544"}
},
"town-84054" : {
value: "19525",
latitude: 43.919444444444,
longitude: 5.0513888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">L'Isle-sur-la-Sorgue (84054)</span><br />Population : 19525"}
},
"town-74268" : {
value: "19499",
latitude: 45.888888888889,
longitude: 6.0961111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Seynod (74268)</span><br />Population : 19499"}
},
"town-06157" : {
value: "19489",
latitude: 43.722777777778,
longitude: 7.1136111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vence (06157)</span><br />Population : 19489"}
},
"town-78362" : {
value: "19418",
latitude: 48.974166666667,
longitude: 1.7108333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mantes-la-Ville (78362)</span><br />Population : 19418"}
},
"town-85047" : {
value: "19341",
latitude: 46.845833333333,
longitude: -1.8791666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Challans (85047)</span><br />Population : 19341"}
},
"town-16102" : {
value: "19335",
latitude: 45.695833333333,
longitude: -0.32916666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cognac (16102)</span><br />Population : 19335"}
},
"town-94059" : {
value: "19304",
latitude: 48.811111111111,
longitude: 2.5716666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Plessis-Trévise (94059)</span><br />Population : 19304"}
},
"town-95424" : {
value: "19296",
latitude: 48.993888888889,
longitude: 2.195,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montigny-lès-Cormeilles (95424)</span><br />Population : 19296"}
},
"town-06085" : {
value: "19267",
latitude: 43.6,
longitude: 6.9947222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mougins (06085)</span><br />Population : 19267"}
},
"town-84089" : {
value: "19265",
latitude: 43.694166666667,
longitude: 5.5030555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pertuis (84089)</span><br />Population : 19265"}
},
"town-69091" : {
value: "19258",
latitude: 45.590555555556,
longitude: 4.7688888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Givors (69091)</span><br />Population : 19258"}
},
"town-25462" : {
value: "19227",
latitude: 46.906111111111,
longitude: 6.3547222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pontarlier (25462)</span><br />Population : 19227"}
},
"town-60463" : {
value: "19155",
latitude: 49.274722222222,
longitude: 2.4675,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Nogent-sur-Oise (60463)</span><br />Population : 19155"}
},
"town-26058" : {
value: "19133",
latitude: 44.9475,
longitude: 4.8952777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bourg-lès-Valence (26058)</span><br />Population : 19133"}
},
"town-47157" : {
value: "19113",
latitude: 44.5,
longitude: 0.16527777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Marmande (47157)</span><br />Population : 19113"}
},
"town-08409" : {
value: "19099",
latitude: 49.701944444444,
longitude: 4.9402777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sedan (08409)</span><br />Population : 19099"}
},
"town-78383" : {
value: "19014",
latitude: 48.762777777778,
longitude: 1.9455555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Maurepas (78383)</span><br />Population : 19014"}
},
"town-92022" : {
value: "18887",
latitude: 48.808611111111,
longitude: 2.1886111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chaville (92022)</span><br />Population : 18887"}
},
"town-44047" : {
value: "18861",
latitude: 47.214722222222,
longitude: -1.7238888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Couëron (44047)</span><br />Population : 18861"}
},
"town-44020" : {
value: "18762",
latitude: 47.179166666667,
longitude: -1.6247222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bouguenais (44020)</span><br />Population : 18762"}
},
"town-30028" : {
value: "18705",
latitude: 44.1625,
longitude: 4.62,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bagnols-sur-Cèze (30028)</span><br />Population : 18705"}
},
"town-38553" : {
value: "18703",
latitude: 45.613333333333,
longitude: 5.1486111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villefontaine (38553)</span><br />Population : 18703"}
},
"town-63300" : {
value: "18684",
latitude: 45.893611111111,
longitude: 3.1125,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Riom (63300)</span><br />Population : 18684"}
},
"town-17306" : {
value: "18674",
latitude: 45.627777777778,
longitude: -1.0255555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Royan (17306)</span><br />Population : 18674"}
},
"town-77294" : {
value: "18671",
latitude: 48.983888888889,
longitude: 2.6163888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mitry-Mory (77294)</span><br />Population : 18671"}
},
"town-91161" : {
value: "18664",
latitude: 48.705277777778,
longitude: 2.3161111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chilly-Mazarin (91161)</span><br />Population : 18664"}
},
"town-94021" : {
value: "18659",
latitude: 48.766388888889,
longitude: 2.3533333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chevilly-Larue (94021)</span><br />Population : 18659"}
},
"town-97228" : {
value: "18622",
latitude: 14.781388888889,
longitude: -60.993611111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sainte-Marie (97228)</span><br />Population : 18622"}
},
"town-56162" : {
value: "18591",
latitude: 47.735833333333,
longitude: -3.4311111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ploemeur (56162)</span><br />Population : 18591"}
},
"town-94077" : {
value: "18568",
latitude: 48.734444444444,
longitude: 2.4108333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villeneuve-le-Roi (94077)</span><br />Population : 18568"}
},
"town-39300" : {
value: "18560",
latitude: 46.674444444444,
longitude: 5.5538888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lons-le-Saunier (39300)</span><br />Population : 18560"}
},
"town-92033" : {
value: "18469",
latitude: 48.845555555556,
longitude: 2.1869444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Garches (92033)</span><br />Population : 18469"}
},
"town-69081" : {
value: "18413",
latitude: 45.774444444444,
longitude: 4.7775,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Écully (69081)</span><br />Population : 18413"}
},
"town-27375" : {
value: "18332",
latitude: 49.215277777778,
longitude: 1.1655555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Louviers (27375)</span><br />Population : 18332"}
},
"town-44026" : {
value: "18275",
latitude: 47.296944444444,
longitude: -1.4927777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Carquefou (44026)</span><br />Population : 18275"}
},
"town-59507" : {
value: "18235",
latitude: 50.604722222222,
longitude: 3.0877777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ronchin (59507)</span><br />Population : 18235"}
},
"town-94019" : {
value: "18227",
latitude: 48.798333333333,
longitude: 2.5338888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chennevières-sur-Marne (94019)</span><br />Population : 18227"}
},
"town-84129" : {
value: "18220",
latitude: 44.008333333333,
longitude: 4.8725,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sorgues (84129)</span><br />Population : 18220"}
},
"town-93061" : {
value: "18171",
latitude: 48.885,
longitude: 2.4038888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Pré-Saint-Gervais (93061)</span><br />Population : 18171"}
},
"town-38229" : {
value: "18065",
latitude: 45.208611111111,
longitude: 5.7794444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Meylan (38229)</span><br />Population : 18065"}
},
"town-67043" : {
value: "18038",
latitude: 48.613888888889,
longitude: 7.7519444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bischheim (67043)</span><br />Population : 18038"}
},
"town-94042" : {
value: "17990",
latitude: 48.821388888889,
longitude: 2.4727777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Joinville-le-Pont (94042)</span><br />Population : 17990"}
},
"town-78545" : {
value: "17976",
latitude: 48.800277777778,
longitude: 2.0625,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Cyr-l'École (78545)</span><br />Population : 17976"}
},
"town-04070" : {
value: "17969",
latitude: 44.0925,
longitude: 6.2355555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Digne-les-Bains (04070)</span><br />Population : 17969"}
},
"town-50173" : {
value: "17942",
latitude: 49.648333333333,
longitude: -1.6547222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Équeurdreville-Hainneville (50173)</span><br />Population : 17942"}
},
"town-74081" : {
value: "17877",
latitude: 46.060277777778,
longitude: 6.5786111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cluses (74081)</span><br />Population : 17877"}
},
"town-44035" : {
value: "17814",
latitude: 47.298888888889,
longitude: -1.5527777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Chapelle-sur-Erdre (44035)</span><br />Population : 17814"}
},
"town-78165" : {
value: "17773",
latitude: 48.820555555556,
longitude: 1.9836111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Les Clayes-sous-Bois (78165)</span><br />Population : 17773"}
},
"town-41194" : {
value: "17758",
latitude: 47.358333333333,
longitude: 1.7427777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Romorantin-Lanthenay (41194)</span><br />Population : 17758"}
},
"town-41269" : {
value: "17687",
latitude: 47.792777777778,
longitude: 1.0655555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vendôme (41269)</span><br />Population : 17687"}
},
"town-63075" : {
value: "17683",
latitude: 45.773611111111,
longitude: 3.0669444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chamalières (63075)</span><br />Population : 17683"}
},
"town-95598" : {
value: "17670",
latitude: 48.987777777778,
longitude: 2.2997222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Soisy-sous-Montmorency (95598)</span><br />Population : 17670"}
},
"town-74093" : {
value: "17605",
latitude: 45.903611111111,
longitude: 6.1038888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cran-Gevrier (74093)</span><br />Population : 17605"}
},
"town-59220" : {
value: "17581",
latitude: 50.598888888889,
longitude: 3.0736111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Faches-Thumesnil (59220)</span><br />Population : 17581"}
},
"town-13077" : {
value: "17546",
latitude: 43.405,
longitude: 4.9886111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Port-de-Bouc (13077)</span><br />Population : 17546"}
},
"town-59299" : {
value: "17538",
latitude: 50.655277777778,
longitude: 3.1877777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hem (59299)</span><br />Population : 17538"}
},
"town-76231" : {
value: "17452",
latitude: 49.285833333333,
longitude: 1.0083333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Elbeuf (76231)</span><br />Population : 17452"}
},
"town-62065" : {
value: "17429",
latitude: 50.409722222222,
longitude: 2.8327777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Avion (62065)</span><br />Population : 17429"}
},
"town-77296" : {
value: "17415",
latitude: 48.626111111111,
longitude: 2.5922222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Moissy-Cramayel (77296)</span><br />Population : 17415"}
},
"town-35360" : {
value: "17393",
latitude: 48.123333333333,
longitude: -1.2094444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vitré (35360)</span><br />Population : 17393"}
},
"town-42095" : {
value: "17380",
latitude: 45.388055555556,
longitude: 4.2872222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Firminy (42095)</span><br />Population : 17380"}
},
"town-07010" : {
value: "17275",
latitude: 45.24,
longitude: 4.6708333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Annonay (07010)</span><br />Population : 17275"}
},
"town-62215" : {
value: "17275",
latitude: 50.493055555556,
longitude: 2.9580555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Carvin (62215)</span><br />Population : 17275"}
},
"town-83047" : {
value: "17225",
latitude: 43.149722222222,
longitude: 6.0741666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Crau (83047)</span><br />Population : 17225"}
},
"town-94037" : {
value: "17222",
latitude: 48.813333333333,
longitude: 2.3444444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gentilly (94037)</span><br />Population : 17222"}
},
"town-97207" : {
value: "17209",
latitude: 14.575833333333,
longitude: -60.975833333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ducos (97207)</span><br />Population : 17209"}
},
"town-95218" : {
value: "17145",
latitude: 49.017222222222,
longitude: 2.0913888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Éragny (95218)</span><br />Population : 17145"}
},
"town-97224" : {
value: "17057",
latitude: 14.670833333333,
longitude: -61.038055555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Joseph (97224)</span><br />Population : 17057"}
},
"town-78372" : {
value: "17019",
latitude: 48.866944444444,
longitude: 2.0941666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Marly-le-Roi (78372)</span><br />Population : 17019"}
},
"town-45285" : {
value: "16951",
latitude: 47.913055555556,
longitude: 1.8733333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Jean-de-la-Ruelle (45285)</span><br />Population : 16951"}
},
"town-94004" : {
value: "16945",
latitude: 48.750277777778,
longitude: 2.5097222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Boissy-Saint-Léger (94004)</span><br />Population : 16945"}
},
"town-70550" : {
value: "16934",
latitude: 47.622222222222,
longitude: 6.1552777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vesoul (70550)</span><br />Population : 16934"}
},
"town-84092" : {
value: "16930",
latitude: 43.964166666667,
longitude: 4.86,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Pontet (84092)</span><br />Population : 16930"}
},
"town-77305" : {
value: "16926",
latitude: 48.383055555556,
longitude: 2.9480555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montereau-Fault-Yonne (77305)</span><br />Population : 16926"}
},
"town-97116" : {
value: "16895",
latitude: 16.331944444444,
longitude: -61.456944444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Morne-à-l'Eau (97116)</span><br />Population : 16895"}
},
"town-59526" : {
value: "16894",
latitude: 50.448055555556,
longitude: 3.4269444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Amand-les-Eaux (59526)</span><br />Population : 16894"}
},
"town-94011" : {
value: "16888",
latitude: 48.774166666667,
longitude: 2.4875,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bonneuil-sur-Marne (94011)</span><br />Population : 16888"}
},
"town-35047" : {
value: "16875",
latitude: 48.024722222222,
longitude: -1.7458333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bruz (35047)</span><br />Population : 16875"}
},
"town-60612" : {
value: "16867",
latitude: 49.207222222222,
longitude: 2.5866666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Senlis (60612)</span><br />Population : 16867"}
},
"town-76447" : {
value: "16852",
latitude: 49.546111111111,
longitude: 0.18805555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montivilliers (76447)</span><br />Population : 16852"}
},
"town-55029" : {
value: "16830",
latitude: 48.771666666667,
longitude: 5.1672222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bar-le-Duc (55029)</span><br />Population : 16830"}
},
"town-78481" : {
value: "16821",
latitude: 48.896666666667,
longitude: 2.1061111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Pecq (78481)</span><br />Population : 16821"}
},
"town-33122" : {
value: "16802",
latitude: 44.744444444444,
longitude: -0.68222222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cestas (33122)</span><br />Population : 16802"}
},
"town-95323" : {
value: "16796",
latitude: 49.010833333333,
longitude: 2.0386111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Jouy-le-Moutier (95323)</span><br />Population : 16796"}
},
"town-69199" : {
value: "16787",
latitude: 45.708611111111,
longitude: 4.8533333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Fons (69199)</span><br />Population : 16787"}
},
"town-83023" : {
value: "16757",
latitude: 43.405833333333,
longitude: 6.0616666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Brignoles (83023)</span><br />Population : 16757"}
},
"town-78650" : {
value: "16753",
latitude: 48.893888888889,
longitude: 2.1322222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Vésinet (78650)</span><br />Population : 16753"}
},
"town-57606" : {
value: "16723",
latitude: 49.104166666667,
longitude: 6.7080555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Avold (57606)</span><br />Population : 16723"}
},
"town-83123" : {
value: "16643",
latitude: 43.119166666667,
longitude: 5.8022222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sanary-sur-Mer (83123)</span><br />Population : 16643"}
},
"town-67267" : {
value: "16639",
latitude: 48.5575,
longitude: 7.6830555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lingolsheim (67267)</span><br />Population : 16639"}
},
"town-44055" : {
value: "16623",
latitude: 47.285833333333,
longitude: -2.3922222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Baule-Escoublac (44055)</span><br />Population : 16623"}
},
"town-77053" : {
value: "16604",
latitude: 48.6925,
longitude: 2.6111111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Brie-Comte-Robert (77053)</span><br />Population : 16604"}
},
"town-97120" : {
value: "16550",
latitude: 16.241111111111,
longitude: -61.533055555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pointe-à-Pitre (97120)</span><br />Population : 16550"}
},
"town-29151" : {
value: "16547",
latitude: 48.5775,
longitude: -3.8277777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Morlaix (29151)</span><br />Population : 16547"}
},
"town-95476" : {
value: "16537",
latitude: 49.059166666667,
longitude: 2.0625,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Osny (95476)</span><br />Population : 16537"}
},
"town-78335" : {
value: "16534",
latitude: 48.993333333333,
longitude: 1.7358333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Limay (78335)</span><br />Population : 16534"}
},
"town-34154" : {
value: "16504",
latitude: 43.616388888889,
longitude: 4.0075,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mauguio (34154)</span><br />Population : 16504"}
},
"town-37214" : {
value: "16503",
latitude: 47.402777777778,
longitude: 0.67805555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Cyr-sur-Loire (37214)</span><br />Population : 16503"}
},
"town-57757" : {
value: "16475",
latitude: 49.358888888889,
longitude: 6.1886111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Yutz (57757)</span><br />Population : 16475"}
},
"town-33167" : {
value: "16457",
latitude: 44.836388888889,
longitude: -0.52583333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Floirac (33167)</span><br />Population : 16457"}
},
"town-09225" : {
value: "16450",
latitude: 43.116388888889,
longitude: 1.6108333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pamiers (09225)</span><br />Population : 16450"}
},
"town-95637" : {
value: "16443",
latitude: 49.034444444444,
longitude: 2.0319444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vauréal (95637)</span><br />Population : 16443"}
},
"town-31424" : {
value: "16442",
latitude: 43.565555555556,
longitude: 1.2963888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Plaisance-du-Touch (31424)</span><br />Population : 16442"}
},
"town-50602" : {
value: "16377",
latitude: 49.640833333333,
longitude: -1.5788888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tourlaville (50602)</span><br />Population : 16377"}
},
"town-59569" : {
value: "16363",
latitude: 50.363055555556,
longitude: 3.1130555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sin-le-Noble (59569)</span><br />Population : 16363"}
},
"town-38382" : {
value: "16355",
latitude: 45.231666666667,
longitude: 5.6830555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Égrève (38382)</span><br />Population : 16355"}
},
"town-44069" : {
value: "16263",
latitude: 47.328055555556,
longitude: -2.4291666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Guérande (44069)</span><br />Population : 16263"}
},
"town-28218" : {
value: "16262",
latitude: 48.438333333333,
longitude: 1.465,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lucé (28218)</span><br />Population : 16262"}
},
"town-72154" : {
value: "16249",
latitude: 47.699722222222,
longitude: -0.076111111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Flèche (72154)</span><br />Population : 16249"}
},
"town-91471" : {
value: "16231",
latitude: 48.698055555556,
longitude: 2.1875,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Orsay (91471)</span><br />Population : 16231"}
},
"town-78686" : {
value: "16224",
latitude: 48.8,
longitude: 2.1722222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Viroflay (78686)</span><br />Population : 16224"}
},
"town-97115" : {
value: "16191",
latitude: 16.271666666667,
longitude: -61.632777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lamentin (97115)</span><br />Population : 16191"}
},
"town-74256" : {
value: "16184",
latitude: 45.936388888889,
longitude: 6.6319444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sallanches (74256)</span><br />Population : 16184"}
},
"town-30032" : {
value: "16183",
latitude: 43.807222222222,
longitude: 4.6433333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Beaucaire (30032)</span><br />Population : 16183"}
},
"town-34129" : {
value: "16166",
latitude: 43.568888888889,
longitude: 3.9086111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lattes (34129)</span><br />Population : 16166"}
},
"town-54528" : {
value: "16080",
latitude: 48.675,
longitude: 5.8916666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Toul (54528)</span><br />Population : 16080"}
},
"town-31157" : {
value: "16042",
latitude: 43.537777777778,
longitude: 1.3436111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cugnaux (31157)</span><br />Population : 16042"}
},
"town-38193" : {
value: "15980",
latitude: 45.619444444444,
longitude: 5.2330555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">L'Isle-d'Abeau (38193)</span><br />Population : 15980"}
},
"town-35051" : {
value: "15975",
latitude: 48.120833333333,
longitude: -1.6036111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cesson-Sévigné (35051)</span><br />Population : 15975"}
},
"town-29103" : {
value: "15903",
latitude: 48.450833333333,
longitude: -4.2494444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Landerneau (29103)</span><br />Population : 15903"}
},
"town-42147" : {
value: "15899",
latitude: 45.6075,
longitude: 4.0652777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montbrison (42147)</span><br />Population : 15899"}
},
"town-19272" : {
value: "15838",
latitude: 45.265833333333,
longitude: 1.7722222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tulle (19272)</span><br />Population : 15838"}
},
"town-61169" : {
value: "15837",
latitude: 48.748333333333,
longitude: -0.56944444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Flers (61169)</span><br />Population : 15837"}
},
"town-57306" : {
value: "15835",
latitude: 49.329722222222,
longitude: 6.0619444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hayange (57306)</span><br />Population : 15835"}
},
"town-91645" : {
value: "15830",
latitude: 48.7475,
longitude: 2.2627777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Verrières-le-Buisson (91645)</span><br />Population : 15830"}
},
"town-94015" : {
value: "15825",
latitude: 48.841111111111,
longitude: 2.5222222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bry-sur-Marne (94015)</span><br />Population : 15825"}
},
"town-64260" : {
value: "15802",
latitude: 43.358611111111,
longitude: -1.7744444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hendaye (64260)</span><br />Population : 15802"}
},
"town-62108" : {
value: "15783",
latitude: 50.408333333333,
longitude: 1.5927777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Berck (62108)</span><br />Population : 15783"}
},
"town-77337" : {
value: "15782",
latitude: 48.854722222222,
longitude: 2.6288888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Noisiel (77337)</span><br />Population : 15782"}
},
"town-85109" : {
value: "15727",
latitude: 46.871111111111,
longitude: -1.0136111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Les Herbiers (85109)</span><br />Population : 15727"}
},
"town-77186" : {
value: "15665",
latitude: 48.408888888889,
longitude: 2.7016666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fontainebleau (77186)</span><br />Population : 15665"}
},
"town-13039" : {
value: "15662",
latitude: 43.436388888889,
longitude: 4.9452777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fos-sur-Mer (13039)</span><br />Population : 15662"}
},
"town-37233" : {
value: "15651",
latitude: 47.390833333333,
longitude: 0.72805555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Pierre-des-Corps (37233)</span><br />Population : 15651"}
},
"town-71014" : {
value: "15630",
latitude: 46.951111111111,
longitude: 4.2986111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Autun (71014)</span><br />Population : 15630"}
},
"town-78124" : {
value: "15614",
latitude: 48.908055555556,
longitude: 2.1780555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Carrières-sur-Seine (78124)</span><br />Population : 15614"}
},
"town-45208" : {
value: "15583",
latitude: 47.996944444444,
longitude: 2.7325,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montargis (45208)</span><br />Population : 15583"}
},
"town-78642" : {
value: "15581",
latitude: 48.979722222222,
longitude: 1.9738888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Verneuil-sur-Seine (78642)</span><br />Population : 15581"}
},
"town-56083" : {
value: "15545",
latitude: 47.804166666667,
longitude: -3.2788888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hennebont (56083)</span><br />Population : 15545"}
},
"town-29046" : {
value: "15540",
latitude: 48.092222222222,
longitude: -4.3302777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Douarnenez (29046)</span><br />Population : 15540"}
},
"town-33056" : {
value: "15508",
latitude: 44.910555555556,
longitude: -0.6375,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Blanquefort (33056)</span><br />Population : 15508"}
},
"town-45302" : {
value: "15423",
latitude: 47.951388888889,
longitude: 1.8802777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saran (45302)</span><br />Population : 15423"}
},
"town-78418" : {
value: "15412",
latitude: 48.908611111111,
longitude: 2.1494444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montesson (78418)</span><br />Population : 15412"}
},
"town-78123" : {
value: "15389",
latitude: 48.947777777778,
longitude: 2.0386111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Carrières-sous-Poissy (78123)</span><br />Population : 15389"}
},
"town-34057" : {
value: "15326",
latitude: 43.636111111111,
longitude: 3.9013888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Castelnau-le-Lez (34057)</span><br />Population : 15326"}
},
"town-76157" : {
value: "15281",
latitude: 49.440277777778,
longitude: 1.0252777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Canteleu (76157)</span><br />Population : 15281"}
},
"town-06161" : {
value: "15258",
latitude: 43.658055555556,
longitude: 7.1213888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villeneuve-Loubet (06161)</span><br />Population : 15258"}
},
"town-45155" : {
value: "15254",
latitude: 47.688888888889,
longitude: 2.6294444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gien (45155)</span><br />Population : 15254"}
},
"town-62765" : {
value: "15231",
latitude: 50.748333333333,
longitude: 2.2608333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Omer (62765)</span><br />Population : 15231"}
},
"town-42186" : {
value: "15153",
latitude: 45.529444444444,
longitude: 4.6169444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rive-de-Gier (42186)</span><br />Population : 15153"}
},
"town-54304" : {
value: "15139",
latitude: 48.685555555556,
longitude: 6.1522222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Laxou (54304)</span><br />Population : 15139"}
},
"town-65286" : {
value: "15102",
latitude: 43.095,
longitude: -0.045277777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lourdes (65286)</span><br />Population : 15102"}
},
"town-25031" : {
value: "15094",
latitude: 47.482777777778,
longitude: 6.8397222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Audincourt (25031)</span><br />Population : 15094"}
},
"town-33075" : {
value: "15082",
latitude: 44.882777777778,
longitude: -0.6125,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bruges (33075)</span><br />Population : 15082"}
},
"town-61006" : {
value: "15082",
latitude: 48.744444444444,
longitude: -0.020277777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Argentan (61006)</span><br />Population : 15082"}
},
"town-13027" : {
value: "15079",
latitude: 43.8825,
longitude: 4.855,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Châteaurenard (13027)</span><br />Population : 15079"}
},
"town-95199" : {
value: "15075",
latitude: 49.0275,
longitude: 2.3266666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Domont (95199)</span><br />Population : 15075"}
},
"town-85092" : {
value: "15043",
latitude: 46.466944444444,
longitude: -0.80638888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fontenay-le-Comte (85092)</span><br />Population : 15043"}
},
"town-02168" : {
value: "15020",
latitude: 49.046388888889,
longitude: 3.4030555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Château-Thierry (02168)</span><br />Population : 15020"}
},
"town-97125" : {
value: "14998",
latitude: 16.251388888889,
longitude: -61.273888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-François (97125)</span><br />Population : 14998"}
},
"town-95563" : {
value: "14962",
latitude: 49.016944444444,
longitude: 2.2463888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Leu-la-Forêt (95563)</span><br />Population : 14962"}
},
"town-93013" : {
value: "14943",
latitude: 48.934444444444,
longitude: 2.4244444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Bourget (93013)</span><br />Population : 14943"}
},
"town-77131" : {
value: "14920",
latitude: 48.815555555556,
longitude: 3.0836111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Coulommiers (77131)</span><br />Population : 14920"}
},
"town-83116" : {
value: "14907",
latitude: 43.453333333333,
longitude: 5.8619444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Maximin-la-Sainte-Baume (83116)</span><br />Population : 14907"}
},
"town-68154" : {
value: "14903",
latitude: 47.782222222222,
longitude: 7.3480555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Illzach (68154)</span><br />Population : 14903"}
},
"town-85194" : {
value: "14888",
latitude: 46.496388888889,
longitude: -1.7847222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Les Sables-d'Olonne (85194)</span><br />Population : 14888"}
},
"town-56178" : {
value: "14860",
latitude: 48.068611111111,
longitude: -2.9627777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pontivy (56178)</span><br />Population : 14860"}
},
"town-54431" : {
value: "14832",
latitude: 48.904444444444,
longitude: 6.0541666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pont-à-Mousson (54431)</span><br />Population : 14832"}
},
"town-59043" : {
value: "14772",
latitude: 50.7375,
longitude: 2.7338888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bailleul (59043)</span><br />Population : 14772"}
},
"town-91326" : {
value: "14756",
latitude: 48.688333333333,
longitude: 2.3775,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Juvisy-sur-Orge (91326)</span><br />Population : 14756"}
},
"town-54578" : {
value: "14753",
latitude: 48.673055555556,
longitude: 6.1547222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villers-lès-Nancy (54578)</span><br />Population : 14753"}
},
"town-62643" : {
value: "14717",
latitude: 50.703888888889,
longitude: 1.5938888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Outreau (62643)</span><br />Population : 14717"}
},
"town-54323" : {
value: "14707",
latitude: 49.519722222222,
longitude: 5.7605555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Longwy (54323)</span><br />Population : 14707"}
},
"town-77258" : {
value: "14697",
latitude: 48.836111111111,
longitude: 2.6277777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lognes (77258)</span><br />Population : 14697"}
},
"town-94069" : {
value: "14647",
latitude: 48.818333333333,
longitude: 2.4347222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Maurice (94069)</span><br />Population : 14647"}
},
"town-59139" : {
value: "14632",
latitude: 50.125,
longitude: 3.4116666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Caudry (59139)</span><br />Population : 14632"}
},
"town-23096" : {
value: "14577",
latitude: 46.170555555556,
longitude: 1.8683333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Guéret (23096)</span><br />Population : 14577"}
},
"town-59286" : {
value: "14569",
latitude: 50.609166666667,
longitude: 2.9869444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Haubourdin (59286)</span><br />Population : 14569"}
},
"town-95539" : {
value: "14487",
latitude: 48.998611111111,
longitude: 2.3569444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Brice-sous-Forêt (95539)</span><br />Population : 14487"}
},
"town-63178" : {
value: "14475",
latitude: 45.544166666667,
longitude: 3.2488888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Issoire (63178)</span><br />Population : 14475"}
},
"town-44131" : {
value: "14450",
latitude: 47.115555555556,
longitude: -2.1033333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pornic (44131)</span><br />Population : 14450"}
},
"town-42279" : {
value: "14425",
latitude: 45.499444444444,
longitude: 4.24,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Just-Saint-Rambert (42279)</span><br />Population : 14425"}
},
"town-95427" : {
value: "14423",
latitude: 48.973611111111,
longitude: 2.3458333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montmagny (95427)</span><br />Population : 14423"}
},
"town-68376" : {
value: "14403",
latitude: 47.8075,
longitude: 7.3369444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Wittenheim (68376)</span><br />Population : 14403"}
},
"town-22187" : {
value: "14393",
latitude: 48.534444444444,
longitude: -2.7708333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Plérin (22187)</span><br />Population : 14393"}
},
"town-37208" : {
value: "14375",
latitude: 47.366666666667,
longitude: 0.72666666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Avertin (37208)</span><br />Population : 14375"}
},
"town-60176" : {
value: "14364",
latitude: 49.234444444444,
longitude: 2.8875,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Crépy-en-Valois (60176)</span><br />Population : 14364"}
},
"town-59291" : {
value: "14358",
latitude: 50.248055555556,
longitude: 3.9244444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hautmont (59291)</span><br />Population : 14358"}
},
"town-02738" : {
value: "14320",
latitude: 49.655833333333,
longitude: 3.2872222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tergnier (02738)</span><br />Population : 14320"}
},
"town-01004" : {
value: "14316",
latitude: 45.958055555556,
longitude: 5.3577777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ambérieu-en-Bugey (01004)</span><br />Population : 14316"}
},
"town-85166" : {
value: "14316",
latitude: 46.536111111111,
longitude: -1.7727777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Olonne-sur-Mer (85166)</span><br />Population : 14316"}
},
"town-77014" : {
value: "14287",
latitude: 48.408888888889,
longitude: 2.725,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Avon (77014)</span><br />Population : 14287"}
},
"town-53147" : {
value: "14264",
latitude: 48.303055555556,
longitude: -0.61361111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mayenne (53147)</span><br />Population : 14264"}
},
"town-21166" : {
value: "14233",
latitude: 47.291111111111,
longitude: 5.0072222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chenôve (21166)</span><br />Population : 14233"}
},
"town-93062" : {
value: "14194",
latitude: 48.899166666667,
longitude: 2.5230555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Raincy (93062)</span><br />Population : 14194"}
},
"town-84019" : {
value: "14092",
latitude: 44.280277777778,
longitude: 4.7488888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bollène (84019)</span><br />Population : 14092"}
},
"town-28088" : {
value: "14035",
latitude: 48.070833333333,
longitude: 1.3377777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Châteaudun (28088)</span><br />Population : 14035"}
},
"town-13015" : {
value: "14028",
latitude: 43.454444444444,
longitude: 5.4144444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bouc-Bel-Air (13015)</span><br />Population : 14028"}
},
"town-91182" : {
value: "13968",
latitude: 48.618055555556,
longitude: 2.4069444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Courcouronnes (91182)</span><br />Population : 13968"}
},
"town-97230" : {
value: "13965",
latitude: 14.738611111111,
longitude: -60.963055555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Trinité (97230)</span><br />Population : 13965"}
},
"town-60471" : {
value: "13907",
latitude: 49.581111111111,
longitude: 2.9988888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Noyon (60471)</span><br />Population : 13907"}
},
"town-74225" : {
value: "13892",
latitude: 45.866111111111,
longitude: 5.9444444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rumilly (74225)</span><br />Population : 13892"}
},
"town-78073" : {
value: "13880",
latitude: 48.801388888889,
longitude: 2.0316666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bois-d'Arcy (78073)</span><br />Population : 13880"}
},
"town-03095" : {
value: "13873",
latitude: 46.134444444444,
longitude: 3.4563888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cusset (03095)</span><br />Population : 13873"}
},
"town-29075" : {
value: "13845",
latitude: 48.433611111111,
longitude: -4.4008333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Guipavas (29075)</span><br />Population : 13845"}
},
"town-31044" : {
value: "13832",
latitude: 43.610277777778,
longitude: 1.4986111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Balma (31044)</span><br />Population : 13832"}
},
"town-51649" : {
value: "13826",
latitude: 48.724722222222,
longitude: 4.5844444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vitry-le-François (51649)</span><br />Population : 13826"}
},
"town-85060" : {
value: "13802",
latitude: 46.504166666667,
longitude: -1.7372222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Château-d'Olonne (85060)</span><br />Population : 13802"}
},
"town-10323" : {
value: "13774",
latitude: 48.515833333333,
longitude: 3.7266666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Romilly-sur-Seine (10323)</span><br />Population : 13774"}
},
"town-57160" : {
value: "13770",
latitude: 49.205277777778,
longitude: 6.6958333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Creutzwald (57160)</span><br />Population : 13770"}
},
"town-30258" : {
value: "13767",
latitude: 43.677777777778,
longitude: 4.4311111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Gilles (30258)</span><br />Population : 13767"}
},
"town-59421" : {
value: "13752",
latitude: 50.703333333333,
longitude: 3.1405555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mouvaux (59421)</span><br />Population : 13752"}
},
"town-50218" : {
value: "13723",
latitude: 48.838055555556,
longitude: -1.5869444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Granville (50218)</span><br />Population : 13723"}
},
"town-91386" : {
value: "13710",
latitude: 48.565277777778,
longitude: 2.4361111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mennecy (91386)</span><br />Population : 13710"}
},
"town-14047" : {
value: "13702",
latitude: 49.278611111111,
longitude: -0.70388888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bayeux (14047)</span><br />Population : 13702"}
},
"town-13014" : {
value: "13696",
latitude: 43.475555555556,
longitude: 5.1680555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Berre-l'Étang (13014)</span><br />Population : 13696"}
},
"town-27701" : {
value: "13688",
latitude: 49.274444444444,
longitude: 1.2102777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Val-de-Reuil (27701)</span><br />Population : 13688"}
},
"town-06012" : {
value: "13684",
latitude: 43.741944444444,
longitude: 7.4236111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Beausoleil (06012)</span><br />Population : 13684"}
},
"town-97404" : {
value: "13659",
latitude: -21.266111111111,
longitude: 55.366944444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">L'Étang-Salé (97404)</span><br />Population : 13659"}
},
"town-95019" : {
value: "13656",
latitude: 48.987222222222,
longitude: 2.4166666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Arnouville (95019)</span><br />Population : 13656"}
},
"town-59014" : {
value: "13639",
latitude: 50.371388888889,
longitude: 3.5044444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Anzin (59014)</span><br />Population : 13639"}
},
"town-29189" : {
value: "13587",
latitude: 48.3725,
longitude: -4.3705555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Plougastel-Daoulas (29189)</span><br />Population : 13587"}
},
"town-81099" : {
value: "13558",
latitude: 43.900555555556,
longitude: 1.8983333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gaillac (81099)</span><br />Population : 13558"}
},
"town-03321" : {
value: "13545",
latitude: 46.565833333333,
longitude: 3.3544444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Yzeure (03321)</span><br />Population : 13545"}
},
"town-66037" : {
value: "13528",
latitude: 42.705555555556,
longitude: 3.0072222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Canet-en-Roussillon (66037)</span><br />Population : 13528"}
},
"town-33003" : {
value: "13511",
latitude: 44.924722222222,
longitude: -0.48666666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ambarès-et-Lagrave (33003)</span><br />Population : 13511"}
},
"town-57240" : {
value: "13481",
latitude: 49.141666666667,
longitude: 6.7988888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Freyming-Merlebach (57240)</span><br />Population : 13481"}
},
"town-60395" : {
value: "13473",
latitude: 49.235833333333,
longitude: 2.135,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Méru (60395)</span><br />Population : 13473"}
},
"town-36088" : {
value: "13452",
latitude: 46.948055555556,
longitude: 1.9933333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Issoudun (36088)</span><br />Population : 13452"}
},
"town-64483" : {
value: "13448",
latitude: 43.390277777778,
longitude: -1.6597222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Jean-de-Luz (64483)</span><br />Population : 13448"}
},
"town-64129" : {
value: "13439",
latitude: 43.3025,
longitude: -0.39722222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Billère (64129)</span><br />Population : 13439"}
},
"town-10081" : {
value: "13436",
latitude: 48.311944444444,
longitude: 4.0444444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Chapelle-Saint-Luc (10081)</span><br />Population : 13436"}
},
"town-59648" : {
value: "13427",
latitude: 50.585,
longitude: 3.0430555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Wattignies (59648)</span><br />Population : 13427"}
},
"town-13108" : {
value: "13426",
latitude: 43.805,
longitude: 4.6594444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tarascon (13108)</span><br />Population : 13426"}
},
"town-45068" : {
value: "13398",
latitude: 48.011666666667,
longitude: 2.7358333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Châlette-sur-Loing (45068)</span><br />Population : 13398"}
},
"town-26235" : {
value: "13337",
latitude: 44.3775,
longitude: 4.6961111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pierrelatte (26235)</span><br />Population : 13337"}
},
"town-97220" : {
value: "13325",
latitude: 14.486666666667,
longitude: -60.903333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rivière-Pilote (97220)</span><br />Population : 13325"}
},
"town-68278" : {
value: "13251",
latitude: 47.748611111111,
longitude: 7.4044444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rixheim (68278)</span><br />Population : 13251"}
},
"town-82033" : {
value: "13249",
latitude: 44.04,
longitude: 1.1069444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Castelsarrasin (82033)</span><br />Population : 13249"}
},
"town-37003" : {
value: "13242",
latitude: 47.411388888889,
longitude: 0.9825,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Amboise (37003)</span><br />Population : 13242"}
},
"town-83115" : {
value: "13220",
latitude: 43.308888888889,
longitude: 6.6377777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sainte-Maxime (83115)</span><br />Population : 13220"}
},
"town-48095" : {
value: "13213",
latitude: 44.518333333333,
longitude: 3.5005555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mende (48095)</span><br />Population : 13213"}
},
"town-57751" : {
value: "13203",
latitude: 49.151111111111,
longitude: 6.1513888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Woippy (57751)</span><br />Population : 13203"}
},
"town-69089" : {
value: "13159",
latitude: 45.736388888889,
longitude: 4.7636111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Francheville (69089)</span><br />Population : 13159"}
},
"town-83107" : {
value: "13125",
latitude: 43.443333333333,
longitude: 6.6377777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Roquebrune-sur-Argens (83107)</span><br />Population : 13125"}
},
"town-68166" : {
value: "13068",
latitude: 47.791388888889,
longitude: 7.3380555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Kingersheim (68166)</span><br />Population : 13068"}
},
"town-59367" : {
value: "13067",
latitude: 50.671388888889,
longitude: 3.2144444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lys-lez-Lannoy (59367)</span><br />Population : 13067"}
},
"town-97221" : {
value: "13040",
latitude: 14.528888888889,
longitude: -60.981388888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rivière-Salée (97221)</span><br />Population : 13040"}
},
"town-83090" : {
value: "13037",
latitude: 43.139444444444,
longitude: 5.8469444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ollioules (83090)</span><br />Population : 13037"}
},
"town-42044" : {
value: "13023",
latitude: 45.396111111111,
longitude: 4.325,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Chambon-Feugerolles (42044)</span><br />Population : 13023"}
},
"town-59508" : {
value: "13016",
latitude: 50.753611111111,
longitude: 3.1202777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Roncq (59508)</span><br />Population : 13016"}
},
"town-72264" : {
value: "12989",
latitude: 47.84,
longitude: -0.33416666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sablé-sur-Sarthe (72264)</span><br />Population : 12989"}
},
"town-49015" : {
value: "12951",
latitude: 47.506944444444,
longitude: -0.58888888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Avrillé (49015)</span><br />Population : 12951"}
},
"town-59249" : {
value: "12941",
latitude: 50.017222222222,
longitude: 4.0533333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fourmies (59249)</span><br />Population : 12941"}
},
"town-77333" : {
value: "12907",
latitude: 48.268611111111,
longitude: 2.6936111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Nemours (77333)</span><br />Population : 12907"}
},
"town-40279" : {
value: "12904",
latitude: 43.725555555556,
longitude: -1.0527777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Paul-lès-Dax (40279)</span><br />Population : 12904"}
},
"town-57630" : {
value: "12886",
latitude: 48.734722222222,
longitude: 7.0538888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sarrebourg (57630)</span><br />Population : 12886"}
},
"town-12300" : {
value: "12881",
latitude: 44.3525,
longitude: 2.0341666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villefranche-de-Rouergue (12300)</span><br />Population : 12881"}
},
"town-30351" : {
value: "12872",
latitude: 43.966388888889,
longitude: 4.7958333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villeneuve-lès-Avignon (30351)</span><br />Population : 12872"}
},
"town-78242" : {
value: "12865",
latitude: 48.813611111111,
longitude: 2.0486111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fontenay-le-Fleury (78242)</span><br />Population : 12865"}
},
"town-59491" : {
value: "12860",
latitude: 50.389166666667,
longitude: 3.4858333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Raismes (59491)</span><br />Population : 12860"}
},
"town-57206" : {
value: "12829",
latitude: 49.299166666667,
longitude: 6.1097222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fameck (57206)</span><br />Population : 12829"}
},
"town-06152" : {
value: "12803",
latitude: 43.641388888889,
longitude: 7.0088888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Valbonne (06152)</span><br />Population : 12803"}
},
"town-67046" : {
value: "12800",
latitude: 48.766388888889,
longitude: 7.8569444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bischwiller (67046)</span><br />Population : 12800"}
},
"town-06104" : {
value: "12700",
latitude: 43.757222222222,
longitude: 7.4741666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Roquebrune-Cap-Martin (06104)</span><br />Population : 12700"}
},
"town-56007" : {
value: "12695",
latitude: 47.667777777778,
longitude: -2.9825,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Auray (56007)</span><br />Population : 12695"}
},
"town-77379" : {
value: "12684",
latitude: 48.558888888889,
longitude: 3.2994444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Provins (77379)</span><br />Population : 12684"}
},
"town-93079" : {
value: "12662",
latitude: 48.964444444444,
longitude: 2.3441666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villetaneuse (93079)</span><br />Population : 12662"}
},
"town-60414" : {
value: "12661",
latitude: 49.255555555556,
longitude: 2.4383333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montataire (60414)</span><br />Population : 12661"}
},
"town-68271" : {
value: "12661",
latitude: 47.748333333333,
longitude: 7.3669444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Riedisheim (68271)</span><br />Population : 12661"}
},
"town-14762" : {
value: "12638",
latitude: 48.838611111111,
longitude: -0.88916666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vire (14762)</span><br />Population : 12638"}
},
"town-44036" : {
value: "12630",
latitude: 47.716944444444,
longitude: -1.3761111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Châteaubriant (44036)</span><br />Population : 12630"}
},
"town-82112" : {
value: "12620",
latitude: 44.104722222222,
longitude: 1.0852777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Moissac (82112)</span><br />Population : 12620"}
},
"town-57660" : {
value: "12609",
latitude: 49.2,
longitude: 6.9291666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Stiring-Wendel (57660)</span><br />Population : 12609"}
},
"town-59574" : {
value: "12602",
latitude: 50.3575,
longitude: 3.2802777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Somain (59574)</span><br />Population : 12602"}
},
"town-77407" : {
value: "12602",
latitude: 48.532777777778,
longitude: 2.5447222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Fargeau-Ponthierry (77407)</span><br />Population : 12602"}
},
"town-49353" : {
value: "12571",
latitude: 47.446111111111,
longitude: -0.46638888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Trélazé (49353)</span><br />Population : 12571"}
},
"town-64348" : {
value: "12564",
latitude: 43.315,
longitude: -0.41083333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lons (64348)</span><br />Population : 12564"}
},
"town-22093" : {
value: "12539",
latitude: 48.468611111111,
longitude: -2.5177777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lamballe (22093)</span><br />Population : 12539"}
},
"town-44154" : {
value: "12521",
latitude: 47.246388888889,
longitude: -2.1669444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Brevin-les-Pins (44154)</span><br />Population : 12521"}
},
"town-40046" : {
value: "12492",
latitude: 44.393055555556,
longitude: -1.1638888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Biscarrosse (40046)</span><br />Population : 12492"}
},
"town-59152" : {
value: "12469",
latitude: 50.761111111111,
longitude: 3.0077777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Comines (59152)</span><br />Population : 12469"}
},
"town-62186" : {
value: "12469",
latitude: 50.441944444444,
longitude: 2.7244444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bully-les-Mines (62186)</span><br />Population : 12469"}
},
"town-77479" : {
value: "12459",
latitude: 48.874166666667,
longitude: 2.6380555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vaires-sur-Marne (77479)</span><br />Population : 12459"}
},
"town-62413" : {
value: "12451",
latitude: 50.445,
longitude: 2.9058333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Harnes (62413)</span><br />Population : 12451"}
},
"town-29233" : {
value: "12443",
latitude: 47.872777777778,
longitude: -3.5497222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Quimperlé (29233)</span><br />Population : 12443"}
},
"town-59560" : {
value: "12429",
latitude: 50.548333333333,
longitude: 3.0294444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Seclin (59560)</span><br />Population : 12429"}
},
"town-02173" : {
value: "12420",
latitude: 49.615555555556,
longitude: 3.2191666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chauny (02173)</span><br />Population : 12420"}
},
"town-59112" : {
value: "12413",
latitude: 50.398333333333,
longitude: 3.5394444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bruay-sur-l'Escaut (59112)</span><br />Population : 12413"}
},
"town-76057" : {
value: "12371",
latitude: 49.544444444444,
longitude: 0.95361111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Barentin (76057)</span><br />Population : 12371"}
},
"town-67437" : {
value: "12354",
latitude: 48.741388888889,
longitude: 7.3619444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saverne (67437)</span><br />Population : 12354"}
},
"town-69277" : {
value: "12340",
latitude: 45.731388888889,
longitude: 5.0022222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Genas (69277)</span><br />Population : 12340"}
},
"town-76758" : {
value: "12328",
latitude: 49.616944444444,
longitude: 0.75305555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Yvetot (76758)</span><br />Population : 12328"}
},
"town-31446" : {
value: "12327",
latitude: 43.546111111111,
longitude: 1.4755555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ramonville-Saint-Agne (31446)</span><br />Population : 12327"}
},
"town-78015" : {
value: "12327",
latitude: 48.980833333333,
longitude: 2.0583333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Andrésy (78015)</span><br />Population : 12327"}
},
"town-74042" : {
value: "12321",
latitude: 46.078888888889,
longitude: 6.4008333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bonneville (74042)</span><br />Population : 12321"}
},
"town-62617" : {
value: "12317",
latitude: 50.479722222222,
longitude: 2.6647222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Nœux-les-Mines (62617)</span><br />Population : 12317"}
},
"town-38485" : {
value: "12293",
latitude: 45.181388888889,
longitude: 5.6991666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Seyssinet-Pariset (38485)</span><br />Population : 12293"}
},
"town-91432" : {
value: "12248",
latitude: 48.706388888889,
longitude: 2.3347222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Morangis (91432)</span><br />Population : 12248"}
},
"town-91215" : {
value: "12246",
latitude: 48.693055555556,
longitude: 2.5158333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Épinay-sous-Sénart (91215)</span><br />Population : 12246"}
},
"town-49246" : {
value: "12240",
latitude: 47.424444444444,
longitude: -0.52527777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Les Ponts-de-Cé (49246)</span><br />Population : 12240"}
},
"town-45004" : {
value: "12237",
latitude: 47.973055555556,
longitude: 2.7702777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Amilly (45004)</span><br />Population : 12237"}
},
"town-94074" : {
value: "12228",
latitude: 48.745,
longitude: 2.4672222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Valenton (94074)</span><br />Population : 12228"}
},
"town-11076" : {
value: "12220",
latitude: 43.318055555556,
longitude: 1.9538888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Castelnaudary (11076)</span><br />Population : 12220"}
},
"town-07019" : {
value: "12205",
latitude: 44.619722222222,
longitude: 4.3902777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aubenas (07019)</span><br />Population : 12205"}
},
"town-81105" : {
value: "12200",
latitude: 43.760833333333,
longitude: 1.9886111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Graulhet (81105)</span><br />Population : 12200"}
},
"town-44172" : {
value: "12187",
latitude: 47.249444444444,
longitude: -1.4866666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sainte-Luce-sur-Loire (44172)</span><br />Population : 12187"}
},
"town-01033" : {
value: "12161",
latitude: 46.1075,
longitude: 5.8258333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bellegarde-sur-Valserine (01033)</span><br />Population : 12161"}
},
"town-97105" : {
value: "12145",
latitude: 15.996944444444,
longitude: -61.732777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Basse-Terre (97105)</span><br />Population : 12145"}
},
"town-53062" : {
value: "12143",
latitude: 47.828611111111,
longitude: -0.7027777777777801,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Château-Gontier (53062)</span><br />Population : 12143"}
},
"town-40312" : {
value: "12141",
latitude: 43.540555555556,
longitude: -1.4613888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tarnos (40312)</span><br />Population : 12141"}
},
"town-74243" : {
value: "12125",
latitude: 46.144166666667,
longitude: 6.0841666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Julien-en-Genevois (74243)</span><br />Population : 12125"}
},
"town-78688" : {
value: "12122",
latitude: 48.758333333333,
longitude: 2.0508333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Voisins-le-Bretonneux (78688)</span><br />Population : 12122"}
},
"town-05023" : {
value: "12094",
latitude: 44.895833333333,
longitude: 6.635,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Briançon (05023)</span><br />Population : 12094"}
},
"town-31561" : {
value: "12093",
latitude: 43.656388888889,
longitude: 1.4844444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">L'Union (31561)</span><br />Population : 12093"}
},
"town-78029" : {
value: "12092",
latitude: 48.958333333333,
longitude: 1.855,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aubergenville (78029)</span><br />Population : 12092"}
},
"town-84003" : {
value: "12064",
latitude: 43.876111111111,
longitude: 5.3963888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Apt (84003)</span><br />Population : 12064"}
},
"town-62570" : {
value: "12057",
latitude: 50.402222222222,
longitude: 2.8658333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Méricourt (62570)</span><br />Population : 12057"}
},
"town-29212" : {
value: "12012",
latitude: 48.382222222222,
longitude: -4.6202777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Plouzané (29212)</span><br />Population : 12012"}
},
"town-95313" : {
value: "11979",
latitude: 49.111111111111,
longitude: 2.2227777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">L'Isle-Adam (95313)</span><br />Population : 11979"}
},
"town-83112" : {
value: "11972",
latitude: 43.183611111111,
longitude: 5.7086111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Cyr-sur-Mer (83112)</span><br />Population : 11972"}
},
"town-95210" : {
value: "11959",
latitude: 48.969722222222,
longitude: 2.3080555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Enghien-les-Bains (95210)</span><br />Population : 11959"}
},
"town-59383" : {
value: "11958",
latitude: 50.348888888889,
longitude: 3.5441666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Marly (59383)</span><br />Population : 11958"}
},
"town-60509" : {
value: "11948",
latitude: 49.301111111111,
longitude: 2.6036111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pont-Sainte-Maxence (60509)</span><br />Population : 11948"}
},
"town-76114" : {
value: "11941",
latitude: 49.572222222222,
longitude: 0.4725,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bolbec (76114)</span><br />Population : 11941"}
},
"town-69283" : {
value: "11931",
latitude: 45.663055555556,
longitude: 4.9530555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mions (69283)</span><br />Population : 11931"}
},
"town-13081" : {
value: "11928",
latitude: 43.487777777778,
longitude: 5.2322222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rognac (13081)</span><br />Population : 11928"}
},
"town-74208" : {
value: "11917",
latitude: 45.923611111111,
longitude: 6.6863888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Passy (74208)</span><br />Population : 11917"}
},
"town-74208" : {
value: "11917",
latitude: 45.923611111111,
longitude: 6.6863888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Passy (74208)</span><br />Population : 11917"}
},
"town-28404" : {
value: "11881",
latitude: 48.720833333333,
longitude: 1.3605555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vernouillet (28404)</span><br />Population : 11881"}
},
"town-13007" : {
value: "11870",
latitude: 43.369444444444,
longitude: 5.6313888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Auriol (13007)</span><br />Population : 11870"}
},
"town-59273" : {
value: "11868",
latitude: 50.986388888889,
longitude: 2.1275,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gravelines (59273)</span><br />Population : 11868"}
},
"town-27284" : {
value: "11864",
latitude: 49.280555555556,
longitude: 1.7763888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gisors (27284)</span><br />Population : 11864"}
},
"town-97402" : {
value: "11860",
latitude: -20.995277777778,
longitude: 55.676111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bras-Panon (97402)</span><br />Population : 11860"}
},
"town-87154" : {
value: "11831",
latitude: 45.887222222222,
longitude: 0.90111111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Junien (87154)</span><br />Population : 11831"}
},
"town-83098" : {
value: "11830",
latitude: 43.105555555556,
longitude: 6.0233333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Pradet (83098)</span><br />Population : 11830"}
},
"town-13026" : {
value: "11796",
latitude: 43.383055555556,
longitude: 5.1641666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Châteauneuf-les-Martigues (13026)</span><br />Population : 11796"}
},
"town-78624" : {
value: "11777",
latitude: 48.980833333333,
longitude: 2.0061111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Triel-sur-Seine (78624)</span><br />Population : 11777"}
},
"town-68112" : {
value: "11757",
latitude: 47.9075,
longitude: 7.2102777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Guebwiller (68112)</span><br />Population : 11757"}
},
"town-31483" : {
value: "11753",
latitude: 43.108055555556,
longitude: 0.7233333333333301,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Gaudens (31483)</span><br />Population : 11753"}
},
"town-21617" : {
value: "11743",
latitude: 47.336388888889,
longitude: 5.0055555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Talant (21617)</span><br />Population : 11743"}
},
"town-64430" : {
value: "11674",
latitude: 43.488055555556,
longitude: -0.77083333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Orthez (64430)</span><br />Population : 11674"}
},
"town-97405" : {
value: "11671",
latitude: -21.355833333333,
longitude: 55.565833333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Petite-Île (97405)</span><br />Population : 11671"}
},
"town-63430" : {
value: "11645",
latitude: 45.856388888889,
longitude: 3.5475,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Thiers (63430)</span><br />Population : 11645"}
},
"town-06033" : {
value: "11639",
latitude: 43.7925,
longitude: 7.1877777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Carros (06033)</span><br />Population : 11639"}
},
"town-12176" : {
value: "11639",
latitude: 44.365555555556,
longitude: 2.5936111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Onet-le-Château (12176)</span><br />Population : 11639"}
},
"town-25580" : {
value: "11633",
latitude: 47.4625,
longitude: 6.8322222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Valentigney (25580)</span><br />Population : 11633"}
},
"town-73179" : {
value: "11620",
latitude: 45.596666666667,
longitude: 5.8775,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Motte-Servolex (73179)</span><br />Population : 11620"}
},
"town-76484" : {
value: "11613",
latitude: 49.341944444444,
longitude: 1.0913888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Oissel (76484)</span><br />Population : 11613"}
},
"town-57221" : {
value: "11580",
latitude: 49.321388888889,
longitude: 6.1183333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Florange (57221)</span><br />Population : 11580"}
},
"town-62525" : {
value: "11576",
latitude: 50.735555555556,
longitude: 2.2372222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Longuenesse (62525)</span><br />Population : 11576"}
},
"town-10333" : {
value: "11553",
latitude: 48.279722222222,
longitude: 4.0538888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-André-les-Vergers (10333)</span><br />Population : 11553"}
},
"town-22215" : {
value: "11537",
latitude: 48.489444444444,
longitude: -2.7958333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ploufragan (22215)</span><br />Population : 11537"}
},
"town-68063" : {
value: "11527",
latitude: 47.806666666667,
longitude: 7.1758333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cernay (68063)</span><br />Population : 11527"}
},
"town-69027" : {
value: "11518",
latitude: 45.673888888889,
longitude: 4.7541666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Brignais (69027)</span><br />Population : 11518"}
},
"town-59527" : {
value: "11505",
latitude: 50.660277777778,
longitude: 3.0438888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-André-lez-Lille (59527)</span><br />Population : 11505"}
},
"town-94060" : {
value: "11494",
latitude: 48.789444444444,
longitude: 2.5766666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Queue-en-Brie (94060)</span><br />Population : 11494"}
},
"town-76410" : {
value: "11486",
latitude: 49.481944444444,
longitude: 1.0419444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Maromme (76410)</span><br />Population : 11486"}
},
"town-39478" : {
value: "11481",
latitude: 46.387222222222,
longitude: 5.8633333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Claude (39478)</span><br />Population : 11481"}
},
"town-62758" : {
value: "11469",
latitude: 50.725833333333,
longitude: 1.6322222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Martin-Boulogne (62758)</span><br />Population : 11469"}
},
"town-64422" : {
value: "11449",
latitude: 43.194166666667,
longitude: -0.60666666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Oloron-Sainte-Marie (64422)</span><br />Population : 11449"}
},
"town-62318" : {
value: "11442",
latitude: 50.517777777778,
longitude: 1.6405555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Étaples (62318)</span><br />Population : 11442"}
},
"town-28280" : {
value: "11436",
latitude: 48.321666666667,
longitude: 0.82166666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Nogent-le-Rotrou (28280)</span><br />Population : 11436"}
},
"town-33005" : {
value: "11415",
latitude: 44.7425,
longitude: -1.0902777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Andernos-les-Bains (33005)</span><br />Population : 11415"}
},
"town-67365" : {
value: "11410",
latitude: 48.541666666667,
longitude: 7.7094444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ostwald (67365)</span><br />Population : 11410"}
},
"town-13097" : {
value: "11396",
latitude: 43.639722222222,
longitude: 4.8125,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Martin-de-Crau (13097)</span><br />Population : 11396"}
},
"town-38317" : {
value: "11386",
latitude: 45.123055555556,
longitude: 5.6980555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Pont-de-Claix (38317)</span><br />Population : 11386"}
},
"town-74133" : {
value: "11345",
latitude: 46.185,
longitude: 6.2075,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gaillard (74133)</span><br />Population : 11345"}
},
"town-38474" : {
value: "11317",
latitude: 45.205,
longitude: 5.665,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sassenage (38474)</span><br />Population : 11317"}
},
"town-2A247" : {
value: "11308",
latitude: 41.590833333333,
longitude: 9.279722222222199,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Porto-Vecchio (2A247)</span><br />Population : 11308"}
},
"town-31187" : {
value: "11301",
latitude: 43.536111111111,
longitude: 1.2311111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fonsorbes (31187)</span><br />Population : 11301"}
},
"town-83042" : {
value: "11292",
latitude: 43.2525,
longitude: 6.53,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cogolin (83042)</span><br />Population : 11292"}
},
"town-07102" : {
value: "11291",
latitude: 44.934444444444,
longitude: 4.8747222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Guilherand-Granges (07102)</span><br />Population : 11291"}
},
"town-07324" : {
value: "11287",
latitude: 45.067222222222,
longitude: 4.8327777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tournon-sur-Rhône (07324)</span><br />Population : 11287"}
},
"town-31113" : {
value: "11285",
latitude: 43.515555555556,
longitude: 1.4980555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Castanet-Tolosan (31113)</span><br />Population : 11285"}
},
"town-67348" : {
value: "11284",
latitude: 48.462222222222,
longitude: 7.4819444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Obernai (67348)</span><br />Population : 11284"}
},
"town-22050" : {
value: "11280",
latitude: 48.455555555556,
longitude: -2.0502777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Dinan (22050)</span><br />Population : 11280"}
},
"town-33009" : {
value: "11278",
latitude: 44.658611111111,
longitude: -1.1688888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Arcachon (33009)</span><br />Population : 11278"}
},
"town-13106" : {
value: "11258",
latitude: 43.398333333333,
longitude: 5.3658333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Septèmes-les-Vallons (13106)</span><br />Population : 11258"}
},
"town-31506" : {
value: "11244",
latitude: 43.551388888889,
longitude: 1.5341666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Orens-de-Gameville (31506)</span><br />Population : 11244"}
},
"town-63032" : {
value: "11229",
latitude: 45.751666666667,
longitude: 3.0830555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Beaumont (63032)</span><br />Population : 11229"}
},
"town-30341" : {
value: "11220",
latitude: 43.693333333333,
longitude: 4.2761111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vauvert (30341)</span><br />Population : 11220"}
},
"town-83130" : {
value: "11214",
latitude: 43.19,
longitude: 6.0411111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Solliès-Pont (83130)</span><br />Population : 11214"}
},
"town-18197" : {
value: "11204",
latitude: 46.722777777778,
longitude: 2.505,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Amand-Montrond (18197)</span><br />Population : 11204"}
},
"town-72003" : {
value: "11202",
latitude: 47.968611111111,
longitude: 0.16055555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Allonnes (72003)</span><br />Population : 11202"}
},
"town-14341" : {
value: "11192",
latitude: 49.138333333333,
longitude: -0.35305555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ifs (14341)</span><br />Population : 11192"}
},
"town-84080" : {
value: "11191",
latitude: 44.035555555556,
longitude: 4.9972222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Monteux (84080)</span><br />Population : 11191"}
},
"town-77118" : {
value: "11190",
latitude: 48.945,
longitude: 2.6866666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Claye-Souilly (77118)</span><br />Population : 11190"}
},
"town-35093" : {
value: "11169",
latitude: 48.6325,
longitude: -2.0616666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Dinard (35093)</span><br />Population : 11169"}
},
"town-59544" : {
value: "11134",
latitude: 50.369722222222,
longitude: 3.5547222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Saulve (59544)</span><br />Population : 11134"}
},
"town-60141" : {
value: "11132",
latitude: 49.186944444444,
longitude: 2.4608333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chantilly (60141)</span><br />Population : 11132"}
},
"town-62048" : {
value: "11116",
latitude: 50.508333333333,
longitude: 2.4736111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Auchel (62048)</span><br />Population : 11116"}
},
"town-77487" : {
value: "11078",
latitude: 48.526388888889,
longitude: 2.6822222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vaux-le-Pénil (77487)</span><br />Population : 11078"}
},
"town-79202" : {
value: "11066",
latitude: 46.648611111111,
longitude: -0.24694444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Parthenay (79202)</span><br />Population : 11066"}
},
"town-29235" : {
value: "11041",
latitude: 48.408611111111,
longitude: -4.3969444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Le Relecq-Kerhuon (29235)</span><br />Population : 11041"}
},
"town-66172" : {
value: "11033",
latitude: 42.713333333333,
longitude: 2.8419444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Estève (66172)</span><br />Population : 11033"}
},
"town-58086" : {
value: "11031",
latitude: 47.411388888889,
longitude: 2.9266666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cosne-Cours-sur-Loire (58086)</span><br />Population : 11031"}
},
"town-42184" : {
value: "11022",
latitude: 46.042777777778,
longitude: 4.0405555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Riorges (42184)</span><br />Population : 11022"}
},
"town-92077" : {
value: "11013",
latitude: 48.826111111111,
longitude: 2.1933333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ville-d'Avray (92077)</span><br />Population : 11013"}
},
"town-27056" : {
value: "11000",
latitude: 49.088611111111,
longitude: 0.5983333333333301,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bernay (27056)</span><br />Population : 11000"}
},
"town-37050" : {
value: "10986",
latitude: 47.3375,
longitude: 0.71388888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chambray-lès-Tours (37050)</span><br />Population : 10986"}
},
"town-13075" : {
value: "10982",
latitude: 43.346944444444,
longitude: 5.4630555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Plan-de-Cuques (13075)</span><br />Population : 10982"}
},
"town-67130" : {
value: "10954",
latitude: 48.421944444444,
longitude: 7.6611111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Erstein (67130)</span><br />Population : 10954"}
},
"town-84141" : {
value: "10905",
latitude: 43.9775,
longitude: 4.9030555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vedène (84141)</span><br />Population : 10905"}
},
"town-63284" : {
value: "10891",
latitude: 45.798333333333,
longitude: 3.2483333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pont-du-Château (63284)</span><br />Population : 10891"}
},
"town-91312" : {
value: "10878",
latitude: 48.742222222222,
longitude: 2.2261111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Igny (91312)</span><br />Population : 10878"}
},
"town-37109" : {
value: "10843",
latitude: 47.404166666667,
longitude: 0.59888888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Fondettes (37109)</span><br />Population : 10843"}
},
"town-57433" : {
value: "10842",
latitude: 49.212222222222,
longitude: 6.1611111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Maizières-lès-Metz (57433)</span><br />Population : 10842"}
},
"town-37156" : {
value: "10833",
latitude: 47.388333333333,
longitude: 0.82722222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montlouis-sur-Loire (37156)</span><br />Population : 10833"}
},
"town-13100" : {
value: "10819",
latitude: 43.789444444444,
longitude: 4.8316666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Rémy-de-Provence (13100)</span><br />Population : 10819"}
},
"town-74224" : {
value: "10814",
latitude: 46.066944444444,
longitude: 6.3119444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Roche-sur-Foron (74224)</span><br />Population : 10814"}
},
"town-44132" : {
value: "10796",
latitude: 47.265833333333,
longitude: -2.34,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pornichet (44132)</span><br />Population : 10796"}
},
"town-60157" : {
value: "10762",
latitude: 49.378888888889,
longitude: 2.4125,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Clermont (60157)</span><br />Population : 10762"}
},
"town-19275" : {
value: "10748",
latitude: 45.548055555556,
longitude: 2.3091666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ussel (19275)</span><br />Population : 10748"}
},
"town-56206" : {
value: "10746",
latitude: 47.686666666667,
longitude: -2.7344444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Avé (56206)</span><br />Population : 10746"}
},
"town-11206" : {
value: "10738",
latitude: 43.056944444444,
longitude: 2.2186111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Limoux (11206)</span><br />Population : 10738"}
},
"town-97212" : {
value: "10737",
latitude: 14.708055555556,
longitude: -61.0075,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gros-Morne (97212)</span><br />Population : 10737"}
},
"town-93030" : {
value: "10735",
latitude: 48.953611111111,
longitude: 2.4163888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Dugny (93030)</span><br />Population : 10735"}
},
"town-97401" : {
value: "10730",
latitude: -21.241944444444,
longitude: 55.333333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Les Avirons (97401)</span><br />Population : 10730"}
},
"town-56078" : {
value: "10718",
latitude: 47.790555555556,
longitude: -3.4886111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Guidel (56078)</span><br />Population : 10718"}
},
"town-91021" : {
value: "10712",
latitude: 48.590277777778,
longitude: 2.2477777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Arpajon (91021)</span><br />Population : 10712"}
},
"town-77251" : {
value: "10711",
latitude: 48.632222222222,
longitude: 2.5486111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lieusaint (77251)</span><br />Population : 10711"}
},
"town-85226" : {
value: "10697",
latitude: 46.721111111111,
longitude: -1.9455555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Hilaire-de-Riez (85226)</span><br />Population : 10697"}
},
"town-30202" : {
value: "10696",
latitude: 44.256388888889,
longitude: 4.6483333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pont-Saint-Esprit (30202)</span><br />Population : 10696"}
},
"town-02810" : {
value: "10691",
latitude: 49.253055555556,
longitude: 3.0902777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villers-Cotterêts (02810)</span><br />Population : 10691"}
},
"town-11203" : {
value: "10690",
latitude: 43.200555555556,
longitude: 2.7577777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lézignan-Corbières (11203)</span><br />Population : 10690"}
},
"town-97124" : {
value: "10688",
latitude: 16.027222222222,
longitude: -61.698333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Claude (97124)</span><br />Population : 10688"}
},
"town-89206" : {
value: "10676",
latitude: 47.982222222222,
longitude: 3.3972222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Joigny (89206)</span><br />Population : 10676"}
},
"town-62250" : {
value: "10673",
latitude: 50.458055555556,
longitude: 2.9472222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Courrières (62250)</span><br />Population : 10673"}
},
"town-34157" : {
value: "10668",
latitude: 43.426666666667,
longitude: 3.6052777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mèze (34157)</span><br />Population : 10668"}
},
"town-50147" : {
value: "10660",
latitude: 49.045277777778,
longitude: -1.4452777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Coutances (50147)</span><br />Population : 10660"}
},
"town-84088" : {
value: "10654",
latitude: 43.997777777778,
longitude: 5.0591666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pernes-les-Fontaines (84088)</span><br />Population : 10654"}
},
"town-81140" : {
value: "10649",
latitude: 43.698888888889,
longitude: 1.8188888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lavaur (81140)</span><br />Population : 10649"}
},
"town-35281" : {
value: "10647",
latitude: 48.090277777778,
longitude: -1.6955555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Jacques-de-la-Lande (35281)</span><br />Population : 10647"}
},
"town-70285" : {
value: "10635",
latitude: 47.5775,
longitude: 6.7616666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Héricourt (70285)</span><br />Population : 10635"}
},
"town-01173" : {
value: "10634",
latitude: 46.333333333333,
longitude: 6.0577777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gex (01173)</span><br />Population : 10634"}
},
"town-66171" : {
value: "10630",
latitude: 42.618055555556,
longitude: 3.0063888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Cyprien (66171)</span><br />Population : 10630"}
},
"town-87114" : {
value: "10627",
latitude: 45.838888888889,
longitude: 1.31,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Panazol (87114)</span><br />Population : 10627"}
},
"town-67204" : {
value: "10620",
latitude: 48.624166666667,
longitude: 7.7547222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hœnheim (67204)</span><br />Population : 10620"}
},
"town-28229" : {
value: "10600",
latitude: 48.453055555556,
longitude: 1.4619444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mainvilliers (28229)</span><br />Population : 10600"}
},
"town-95487" : {
value: "10592",
latitude: 49.153333333333,
longitude: 2.2711111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Persan (95487)</span><br />Population : 10592"}
},
"town-59616" : {
value: "10590",
latitude: 50.459444444444,
longitude: 3.5683333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vieux-Condé (59616)</span><br />Population : 10590"}
},
"town-10362" : {
value: "10587",
latitude: 48.294722222222,
longitude: 4.0488888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sainte-Savine (10362)</span><br />Population : 10587"}
},
"town-46102" : {
value: "10571",
latitude: 44.608611111111,
longitude: 2.0316666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Figeac (46102)</span><br />Population : 10571"}
},
"town-63164" : {
value: "10524",
latitude: 45.825833333333,
longitude: 3.1447222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gerzat (63164)</span><br />Population : 10524"}
},
"town-69243" : {
value: "10523",
latitude: 45.896111111111,
longitude: 4.4330555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tarare (69243)</span><br />Population : 10523"}
},
"town-42189" : {
value: "10522",
latitude: 45.433888888889,
longitude: 4.3236111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Roche-la-Molière (42189)</span><br />Population : 10522"}
},
"town-64335" : {
value: "10517",
latitude: 43.3325,
longitude: -0.43583333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lescar (64335)</span><br />Population : 10517"}
},
"town-51573" : {
value: "10496",
latitude: 49.25,
longitude: 3.9908333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Tinqueux (51573)</span><br />Population : 10496"}
},
"town-59179" : {
value: "10486",
latitude: 50.301388888889,
longitude: 3.3933333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Douchy-les-Mines (59179)</span><br />Population : 10486"}
},
"town-59008" : {
value: "10469",
latitude: 50.33,
longitude: 3.2511111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aniche (59008)</span><br />Population : 10469"}
},
"town-13110" : {
value: "10463",
latitude: 43.446944444444,
longitude: 5.6858333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Trets (13110)</span><br />Population : 10463"}
},
"town-06149" : {
value: "10453",
latitude: 43.740833333333,
longitude: 7.3141666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Trinité (06149)</span><br />Population : 10453"}
},
"town-35024" : {
value: "10447",
latitude: 48.1825,
longitude: -1.6438888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Betton (35024)</span><br />Population : 10447"}
},
"town-68375" : {
value: "10444",
latitude: 47.805277777778,
longitude: 7.2375,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Wittelsheim (68375)</span><br />Population : 10444"}
},
"town-06084" : {
value: "10443",
latitude: 43.62,
longitude: 6.9719444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mouans-Sartoux (06084)</span><br />Population : 10443"}
},
"town-81163" : {
value: "10437",
latitude: 43.491666666667,
longitude: 2.3733333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Mazamet (81163)</span><br />Population : 10437"}
},
"town-35236" : {
value: "10413",
latitude: 47.651388888889,
longitude: -2.0847222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Redon (35236)</span><br />Population : 10413"}
},
"town-31488" : {
value: "10402",
latitude: 43.665277777778,
longitude: 1.505,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Jean (31488)</span><br />Population : 10402"}
},
"town-83049" : {
value: "10389",
latitude: 43.2375,
longitude: 6.0708333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Cuers (83049)</span><br />Population : 10389"}
},
"town-26057" : {
value: "10381",
latitude: 45.037777777778,
longitude: 5.05,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bourg-de-Péage (26057)</span><br />Population : 10381"}
},
"town-78190" : {
value: "10361",
latitude: 48.877777777778,
longitude: 2.1422222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Croissy-sur-Seine (78190)</span><br />Population : 10361"}
},
"town-81060" : {
value: "10361",
latitude: 44.049166666667,
longitude: 2.1580555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Carmaux (81060)</span><br />Population : 10361"}
},
"town-09122" : {
value: "10358",
latitude: 42.965277777778,
longitude: 1.6069444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Foix (09122)</span><br />Population : 10358"}
},
"town-69273" : {
value: "10327",
latitude: 45.668055555556,
longitude: 4.9019444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Corbas (69273)</span><br />Population : 10327"}
},
"town-22136" : {
value: "10324",
latitude: 48.177777777778,
longitude: -2.7533333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Loudéac (22136)</span><br />Population : 10324"}
},
"town-83148" : {
value: "10312",
latitude: 43.427222222222,
longitude: 6.4319444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Vidauban (83148)</span><br />Population : 10312"}
},
"town-76216" : {
value: "10286",
latitude: 49.469722222222,
longitude: 1.0497222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Déville-lès-Rouen (76216)</span><br />Population : 10286"}
},
"town-24520" : {
value: "10279",
latitude: 44.89,
longitude: 1.2166666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sarlat-la-Canéda (24520)</span><br />Population : 10279"}
},
"town-37195" : {
value: "10279",
latitude: 47.389166666667,
longitude: 0.66055555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Riche (37195)</span><br />Population : 10279"}
},
"town-86041" : {
value: "10269",
latitude: 46.5975,
longitude: 0.34916666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Buxerolles (86041)</span><br />Population : 10269"}
},
"town-35210" : {
value: "10240",
latitude: 48.147777777778,
longitude: -1.7738888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pacé (35210)</span><br />Population : 10240"}
},
"town-54159" : {
value: "10239",
latitude: 48.625,
longitude: 6.3497222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Dombasle-sur-Meurthe (54159)</span><br />Population : 10239"}
},
"town-59426" : {
value: "10223",
latitude: 50.746666666667,
longitude: 3.1580555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Neuville-en-Ferrain (59426)</span><br />Population : 10223"}
},
"town-91216" : {
value: "10222",
latitude: 48.673888888889,
longitude: 2.3272222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Épinay-sur-Orge (91216)</span><br />Population : 10222"}
},
"town-16374" : {
value: "10216",
latitude: 45.640277777778,
longitude: 0.19777777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Soyaux (16374)</span><br />Population : 10216"}
},
"town-62516" : {
value: "10189",
latitude: 50.563611111111,
longitude: 2.4819444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Lillers (62516)</span><br />Population : 10189"}
},
"town-21515" : {
value: "10179",
latitude: 47.314444444444,
longitude: 5.1061111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Quetigny (21515)</span><br />Population : 10179"}
},
"town-57019" : {
value: "10167",
latitude: 49.260833333333,
longitude: 6.1419444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Amnéville (57019)</span><br />Population : 10167"}
},
"town-62014" : {
value: "10164",
latitude: 50.638611111111,
longitude: 2.3966666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aire-sur-la-Lys (62014)</span><br />Population : 10164"}
},
"town-62040" : {
value: "10163",
latitude: 50.735555555556,
longitude: 2.3025,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Arques (62040)</span><br />Population : 10163"}
},
"town-91200" : {
value: "10151",
latitude: 48.528888888889,
longitude: 2.0108333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Dourdan (91200)</span><br />Population : 10151"}
},
"town-66008" : {
value: "10149",
latitude: 42.546111111111,
longitude: 3.0238888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Argelès-sur-Mer (66008)</span><br />Population : 10149"}
},
"town-38565" : {
value: "10146",
latitude: 45.297777777778,
longitude: 5.6369444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Voreppe (38565)</span><br />Population : 10146"}
},
"town-35055" : {
value: "10145",
latitude: 48.088611111111,
longitude: -1.6163888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chantepie (35055)</span><br />Population : 10145"}
},
"town-21171" : {
value: "10132",
latitude: 47.301666666667,
longitude: 5.1355555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chevigny-Saint-Sauveur (21171)</span><br />Population : 10132"}
},
"town-97227" : {
value: "10131",
latitude: 14.468333333333,
longitude: -60.921666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sainte-Luce (97227)</span><br />Population : 10131"}
},
"town-59090" : {
value: "10130",
latitude: 50.701666666667,
longitude: 3.0933333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bondues (59090)</span><br />Population : 10130"}
},
"town-62587" : {
value: "10113",
latitude: 50.427777777778,
longitude: 2.9297222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Montigny-en-Gohelle (62587)</span><br />Population : 10113"}
},
"town-78674" : {
value: "10106",
latitude: 48.83,
longitude: 2.0022222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villepreux (78674)</span><br />Population : 10106"}
},
"town-85128" : {
value: "10094",
latitude: 46.454722222222,
longitude: -1.1658333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Luçon (85128)</span><br />Population : 10094"}
},
"town-84138" : {
value: "10077",
latitude: 44.384166666667,
longitude: 4.9902777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Valréas (84138)</span><br />Population : 10077"}
},
"town-54482" : {
value: "10070",
latitude: 48.701111111111,
longitude: 6.2066666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-Max (54482)</span><br />Population : 10070"}
},
"town-62771" : {
value: "10063",
latitude: 50.419722222222,
longitude: 2.8622222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Sallaumines (62771)</span><br />Population : 10063"}
},
"town-69152" : {
value: "10061",
latitude: 45.703611111111,
longitude: 4.8241666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pierre-Bénite (69152)</span><br />Population : 10061"}
},
"town-79329" : {
value: "10061",
latitude: 46.975,
longitude: -0.21527777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Thouars (79329)</span><br />Population : 10061"}
},
"town-83034" : {
value: "10060",
latitude: 43.095,
longitude: 6.0736111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Carqueiranne (83034)</span><br />Population : 10060"}
},
"town-57591" : {
value: "10045",
latitude: 49.249444444444,
longitude: 6.0947222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Rombas (57591)</span><br />Population : 10045"}
},
"town-83071" : {
value: "10017",
latitude: 43.138055555556,
longitude: 6.2344444444444,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Londe-les-Maures (83071)</span><br />Population : 10017"}
},
"town-80016" : {
value: "10008",
latitude: 50.001944444444,
longitude: 2.6522222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Albert (80016)</span><br />Population : 10008"}
},
"town-67067" : {
value: "10002",
latitude: 48.731944444444,
longitude: 7.7083333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Brumath (67067)</span><br />Population : 10002"}
},
"town-94055" : {
value: "9990",
latitude: 48.785833333333,
longitude: 2.5383333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Ormesson-sur-Marne (94055)</span><br />Population : 9990"}
},
"town-57447" : {
value: "9984",
latitude: 49.061111111111,
longitude: 6.1497222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Marly (57447)</span><br />Population : 9984"}
},
"town-44129" : {
value: "9961",
latitude: 47.436944444444,
longitude: -2.0877777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pontchâteau (44129)</span><br />Population : 9961"}
},
"town-59324" : {
value: "9935",
latitude: 50.294444444444,
longitude: 4.1013888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Jeumont (59324)</span><br />Population : 9935"}
},
"town-62637" : {
value: "9934",
latitude: 50.469166666667,
longitude: 2.9936111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Oignies (62637)</span><br />Population : 9934"}
},
"town-76319" : {
value: "9908",
latitude: 49.3575,
longitude: 1.0072222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Grand-Couronne (76319)</span><br />Population : 9908"}
},
"town-76165" : {
value: "9907",
latitude: 49.280833333333,
longitude: 1.0211111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Caudebec-lès-Elbeuf (76165)</span><br />Population : 9907"}
},
"town-42005" : {
value: "9893",
latitude: 45.526111111111,
longitude: 4.2602777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Andrézieux-Bouthéon (42005)</span><br />Population : 9893"}
},
"town-58303" : {
value: "9891",
latitude: 47.012222222222,
longitude: 3.1463888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Varennes-Vauzelles (58303)</span><br />Population : 9891"}
},
"town-59386" : {
value: "9877",
latitude: 50.675833333333,
longitude: 3.0661111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Marquette-lez-Lille (59386)</span><br />Population : 9877"}
},
"town-59636" : {
value: "9864",
latitude: 50.685277777778,
longitude: 3.0486111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Wambrechies (59636)</span><br />Population : 9864"}
},
"town-45075" : {
value: "9840",
latitude: 47.889722222222,
longitude: 1.8397222222222,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">La Chapelle-Saint-Mesmin (45075)</span><br />Population : 9840"}
},
"town-59153" : {
value: "9829",
latitude: 50.449166666667,
longitude: 3.5905555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Condé-sur-l'Escaut (59153)</span><br />Population : 9829"}
},
"town-33051" : {
value: "9826",
latitude: 44.644166666667,
longitude: -0.9783333333333299,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Biganos (33051)</span><br />Population : 9826"}
},
"town-91661" : {
value: "9825",
latitude: 48.701388888889,
longitude: 2.245,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Villebon-sur-Yvette (91661)</span><br />Population : 9825"}
},
"town-63014" : {
value: "9824",
latitude: 45.750833333333,
longitude: 3.1108333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Aubière (63014)</span><br />Population : 9824"}
},
"town-60282" : {
value: "9819",
latitude: 49.187777777778,
longitude: 2.4161111111111,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Gouvieux (60282)</span><br />Population : 9819"}
},
"town-69271" : {
value: "9813",
latitude: 45.744444444444,
longitude: 4.9663888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Chassieu (69271)</span><br />Population : 9813"}
},
"town-33366" : {
value: "9809",
latitude: 44.994722222222,
longitude: -0.44583333333333,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Saint-André-de-Cubzac (33366)</span><br />Population : 9809"}
},
"town-31451" : {
value: "9795",
latitude: 43.458611111111,
longitude: 2.0041666666667,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Revel (31451)</span><br />Population : 9795"}
},
"town-59011" : {
value: "9775",
latitude: 50.529444444444,
longitude: 2.9327777777778,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Annœullin (59011)</span><br />Population : 9775"}
},
"town-13069" : {
value: "9771",
latitude: 43.631388888889,
longitude: 5.1505555555556,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Pélissanne (13069)</span><br />Population : 9771"}
},
"town-91122" : {
value: "9769",
latitude: 48.696666666667,
longitude: 2.1613888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Bures-sur-Yvette (91122)</span><br />Population : 9769"}
},
"town-02381" : {
value: "9756",
latitude: 49.921666666667,
longitude: 4.0838888888889,
href : "#",
tooltip: {content : "<span style=\"font-weight:bold;\">Hirson (02381)</span><br />Population : 9756"}
}
}
});
// Example #6
$(".maparea6").mapael({
map : {
name : "world_countries",
defaultArea: {
attrs : {
stroke : "#fff",
"stroke-width" : 1
}
}
},
legend : {
area : {
display : true,
title :"Population by country",
slices : [
{
max :5000000,
attrs : {
fill : "#6aafe1"
},
label :"Less than de 5000000 inhabitants"
},
{
min :5000000,
max :10000000,
attrs : {
fill : "#459bd9"
},
label :"Between 5000000 and 10000000 inhabitants"
},
{
min :10000000,
max :50000000,
attrs : {
fill : "#2579b5"
},
label :"Between 10000000 and 50000000 inhabitants"
},
{
min :50000000,
attrs : {
fill : "#1a527b"
},
label :"More than 50 million inhabitants"
}
]
},
plot :{
display : true,
title: "Some cities ..."
, slices : [
{
max :500000,
attrs : {
fill : "#f99200"
},
attrsHover :{
transform : "s1.5",
"stroke-width" : 1
},
label :"less than 500 000 inhabitants",
size : 10
},
{
min :500000,
max :1000000,
attrs : {
fill : "#f99200"
},
attrsHover :{
transform : "s1.5",
"stroke-width" : 1
},
label :"Between 500 000 and 1 000 000 inhabitants",
size : 20
},
{
min :1000000,
attrs : {
fill : "#f99200"
},
attrsHover :{
transform : "s1.5",
"stroke-width" : 1
},
label :"More than 1 million inhabitants",
size : 30
}
]
}
},
plots : {
'paris' : {
latitude :48.86,
longitude :2.3444,
value : 500000000,
tooltip: {content : "Paris<br />Population: 500000000"}
},
'newyork' : {
latitude :40.667,
longitude :-73.833,
value : 200001,
tooltip: {content : "New york<br />Population: 200001"}
},
'sydney' : {
latitude :-33.917,
longitude :151.167,
value : 600000,
tooltip: {content : "Sydney<br />Population: 600000"}
},
'brasilia' : {
latitude :-15.781682,
longitude :-47.924195,
value : 200000001,
tooltip: {content : "Brasilia<br />Population: 200000001"}
},
'tokyo': {
latitude :35.687418,
longitude :139.692306,
value : 200001,
tooltip: {content : "Tokyo<br />Population: 200001"}
}
},
areas: {
"AF": {
"value": "35320445",
"attrs": {
"href": "#"
},
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Afghanistan<\/span><br \/>Population : 35320445"
}
},
"ZA": {
"value": "50586757",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">South Africa<\/span><br \/>Population : 50586757"
}
},
"AL": {
"value": "3215988",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Albania<\/span><br \/>Population : 3215988"
}
},
"DZ": {
"value": "35980193",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Algeria<\/span><br \/>Population : 35980193"
}
},
"DE": {
"value": "81726000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Germany<\/span><br \/>Population : 81726000"
}
},
"AD": {
"value": "86165",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Andorra<\/span><br \/>Population : 86165"
}
},
"AO": {
"value": "19618432",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Angola<\/span><br \/>Population : 19618432"
}
},
"AG": {
"value": "89612",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Antigua And Barbuda<\/span><br \/>Population : 89612"
}
},
"SA": {
"value": "28082541",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Saudi Arabia<\/span><br \/>Population : 28082541"
}
},
"AR": {
"value": "40764561",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Argentina<\/span><br \/>Population : 40764561"
}
},
"AM": {
"value": "3100236",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Armenia<\/span><br \/>Population : 3100236"
}
},
"AU": {
"value": "22620600",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Australia<\/span><br \/>Population : 22620600"
}
},
"AT": {
"value": "8419000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Austria<\/span><br \/>Population : 8419000"
}
},
"AZ": {
"value": "9168000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Azerbaijan<\/span><br \/>Population : 9168000"
}
},
"BS": {
"value": "347176",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Bahamas<\/span><br \/>Population : 347176"
}
},
"BH": {
"value": "1323535",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Bahrain<\/span><br \/>Population : 1323535"
}
},
"BD": {
"value": "150493658",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Bangladesh<\/span><br \/>Population : 150493658"
}
},
"BB": {
"value": "273925",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Barbados<\/span><br \/>Population : 273925"
}
},
"BE": {
"value": "11008000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Belgium<\/span><br \/>Population : 11008000"
}
},
"BZ": {
"value": "356600",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Belize<\/span><br \/>Population : 356600"
}
},
"BJ": {
"value": "9099922",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Benin<\/span><br \/>Population : 9099922"
}
},
"BT": {
"value": "738267",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Bhutan<\/span><br \/>Population : 738267"
}
},
"BY": {
"value": "9473000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Belarus<\/span><br \/>Population : 9473000"
}
},
"MM": {
"value": "48336763",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Myanmar<\/span><br \/>Population : 48336763"
}
},
"BO": {
"value": "10088108",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Bolivia, Plurinational State Of<\/span><br \/>Population : 10088108"
}
},
"BA": {
"value": "3752228",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Bosnia And Herzegovina<\/span><br \/>Population : 3752228"
}
},
"BW": {
"value": "2030738",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Botswana<\/span><br \/>Population : 2030738"
}
},
"BR": {
"value": "196655014",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Brazil<\/span><br \/>Population : 196655014"
}
},
"BN": {
"value": "405938",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Brunei Darussalam<\/span><br \/>Population : 405938"
}
},
"BG": {
"value": "7476000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Bulgaria<\/span><br \/>Population : 7476000"
}
},
"BF": {
"value": "16967845",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Burkina Faso<\/span><br \/>Population : 16967845"
}
},
"BI": {
"value": "8575172",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Burundi<\/span><br \/>Population : 8575172"
}
},
"KH": {
"value": "14305183",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Cambodia<\/span><br \/>Population : 14305183"
}
},
"CM": {
"value": "20030362",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Cameroon<\/span><br \/>Population : 20030362"
}
},
"CA": {
"value": "34482779",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Canada<\/span><br \/>Population : 34482779"
}
},
"CV": {
"value": "500585",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Cape Verde<\/span><br \/>Population : 500585"
}
},
"CF": {
"value": "4486837",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Central African Republic<\/span><br \/>Population : 4486837"
}
},
"CL": {
"value": "17269525",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Chile<\/span><br \/>Population : 17269525"
}
},
"CN": {
"value": "1344130000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">China<\/span><br \/>Population : 1344130000"
}
},
"CY": {
"value": "1116564",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Cyprus<\/span><br \/>Population : 1116564"
}
},
"CO": {
"value": "46927125",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Colombia<\/span><br \/>Population : 46927125"
}
},
"KM": {
"value": "753943",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Comoros<\/span><br \/>Population : 753943"
}
},
"CG": {
"value": "4139748",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Congo<\/span><br \/>Population : 4139748"
}
},
"CD": {
"value": "67757577",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Congo, The Democratic Republic Of The<\/span><br \/>Population : 67757577"
}
},
"KP": {
"value": "24451285",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Korea, Democratic People's Republic Of<\/span><br \/>Population : 24451285"
}
},
"KR": {
"value": "49779000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Korea, Republic Of<\/span><br \/>Population : 49779000"
}
},
"CR": {
"value": "4726575",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Costa Rica<\/span><br \/>Population : 4726575"
}
},
"CI": {
"value": "20152894",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">C\u00d4te D'ivoire<\/span><br \/>Population : 20152894"
}
},
"HR": {
"value": "4407000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Croatia<\/span><br \/>Population : 4407000"
}
},
"CU": {
"value": "11253665",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Cuba<\/span><br \/>Population : 11253665"
}
},
"DK": {
"value": "5574000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Denmark<\/span><br \/>Population : 5574000"
}
},
"DJ": {
"value": "905564",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Djibouti<\/span><br \/>Population : 905564"
}
},
"DM": {
"value": "67675",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Dominica<\/span><br \/>Population : 67675"
}
},
"EG": {
"value": "82536770",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Egypt<\/span><br \/>Population : 82536770"
}
},
"AE": {
"value": "7890924",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">United Arab Emirates<\/span><br \/>Population : 7890924"
}
},
"EC": {
"value": "14666055",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Ecuador<\/span><br \/>Population : 14666055"
}
},
"ER": {
"value": "5415280",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Eritrea<\/span><br \/>Population : 5415280"
}
},
"ES": {
"value": "46235000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Spain<\/span><br \/>Population : 46235000"
}
},
"EE": {
"value": "1340000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Estonia<\/span><br \/>Population : 1340000"
}
},
"US": {
"value": "311591917",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">United States<\/span><br \/>Population : 311591917"
}
},
"ET": {
"value": "84734262",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Ethiopia<\/span><br \/>Population : 84734262"
}
},
"FJ": {
"value": "868406",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Fiji<\/span><br \/>Population : 868406"
}
},
"FI": {
"value": "5387000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Finland<\/span><br \/>Population : 5387000"
}
},
"FR": {
"value": "65436552",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">France<\/span><br \/>Population : 65436552"
}
},
"GA": {
"value": "1534262",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Gabon<\/span><br \/>Population : 1534262"
}
},
"GM": {
"value": "1776103",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Gambia<\/span><br \/>Population : 1776103"
}
},
"GE": {
"value": "4486000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Georgia<\/span><br \/>Population : 4486000"
}
},
"GH": {
"value": "24965816",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Ghana<\/span><br \/>Population : 24965816"
}
},
"GR": {
"value": "11304000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Greece<\/span><br \/>Population : 11304000"
}
},
"GD": {
"value": "104890",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Grenada<\/span><br \/>Population : 104890"
}
},
"GT": {
"value": "14757316",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Guatemala<\/span><br \/>Population : 14757316"
}
},
"GN": {
"value": "10221808",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Guinea<\/span><br \/>Population : 10221808"
}
},
"GQ": {
"value": "720213",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Equatorial Guinea<\/span><br \/>Population : 720213"
}
},
"GW": {
"value": "1547061",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Guinea-bissau<\/span><br \/>Population : 1547061"
}
},
"GY": {
"value": "756040",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Guyana<\/span><br \/>Population : 756040"
}
},
"HT": {
"value": "10123787",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Haiti<\/span><br \/>Population : 10123787"
}
},
"HN": {
"value": "7754687",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Honduras<\/span><br \/>Population : 7754687"
}
},
"HU": {
"value": "9971000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Hungary<\/span><br \/>Population : 9971000"
}
},
"JM": {
"value": "2709300",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Jamaica<\/span><br \/>Population : 2709300"
}
},
"JP": {
"value": "127817277",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Japan<\/span><br \/>Population : 127817277"
}
},
"MH": {
"value": "54816",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Marshall Islands<\/span><br \/>Population : 54816"
}
},
"PW": {
"value": "20609",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Palau<\/span><br \/>Population : 20609"
}
},
"SB": {
"value": "552267",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Solomon Islands<\/span><br \/>Population : 552267"
}
},
"IN": {
"value": "1241491960",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">India<\/span><br \/>Population : 1241491960"
}
},
"ID": {
"value": "242325638",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Indonesia<\/span><br \/>Population : 242325638"
}
},
"JO": {
"value": "6181000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Jordan<\/span><br \/>Population : 6181000"
}
},
"IR": {
"value": "74798599",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Iran, Islamic Republic Of<\/span><br \/>Population : 74798599"
}
},
"IQ": {
"value": "32961959",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Iraq<\/span><br \/>Population : 32961959"
}
},
"IE": {
"value": "4487000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Ireland<\/span><br \/>Population : 4487000"
}
},
"IS": {
"value": "319000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Iceland<\/span><br \/>Population : 319000"
}
},
"IL": {
"value": "7765700",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Israel<\/span><br \/>Population : 7765700"
}
},
"IT": {
"value": "60770000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Italy<\/span><br \/>Population : 60770000"
}
},
"KZ": {
"value": "16558459",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Kazakhstan<\/span><br \/>Population : 16558459"
}
},
"KE": {
"value": "41609728",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Kenya<\/span><br \/>Population : 41609728"
}
},
"KG": {
"value": "5507000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Kyrgyzstan<\/span><br \/>Population : 5507000"
}
},
"KI": {
"value": "101093",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Kiribati<\/span><br \/>Population : 101093"
}
},
"KW": {
"value": "2818042",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Kuwait<\/span><br \/>Population : 2818042"
}
},
"LA": {
"value": "6288037",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Lao People's Democratic Republic<\/span><br \/>Population : 6288037"
}
},
"LS": {
"value": "2193843",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Lesotho<\/span><br \/>Population : 2193843"
}
},
"LV": {
"value": "2220000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Latvia<\/span><br \/>Population : 2220000"
}
},
"LB": {
"value": "4259405",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Lebanon<\/span><br \/>Population : 4259405"
}
},
"LR": {
"value": "4128572",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Liberia<\/span><br \/>Population : 4128572"
}
},
"LY": {
"value": "6422772",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Libya<\/span><br \/>Population : 6422772"
}
},
"LI": {
"value": "36304",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Liechtenstein<\/span><br \/>Population : 36304"
}
},
"LT": {
"value": "3203000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Lithuania<\/span><br \/>Population : 3203000"
}
},
"LU": {
"value": "517000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Luxembourg<\/span><br \/>Population : 517000"
}
},
"MK": {
"value": "2063893",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Macedonia, The Former Yugoslav Republic Of<\/span><br \/>Population : 2063893"
}
},
"MG": {
"value": "21315135",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Madagascar<\/span><br \/>Population : 21315135"
}
},
"MY": {
"value": "28859154",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Malaysia<\/span><br \/>Population : 28859154"
}
},
"MW": {
"value": "15380888",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Malawi<\/span><br \/>Population : 15380888"
}
},
"MV": {
"value": "320081",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Maldives<\/span><br \/>Population : 320081"
}
},
"ML": {
"value": "15839538",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Mali<\/span><br \/>Population : 15839538"
}
},
"MT": {
"value": "419000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Malta<\/span><br \/>Population : 419000"
}
},
"MA": {
"value": "32272974",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Morocco<\/span><br \/>Population : 32272974"
}
},
"MU": {
"value": "1286051",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Mauritius<\/span><br \/>Population : 1286051"
}
},
"MR": {
"value": "3541540",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Mauritania<\/span><br \/>Population : 3541540"
}
},
"MX": {
"value": "114793341",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Mexico<\/span><br \/>Population : 114793341"
}
},
"FM": {
"value": "111542",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Micronesia, Federated States Of<\/span><br \/>Population : 111542"
}
},
"MD": {
"value": "3559000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Moldova, Republic Of<\/span><br \/>Population : 3559000"
}
},
"MC": {
"value": "35427",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Monaco<\/span><br \/>Population : 35427"
}
},
"MN": {
"value": "2800114",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Mongolia<\/span><br \/>Population : 2800114"
}
},
"ME": {
"value": "632261",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Montenegro<\/span><br \/>Population : 632261"
}
},
"MZ": {
"value": "23929708",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Mozambique<\/span><br \/>Population : 23929708"
}
},
"NA": {
"value": "2324004",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Namibia<\/span><br \/>Population : 2324004"
}
},
"NP": {
"value": "30485798",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Nepal<\/span><br \/>Population : 30485798"
}
},
"NI": {
"value": "5869859",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Nicaragua<\/span><br \/>Population : 5869859"
}
},
"NE": {
"value": "16068994",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Niger<\/span><br \/>Population : 16068994"
}
},
"NG": {
"value": "162470737",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Nigeria<\/span><br \/>Population : 162470737"
}
},
"NO": {
"value": "4952000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Norway<\/span><br \/>Population : 4952000"
}
},
"NZ": {
"value": "4405200",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">New Zealand<\/span><br \/>Population : 4405200"
}
},
"OM": {
"value": "2846145",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Oman<\/span><br \/>Population : 2846145"
}
},
"UG": {
"value": "34509205",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Uganda<\/span><br \/>Population : 34509205"
}
},
"UZ": {
"value": "29341200",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Uzbekistan<\/span><br \/>Population : 29341200"
}
},
"PK": {
"value": "176745364",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Pakistan<\/span><br \/>Population : 176745364"
}
},
"PS": {
"value": "4019433",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Palestine, State Of<\/span><br \/>Population : 4019433"
}
},
"PA": {
"value": "3571185",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Panama<\/span><br \/>Population : 3571185"
}
},
"PG": {
"value": "7013829",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Papua New Guinea<\/span><br \/>Population : 7013829"
}
},
"PY": {
"value": "6568290",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Paraguay<\/span><br \/>Population : 6568290"
}
},
"NL": {
"value": "16696000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Netherlands<\/span><br \/>Population : 16696000"
}
},
"PE": {
"value": "29399817",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Peru<\/span><br \/>Population : 29399817"
}
},
"PH": {
"value": "94852030",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Philippines<\/span><br \/>Population : 94852030"
}
},
"PL": {
"value": "38216000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Poland<\/span><br \/>Population : 38216000"
}
},
"PT": {
"value": "10637000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Portugal<\/span><br \/>Population : 10637000"
}
},
"QA": {
"value": "1870041",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Qatar<\/span><br \/>Population : 1870041"
}
},
"DO": {
"value": "10056181",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Dominican Republic<\/span><br \/>Population : 10056181"
}
},
"RO": {
"value": "21390000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Romania<\/span><br \/>Population : 21390000"
}
},
"GB": {
"value": "62641000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">United Kingdom<\/span><br \/>Population : 62641000"
}
},
"RU": {
"value": "141930000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Russian Federation<\/span><br \/>Population : 141930000"
}
},
"RW": {
"value": "10942950",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Rwanda<\/span><br \/>Population : 10942950"
}
},
"KN": {
"value": "53051",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Saint Kitts And Nevis<\/span><br \/>Population : 53051"
}
},
"SM": {
"value": "31735",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">San Marino<\/span><br \/>Population : 31735"
}
},
"VC": {
"value": "109365",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Saint Vincent And The Grenadines<\/span><br \/>Population : 109365"
}
},
"LC": {
"value": "176000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Saint Lucia<\/span><br \/>Population : 176000"
}
},
"SV": {
"value": "6227491",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">El Salvador<\/span><br \/>Population : 6227491"
}
},
"WS": {
"value": "183874",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Samoa<\/span><br \/>Population : 183874"
}
},
"ST": {
"value": "168526",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Sao Tome And Principe<\/span><br \/>Population : 168526"
}
},
"SN": {
"value": "12767556",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Senegal<\/span><br \/>Population : 12767556"
}
},
"RS": {
"value": "7261000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Serbia<\/span><br \/>Population : 7261000"
}
},
"SC": {
"value": "86000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Seychelles<\/span><br \/>Population : 86000"
}
},
"SL": {
"value": "5997486",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Sierra Leone<\/span><br \/>Population : 5997486"
}
},
"SG": {
"value": "5183700",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Singapore<\/span><br \/>Population : 5183700"
}
},
"SK": {
"value": "5440000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Slovakia<\/span><br \/>Population : 5440000"
}
},
"SI": {
"value": "2052000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Slovenia<\/span><br \/>Population : 2052000"
}
},
"SO": {
"value": "9556873",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Somalia<\/span><br \/>Population : 9556873"
}
},
"SD": {
"value": "34318385",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Sudan<\/span><br \/>Population : 34318385"
}
},
"SS": {
"value": "10314021",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">South Sudan<\/span><br \/>Population : 10314021"
}
},
"LK": {
"value": "20869000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Sri Lanka<\/span><br \/>Population : 20869000"
}
},
"SE": {
"value": "9453000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Sweden<\/span><br \/>Population : 9453000"
}
},
"CH": {
"value": "7907000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Switzerland<\/span><br \/>Population : 7907000"
}
},
"SR": {
"value": "529419",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Suriname<\/span><br \/>Population : 529419"
}
},
"SZ": {
"value": "1067773",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Swaziland<\/span><br \/>Population : 1067773"
}
},
"SY": {
"value": "20820311",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Syrian Arab Republic<\/span><br \/>Population : 20820311"
}
},
"TJ": {
"value": "6976958",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Tajikistan<\/span><br \/>Population : 6976958"
}
},
"TZ": {
"value": "46218486",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Tanzania, United Republic Of<\/span><br \/>Population : 46218486"
}
},
"TD": {
"value": "11525496",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Chad<\/span><br \/>Population : 11525496"
}
},
"CZ": {
"value": "10546000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Czech Republic<\/span><br \/>Population : 10546000"
}
},
"TH": {
"value": "69518555",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Thailand<\/span><br \/>Population : 69518555"
}
},
"TL": {
"value": "1175880",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Timor-leste<\/span><br \/>Population : 1175880"
}
},
"TG": {
"value": "6154813",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Togo<\/span><br \/>Population : 6154813"
}
},
"TO": {
"value": "104509",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Tonga<\/span><br \/>Population : 104509"
}
},
"TT": {
"value": "1346350",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Trinidad And Tobago<\/span><br \/>Population : 1346350"
}
},
"TN": {
"value": "10673800",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Tunisia<\/span><br \/>Population : 10673800"
}
},
"TM": {
"value": "5105301",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Turkmenistan<\/span><br \/>Population : 5105301"
}
},
"TR": {
"value": "73639596",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Turkey<\/span><br \/>Population : 73639596"
}
},
"TV": {
"value": "9847",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Tuvalu<\/span><br \/>Population : 9847"
}
},
"VU": {
"value": "245619",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Vanuatu<\/span><br \/>Population : 245619"
}
},
"VE": {
"value": "29278000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Venezuela, Bolivarian Republic Of<\/span><br \/>Population : 29278000"
}
},
"VN": {
"value": "87840000",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Viet Nam<\/span><br \/>Population : 87840000"
}
},
"UA": {
"value": "45706100",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Ukraine<\/span><br \/>Population : 45706100"
}
},
"UY": {
"value": "3368595",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Uruguay<\/span><br \/>Population : 3368595"
}
},
"YE": {
"value": "24799880",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Yemen<\/span><br \/>Population : 24799880"
}
},
"ZM": {
"value": "13474959",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Zambia<\/span><br \/>Population : 13474959"
}
},
"ZW": {
"value": "12754378",
"href" : "#",
"tooltip": {
"content": "<span style=\"font-weight:bold;\">Zimbabwe<\/span><br \/>Population : 12754378"
}
}
}
});
// Example #7
$(".maparea7").mapael({
map : {
name : "usa_states"
},
plots: {
'ny' : {
latitude: 40.717079,
longitude: -74.00116,
tooltip: {content : "New York"}
},
'an' : {
latitude: 61.2108398,
longitude: -149.9019557,
tooltip: {content : "Anchorage"}
},
'sf' : {
latitude: 37.792032,
longitude: -122.394613,
tooltip: {content : "San Francisco"}
},
'pa' : {
latitude: 19.493204,
longitude: -154.8199569,
tooltip: {content : "Pahoa"}
}
}
});
});