Last active
August 29, 2015 14:00
-
-
Save aaizemberg/11386526 to your computer and use it in GitHub Desktop.
ciudades con mas de 50,000 habitantes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>ciudades con mas de 50,000 habitantes</title> | |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" /> | |
<script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="stylesheet" href="http://leaflet.github.io/Leaflet.markercluster/example/screen.css" /> | |
<link rel="stylesheet" href="http://leaflet.github.io/Leaflet.markercluster/dist/MarkerCluster.css" /> | |
<link rel="stylesheet" href="http://leaflet.github.io/Leaflet.markercluster/dist/MarkerCluster.Default.css" /> | |
<script src="http://leaflet.github.io/Leaflet.markercluster/dist/leaflet.markercluster-src.js"></script> | |
<script src="loca50k.js" charset="utf-8"></script> | |
</head> | |
<body> | |
<div id="map"></div> | |
<script type="text/javascript"> | |
var tiles = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', { | |
maxZoom: 18, | |
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a>' | |
}), | |
latlng = L.latLng(-39, -57); | |
var map = L.map('map', {center: latlng, zoom: 4, layers: [tiles]}); | |
var markers = L.markerClusterGroup({ chunkedLoading: true }); | |
for (var i = 0; i < addressPoints.length; i++) { | |
var a = addressPoints[i]; | |
var title = a[2]; | |
var marker = L.marker(L.latLng(a[0], a[1]), { title: title }); | |
marker.bindPopup(title); | |
markers.addLayer(marker); | |
} | |
map.addLayer(markers); | |
</script> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var addressPoints = [ | |
[-34.6129, -58.446, 'Ciudad Autónoma de Bs As<br>2,890,151 habitantes'], | |
[-34.6764, -58.5604, 'La Matanza<br>1,775,272 habitantes'], | |
[-31.4138, -64.1833, 'Cordoba<br>1,317,298 habitantes'], | |
[-32.9538, -60.6515, 'Rosario<br>948,312 habitantes'], | |
[-34.9221, -57.9544, 'La Plata<br>643,133 habitantes'], | |
[-34.7612, -58.3988, 'Lomas de Zamora<br>616,279 habitantes'], | |
[-37.9989, -57.5475, 'Mar del Plata<br>593,337 habitantes'], | |
[-34.7247, -58.2613, 'Quilmes<br>582,943 habitantes'], | |
[-34.7978, -58.3844, 'Almirante Brown<br>552,139 habitantes'], | |
[-26.829, -65.2105, 'San Miguel de Tucumán<br>548,866 habitantes'], | |
[-34.6673, -58.7285, 'Merlo<br>527,658 habitantes'], | |
[-24.7824, -65.4141, 'Salta<br>520,683 habitantes'], | |
[-34.7064, -58.3911, 'Lanus<br>459,263 habitantes'], | |
[-34.6485, -58.787, 'Moreno<br>452,505 habitantes'], | |
[-34.808, -58.2763, 'Florencio Varela<br>426,005 habitantes'], | |
[-34.5697, -58.5349, 'General San Martin<br>414,196 habitantes'], | |
[-31.6452, -60.7093, 'Santa Fe<br>391,164 habitantes'], | |
[-34.4257, -58.581, 'Tigre<br>370,913 habitantes'], | |
[-27.4633, -58.8392, 'Corrientes<br>346,334 habitantes'], | |
[-34.667, -58.361, 'Avellaneda<br>342,677 habitantes'], | |
[-34.6048, -58.561, 'Tres de Febrero<br>340,071 habitantes'], | |
[-34.7633, -58.2078, 'Berazategui<br>324,156 habitantes'], | |
[-34.4941, -58.7005, 'Malvinas Argentinas<br>322,375 habitantes'], | |
[-34.6486, -58.6221, 'Moron<br>321,109 habitantes'], | |
[-34.8182, -58.4654, 'Esteban Echeverria<br>300,745 habitantes'], | |
[-34.4565, -58.9147, 'Pilar<br>296,826 habitantes'], | |
[-34.4722, -58.511, 'San Isidro<br>292,878 habitantes'], | |
[-38.7138, -62.266, 'Bahia Blanca<br>291,327 habitantes'], | |
[-27.4521, -58.9876, 'Resistencia<br>290,723 habitantes'], | |
[-34.5438, -58.7127, 'San Miguel<br>276,190 habitantes'], | |
[-27.3662, -55.894, 'Posadas<br>275,028 habitantes'], | |
[-34.5085, -58.4816, 'Vicente Lopez<br>269,420 habitantes'], | |
[-34.5193, -58.7498, 'Jose C. Paz<br>265,981 habitantes'], | |
[-24.1954, -65.3025, 'San Salvador de Jujuy<br>257,970 habitantes'], | |
[-32.8846, -68.822, 'Guaymallén<br>252,618 habitantes'], | |
[-27.8089, -64.2167, 'Santiago del Estero<br>252,192 habitantes'], | |
[-31.7416, -60.5284, 'Paraná<br>247,139 habitantes'], | |
[-38.9493, -68.0839, 'Neuquén<br>231,198 habitantes'], | |
[-26.1828, -58.1734, 'Formosa<br>222,226 habitantes'], | |
[-34.3478, -58.792, 'Escobar<br>212,208 habitantes'], | |
[-32.9128, -68.8573, 'Godoy Cruz<br>191,299 habitantes'], | |
[-32.8491, -68.846, 'Las Heras<br>189,067 habitantes'], | |
[-34.5926, -58.6335, 'Hurlingham<br>181,241 habitantes'], | |
[-29.4218, -66.8567, 'La Rioja<br>178,872 habitantes'], | |
[-45.876, -67.5147, 'Comodoro Rivadavia<br>175,196 habitantes'], | |
[-33.3023, -66.3361, 'San Luis<br>169,947 habitantes'], | |
[-34.6625, -58.6661, 'Ituzaingo<br>167,824 habitantes'], | |
[-34.8499, -58.5229, 'Ezeiza<br>162,475 habitantes'], | |
[-34.4418, -58.558, 'San Fernando<br>160,284 habitantes'], | |
[-28.4847, -65.7868, 'San Fernando del Valle de Catamarca<br>159,139 habitantes'], | |
[-33.1243, -64.3487, 'Rio Cuarto<br>157,010 habitantes'], | |
[-31.3881, -58.0162, 'Concordia<br>149,450 habitantes'], | |
[-33.3347, -60.2184, 'San Nicolas de los Arroyos<br>133,602 habitantes'], | |
[-34.6139, -68.3343, 'San Rafael<br>118,009 habitantes'], | |
[-37.3239, -59.1311, 'Tandil<br>116,916 habitantes'], | |
[-32.887, -68.8543, 'Mendoza<br>114,893 habitantes'], | |
[-33.6739, -65.4625, 'Villa Mercedes<br>111,391 habitantes'], | |
[-31.5827, -68.5421, 'Rawson<br>109,424 habitantes'], | |
[-41.1369, -71.2991, 'San Carlos de Bariloche<br>109,305 habitantes'], | |
[-31.5372, -68.525, 'San Juan<br>109,123 habitantes'], | |
[-32.9791, -68.7983, 'Maipú<br>106,662 habitantes'], | |
[-27.7598, -64.1861, 'La Banda<br>106,441 habitantes'], | |
[-36.6183, -64.2917, 'Santa Rosa<br>102,860 habitantes'], | |
[-34.0999, -59.0246, 'Zarate<br>98,522 habitantes'], | |
[-43.2484, -65.3104, 'Trelew<br>97,915 habitantes'], | |
[-34.5707, -59.1095, 'Lujan<br>97,363 habitantes'], | |
[-51.6214, -69.2291, 'Río Gallegos<br>95,796 habitantes'], | |
[-31.2482, -61.4998, 'Rafaela<br>91,571 habitantes'], | |
[-33.895, -60.5716, 'Pergamino<br>91,399 habitantes'], | |
[-26.7941, -60.4423, 'Presidencia Roque Saenz Peña<br>89,882 habitantes'], | |
[-36.8921, -60.318, 'Olavarria<br>89,721 habitantes'], | |
[-34.8764, -57.8864, 'Berisso<br>87,698 habitantes'], | |
[-34.5838, -60.9473, 'Junin<br>87,509 habitantes'], | |
[-31.4932, -68.5335, 'Chimbas<br>87,258 habitantes'], | |
[-34.164, -58.9589, 'Campana<br>86,860 habitantes'], | |
[-34.6079, -58.9503, 'General Rodriguez<br>85,315 habitantes'], | |
[-38.5556, -58.7383, 'Necochea - Quequen<br>84,784 habitantes'], | |
[-33.034, -68.8884, 'Luján de Cuyo<br>82,615 habitantes'], | |
[-31.5335, -68.5921, 'Rivadavia<br>82,582 habitantes'], | |
[-39.0267, -67.5749, 'General Roca<br>81,534 habitantes'], | |
[-42.7551, -65.0422, 'Puerto Madryn<br>81,315 habitantes'], | |
[-34.9166, -58.3788, 'Presidente Peron<br>80,824 habitantes'], | |
[-33.0224, -60.6336, 'Villa Gobernador Gálvez<br>80,769 habitantes'], | |
[-33.01, -58.5164, 'Gualeguaychú<br>80,614 habitantes'], | |
[-33.0857, -68.481, 'San Martín<br>79,476 habitantes'], | |
[-32.4121, -63.25, 'Villa Maria<br>79,351 habitantes'], | |
[-38.9386, -67.9956, 'Cipolletti<br>77,713 habitantes'], | |
[-23.1298, -64.3186, 'San Ramón de la Nueva Orán<br>76,070 habitantes'], | |
[-33.7473, -61.9695, 'Venado Tuerto<br>75,437 habitantes'], | |
[-32.4854, -58.232, 'Concepción del Uruguay<br>72,528 habitantes'], | |
[-29.1413, -59.2605, 'Goya<br>71,606 habitantes'], | |
[-29.1451, -59.6511, 'Reconquista<br>70,549 habitantes'], | |
[-53.787, -67.7132, 'Río Grande<br>66,475 habitantes'], | |
[-31.6648, -60.7626, 'Santo Tomé<br>65,684 habitantes'], | |
[-27.4817, -55.1251, 'Oberá<br>63,960 habitantes'], | |
[-26.8342, -65.1669, 'Banda del Río Salí<br>63,226 habitantes'], | |
[-22.5099, -63.797, 'Tartagal<br>63,196 habitantes'], | |
[-31.4182, -64.4933, 'Villa Carlos Paz<br>62,423 habitantes'], | |
[-31.4276, -62.0866, 'San Francisco<br>61,750 habitantes'], | |
[-24.2258, -64.8646, 'San Pedro<br>59,131 habitantes'], | |
[-38.8814, -62.075, 'Punta Alta<br>58,315 habitantes'], | |
[-35.024, -58.4206, 'San Vicente<br>58,165 habitantes'], | |
[-34.898, -60.0189, 'Chivilcoy<br>58,152 habitantes'], | |
[-26.8156, -65.2692, 'Yerba Buena - Marcos Paz<br>57,392 habitantes'], | |
[-26.4086, -54.6238, 'Eldorado<br>57,323 habitantes'], | |
[-35.6634, -63.7609, 'General Pico<br>56,795 habitantes'], | |
[-54.8036, -68.3161, 'Ushuaia<br>56,593 habitantes'], | |
[-34.8591, -57.9132, 'Ensenada<br>56,463 habitantes'], | |
[-34.6522, -59.4296, 'Mercedes<br>56,116 habitantes'], | |
[-36.7795, -59.8586, 'Azul<br>55,728 habitantes'], | |
[-27.4878, -58.9327, 'Barranqueras<br>54,698 habitantes'], | |
[-26.776, -65.202, 'Villa Mariano Moreno - El Colmenar<br>52,960 habitantes'], | |
[-25.2922, -57.7178, 'Clorinda<br>52,837 habitantes'], | |
[-40.8093, -62.9853, 'Viedma<br>52,789 habitantes'], | |
[-46.4459, -67.5252, 'Caleta Olivia<br>51,733 habitantes'], | |
[-34.78, -58.8335, 'Marcos Paz<br>50,460 habitantes'], | |
[-24.2495, -65.2155, 'Palpalá<br>50,183 habitantes'] | |
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var addressPoints = [ | |
[-34.61, -58.39, 'ciudad de buenos aires<br>2,890,151 habitantes'], | |
[-34.68, -58.56, 'la matanza<br>1,775,272 habitantes'], | |
[-31.41, -64.18, 'cordoba<br>1,317,298 habitantes'], | |
[-32.95, -60.65, 'rosario<br>948,312 habitantes'], | |
[-34.92, -57.95, 'la plata<br>643,133 habitantes'], | |
[-34.76, -58.4, 'lomas de zamora<br>616,279 habitantes'], | |
[-38, -57.55, 'mar del plata<br>593,337 habitantes'], | |
[-34.73, -58.26, 'quilmes<br>582,943 habitantes'], | |
[-34.8, -58.39, 'almirante brown<br>552,139 habitantes'], | |
[-26.83, -65.21, 'san miguel de tucuman<br>548,866 habitantes'], | |
[-34.67, -58.73, 'merlo<br>527,658 habitantes'], | |
[-24.78, -65.41, 'salta<br>520,683 habitantes'], | |
[-34.71, -58.39, 'lanus<br>459,263 habitantes'], | |
[-34.65, -58.79, 'moreno<br>452,505 habitantes'], | |
[-34.81, -58.28, 'florencio varela<br>426,005 habitantes'], | |
[-34.57, -58.53, 'general san martin<br>414,196 habitantes'], | |
[-31.64, -60.71, 'santa fe<br>391,164 habitantes'], | |
[-34.43, -58.58, 'tigre<br>370,913 habitantes'], | |
[-27.46, -58.84, 'corrientes<br>346,334 habitantes'], | |
[-34.67, -58.36, 'avellaneda<br>342,677 habitantes'], | |
[-34.6, -58.56, 'tresde febrero<br>340,071 habitantes'], | |
[-34.76, -58.21, 'berazategui<br>324,156 habitantes'], | |
[-34.49, -58.7, 'malvinas argentinas<br>322,375 habitantes'], | |
[-34.65, -58.62, 'moron<br>321,109 habitantes'], | |
[-34.82, -58.47, 'esteban echeverria<br>300,745 habitantes'], | |
[-34.46, -58.91, 'pilar<br>296,826 habitantes'], | |
[-34.47, -58.51, 'san isidro<br>292,878 habitantes'], | |
[-38.71, -62.27, 'bahia blanca<br>291,327 habitantes'], | |
[-27.45, -58.99, 'resistencia<br>290,723 habitantes'], | |
[-34.54, -58.71, 'san miguel<br>276,190 habitantes'], | |
[-27.37, -55.89, 'posadas<br>275,028 habitantes'], | |
[-34.51, -58.48, 'vicente lopez<br>269,420 habitantes'], | |
[-34.52, -58.75, 'jose c. paz<br>265,981 habitantes'], | |
[-24.2, -65.3, 'san salvador de jujuy<br>257,970 habitantes'], | |
[-32.88, -68.82, 'guaymallen<br>252,618 habitantes'], | |
[-27.79, -64.27, 'santiago del estero<br>252,192 habitantes'], | |
[-31.74, -60.53, 'parana<br>247,139 habitantes'], | |
[-38.95, -68.08, 'neuquen<br>231,198 habitantes'], | |
[-26.18, -58.17, 'formosa<br>222,226 habitantes'], | |
[-34.35, -58.79, 'escobar<br>212,208 habitantes'], | |
[-32.91, -68.86, 'godoy cruz<br>191,299 habitantes'], | |
[-32.85, -68.85, 'las heras<br>189,067 habitantes'], | |
[-34.59, -58.63, 'hurlingham<br>181,241 habitantes'], | |
[-29.42, -66.86, 'la rioja<br>178,872 habitantes'], | |
[-45.88, -67.52, 'comodoro rivadavia<br>175,196 habitantes'], | |
[-33.3, -66.34, 'san luis<br>169,947 habitantes'], | |
[-34.66, -58.67, 'ituzaingo<br>167,824 habitantes'], | |
[-34.85, -58.52, 'ezeiza<br>162,475 habitantes'], | |
[-34.44, -58.56, 'san fernando<br>160,284 habitantes'], | |
[-28.48, -65.79, 'san fernando del valle de catamarca<br>159,139 habitantes'], | |
[-33.12, -64.35, 'rio cuarto<br>157,010 habitantes'], | |
[-31.39, -58.02, 'concordia<br>149,450 habitantes'], | |
[-33.34, -60.22, 'san nicolas de los arroyos<br>133,602 habitantes'], | |
[-34.61, -68.33, 'san rafael<br>118,009 habitantes'], | |
[-37.32, -59.13, 'tandil<br>116,916 habitantes'], | |
[-32.89, -68.85, 'mendoza<br>114,893 habitantes'], | |
[-33.67, -65.46, 'villa mercedes<br>111,391 habitantes'], | |
[-31.58, -68.54, 'rawson<br>109,424 habitantes'], | |
[-41.14, -71.3, 'san carlos de bariloche<br>109,305 habitantes'], | |
[-31.54, -68.53, 'san juan<br>109,123 habitantes'], | |
[-32.98, -68.8, 'maipu<br>106,662 habitantes'], | |
[-27.76, -64.19, 'labanda<br>106,441 habitantes'], | |
[-36.62, -64.29, 'santa rosa<br>102,860 habitantes'], | |
[-34.1, -59.02, 'zarate<br>98,522 habitantes'], | |
[-43.25, -65.31, 'trelew<br>97,915 habitantes'], | |
[-34.57, -59.11, 'lujan<br>97,363 habitantes'], | |
[-51.62, -69.23, 'rio gallegos<br>95,796 habitantes'], | |
[-31.25, -61.5, 'rafaela<br>91,571 habitantes'], | |
[-33.9, -60.57, 'pergamino<br>91,399 habitantes'], | |
[-26.79, -60.44, 'presidencia roque saenz peña<br>89,882 habitantes'], | |
[-36.89, -60.32, 'olavarria<br>89,721 habitantes'], | |
[-34.88, -57.89, 'berisso<br>87,698 habitantes'], | |
[-34.58, -60.95, 'junin<br>87,509 habitantes'], | |
[-31.49, -68.53, 'chimbas<br>87,258 habitantes'], | |
[-34.16, -58.96, 'campana<br>86,860 habitantes'], | |
[-34.61, -58.95, 'general rodriguez<br>85,315 habitantes'], | |
[-38.56, -58.74, 'necochea-quequen<br>84,784 habitantes'], | |
[-33.03, -68.89, 'lujan de cuyo<br>82,615 habitantes'], | |
[-31.53, -68.59, 'rivadavia<br>82,582 habitantes'], | |
[-39.03, -67.58, 'general roca<br>81,534 habitantes'], | |
[-42.76, -65.04, 'puerto madryn<br>81,315 habitantes'], | |
[-34.92, -58.38, 'presidente peron<br>80,824 habitantes'], | |
[-33.02, -60.63, 'villa gobernador galvez<br>80,769 habitantes'], | |
[-33.01, -58.52, 'gualeguaychu<br>80,614 habitantes'], | |
[-33.09, -68.48, 'san martin<br>79,476 habitantes'], | |
[-32.41, -63.25, 'villa maria<br>79,351 habitantes'], | |
[-38.94, -68, 'cipolletti<br>77,713 habitantes'], | |
[-23.13, -64.32, 'san ramon de la nueva oran<br>76,070 habitantes'], | |
[-33.75, -61.97, 'venado tuerto<br>75,437 habitantes'], | |
[-32.48, -58.23, 'concepcion del uruguay<br>72,528 habitantes'], | |
[-29.14, -59.26, 'goya<br>71,606 habitantes'], | |
[-29.15, -59.65, 'reconquista<br>70,549 habitantes'], | |
[-53.79, -67.71, 'rio grande<br>66,475 habitantes'], | |
[-31.66, -60.76, 'santo tome<br>65,684 habitantes'], | |
[-27.48, -55.13, 'obera<br>63,960 habitantes'], | |
[-26.83, -65.17, 'banda del rio sali<br>63,226 habitantes'], | |
[-22.51, -63.8, 'tartagal<br>63,196 habitantes'], | |
[-31.42, -64.49, 'villa carlos paz<br>62,423 habitantes'], | |
[-31.43, -62.09, 'san francisco<br>61,750 habitantes'], | |
[-24.23, -64.86, 'san pedro<br>59,131 habitantes'], | |
[-38.88, -62.08, 'punta alta<br>58,315 habitantes'], | |
[-35.02, -58.42, 'san vicente<br>58,165 habitantes'], | |
[-34.9, -60.02, 'chivilcoy<br>58,152 habitantes'], | |
[-26.82, -65.27, 'yerba buena-marcos paz<br>57,392 habitantes'], | |
[-26.41, -54.62, 'eldorado<br>57,323 habitantes'], | |
[-35.66, -63.76, 'general pico<br>56,795 habitantes'], | |
[-54.8, -68.32, 'ushuaia<br>56,593 habitantes'], | |
[-34.86, -57.91, 'ensenada<br>56,463 habitantes'], | |
[-34.65, -59.43, 'mercedes<br>56,116 habitantes'], | |
[-36.78, -59.86, 'azul<br>55,728 habitantes'], | |
[-27.49, -58.93, 'barranqueras<br>54,698 habitantes'], | |
[-26.78, -65.2, 'villa mariano moreno-el colmenar<br>52,960 habitantes'], | |
[-25.29, -57.72, 'clorinda<br>52,837 habitantes'], | |
[-40.81, -62.98, 'viedma<br>52,789 habitantes'], | |
[-46.45, -67.53, 'caleta olivia<br>51,733 habitantes'], | |
[-34.78, -58.83, 'marcos paz<br>50,460 habitantes'], | |
[-24.25, -65.22, 'palpala<br>50,183 habitantes'], | |
[-27.34, -65.6, 'concepcion<br>49,782 habitantes'], | |
[-31.66, -64.43, 'alta gracia<br>48,140 habitantes'], | |
[-31.54, -68.5, 'santa lucia<br>48,087 habitantes'], | |
[-33.68, -59.67, 'san pedro<br>47,452 habitantes'], | |
[-33.23, -60.33, 'villa constitucion<br>47,374 habitantes'], | |
[-38.38, -60.28, 'tres arroyos<br>46,867 habitantes'], | |
[-23.8, -64.78, 'libertador general san martin<br>46,642 habitantes'], | |
[-32.17, -64.11, 'rio tercero<br>46,421 habitantes'], | |
[-32.75, -60.74, 'san lorenzo<br>45,958 habitantes'], | |
[-24.38, -65.11, 'perico<br>44,750 habitantes'], | |
[-29.71, -57.09, 'paso de los libres<br>43,251 habitantes'], | |
[-26.82, -65.14, 'alderetes<br>41,947 habitantes'], | |
[-27.58, -60.71, 'villa angela<br>41,403 habitantes'], | |
[-25.6, -54.58, 'puerto iguazu<br>41,062 habitantes'], | |
[-33.15, -59.31, 'gualeguay<br>40,507 habitantes'], | |
[-31.45, -60.93, 'esperanza<br>40,145 habitantes'], | |
[-26.73, -65.26, 'tafi viejo<br>39,601 habitantes'], | |
[-34.64, -60.47, 'chacabuco<br>38,418 habitantes'], | |
[-37.85, -58.26, 'balcarce<br>38,376 habitantes'], | |
[-32.86, -60.71, 'granadero baigorria<br>36,994 habitantes'], | |
[-35.45, -60.88, '9 de julio<br>36,494 habitantes'], | |
[-38.94, -69.24, 'cutral co<br>35,465 habitantes'], | |
[-33.04, -61.17, 'casilda<br>34,703 habitantes'], | |
[-29.79, -58.05, 'curuzu cuatia<br>34,470 habitantes'], | |
[-32.63, -62.69, 'bell ville<br>33,835 habitantes'], | |
[-29.16, -67.5, 'chilecito<br>33,724 habitantes'], | |
[-35.58, -58.01, 'chascomus<br>33,607 habitantes'], | |
[-29.18, -58.07, 'mercedes<br>33,551 habitantes'], | |
[-35.98, -62.73, 'trenque lauquen<br>33,442 habitantes'], | |
[-35.12, -60.49, 'bragado<br>33,222 habitantes'], | |
[-38.83, -68.15, 'centenario<br>32,928 habitantes'], | |
[-27.43, -65.62, 'aguilares<br>32,908 habitantes'], | |
[-31.86, -59.03, 'villaguay<br>32,881 habitantes'], | |
[-30.75, -57.98, 'chajari<br>32,734 habitantes'], | |
[-38.95, -68.25, 'plottier<br>32,390 habitantes'], | |
[-42.91, -71.32, 'esquel<br>32,343 habitantes'], | |
[-27.54, -64.8, 'termas de rio hondo<br>32,166 habitantes'], | |
[-38.9, -70.07, 'zapala<br>32,097 habitantes'], | |
[-27.42, -59.04, 'fontana<br>32,027 habitantes'], | |
[-31.34, -64.34, 'la calera<br>31,972 habitantes'], | |
[-30.98, -64.1, 'jesus maria<br>31,602 habitantes'], | |
[-35.81, -61.9, 'pehuajo<br>31,533 habitantes'], | |
[-24.67, -65.05, 'general guemes<br>31,494 habitantes'], | |
[-33.19, -68.47, 'rivadavia<br>31,038 habitantes'], | |
[-30.72, -64.81, 'cruz del eje<br>30,680 habitantes'], | |
[-28.05, -56.02, 'gobernador igr. valentin virasoro<br>30,666 habitantes'], | |
[-32.62, -60.15, 'victoria<br>30,623 habitantes'], | |
[-39.1, -67.08, 'villa regina<br>30,028 habitantes'], | |
[-35.05, -58.76, 'cañuelas<br>29,974 habitantes'], | |
[-34.98, -67.7, 'general alvear<br>29,909 habitantes'], | |
[-35.19, -59.1, 'lobos<br>29,868 habitantes'], | |
[-31.94, -65.2, 'villa dolores<br>29,854 habitantes'], | |
[-37.25, -56.97, 'villa gesell<br>29,593 habitantes'], | |
[-38.27, -57.84, 'miramar<br>29,433 habitantes'], | |
[-32.83, -60.72, 'capitan bermudez<br>29,218 habitantes'], | |
[-32.82, -61.39, 'cañada de gomez<br>29,205 habitantes'], | |
[-28.51, -59.04, 'bella vista<br>29,071 habitantes'], | |
[-33.58, -69.03, 'tunuyan<br>28,859 habitantes'], | |
[-33.81, -59.5, 'baradero<br>28,537 habitantes'], | |
[-36.72, -56.68, 'mar de ajo-san bernardo<br>28,466 habitantes'], | |
[-25.51, -64.98, 'san jose de metan<br>28,295 habitantes'], | |
[-31.65, -68.28, 'caucete<br>28,222 habitantes'], | |
[-26.53, -59.33, 'general jose de san martin<br>28,124 habitantes'], | |
[-34.87, -61.53, 'lincoln<br>28,051 habitantes'], | |
[-40.15, -71.35, 'san martin de los andes<br>27,956 habitantes'], | |
[-34.29, -60.26, 'salto<br>27,466 habitantes'], | |
[-25.95, -60.62, 'juan jose castelli<br>27,201 habitantes'], | |
[-32.69, -62.11, 'marcos juarez<br>27,004 habitantes'], | |
[-35.64, -59.78, 'saladillo<br>26,763 habitantes'], | |
[-28.67, -65.04, 'frias<br>26,649 habitantes'], | |
[-27.22, -61.19, 'charata<br>26,497 habitantes'], | |
[-33, -60.77, 'perez<br>26,448 habitantes'], | |
[-34.06, -60.1, 'arrecifes<br>26,400 habitantes'], | |
[-36.23, -61.11, 'san carlos de bolivar<br>26,242 habitantes'], | |
[-36.32, -57.67, 'dolores<br>25,940 habitantes'], | |
[-31.29, -64.3, 'villa allende<br>25,738 habitantes'], | |
[-28.47, -65.73, 'san isidro<br>25,674 habitantes'], | |
[-37.1, -56.85, 'pinamar<br>25,397 habitantes'], | |
[-43.3, -65.1, 'rawson<br>24,616 habitantes'], | |
[-26.87, -60.22, 'quitilipi<br>24,517 habitantes'], | |
[-30.74, -59.64, 'la paz<br>24,307 habitantes'], | |
[-31.59, -68.54, 'villa barboza-villa nacusi<br>24,240 habitantes'], | |
[-25.81, -64.98, 'rosario de la frontera<br>24,140 habitantes'], | |
[-27.91, -55.75, 'apostoles<br>24,083 habitantes'], | |
[-37.46, -61.93, 'coronel suarez<br>23,621 habitantes'], | |
[-36.58, -56.69, 'santa teresita-mar del tuyu<br>23,581 habitantes'], | |
[-30.25, -57.64, 'monte caseros<br>23,470 habitantes'], | |
[-35.43, -60.17, '25 de mayo<br>23,408 habitantes'], | |
[-29.12, -59.66, 'avellaneda<br>23,341 habitantes'], | |
[-27.6, -55.33, 'leandro n. alem<br>23,339 habitantes'], | |
[-28.55, -56.04, 'santo tome<br>23,299 habitantes'], | |
[-28.46, -62.76, 'añatuya<br>23,286 habitantes'], | |
[-32.92, -60.81, 'funes<br>23,281 habitantes'], | |
[-27.17, -65.5, 'monteros<br>23,274 habitantes'], | |
[-33.9, -61.1, 'colon<br>23,206 habitantes'], | |
[-32.22, -58.14, 'colon<br>23,150 habitantes'], | |
[-27.09, -61.08, 'las breñas<br>22,953 habitantes'], | |
[-27.06, -65.4, 'famailla<br>22,924 habitantes'], | |
[-38.98, -67.83, 'allen<br>22,859 habitantes'], | |
[-32.4, -59.79, 'nogoya<br>22,824 habitantes'], | |
[-38.83, -68.07, 'cincos saltos<br>22,790 habitantes'], | |
[-27.04, -55.23, 'jardin america<br>22,762 habitantes'], | |
[-23.31, -64.22, 'pichanal<br>22,439 habitantes'], | |
[-31.42, -63.05, 'arroyito<br>22,147 habitantes'], | |
[-31.44, -68.52, 'villa general san martin-campo afuera<br>22,046 habitantes'], | |
[-26.93, -60.05, 'machagai<br>21,997 habitantes'], | |
[-30.79, -60.59, 'san justo<br>21,624 habitantes'], | |
[-35.48, -69.59, 'malargue<br>21,619 habitantes'], | |
[-36.01, -59.1, 'las flores<br>21,455 habitantes'], | |
[-30.42, -64.35, 'dean funes<br>21,211 habitantes'], | |
[-26.92, -65.34, 'lules<br>21,088 habitantes'], | |
[-27, -54.48, 'san vicente<br>21,068 habitantes'], | |
[-46.79, -67.96, 'pico truncado<br>20,889 habitantes'], | |
[-23.2, -64.09, 'embarcacion<br>20,843 habitantes'], | |
[-24.98, -65.58, 'rosario de lerma<br>20,795 habitantes'], | |
[-33.16, -60.51, 'arroyo seco<br>20,620 habitantes'], | |
[-30.95, -61.56, 'sunchales<br>20,537 habitantes'], | |
[-34.12, -63.39, 'laboulaye<br>20,534 habitantes'], | |
[-40.8, -62.98, 'carmen de patagones<br>20,533 habitantes'], | |
[-25.73, -59.11, 'pirane<br>20,335 habitantes'], | |
[-37.99, -61.35, 'coronel pringles<br>20,263 habitantes'], | |
[-35.17, -58.24, 'coronel brandsen<br>19,877 habitantes'], | |
[-34.25, -59.47, 'san antonio de areco<br>19,768 habitantes'], | |
[-34.2, -60.73, 'rojas<br>19,766 habitantes'], | |
[-33.46, -61.49, 'firmat<br>19,757 habitantes'], | |
[-31.65, -63.91, 'rio segundo<br>19,713 habitantes'], | |
[-31.18, -64.31, 'rio ceballos<br>19,688 habitantes'], | |
[-27.59, -56.7, 'ituzaingo<br>19,575 habitantes'], | |
[-32.03, -60.31, 'crespo<br>19,536 habitantes'], | |
[-31.24, -64.47, 'cosquin<br>19,458 habitantes'], | |
[-29.46, -60.21, 'vera<br>19,185 habitantes'], | |
[-32.07, -60.64, 'diamante<br>19,142 habitantes'], | |
[-30.02, -59.53, 'esquina<br>19,081 habitantes'], | |
[-32.03, -61.22, 'galvez<br>19,061 habitantes'], | |
[-22.04, -63.68, 'profesor salvador mazza<br>18,899 habitantes'], | |
[-26.57, -54.76, 'montecarlo<br>18,827 habitantes'], | |
[-32.43, -63.25, 'villa nueva<br>18,818 habitantes'], | |
[-34.26, -62.71, 'rufino<br>18,727 habitantes'], | |
[-37.39, -68.93, 'rincon de los sauces<br>18,691 habitantes'], | |
[-27.59, -65.62, 'juan bautista alberdi<br>18,430 habitantes'], | |
[-35.62, -61.36, 'carlos casares<br>18,347 habitantes'], | |
[-35.03, -63.01, 'general villegas<br>18,275 habitantes'], | |
[-37, -57.14, 'general juan madariaga<br>18,089 habitantes'], | |
[-31.23, -64.32, 'unquillo<br>18,086 habitantes'], | |
[-46.54, -68.93, 'las heras<br>17,821 habitantes'], | |
[-30.95, -59.79, 'santa elena<br>17,791 habitantes'], | |
[-31.9, -61.86, 'san jorge<br>17,615 habitantes'], | |
[-37.88, -67.8, 'catriel<br>17,584 habitantes'], | |
[-37.15, -58.49, 'ayacucho<br>17,364 habitantes'], | |
[-32.34, -65.01, 'merlo<br>17,084 habitantes'], | |
[-41.98, -71.53, 'el bolson<br>17,061 habitantes'], | |
[-35.44, -58.81, 'san miguel del monte<br>17,005 habitantes'], | |
[-26.34, -60.43, 'tres isletas<br>16,976 habitantes'], | |
[-30.71, -62, 'morteros<br>16,890 habitantes'], | |
[-22.1, -65.6, 'la quiaca<br>16,874 habitantes'], | |
[-31.98, -60.92, 'coronda<br>16,873 habitantes'], | |
[-30.99, -57.92, 'federacion<br>16,658 habitantes'], | |
[-50.34, -72.26, 'el calafate<br>16,655 habitantes'], | |
[-32.21, -58.22, 'san jose<br>16,336 habitantes'], | |
[-31.09, -64.49, 'la falda<br>16,335 habitantes'], | |
[-25.13, -64.14, 'joaquin v. gonzalez<br>16,329 habitantes'], | |
[-32.86, -61.15, 'carcaraña<br>16,277 habitantes'], | |
[-40.73, -64.95, 'san antonio oeste<br>16,265 habitantes'], | |
[-34.45, -59.45, 'san andres de giles<br>16,243 habitantes'], | |
[-31.87, -62.72, 'las varillas<br>16,238 habitantes'], | |
[-31.02, -64.07, 'colonia caroya<br>16,168 habitantes'], | |
[-30.95, -58.78, 'federal<br>16,075 habitantes'], | |
[-26.82, -55.02, 'puerto rico<br>15,995 habitantes'], | |
[-23.39, -64.42, 'colonia santa rosa<br>15,562 habitantes'], | |
[-31.66, -68.58, 'villa aberastain-la rinconada<br>15,409 habitantes'], | |
[-35.77, -58.49, 'general belgrano<br>15,394 habitantes'], | |
[-31.55, -63.53, 'villa del rosario<br>15,313 habitantes'], | |
[-22.59, -63.81, 'general mosconi<br>15,295 habitantes'], | |
[-26.02, -54.61, 'puerto esperanza<br>15,204 habitantes'], | |
[-32.79, -60.73, 'fray luis beltran<br>15,176 habitantes'], | |
[-27.63, -62.36, 'quimili<br>15,052 habitantes'], | |
[-28.49, -59.36, 'villa ocampo<br>15,037 habitantes'], | |
[-27.03, -65.31, 'bella vista<br>14,791 habitantes'], | |
[-31.68, -63.88, 'pilar<br>14,735 habitantes'], | |
[-26.77, -65.27, 'villa carmela<br>14,728 habitantes'], | |
[-29.23, -61.77, 'tostado<br>14,582 habitantes'], | |
[-26.85, -65.28, 'el manantial<br>14,582 habitantes'], | |
[-29.88, -61.95, 'ceres<br>14,499 habitantes'], | |
[-35, -61.04, 'los toldos<br>14,496 habitantes'], | |
[-30.31, -61.24, 'san cristobal<br>14,389 habitantes'], | |
[-37.61, -62.41, 'pigue<br>14,383 habitantes'], | |
[-37.68, -59.81, 'benito juarez<br>14,279 habitantes'], | |
[-26.31, -59.37, 'el colorado<br>14,228 habitantes'], | |
[-47.75, -65.9, 'puerto deseado<br>14,183 habitantes'], | |
[-32.9, -60.91, 'roldan<br>14,113 habitantes'], | |
[-25.97, -54.56, 'colonia wanda<br>13,901 habitantes'], | |
[-27.46, -55.74, 'candelaria<br>13,777 habitantes'], | |
[-26.08, -65.99, 'cafayate<br>13,698 habitantes'], | |
[-24.39, -65.26, 'el carmen<br>13,623 habitantes'], | |
[-30.58, -59.93, 'san javier<br>13,604 habitantes'], | |
[-27.48, -55.82, 'garupa<br>13,595 habitantes'], | |
[-33.49, -60.01, 'ramallo<br>13,319 habitantes'], | |
[-23.94, -64.8, 'fraile pintado<br>13,300 habitantes'], | |
[-32.72, -60.73, 'puerto general san martin<br>13,243 habitantes'], | |
[-35, -59.28, 'navarro<br>13,224 habitantes'], | |
[-33.37, -69.16, 'tupungato<br>13,218 habitantes'], | |
[-33.18, -66.31, 'la punta<br>13,182 habitantes'], | |
[-31.91, -63.68, 'oncativo<br>13,180 habitantes'], | |
[-38.93, -69.2, 'plaza huincul<br>13,172 habitantes'], | |
[-37.38, -70.27, 'chos malal<br>13,092 habitantes'], | |
[-34.17, -59.79, 'capitan sarmiento<br>13,088 habitantes'], | |
[-32.48, -61.57, 'las rosas<br>13,068 habitantes'], | |
[-27.32, -61.28, 'general pinedo<br>13,042 habitantes'], | |
[-38.16, -58.78, 'loberia<br>13,005 habitantes'], | |
[-30.38, -66.32, 'chamical<br>12,919 habitantes'], | |
[-27.95, -63.83, 'fernandez<br>12,886 habitantes'], | |
[-28.25, -58.62, 'saladas<br>12,864 habitantes'], | |
[-32.3, -59.14, 'rosario del tala<br>12,801 habitantes'], | |
[-23.9, -61.85, 'ingeniero guillermo n. juarez<br>12,798 habitantes'], | |
[-34.38, -59.82, 'carmen de areco<br>12,775 habitantes'], | |
[-31.49, -60.73, 'recreo<br>12,774 habitantes'], | |
[-31.63, -58.5, 'san salvador<br>12,733 habitantes'], | |
[-36.78, -59.09, 'rauch<br>12,705 habitantes'], | |
[-39.95, -71.07, 'junin de los andes<br>12,621 habitantes'], | |
[-27.57, -66.32, 'andalgala<br>12,600 habitantes'], | |
[-25.8, -62.83, 'monte quemado<br>12,543 habitantes'], | |
[-33.42, -63.3, 'la carlota<br>12,537 habitantes'], | |
[-33.29, -66.25, 'juana koslay<br>12,467 habitantes'], | |
[-24.71, -60.59, 'las lomitas<br>12,399 habitantes'], | |
[-32.07, -64.54, 'santa rosa de calamuchita<br>12,395 habitantes'], | |
[-27.09, -54.9, 'aristobulo del valle<br>12,375 habitantes'], | |
[-32.68, -61.52, 'las parejas<br>12,375 habitantes'], | |
[-31.31, -60.66, 'laguna paiva<br>12,334 habitantes'], | |
[-32.99, -68.7, 'rodeo del medio<br>12,327 habitantes'], | |
[-27.51, -58.55, 'san luis del palmar<br>12,287 habitantes'], | |
[-27.63, -67.02, 'belen<br>12,256 habitantes'], | |
[-28.56, -66.82, 'aimogasta<br>12,249 habitantes'], | |
[-31.37, -64.05, 'malvinas argentinas<br>12,187 habitantes'], | |
[-37.37, -64.6, 'general acha<br>12,184 habitantes'], | |
[-36.35, -56.72, 'san clemente del tuyu<br>12,126 habitantes'], | |
[-36.6, -61.74, 'daireaux<br>12,122 habitantes'], | |
[-24.9, -65.49, 'cerrillos<br>11,869 habitantes'], | |
[-29.28, -65.06, 'recreo<br>11,847 habitantes'], | |
[-32.81, -63.87, 'general cabrera<br>11,734 habitantes'], | |
[-38.99, -64.09, 'rio colorado<br>11,733 habitantes'], | |
[-35.49, -62.98, 'america<br>11,685 habitantes'], | |
[-32.04, -63.57, 'oliva<br>11,672 habitantes'], | |
[-26.69, -66.02, 'santa maria<br>11,648 habitantes'], | |
[-36.67, -64.38, 'toay<br>11,626 habitantes'], | |
[-24.44, -65.16, 'monterrico<br>11,591 habitantes'], | |
[-28.98, -59.1, 'santa lucia<br>11,589 habitantes'], | |
[-38.72, -61.29, 'coronel dorrego<br>11,510 habitantes'], | |
[-26.78, -65.22, 'diag .n. -l.yf.-los pocitos-va.n.italia<br>11,494 habitantes'], | |
[-28.06, -67.58, 'tinogasta<br>11,485 habitantes'], | |
[-25.67, -54.05, 'comandante andresito<br>11,482 habitantes'], | |
[-32.19, -64.25, 'almafuerte<br>11,422 habitantes'], | |
[-34.93, -58.94, 'general las heras<br>11,331 habitantes'], | |
[-33.5, -60.07, 'villa ramallo<br>11,280 habitantes'], | |
[-32.78, -61.6, 'armstrong<br>11,181 habitantes'], | |
[-30.86, -64.53, 'capilla del monte<br>11,181 habitantes'], | |
[-35.08, -57.52, 'magdalena<br>11,093 habitantes'], | |
[-32.2, -61.7, 'el trebol<br>11,086 habitantes'], | |
[-40.76, -71.64, 'villa la angostura<br>11,063 habitantes'], | |
[-32.76, -63.78, 'general deheza<br>11,061 habitantes'], | |
[-31.35, -66.61, 'chepes<br>11,039 habitantes'], | |
[-28.33, -64.11, 'villa san martin<br>10,996 habitantes'], | |
[-30.24, -68.75, 'san jose de jachal<br>10,940 habitantes'], | |
[-45.59, -69.07, 'sarmiento<br>10,858 habitantes'], | |
[-28.35, -59.26, 'las toscas<br>10,838 habitantes'], | |
[-31.73, -61.09, 'san carlos centro<br>10,717 habitantes'], | |
[-31.31, -64.31, 'saldan<br>10,605 habitantes'], | |
[-31.43, -62.06, 'frontera<br>10,520 habitantes'], | |
[-22.24, -63.73, 'aguaray<br>10,410 habitantes'], | |
[-33.28, -62.18, 'corral de bustos<br>10,407 habitantes'], | |
[-26.62, -54.11, 'san pedro<br>10,397 habitantes'], | |
[-32.66, -62.3, 'leones<br>10,391 habitantes'], | |
[-35.4, -59.33, 'roque perez<br>10,358 habitantes'], | |
[-26.96, -60.97, 'corzuela<br>10,335 habitantes'], | |
[-30.38, -58.75, 'san jose de feliciano<br>10,282 habitantes'], | |
[-31.26, -64.3, 'mendiolaza<br>10,271 habitantes'], | |
[-32.16, -58.4, 'villa elisa<br>10,266 habitantes'], | |
[-23.2, -65.35, 'humahuaca<br>10,256 habitantes'], | |
[-28.4, -65.71, 'san jose<br>10,242 habitantes'], | |
[-27.29, -60.42, 'villa berthet<br>10,224 habitantes'], | |
[-34.04, -59.2, 'lima<br>10,219 habitantes'], | |
[-23.24, -64.27, 'hipolito yrigoyen<br>10,196 habitantes'], | |
[-31.61, -60.57, 'san jose del rincon<br>10,176 habitantes'], | |
[-38.01, -57.71, 'batan<br>10,152 habitantes'], | |
[-39.29, -65.66, 'choele choel<br>10,146 habitantes'], | |
[-33.86, -65.19, 'justo daract<br>10,135 habitantes'], | |
[-32.43, -63.73, 'hernando<br>10,109 habitantes'], | |
[-33.92, -64.39, 'vicuña mackenna<br>10,021 habitantes'], | |
[-30.87, -62.04, 'brinkmann<br>9,890 habitantes'], | |
[-24.73, -64.2, 'las lajitas<br>9,887 habitantes'], | |
[-36.02, -60.01, 'general alvear<br>9,812 habitantes'], | |
[-27.59, -64.08, 'clodomira<br>9,661 habitantes'], | |
[-37.18, -62.76, 'carhue<br>9,660 habitantes'], | |
[-25.08, -65.49, 'el carril<br>9,658 habitantes'], | |
[-29.89, -60.29, 'calchaqui<br>9,651 habitantes'], | |
[-27, -59.85, 'presidencia de la plaza<br>9,642 habitantes'], | |
[-30.85, -64.99, 'villa de soto<br>9,628 habitantes'], | |
[-26.87, -65.31, 'ingenio san pablo<br>9,620 habitantes'], | |
[-31.14, -64.29, 'salsipuedes<br>9,612 habitantes'], | |
[-31.27, -64.47, 'santa maria de punilla<br>9,526 habitantes'], | |
[-39.5, -62.69, 'pedro luro<br>9,494 habitantes'], | |
[-32.37, -58.88, 'basavilbaso<br>9,485 habitantes'], | |
[-25.21, -59.86, 'ibarreta<br>9,429 habitantes'], | |
[-26.89, -65, 'los ralos<br>9,429 habitantes'], | |
[-34.84, -64.37, 'huinca renanco<br>9,426 habitantes'], | |
[-33.09, -68.49, 'la colonia<br>9,403 habitantes'], | |
[-31.87, -60.01, 'viale<br>9,383 habitantes'], | |
[-27.29, -60.71, 'san bernardo<br>9,379 habitantes'], | |
[-27.95, -58.81, 'empedrado<br>9,258 habitantes'], | |
[-31.34, -63.95, 'montecristo<br>9,254 habitantes'], | |
[-35.92, -64.3, 'eduardo castex<br>9,253 habitantes'], | |
[-34.29, -59.1, 'capilla del señor<br>9,244 habitantes'], | |
[-26.05, -59.94, 'pampa del indio<br>9,204 habitantes'], | |
[-31.78, -60.44, 'san benito<br>9,105 habitantes'], | |
[-45.94, -67.56, 'rada tilly<br>9,098 habitantes'], | |
[-26.8, -60.84, 'campo largo<br>9,069 habitantes'], | |
[-38.03, -60.1, 'adolfo gonzales chaves<br>9,066 habitantes'], | |
[-26.51, -61.18, 'pampa del infierno<br>9,063 habitantes'], | |
[-27.86, -55.13, 'san javier<br>9,058 habitantes'], | |
[-32.59, -61.17, 'totoras<br>9,054 habitantes'], | |
[-33.62, -64.6, 'coronel moldes<br>9,005 habitantes'], | |
[-24.91, -65.64, 'campo quijano<br>8,929 habitantes'], | |
[-36.87, -57.88, 'maipu<br>8,883 habitantes'], | |
[-32.18, -60.2, 'general ramirez<br>8,868 habitantes'], | |
[-37.55, -60.8, 'laprida<br>8,840 habitantes'], | |
[-26.84, -65.09, 'delfin gallo<br>8,828 habitantes'], | |
[-34.5, -61.55, 'vedia<br>8,827 habitantes'], | |
[-27.04, -58.71, 'la leonesa<br>8,823 habitantes'], | |
[-34.01, -61.61, 'villa cañas<br>8,821 habitantes'], | |
[-27.38, -59.09, 'puerto tirol<br>8,819 habitantes'], | |
[-51.53, -72.33, 'yacimientos rio turbio<br>8,814 habitantes'], | |
[-32.21, -64.4, 'embalse<br>8,793 habitantes'], | |
[-22.72, -65.69, 'abra pampa<br>8,705 habitantes'], | |
[-36.3, -61.72, 'henderson<br>8,645 habitantes'], | |
[-33.56, -62.89, 'canals<br>8,645 habitantes'], | |
[-24.86, -65.46, 'v. los alamos-el congreso-las tunas-los<br>8,587 habitantes'], | |
[-32.69, -58.89, 'urdinarrain<br>8,580 habitantes'], | |
[-31.34, -59.45, 'bovril<br>8,577 habitantes'], | |
[-33.08, -68.89, 'perdriel<br>8,531 habitantes'], | |
[-32.88, -62.68, 'justiniano posse<br>8,499 habitantes'], | |
[-31.73, -65.01, 'mina clavero<br>8,487 habitantes'], | |
[-34.77, -59.69, 'suipacha<br>8,403 habitantes'], | |
[-27.26, -65.36, 'simoca<br>8,351 habitantes'], | |
[-27.51, -58.94, 'puerto vilelas<br>8,278 habitantes'], | |
[-35.03, -60.28, 'alberti<br>8,260 habitantes'], | |
[-33.74, -69.13, 'la consulta<br>8,241 habitantes'], | |
[-30.7, -64.07, 'villa del totoral<br>8,211 habitantes'], | |
[-37.25, -61.26, 'general lamadrid<br>8,073 habitantes'], | |
[-36.46, -62.86, 'tres lomas<br>8,061 habitantes'], | |
[-34.38, -59.12, 'parada robles-pavon<br>8,008 habitantes'], | |
[-31.98, -68.43, 'villa media agua<br>7,983 habitantes'], | |
[-31.77, -60.84, 'sauce viejo<br>7,953 habitantes'], | |
[-35.52, -58.32, 'ranchos<br>7,916 habitantes'], | |
[-49.31, -67.73, 'puerto san julian<br>7,894 habitantes'], | |
[-37.77, -67.72, '25 de mayo<br>7,878 habitantes'], | |
[-33.46, -67.56, 'la paz<br>7,872 habitantes'], | |
[-27.47, -65.68, 'santa ana<br>7,871 habitantes'], | |
[-32.72, -68.6, 'villa tulumaya<br>7,870 habitantes'], | |
[-25.62, -63.27, 'taco pozo<br>7,813 habitantes'], | |
[-31.98, -64.56, 'villa general belgrano<br>7,795 habitantes'], | |
[-27.26, -55.54, 'san ignacio<br>7,772 habitantes'], | |
[-31.15, -63.4, 'santa rosa de rio primero<br>7,761 habitantes'], | |
[-29.5, -59.75, 'romang<br>7,755 habitantes'], | |
[-33.38, -64.72, 'sampacho<br>7,716 habitantes'], | |
[-37.84, -57.51, 'santa clara del mar<br>7,713 habitantes'], | |
[-24.97, -65.49, 'la merced<br>7,708 habitantes'], | |
[-39.42, -65.7, 'la marque<br>7,686 habitantes'], | |
[-36.75, -62.96, 'salliquelo<br>7,617 habitantes'], | |
[-33.63, -64.02, 'adelia maria<br>7,586 habitantes'], | |
[-31.67, -59.9, 'maria grande<br>7,557 habitantes'], | |
[-30.98, -64.49, 'la cumbre<br>7,544 habitantes'], | |
[-39.01, -68.43, 'senillosa<br>7,542 habitantes'], | |
[-32.86, -68.69, 'puente de hierro<br>7,524 habitantes'], | |
[-35.24, -63.59, 'intendente alvear<br>7,510 habitantes'], | |
[-27.68, -60.91, 'coronel du graty<br>7,509 habitantes'], | |
[-32.23, -65.81, 'quines<br>7,459 habitantes'], | |
[-33.54, -61.13, 'alcorta<br>7,450 habitantes'], | |
[-36.36, -60.02, 'tapalque<br>7,444 habitantes'], | |
[-31.78, -63.8, 'laguna larga<br>7,437 habitantes'], | |
[-26.47, -54.71, 'puerto piray<br>7,430 habitantes'], | |
[-25.13, -58.25, 'laguna blanca<br>7,411 habitantes'], | |
[-41.61, -65.35, 'sierra grande<br>7,404 habitantes'], | |
[-33.05, -65.62, 'la toma<br>7,374 habitantes'], | |
[-38.35, -59.61, 'san cayetano<br>7,354 habitantes'], | |
[-35.04, -64.25, 'realico<br>7,343 habitantes'], | |
[-27.84, -61.14, 'santa sylvina<br>7,340 habitantes'], | |
[-33.2, -62.6, 'monte maiz<br>7,325 habitantes'], | |
[-28.57, -58.71, 'san roque<br>7,323 habitantes'], | |
[-34.94, -58.62, 'maximo paz<br>7,311 habitantes'], | |
[-34.85, -62.47, 'florentino ameghino<br>7,225 habitantes'], | |
[-27.94, -63.37, 'suncho corral<br>7,201 habitantes'], | |
[-33.01, -61.81, 'cruz alta<br>7,200 habitantes'], | |
[-34.33, -58.99, 'los cardales<br>7,174 habitantes'], | |
[-28.27, -58.12, 'santa rosa<br>7,143 habitantes'], | |
[-31.47, -64.36, 'malagueño<br>7,136 habitantes'], | |
[-29.17, -56.64, 'la cruz<br>7,133 habitantes'], | |
[-27.33, -55.05, 'campo viera<br>7,099 habitantes'], | |
[-33.64, -62.4, 'arias<br>7,075 habitantes'], | |
[-31.33, -63.62, 'rio primero<br>7,044 habitantes'], | |
[-30.09, -58.79, 'sauce<br>7,014 habitantes'], | |
[-24.73, -65.48, 'villa san lorenzo<br>7,004 habitantes'], | |
[-28.05, -58.23, 'mburucuya<br>6,972 habitantes'], | |
[-29.3, -67.51, 'nonogasta<br>6,937 habitantes'], | |
[-26.95, -65.05, 'ranchillos<br>6,892 habitantes'], | |
[-33.25, -61.36, 'chabas<br>6,871 habitantes'], | |
[-32.45, -64.39, 'berrotaran<br>6,869 habitantes'], | |
[-36.09, -57.81, 'castelli<br>6,859 habitantes'], | |
[-33.07, -60.58, 'pueblo esther<br>6,789 habitantes'], | |
[-29.52, -63.59, 'villa ojo deagua<br>6,776 habitantes'], | |
[-33.11, -61.7, 'san jose de la esquina<br>6,775 habitantes'], | |
[-43.32, -65.05, 'playa union<br>6,775 habitantes'], | |
[-38.95, -67.92, 'general fernandez oro<br>6,772 habitantes'], | |
[-30.36, -61.92, 'san guillermo<br>6,747 habitantes'], | |
[-38.71, -62.39, 'general daniel cerri<br>6,745 habitantes'], | |
[-29.35, -59.97, 'malabrigo<br>6,734 habitantes'], | |
[-29.1, -56.55, 'alvear<br>6,732 habitantes'], | |
[-24.44, -64, 'apolinario saravia<br>6,730 habitantes'], | |
[-31.04, -64.49, 'villa giardino<br>6,702 habitantes'], | |
[-38.11, -57.84, 'comandante nicanor otamendi<br>6,623 habitantes'], | |
[-31.16, -62.1, 'freyre<br>6,620 habitantes'], | |
[-25.33, -59.68, 'comandante fontana<br>6,615 habitantes'], | |
[-37.45, -57.73, 'coronel vidal<br>6,611 habitantes'], | |
[-27.77, -65.59, 'la cocha<br>6,578 habitantes'], | |
[-27.27, -58.24, 'itati<br>6,562 habitantes'], | |
[-34.76, -61.89, 'general pinto<br>6,557 habitantes'], | |
[-31.36, -64.59, 'tanti<br>6,554 habitantes'], | |
[-27.21, -54.98, 'campo grande<br>6,547 habitantes'], | |
[-35.39, -57.34, 'veronica<br>6,546 habitantes'], | |
[-28.89, -62.27, 'bandera<br>6,536 habitantes'], | |
[-25.35, -64.03, 'el quebrachal<br>6,536 habitantes'], | |
[-33.15, -61.47, 'arequito<br>6,533 habitantes'], | |
[-27.02, -54.69, 'dos de mayo(nucleo i)<br>6,504 habitantes'], | |
[-26.25, -53.65, 'bernardo de irigoyen<br>6,492 habitantes'], | |
[-38.63, -68.3, 'san patricio del chañar<br>6,474 habitantes'], | |
[-38.1, -62.22, 'tornquist<br>6,473 habitantes'], | |
[-49.99, -68.91, 'comandante luis piedrabuena<br>6,405 habitantes'], | |
[-25.56, -59.34, 'palo santo<br>6,379 habitantes'], | |
[-43.09, -71.47, 'trevelin<br>6,353 habitantes'], | |
[-27.85, -64, 'beltran<br>6,352 habitantes'], | |
[-38.98, -61.3, 'monte hermoso<br>6,351 habitantes'], | |
[-31.71, -65.02, 'villa cura brochero<br>6,351 habitantes'], | |
[-27.98, -55.52, 'concepcion de la sierra<br>6,332 habitantes'], | |
[-33.15, -68.49, 'junin<br>6,324 habitantes'], | |
[-32.08, -60.46, 'villa libertador san martin<br>6,312 habitantes'], | |
[-23.64, -64.47, 'yuto<br>6,301 habitantes'], | |
[-41.33, -69.54, 'ingeniero jacobacci<br>6,261 habitantes'], | |
[-32.73, -65.29, 'tilisarao<br>6,256 habitantes'], | |
[-31.65, -63.34, 'luque<br>6,253 habitantes'], | |
[-33.26, -60.38, 'empalme villa constitucion<br>6,241 habitantes'], | |
[-39.07, -67.23, 'ingeniero luis a. huergo<br>6,227 habitantes'], | |
[-26.58, -62.83, 'campo gallo<br>6,222 habitantes'], | |
[-32.92, -62.46, 'monte buey<br>6,217 habitantes'], | |
[-26.69, -60.73, 'avia terai<br>6,203 habitantes'], | |
[-31.12, -64.48, 'valle hermoso<br>6,187 habitantes'], | |
[-33.03, -59, 'larroque<br>6,180 habitantes'], | |
[-51.58, -72.21, '28 de noviembre<br>6,145 habitantes'], | |
[-31.01, -62.67, 'balnearia<br>6,105 habitantes'], | |
[-30.54, -61.96, 'suardi<br>6,080 habitantes'], | |
[-31.4, -62.31, 'devoto<br>6,057 habitantes'], | |
[-33.09, -64.29, 'las higueras<br>6,038 habitantes'], | |
[-23.77, -64.77, 'calilegua<br>5,997 habitantes'], | |
[-28.04, -59.22, 'florencia<br>5,982 habitantes'], | |
[-30.62, -57.96, 'mocoreta<br>5,974 habitantes'], | |
[-31.27, -64.16, 'villa los llanos<br>5,973 habitantes'], | |
[-31.56, -61.08, 'san jeronimo norte<br>5,962 habitantes'], | |
[-26.82, -65.09, 'la florida<br>5,959 habitantes'], | |
[-33.15, -62.86, 'laborde<br>5,943 habitantes'], | |
[-34.19, -61.53, 'teodelina<br>5,933 habitantes'], | |
[-31.06, -64.48, 'huerta grande<br>5,925 habitantes'], | |
[-32.76, -64.34, 'alcira<br>5,919 habitantes'], | |
[-32.17, -59.4, 'macia<br>5,870 habitantes'], | |
[-24.68, -65.1, 'campo santo<br>5,868 habitantes'], | |
[-24.66, -65.11, 'el bordo<br>5,833 habitantes'], | |
[-32.85, -61.26, 'correa<br>5,792 habitantes'], | |
[-25.92, -54.58, 'puerto libertad<br>5,765 habitantes'], | |
[-31.82, -64.29, 'despeñaderos<br>5,758 habitantes'], | |
[-31.1, -60.09, 'helvecia<br>5,756 habitantes'], | |
[-33.79, -61.21, 'wheelwright<br>5,733 habitantes'], | |
[-31.52, -60.68, 'monte vera<br>5,726 habitantes'], | |
[-31.31, -64.18, 'va. el fachinal-pque norte-guiñazu norte<br>5,710 habitantes'], | |
[-27.09, -65.53, 'santa lucia<br>5,704 habitantes'], | |
[-36.2, -65.44, 'victorica<br>5,703 habitantes'], | |
[-27.26, -58.97, 'margarita belen<br>5,701 habitantes'], | |
[-34.01, -63.92, 'general levalle<br>5,697 habitantes'], | |
[-32.02, -62.92, 'pozo del molle<br>5,680 habitantes'], | |
[-25.39, -64.66, 'el galpon<br>5,675 habitantes'], | |
[-34.84, -64.58, 'villa huidobro<br>5,656 habitantes'], | |
[-31.7, -61.57, 'san vicente<br>5,655 habitantes'], | |
[-32.46, -60.89, 'maciel<br>5,634 habitantes'], | |
[-33.7, -61.62, 'el ortondo<br>5,632 habitantes'], | |
[-39.31, -65.77, 'luis beltran<br>5,603 habitantes'], | |
[-27.31, -58.57, 'paso de la patria<br>5,598 habitantes'], | |
[-33.78, -69.07, 'eugenio bustos<br>5,591 habitantes'], | |
[-29.39, -63.37, 'sumampa<br>5,559 habitantes'], | |
[-37.69, -63.16, 'darregueira<br>5,547 habitantes'], | |
[-26.41, -61.41, 'los frentones<br>5,520 habitantes'], | |
[-32.34, -65.21, 'santa rosa del conlara<br>5,511 habitantes'], | |
[-40.1, -64.45, 'general conesa<br>5,484 habitantes'], | |
[-27.9, -63.92, 'ingeniero forres<br>5,463 habitantes'], | |
[-31.77, -61.83, 'sastre<br>5,425 habitantes'], | |
[-31.31, -64.46, 'bialet masse<br>5,425 habitantes'], | |
[-33.13, -60.8, 'alvarez<br>5,417 habitantes'], | |
[-33.33, -62.04, 'chañar ladeado<br>5,415 habitantes'], | |
[-31.23, -59.99, 'hernandarias<br>5,373 habitantes'], | |
[-39.26, -62.62, 'mayor buratovich<br>5,372 habitantes'], | |
[-24.81, -65.46, 'la cienaga y barrio san rafael<br>5,342 habitantes'], | |
[-27.77, -55.77, 'san jose<br>5,338 habitantes'], | |
[-31.01, -62.06, 'porteña<br>5,337 habitantes'], | |
[-23.74, -64.59, 'caimancito<br>5,336 habitantes'], | |
[-30.36, -60.4, 'gobernador crespo<br>5,335 habitantes'], | |
[-26.82, -54.96, 'garuhape<br>5,325 habitantes'], | |
[-33.35, -60.31, 'la emilia<br>5,325 habitantes'], | |
[-31.58, -60.08, 'cerrito<br>5,310 habitantes'], | |
[-26.6, -60.95, 'concepcion del bermejo<br>5,309 habitantes'], | |
[-33.36, -63.72, 'alejandro roca<br>5,298 habitantes'], | |
[-32.24, -63.98, 'tancacha<br>5,298 habitantes'], | |
[-34.96, -58.73, 'santa rosa<br>5,297 habitantes'], | |
[-36.49, -56.7, 'las toninas<br>5,278 habitantes'], | |
[-31.81, -68.33, 'villa borjas-lachimbera<br>5,275 habitantes'], | |
[-26.21, -61.82, 'pampa de los guanacos<br>5,273 habitantes'], | |
[-38.83, -62.7, 'medanos<br>5,245 habitantes'], | |
[-31.94, -65.19, 'villa sarmiento<br>5,207 habitantes'], | |
[-33.12, -62.1, 'camilo aldao<br>5,197 habitantes'], | |
[-40.84, -68.08, 'los menucos<br>5,187 habitantes'], | |
[-35.39, -62.42, 'carlos tejedor<br>5,178 habitantes'], | |
[-26.23, -64.22, 'nueva esperanza<br>5,145 habitantes'], | |
[-33.03, -63.51, 'ucacha<br>5,136 habitantes'], | |
[-27.27, -65.56, 'rio seco<br>5,131 habitantes'], | |
[-32.56, -65.24, 'concaran<br>5,119 habitantes'], | |
[-36.27, -63.16, 'pellegrini<br>5,115 habitantes'], | |
[-32.16, -63.47, 'james craik<br>5,110 habitantes'], | |
[-31.59, -60.94, 'franck<br>5,109 habitantes'], | |
[-33.03, -68.6, 'san roque<br>5,093 habitantes'], | |
[-26.88, -65.1, 'colombres<br>5,086 habitantes'], | |
[-32.7, -63.71, 'las perdices<br>5,084 habitantes'], | |
[-27.29, -54.2, 'el soberbio<br>5,065 habitantes'], | |
[-26.96, -65.35, 'la reduccion<br>5,029 habitantes'], | |
[-37.06, -61.93, 'huanguelen<br>5,020 habitantes'], | |
[-27.61, -61.34, 'hermoso campo<br>5,011 habitantes'], | |
[-32.06, -61.6, 'cañada rosquin<br>5,008 habitantes'], | |
[-27.37, -55.58, 'santa ana<br>4,985 habitantes'], | |
[-32.05, -61.79, 'carlos pellegrini<br>4,971 habitantes'], | |
[-33.24, -60.84, 'acebal<br>4,969 habitantes'], | |
[-33.02, -60.88, 'zavalla<br>4,966 habitantes'], | |
[-35, -67.52, 'bowen<br>4,939 habitantes'], | |
[-33.38, -61.19, 'bigand<br>4,939 habitantes'], | |
[-29.32, -68.22, 'villa union<br>4,931 habitantes'], | |
[-27.05, -58.68, 'las palmas<br>4,914 habitantes'], | |
[-38.07, -70.61, 'loncopue<br>4,877 habitantes'], | |
[-28.63, -61.63, 'villa minetti<br>4,876 habitantes'], | |
[-31.68, -61.75, 'maria juana<br>4,853 habitantes'], | |
[-37.14, -63.67, 'macachin<br>4,814 habitantes'], | |
[-36.84, -60.22, 'sierra chica<br>4,812 habitantes'], | |
[-40.81, -65.08, 'las grutas<br>4,807 habitantes'], | |
[-31.51, -59.84, 'hasenkamp<br>4,805 habitantes'], | |
[-28, -57.59, 'san miguel<br>4,792 habitantes'], | |
[-36.28, -62.55, '30 de agosto<br>4,777 habitantes'], | |
[-24.21, -66.31, 'san antonio de los cobres<br>4,763 habitantes'], | |
[-30.87, -61.35, 'humberto primo<br>4,751 habitantes'], | |
[-37.54, -62.77, 'puan<br>4,743 habitantes'], | |
[-32.72, -59.4, 'general galarza<br>4,741 habitantes'], | |
[-34.52, -63.94, 'santa magdalena<br>4,740 habitantes'], | |
[-27.75, -57.62, 'nuestra señora del rosario de caacati<br>4,738 habitantes'], | |
[-25.65, -60.93, 'miraflores<br>4,737 habitantes'], | |
[-33.01, -68.66, 'fray luis beltran<br>4,735 habitantes'], | |
[-43.29, -65.49, 'gaiman<br>4,730 habitantes'], | |
[-23.48, -62.89, 'coronel juan sola<br>4,714 habitantes'], | |
[-32.37, -62.31, 'noetinger<br>4,709 habitantes'], | |
[-31.44, -61.26, 'pilar<br>4,705 habitantes'], | |
[-27.66, -67.61, 'fiambala<br>4,693 habitantes'], | |
[-23.57, -65.39, 'tilcara<br>4,691 habitantes'], | |
[-29.14, -62.56, 'villa general mitre<br>4,678 habitantes'], | |
[-24.94, -59.03, 'villa general manuel belgrano<br>4,676 habitantes'], | |
[-26.19, -59.37, 'villa km 213<br>4,675 habitantes'], | |
[-32.37, -61.34, 'san genaro norte<br>4,661 habitantes'], | |
[-35.38, -64.47, 'ingeniero luiggi<br>4,659 habitantes'], | |
[-32.24, -60.98, 'barrancas<br>4,650 habitantes'], | |
[-29.9, -63.72, 'villa de maria<br>4,648 habitantes'], | |
[-35.88, -57.9, 'manuel j. cobo<br>4,647 habitantes'], | |
[-26.24, -58.63, 'san francisco de laishi<br>4,628 habitantes'], | |
[-46.59, -70.93, 'perito moreno<br>4,617 habitantes'], | |
[-33.8, -61.34, 'hughes<br>4,598 habitantes'], | |
[-39.24, -70.92, 'alumine<br>4,591 habitantes'], | |
[-24.7, -65.4, 'vaqueros<br>4,575 habitantes'], | |
[-33.1, -68.57, 'los barriales<br>4,572 habitantes'], | |
[-33.77, -60.09, 'perez millan<br>4,570 habitantes'], | |
[-33.21, -68.9, 'ugarteche<br>4,561 habitantes'], | |
[-28.25, -59.46, 'villa guillermina<br>4,555 habitantes'], | |
[-30.64, -66.28, 'olta<br>4,547 habitantes'], | |
[-31.55, -68.73, 'villa basilio nievas<br>4,539 habitantes'], | |
[-28.85, -66.24, 'chumbicha<br>4,531 habitantes'], | |
[-35.27, -59.77, 'norberto de la riestra<br>4,524 habitantes'], | |
[-25.05, -60.09, 'estanislao del campo<br>4,523 habitantes'], | |
[-33.74, -59.15, 'ibicuy<br>4,520 habitantes'], | |
[-24.9, -60.32, 'pozo del tigre<br>4,517 habitantes'], | |
[-39.91, -62.62, 'villalonga<br>4,517 habitantes'], | |
[-48.75, -70.24, 'gobernador gregores<br>4,497 habitantes'], | |
[-26.2, -59.08, 'colonia campo villafañe<br>4,494 habitantes'], | |
[-28.05, -65.5, 'los altos<br>4,490 habitantes'], | |
[-31.45, -68.4, 'villa el salvador-villa sefair<br>4,472 habitantes'], | |
[-30.36, -63.95, 'san jose de la dormida<br>4,472 habitantes'], | |
[-38.53, -70.37, 'las lajas<br>4,464 habitantes'], | |
[-36.76, -62.5, 'casbas<br>4,450 habitantes'], | |
[-50.02, -68.53, 'puerto santa cruz<br>4,431 habitantes'], | |
[-26.23, -65.28, 'villa de trancas<br>4,429 habitantes'], | |
[-30.64, -67.47, 'villa san agustin<br>4,423 habitantes'], | |
[-31.47, -68.73, 'villa ibañez<br>4,421 habitantes'], | |
[-32.39, -59.53, 'lucas gonzalez<br>4,364 habitantes'], | |
[-33.24, -62.4, 'isla verde<br>4,361 habitantes'], | |
[-33.65, -69.17, 'vista flores<br>4,358 habitantes'], | |
[-27.21, -59.29, 'makalle<br>4,322 habitantes'], | |
[-34.3, -61.31, 'general arenales<br>4,321 habitantes'], | |
[-25.36, -58.28, 'riacho he-he<br>4,304 habitantes'], | |
[-24.31, -64.66, 'santa clara<br>4,298 habitantes'], | |
[-34.33, -62.04, 'san gregorio<br>4,291 habitantes'], | |
[-27.49, -61.67, 'gancedo<br>4,284 habitantes'], | |
[-27.41, -65.51, 'la trinidad<br>4,274 habitantes'], | |
[-32.84, -68.73, 'colonia segovia<br>4,271 habitantes'], | |
[-33.89, -61.7, 'santa isabel<br>4,266 habitantes'], | |
[-37.95, -57.77, 'sierra de los padres<br>4,249 habitantes'], | |
[-27.25, -65.55, 'villa quinteros<br>4,240 habitantes'], | |
[-31.27, -60.76, 'nelson<br>4,206 habitantes'], | |
[-25.11, -65.54, 'chicoana<br>4,202 habitantes'], | |
[-26.14, -59.6, 'presidencia roca<br>4,201 habitantes'], | |
[-27.75, -63.79, 'colonia el simbolar<br>4,197 habitantes'], | |
[-34.24, -61.1, 'ascension<br>4,179 habitantes'], | |
[-30.34, -58.31, 'san jaime de la frontera<br>4,143 habitantes'], | |
[-31.83, -60.52, 'oro verde<br>4,116 habitantes'], | |
[-25.29, -65.47, 'coronel moldes<br>4,116 habitantes'], | |
[-38.18, -57.65, 'chapadmalal<br>4,112 habitantes'], | |
[-30.22, -64.5, 'quilino<br>4,092 habitantes'], | |
[-32.94, -63.25, 'etruria<br>4,070 habitantes'], | |
[-32.37, -61.36, 'san genaro<br>4,070 habitantes'], | |
[-24.98, -58.55, 'el espinillo<br>4,060 habitantes'], | |
[-33.2, -60.47, 'fighiera<br>4,034 habitantes'], | |
[-39.16, -66.14, 'chimpay<br>4,025 habitantes'], | |
[-28.39, -57.89, 'concepcion<br>4,022 habitantes'], | |
[-42.05, -71.17, 'el maiten<br>4,011 habitantes'], | |
[-31.4, -61.08, 'humboldt<br>3,999 habitantes'], | |
[-26.25, -58.25, 'villa del carmen<br>3,970 habitantes'], | |
[-36.41, -63.42, 'catrilo<br>3,955 habitantes'], | |
[-32.55, -62.98, 'ballesteros<br>3,928 habitantes'], | |
[-28.39, -67.08, 'salicas-san blas<br>3,918 habitantes'], | |
[-24.75, -59.49, 'villa general guemes<br>3,907 habitantes'], | |
[-33.77, -69.05, 'san carlos<br>3,886 habitantes'], | |
[-40.68, -66.17, 'valcheta<br>3,867 habitantes'], | |
[-33.21, -64.44, 'santa catalina<br>3,860 habitantes'], | |
[-36.93, -60.16, 'sierras bayas<br>3,849 habitantes'], | |
[-31.56, -64.01, 'toledo<br>3,843 habitantes'], | |
[-36.87, -60.16, 'hinojo<br>3,841 habitantes'], | |
[-27.37, -54.75, '25 de mayo<br>3,838 habitantes'], | |
[-28.45, -62.03, 'los juries<br>3,833 habitantes'], | |
[-32.6, -69.36, 'uspallata<br>3,810 habitantes'], | |
[-32.58, -60.85, 'oliveros<br>3,800 habitantes'], | |
[-23.98, -64.31, 'palma sola<br>3,791 habitantes'], | |
[-31.95, -68.65, 'los berros<br>3,783 habitantes'], | |
[-27.42, -57.34, 'ita ibate<br>3,772 habitantes'], | |
[-25.64, -60.26, 'villa rio bermejito<br>3,752 habitantes'], | |
[-32.6, -66.13, 'san francisco del monte de oro<br>3,732 habitantes'], | |
[-31.41, -62.63, 'la francia<br>3,720 habitantes'], | |
[-36.05, -63.56, 'quemu quemu<br>3,714 habitantes'], | |
[-26.62, -59.8, 'las garcitas<br>3,711 habitantes'], | |
[-32.94, -62.23, 'inriville<br>3,709 habitantes'], | |
[-32.85, -60.79, 'ibarlucea<br>3,698 habitantes'], | |
[-37.67, -63.54, 'guatrache<br>3,697 habitantes'], | |
[-31.96, -60.13, 'segui<br>3,695 habitantes'], | |
[-32.67, -60.79, 'timbues<br>3,694 habitantes'], | |
[-40.05, -70.08, 'piedra del aguila<br>3,669 habitantes'], | |
[-26.06, -53.73, 'san antonio<br>3,665 habitantes'], | |
[-31.48, -64.53, 'san antonio de arredondo<br>3,653 habitantes'], | |
[-24.31, -64.97, 'la mendieta<br>3,635 habitantes'], | |
[-34.84, -67.77, 'real del padre<br>3,635 habitantes'], | |
[-33.64, -61.86, 'murphy<br>3,630 habitantes'], | |
[-33.3, -68.05, 'las catitas<br>3,621 habitantes'], | |
[-24.25, -61.24, 'laguna yema<br>3,617 habitantes'], | |
[-32.92, -65.38, 'naschel<br>3,543 habitantes'], | |
[-27.08, -54.83, 'salto encantado<br>3,543 habitantes'], | |
[-27.03, -62.66, 'tintina<br>3,537 habitantes'], | |
[-29.69, -60.25, 'margarita<br>3,534 habitantes'], | |
[-27.22, -65.53, 'pueblo independencia<br>3,530 habitantes'], | |
[-34.6, -67.88, 'monte coman<br>3,529 habitantes'], | |
[-34.01, -61.9, 'maria teresa<br>3,523 habitantes'], | |
[-26.93, -55.06, 'capiovi<br>3,495 habitantes'], | |
[-31.01, -65.99, 'milagro<br>3,494 habitantes'], | |
[-31.67, -68.39, '9 de julio<br>3,484 habitantes'], | |
[-26.93, -59.52, 'colonia elisa<br>3,471 habitantes'], | |
[-41.07, -71.16, 'dina huapi<br>3,469 habitantes'], | |
[-31.65, -69.48, 'barreal-villa pituil<br>3,463 habitantes'], | |
[-31.75, -68.31, 'villa santa rosa<br>3,460 habitantes'], | |
[-36.98, -60.28, 'villa alfredo fortabat<br>3,451 habitantes'], | |
[-33.48, -60.96, 'maximo paz<br>3,441 habitantes'], | |
[-31.42, -60.34, 'santa rosa de calchines<br>3,435 habitantes'], | |
[-34.01, -62.24, 'sancti spiritu<br>3,433 habitantes'], | |
[-39.38, -62.65, 'hilario ascasubi<br>3,427 habitantes'], | |
[-33.11, -60.57, 'general lagos<br>3,419 habitantes'], | |
[-34.38, -64.5, 'del campillo<br>3,412 habitantes'], | |
[-34.44, -61.81, 'juan bautista alberdi<br>3,404 habitantes'], | |
[-30.89, -63, 'la para<br>3,404 habitantes'], | |
[-26.85, -65.71, 'tafi del valle<br>3,403 habitantes'], | |
[-35.69, -64.14, 'trenel<br>3,387 habitantes'], | |
[-27.18, -60.63, 'la clotilde<br>3,382 habitantes'], | |
[-24.43, -61.68, 'el sauzalito<br>3,374 habitantes'], | |
[-23.16, -62.01, 'el potrillo<br>3,371 habitantes'], | |
[-33.02, -61.04, 'pujato<br>3,370 habitantes'], | |
[-31.2, -60.16, 'cayasta<br>3,367 habitantes'], | |
[-28.6, -62.87, 'colonia dora<br>3,364 habitantes'], | |
[-46.55, -71.63, 'los antiguos<br>3,363 habitantes'], | |
[-31.94, -65.22, 'san pedro<br>3,361 habitantes'], | |
[-23.62, -65.41, 'maimara<br>3,353 habitantes'], | |
[-32.59, -62.84, 'morrison<br>3,345 habitantes'], | |
[-32.15, -61.98, 'piamonte<br>3,336 habitantes'], | |
[-35.07, -64.68, 'rancul<br>3,322 habitantes'], | |
[-31.98, -64.37, 'san agustin<br>3,317 habitantes'], | |
[-27.49, -58.72, 'laguna brava<br>3,314 habitantes'], | |
[-34.84, -67.93, 'villa atuel<br>3,311 habitantes'], | |
[-31.17, -58.19, 'los charruas<br>3,306 habitantes'], | |
[-31.94, -62.47, 'alicia<br>3,305 habitantes'], | |
[-33.61, -62.63, 'alejo ledesma<br>3,299 habitantes'], | |
[-28.51, -63.74, 'villa atamisqui<br>3,289 habitantes'], | |
[-26.7, -59.63, 'colonias unidas<br>3,282 habitantes'], | |
[-32.61, -60.95, 'serodino<br>3,263 habitantes'], | |
[-27.11, -59.45, 'la escondida<br>3,261 habitantes'], | |
[-39.05, -67.39, 'cervantes<br>3,252 habitantes'], | |
[-27.17, -64.49, 'pozo hondo<br>3,249 habitantes'], | |
[-32.17, -64.46, 'villa del dique<br>3,236 habitantes'], | |
[-31.79, -58.32, 'ubajay<br>3,234 habitantes'], | |
[-37.16, -63.24, 'rivera<br>3,217 habitantes'], | |
[-31.58, -66.25, 'ulapes<br>3,205 habitantes'], | |
[-35.2, -62.77, 'tres algarrobos<br>3,201 habitantes'], | |
[-32.27, -61.9, 'maria susana<br>3,197 habitantes'], | |
[-28.06, -55.68, 'azara<br>3,165 habitantes'], | |
[-34.47, -63.54, 'serrano<br>3,162 habitantes'], | |
[-33.5, -64.31, 'san basilio<br>3,160 habitantes'], | |
[-26.89, -65.2, 'san andres<br>3,153 habitantes'], | |
[-39.52, -69.3, 'picun leufu<br>3,144 habitantes'], | |
[-33.46, -61.32, 'bombal<br>3,137 habitantes'], | |
[-42.07, -71.6, 'lago puelo<br>3,129 habitantes'], | |
[-24.43, -59.66, 'san martin ii<br>3,119 habitantes'], | |
[-31.66, -63.04, 'sacanta<br>3,117 habitantes'], | |
[-39.08, -67.16, 'general enrique godoy<br>3,112 habitantes'], | |
[-27.14, -55.41, 'santo pipo<br>3,109 habitantes'], | |
[-31.95, -65.06, 'villa de las rosas<br>3,103 habitantes'], | |
[-32.63, -62.48, 'san marcos<br>3,093 habitantes'], | |
[-33.09, -61.79, 'arteaga<br>3,089 habitantes'], | |
[-37.31, -59.98, 'chillar<br>3,083 habitantes'], | |
[-26.24, -65.49, 'san pedro de colalao<br>3,065 habitantes'], | |
[-26.57, -64.56, 'garmendia<br>3,059 habitantes'], | |
[-39.12, -66.94, 'chichinales<br>3,057 habitantes'], | |
[-27.63, -55.49, 'cerro azul<br>3,049 habitantes'], | |
[-29.34, -58.61, 'perugorria<br>3,043 habitantes'], | |
[-33.44, -60.79, 'santa teresa<br>3,039 habitantes'], | |
[-26.71, -54.82, 'el alcazar<br>3,034 habitantes'], | |
[-29.49, -67.5, 'vichigasta<br>3,016 habitantes'], | |
[-27.41, -65.69, 'los sarmientos<br>3,010 habitantes'], | |
[-27.19, -55.47, 'gobernador roca<br>3,007 habitantes'], | |
[-31.52, -58.41, 'general campos<br>2,994 habitantes'], | |
[-31.72, -64.41, 'anisacate<br>2,991 habitantes'], | |
[-29.02, -59.18, 'lavalle<br>2,990 habitantes'], | |
[-32.57, -64.39, 'elena<br>2,985 habitantes'], | |
[-35.14, -61.97, 'roberts<br>2,982 habitantes'], | |
[-34.34, -64.92, 'villa valeria<br>2,978 habitantes'], | |
[-31.77, -60.4, 'colonia avellaneda<br>2,970 habitantes'], | |
[-29.91, -59.83, 'alejandra<br>2,962 habitantes'], | |
[-36.38, -59.5, 'cachari<br>2,960 habitantes'], | |
[-37.28, -57.77, 'general piran<br>2,934 habitantes'], | |
[-34.76, -65.25, 'buena esperanza<br>2,933 habitantes'], | |
[-23.55, -64.4, 'urundel<br>2,920 habitantes'], | |
[-34.21, -61.35, 'arribeños<br>2,910 habitantes'], | |
[-23.56, -64.36, 'el talar<br>2,901 habitantes'], | |
[-26.77, -66.03, 'san jose<br>2,901 habitantes'], | |
[-43.31, -65.71, 'dolavon<br>2,887 habitantes'], | |
[-31.42, -63.2, 'transito<br>2,886 habitantes'], | |
[-32.32, -64.28, 'los condores<br>2,879 habitantes'], | |
[-29.76, -62.05, 'selva<br>2,878 habitantes'], | |
[-32.3, -61.41, 'centeno<br>2,870 habitantes'], | |
[-27.12, -60.59, 'la tigra<br>2,866 habitantes'], | |
[-28.39, -66.22, 'poman<br>2,856 habitantes'], | |
[-37.01, -62.42, 'guamini<br>2,845 habitantes'], | |
[-31.24, -59.22, 'sauce de luna<br>2,845 habitantes'], | |
[-27.65, -65.25, 'lamadrid<br>2,841 habitantes'], | |
[-27.52, -55.16, 'guarani<br>2,824 habitantes'], | |
[-32.96, -61.55, 'villa eloisa<br>2,820 habitantes'], | |
[-32.76, -68.41, 'costa de araujo<br>2,816 habitantes'], | |
[-36.15, -63.85, 'colonia baron<br>2,804 habitantes'], | |
[-26.65, -58.63, 'general lucio v. mansilla<br>2,802 habitantes'], | |
[-33.17, -61.08, 'fuentes<br>2,791 habitantes'], | |
[-45.7, -70.26, 'rio mayo<br>2,791 habitantes'], | |
[-27.07, -65.23, 'villa fiad-ingenio leales<br>2,791 habitantes'], | |
[-32.43, -60.82, 'gaboto<br>2,788 habitantes'], | |
[-30.01, -61.84, 'hersilia<br>2,780 habitantes'], | |
[-31.39, -63.42, 'santiago temple<br>2,779 habitantes'], | |
[-32.73, -61.92, 'general roca<br>2,777 habitantes'], | |
[-26.65, -61.79, 'sachayoj<br>2,777 habitantes'], | |
[-33.13, -63.04, 'pascanas<br>2,763 habitantes'], | |
[-31.59, -68.41, 'las chacritas<br>2,760 habitantes'], | |
[-34.98, -58.67, 'alejandro petion<br>2,759 habitantes'], | |
[-32.98, -62.02, 'los surgentes<br>2,752 habitantes'], | |
[-26.43, -54.69, 'puerto pinares<br>2,743 habitantes'], | |
[-32.06, -65.83, 'candelaria<br>2,729 habitantes'], | |
[-31.83, -58.82, 'villa clara<br>2,726 habitantes'], | |
[-38.01, -59.26, 'juan n. fernandez<br>2,721 habitantes'], | |
[-24.53, -65.07, 'pampa blanca<br>2,720 habitantes'], | |
[-30.8, -57.91, 'villa del rosario<br>2,720 habitantes'], | |
[-27.13, -59.38, 'la verde<br>2,717 habitantes'], | |
[-38.68, -68.22, 'villa manzano<br>2,697 habitantes'], | |
[-28.49, -59.61, 'villa ana<br>2,696 habitantes'], | |
[-37.67, -59.4, 'villa cacique<br>2,689 habitantes'], | |
[-27.12, -65.47, 'acheral<br>2,683 habitantes'], | |
[-22.74, -63.82, 'coronel cornejo<br>2,672 habitantes'], | |
[-32.1, -63.03, 'la playosa<br>2,672 habitantes'], | |
[-35.65, -60.71, 'dudignac<br>2,670 habitantes'], | |
[-34.43, -59.13, 'torres<br>2,664 habitantes'], | |
[-26.73, -60.62, 'napenay<br>2,661 habitantes'], | |
[-26.49, -58.31, 'herradura<br>2,660 habitantes'], | |
[-38.76, -70.04, 'mariano moreno<br>2,660 habitantes'], | |
[-32.57, -61.77, 'montes de oca<br>2,655 habitantes'], | |
[-32.29, -63.35, 'tio pujio<br>2,655 habitantes'], | |
[-32.49, -63.4, 'arroyo cabral<br>2,654 habitantes'], | |
[-36.43, -61.42, 'urdampilleta<br>2,643 habitantes'], | |
[-32.88, -61.02, 'san jeronimo sud<br>2,641 habitantes'], | |
[-26.12, -65.29, 'el tala<br>2,632 habitantes'], | |
[-27.91, -55.81, 'estacion apostoles<br>2,627 habitantes'], | |
[-54.51, -67.2, 'tolhuin<br>2,626 habitantes'], | |
[-30.21, -69.13, 'rodeo<br>2,625 habitantes'], | |
[-25.12, -66.17, 'cachi<br>2,616 habitantes'], | |
[-32.84, -62.87, 'ordoñez<br>2,609 habitantes'], | |
[-33.66, -59.87, 'gobernador castro<br>2,607 habitantes'], | |
[-30.22, -61.88, 'villa trinidad<br>2,606 habitantes'], | |
[-28.42, -59.26, 'tacuarendi<br>2,586 habitantes'], | |
[-28.16, -63.47, 'garza<br>2,584 habitantes'], | |
[-28.38, -59.27, 'san antonio de obligado<br>2,579 habitantes'], | |
[-33.02, -60.76, 'soldini<br>2,577 habitantes'], | |
[-37.98, -63.61, 'general san martin<br>2,576 habitantes'], | |
[-29, -63.36, 'los telares<br>2,573 habitantes'], | |
[-32.77, -60.79, 'ricardone<br>2,570 habitantes'], | |
[-28.13, -58.77, 'san lorenzo<br>2,569 habitantes'], | |
[-27.37, -58.51, 'san cosme<br>2,563 habitantes'], | |
[-24.59, -64.92, 'aguas calientes<br>2,563 habitantes'], | |
[-31.55, -68.34, 'villa don bosco<br>2,557 habitantes'], | |
[-32.9, -68.4, 'tres porteñas<br>2,545 habitantes'], | |
[-31.77, -61.32, 'santa clara de buena vista<br>2,540 habitantes'], | |
[-36.23, -66.94, 'santa isabel<br>2,526 habitantes'], | |
[-29.52, -68.55, 'guandacol<br>2,525 habitantes'], | |
[-26.24, -54.6, 'maria magdalena<br>2,525 habitantes'], | |
[-24.18, -64.68, 'el piquete<br>2,521 habitantes'], | |
[-33.54, -60.8, 'peyrano<br>2,517 habitantes'], | |
[-38.96, -67.95, 'barrio puente 83<br>2,512 habitantes'], | |
[-33.25, -68.16, 'santa rosa<br>2,509 habitantes'], | |
[-28.95, -58.57, 'chavarria<br>2,506 habitantes'], | |
[-36, -58.14, 'pila<br>2,502 habitantes'], | |
[-35.28, -58.2, 'jeppener<br>2,496 habitantes'], | |
[-31.7, -62.48, 'saturnino maria laspiur<br>2,496 habitantes'], | |
[-41.25, -68.7, 'maquinchao<br>2,494 habitantes'], | |
[-31.59, -64.35, 'villa parque santa ana<br>2,491 habitantes'], | |
[-34.91, -60.76, 'general o'brien<br>2,488 habitantes'], | |
[-37.18, -70.67, 'andacollo<br>2,481 habitantes'], | |
[-30.16, -63.59, 'sebastian el cano<br>2,481 habitantes'], | |
[-25.22, -58.12, 'laguna naick-neck<br>2,479 habitantes'], | |
[-27.13, -55.51, 'corpus<br>2,475 habitantes'], | |
[-34.52, -61.39, 'leandro n. alem<br>2,468 habitantes'], | |
[-28.93, -67.52, 'famatina<br>2,466 habitantes'], | |
[-33.48, -60.29, 'general rojo<br>2,464 habitantes'], | |
[-33.38, -61.71, 'los quirquinchos<br>2,462 habitantes'], | |
[-35.16, -65.94, 'union<br>2,462 habitantes'], | |
[-27.71, -67.15, 'londres<br>2,456 habitantes'], | |
[-31, -64.26, 'la granja<br>2,456 habitantes'], | |
[-27.75, -55.9, 'san carlos<br>2,454 habitantes'], | |
[-38.35, -68.79, 'añelo<br>2,449 habitantes'], | |
[-37.05, -69.87, 'buta ranquil<br>2,443 habitantes'], | |
[-30.64, -65.38, 'serrezuela<br>2,441 habitantes'], | |
[-29.57, -63.35, 'sol de julio<br>2,437 habitantes'], | |
[-31.67, -63.2, 'calchin<br>2,435 habitantes'], | |
[-38.08, -63.43, 'jacinto arauz<br>2,434 habitantes'], | |
[-27.92, -55.82, 'colonia liebig's<br>2,429 habitantes'], | |
[-33.46, -62.44, 'guati mozin<br>2,428 habitantes'], | |
[-31.56, -60.52, 'arroyo leyes<br>2,420 habitantes'], | |
[-30.78, -63.41, 'obispo trejo<br>2,420 habitantes'], | |
[-28.73, -65.97, 'huilla pima<br>2,416 habitantes'], | |
[-31.13, -61.45, 'lehmann<br>2,416 habitantes'], | |
[-31.46, -59.6, 'alcaraz<br>2,410 habitantes'], | |
[-33.06, -60.62, 'alvear<br>2,402 habitantes'], | |
[-28.78, -68.21, 'villa san jose de vinchina<br>2,401 habitantes'], | |
[-33.18, -63.28, 'santa eufemia<br>2,401 habitantes'], | |
[-26.76, -65.07, 'el chañar<br>2,395 habitantes'], | |
[-22.72, -64.35, 'aguas blancas<br>2,395 habitantes'], | |
[-33.12, -62.3, 'general baldissera<br>2,387 habitantes'], | |
[-27.65, -65.44, 'graneros<br>2,375 habitantes'], | |
[-28.17, -66.22, 'saujil<br>2,368 habitantes'], | |
[-33.88, -59.88, 'santa lucia<br>2,360 habitantes'], | |
[-23.95, -63.11, 'la union<br>2,353 habitantes'], | |
[-27.67, -64.14, 'simbolar<br>2,344 habitantes'], | |
[-27.38, -65.61, 'alto verde<br>2,341 habitantes'], | |
[-30.72, -61.47, 'moises ville<br>2,318 habitantes'], | |
[-34.94, -58.17, 'ruta sol<br>2,312 habitantes'], | |
[-31.86, -61.57, 'san martin de las escobas<br>2,299 habitantes'], | |
[-27.89, -64.17, 'el zanjon<br>2,290 habitantes'], | |
[-33.18, -64.99, 'achiras<br>2,287 habitantes'], | |
[-31.97, -65.44, 'los cerrillos<br>2,283 habitantes'], | |
[-31.37, -64.52, 'villa santa cruz del lago<br>2,282 habitantes'], | |
[-37.76, -62.35, 'saavedra<br>2,276 habitantes'], | |
[-29.31, -67.04, 'villa sanagasta<br>2,275 habitantes'], | |
[-33.35, -67.92, 'la dormida<br>2,270 habitantes'], | |
[-23.21, -65.68, 'el aguilar<br>2,264 habitantes'], | |
[-31.19, -60.75, 'llambi campbell<br>2,260 habitantes'], | |
[-32.16, -63.89, 'villa ascasubi<br>2,260 habitantes'], | |
[-24.93, -61.48, 'nueva pompeya<br>2,259 habitantes'], | |
[-29.79, -63.94, 'san francisco del chañar<br>2,256 habitantes'], | |
[-44.05, -70.6, 'gobernador costa<br>2,251 habitantes'], | |
[-32.19, -64.48, 'villa rumipal<br>2,246 habitantes'], | |
[-24.98, -58.82, 'mision tacaagle<br>2,244 habitantes'], | |
[-37.51, -61.92, 'san jose<br>2,234 habitantes'], | |
[-32.75, -61.82, 'tortugas<br>2,234 habitantes'], | |
[-33.34, -61.86, 'beravebu<br>2,225 habitantes'], | |
[-36.23, -64.23, 'winifreda<br>2,222 habitantes'], | |
[-27.33, -58.94, 'colonia benitez<br>2,212 habitantes'], | |
[-25.9, -65.94, 'san carlos<br>2,209 habitantes'], | |
[-28.84, -58.83, '9 de julio<br>2,209 habitantes'], | |
[-33.32, -60.6, 'coronel bogado<br>2,204 habitantes'], | |
[-33.28, -63.98, 'las acequias<br>2,201 habitantes'], | |
[-31.34, -69.43, 'calingasta<br>2,198 habitantes'], | |
[-29.58, -60.38, 'la gallareta<br>2,189 habitantes'], | |
[-32.69, -63.43, 'ticino<br>2,188 habitantes'], | |
[-24.61, -65.38, 'la caldera<br>2,186 habitantes'], | |
[-30.89, -63.25, 'la puerta<br>2,185 habitantes'], | |
[-38.98, -68.14, 'las perlas<br>2,182 habitantes'], | |
[-31.3, -64.24, 'c. chacras de la villa-c.san isidro<br>2,178 habitantes'], | |
[-35.85, -62.3, 'juan jose paso<br>2,176 habitantes'], | |
[-33.61, -69.11, 'colonia las rosas<br>2,169 habitantes'], | |
[-26.5, -64.74, 'villa burruyacu<br>2,168 habitantes'], | |
[-38.14, -61.8, 'sierra de la ventana<br>2,165 habitantes'], | |
[-24.22, -64.84, 'la esperanza<br>2,164 habitantes'], | |
[-34.77, -62.98, 'piedritas<br>2,160 habitantes'], | |
[-26.87, -65.23, 'barrio san felipe<br>2,157 habitantes'], | |
[-24.19, -62.89, 'rivadavia<br>2,155 habitantes'], | |
[-31.99, -60.59, 'aldea valle maria<br>2,149 habitantes'], | |
[-33.12, -68.9, 'agrelo<br>2,147 habitantes'], | |
[-33.66, -61.46, 'melincue<br>2,139 habitantes'], | |
[-33.31, -61.06, 'villa mugueta<br>2,139 habitantes'], | |
[-38.28, -59.2, 'nicanor olivera<br>2,131 habitantes'], | |
[-35.09, -59.77, 'moquehua<br>2,130 habitantes'], | |
[-34.68, -68.14, 'goudge<br>2,126 habitantes'], | |
[-34.61, -60.07, 'rawson<br>2,123 habitantes'], | |
[-31.14, -60.99, 'progreso<br>2,118 habitantes'], | |
[-31.34, -61.82, 'santa clara de saguier<br>2,117 habitantes'], | |
[-28.93, -65.29, 'icano<br>2,104 habitantes'], | |
[-33.6, -61.6, 'chovet<br>2,101 habitantes'], | |
[-38.86, -60.07, 'claromeco<br>2,081 habitantes'], | |
[-25.52, -65.52, 'guachipas<br>2,073 habitantes'], | |
[-27.31, -65.58, 'arcadia<br>2,072 habitantes'], | |
[-22.93, -63.85, 'general ballivian<br>2,071 habitantes'], | |
[-33.6, -60.35, 'conesa<br>2,066 habitantes'], | |
[-38.69, -59.78, 'orense<br>2,063 habitantes'], | |
[-38.48, -61.89, 'cabildo<br>2,046 habitantes'], | |
[-32.55, -59.36, 'gobernador mansilla<br>2,046 habitantes'], | |
[-36.85, -63.69, 'miguel riglos<br>2,034 habitantes'], | |
[-35.15, -64.5, 'parera<br>2,030 habitantes'], | |
[-33.02, -58.48, 'pueblo general belgrano<br>2,030 habitantes'], | |
[-30.95, -60.66, 'videla<br>2,027 habitantes'], | |
[-30.91, -62.67, 'miramar<br>2,023 habitantes'], | |
[-35.08, -57.75, 'general mansilla<br>2,022 habitantes'], | |
[-32.37, -65.94, 'lujan<br>2,016 habitantes'], | |
[-35.59, -64.56, 'caleufu<br>2,014 habitantes'], | |
[-34.13, -61.13, 'ferre<br>2,004 habitantes'], | |
[-40.19, -62.62, 'stroeder<br>1,998 habitantes'], | |
[-28, -65.1, 'san pedro<br>1,997 habitantes'], | |
[-38.89, -63.14, 'juan couste<br>1,993 habitantes'], | |
[-29.06, -60.41, 'fortin olmos<br>1,991 habitantes'], | |
[-34.78, -63.2, 'emilio v. bunge<br>1,986 habitantes'], | |
[-34.32, -58.98, 'los cardales<br>1,983 habitantes'], | |
[-28.68, -62.8, 'icaño<br>1,975 habitantes'], | |
[-27.58, -58.74, 'riachuelo<br>1,965 habitantes'], | |
[-30.23, -60.37, 'la criolla<br>1,963 habitantes'], | |
[-35.14, -62.24, 'pasteur<br>1,962 habitantes'], | |
[-26.29, -53.76, 'dos hermanas<br>1,956 habitantes'], | |
[-24.12, -65.4, 'yala<br>1,953 habitantes'], | |
[-28.59, -65.84, 'colonia nueva coneta<br>1,951 habitantes'], | |
[-32.46, -58.48, 'caseros<br>1,948 habitantes'], | |
[-37.4, -59.51, 'maria ignacia<br>1,948 habitantes'], | |
[-32.67, -61.09, 'salto grande<br>1,944 habitantes'], | |
[-33.72, -58.66, 'villa paranacito<br>1,940 habitantes'], | |
[-27.77, -57.27, 'loreto<br>1,938 habitantes'], | |
[-27.14, -65.26, 'santa rosa de leales<br>1,934 habitantes'], | |
[-27.89, -59.28, 'basail<br>1,929 habitantes'], | |
[-31.76, -61.1, 'san carlos sud<br>1,927 habitantes'], | |
[-34.63, -59.25, 'olivera<br>1,926 habitantes'], | |
[-31.13, -64.14, 'general paz<br>1,925 habitantes'], | |
[-36.31, -62.2, 'salazar<br>1,924 habitantes'], | |
[-41.16, -71.41, 'villa los coihues<br>1,919 habitantes'], | |
[-31.06, -64.3, 'agua de oro<br>1,918 habitantes'], | |
[-33.6, -61.31, 'carreras<br>1,906 habitantes'], | |
[-26.94, -65.71, 'el mollar<br>1,906 habitantes'], | |
[-27.45, -58.65, 'santa ana<br>1,906 habitantes'], | |
[-38.97, -64.09, 'la adela<br>1,904 habitantes'], | |
[-31.38, -62.83, 'el tio<br>1,903 habitantes'], | |
[-23.18, -62.3, 'general mosconi<br>1,902 habitantes'], | |
[-39.05, -67.64, 'barrio chacra monte<br>1,900 habitantes'], | |
[-31.52, -68.35, 'villa san martin<br>1,899 habitantes'], | |
[-28.49, -62.99, 'herrera<br>1,894 habitantes'], | |
[-26.81, -59.56, 'capitan solari<br>1,888 habitantes'], | |
[-25.26, -64.05, 'gaona<br>1,883 habitantes'], | |
[-24.27, -64.77, 'rodeito<br>1,879 habitantes'], | |
[-28.26, -63.88, 'brea pozo<br>1,878 habitantes'], | |
[-32.91, -64.03, 'carnerillo<br>1,867 habitantes'], | |
[-31.48, -64.56, 'villa rio icho cruz<br>1,864 habitantes'], | |
[-38.17, -63.23, 'villa iris<br>1,858 habitantes'], | |
[-34.37, -62.13, 'diego de alvear<br>1,855 habitantes'], | |
[-35.29, -61.41, 'alfredo demarchi<br>1,853 habitantes'], | |
[-34.75, -60.99, 'baigorrita<br>1,848 habitantes'], | |
[-39.06, -67.3, 'mainque<br>1,848 habitantes'], | |
[-31.32, -62.81, 'villa concepcion del tio<br>1,848 habitantes'], | |
[-38.81, -62.1, 'villa general arias<br>1,845 habitantes'], | |
[-29.38, -58.2, 'mariano i. loza<br>1,843 habitantes'], | |
[-27.48, -55.48, 'bonpland<br>1,842 habitantes'], | |
[-27.31, -62.54, 'weisburd<br>1,842 habitantes'], | |
[-27.34, -65.76, 'alpachiri<br>1,838 habitantes'], | |
[-32.36, -60.94, 'monje<br>1,838 habitantes'], | |
[-28.93, -65.09, 'san antonio<br>1,835 habitantes'], | |
[-33.31, -60.83, 'pavon arriba<br>1,834 habitantes'], | |
[-33.1, -61.33, 'los molinos<br>1,832 habitantes'], | |
[-37.56, -61.87, 'santa maria<br>1,832 habitantes'], | |
[-28.91, -58.94, 'gobernador juan e. martinez<br>1,831 habitantes'], | |
[-36.41, -56.94, 'general lavalle<br>1,827 habitantes'], | |
[-26.89, -64.74, 'las cejas<br>1,826 habitantes'], | |
[-25.47, -65.57, 'la viña<br>1,825 habitantes'], | |
[-34.25, -58.96, 'barrio los pioneros(barrio tavella)<br>1,823 habitantes'], | |
[-43.54, -71.47, 'corcovado<br>1,820 habitantes'], | |
[-33.77, -59.64, 'rio tala<br>1,814 habitantes'], | |
[-33.15, -61.28, 'sanford<br>1,810 habitantes'], | |
[-22.28, -62.7, 'santa victoria este<br>1,809 habitantes'], | |
[-30.05, -66.89, 'patquia<br>1,808 habitantes'], | |
[-29.32, -67.63, 'sañogasta<br>1,805 habitantes'], | |
[-34.48, -64.17, 'mattaldi<br>1,797 habitantes'], | |
[-37.34, -57.03, 'mar azul<br>1,797 habitantes'], | |
[-30.99, -62.83, 'marull<br>1,791 habitantes'], | |
[-31.99, -58.96, 'villa dominguez<br>1,791 habitantes'], | |
[-31.42, -62.06, 'barrios acapulco y veracruz<br>1,790 habitantes'], | |
[-32.41, -65.01, 'carpinteria<br>1,788 habitantes'], | |
[-31.25, -61.21, 'felicia<br>1,788 habitantes'], | |
[-32.67, -60.88, 'pueblo andino<br>1,784 habitantes'], | |
[-23.26, -63.34, 'dragones<br>1,779 habitantes'], | |
[-34.72, -63.51, 'hipolito bouchard<br>1,778 habitantes'], | |
[-38.74, -60.61, 'oriente<br>1,778 habitantes'], | |
[-33.25, -66.19, 'el volcan<br>1,775 habitantes'], | |
[-30.23, -61.73, 'arrufo<br>1,764 habitantes'], | |
[-39.19, -65.96, 'coronel belisle<br>1,764 habitantes'], | |
[-36.23, -62.01, 'mones cazon<br>1,764 habitantes'], | |
[-31.87, -63.12, 'carrilobo<br>1,763 habitantes'], | |
[-28.15, -65.67, 'la merced<br>1,759 habitantes'], | |
[-37.38, -63.77, 'alpachiri<br>1,759 habitantes'], | |
[-27.29, -58.62, 'isla del cerrito<br>1,758 habitantes'], | |
[-26.93, -58.66, 'general vedia<br>1,751 habitantes'], | |
[-30.67, -64.87, 'el brete<br>1,749 habitantes'], | |
[-36.8, -63.34, 'maza<br>1,748 habitantes'], | |
[-31.83, -63.45, 'las junturas<br>1,748 habitantes'], | |
[-31.74, -62.89, 'el arañado<br>1,746 habitantes'], | |
[-31.35, -64, 'mi granja<br>1,739 habitantes'], | |
[-34.65, -59.35, 'gowland<br>1,738 habitantes'], | |
[-31.35, -64.48, 'villa parque siquiman<br>1,738 habitantes'], | |
[-26.73, -66.04, 'chañar punco<br>1,736 habitantes'], | |
[-29.47, -56.82, 'yapeyu<br>1,736 habitantes'], | |
[-26.91, -58.54, 'puerto bermejo nuevo<br>1,733 habitantes'], | |
[-33.2, -63.86, 'villa reduccion<br>1,732 habitantes'], | |
[-33.5, -58.8, 'ceibas<br>1,730 habitantes'], | |
[-26.11, -62.04, 'los pirpintos<br>1,729 habitantes'], | |
[-32.02, -64.19, 'corralito<br>1,727 habitantes'], | |
[-31.2, -58.03, 'colonia ayui<br>1,724 habitantes'], | |
[-27.95, -62.55, 'vilelas<br>1,723 habitantes'], | |
[-32.38, -61.09, 'diaz<br>1,721 habitantes'], | |
[-30.96, -62.34, 'altos de chipion<br>1,718 habitantes'], | |
[-34.1, -60.41, 'arroyo dulce<br>1,715 habitantes'], | |
[-33.47, -69.14, 'cordon del plata<br>1,713 habitantes'], | |
[-36.53, -64.01, 'anguil<br>1,705 habitantes'], | |
[-26.8, -65.27, 'barrio san jose iii<br>1,703 habitantes'], | |
[-33.72, -62.25, 'maggiolo<br>1,701 habitantes'], | |
[-33.22, -66.23, 'potrero de los funes<br>1,698 habitantes'], | |
[-29.02, -68.22, 'villa castelli<br>1,697 habitantes'], | |
[-27.73, -63.72, 'la cañada<br>1,696 habitantes'], | |
[-30.97, -66.24, 'santa rita de catuna<br>1,695 habitantes'], | |
[-31.09, -61.9, 'ramona<br>1,694 habitantes'], | |
[-28.31, -58.29, 'tabay<br>1,687 habitantes'], | |
[-22.38, -63.77, 'yacuy<br>1,686 habitantes'], | |
[-31, -61.43, 'ataliva<br>1,680 habitantes'], | |
[-36.47, -63.62, 'lonquimay<br>1,680 habitantes'], | |
[-36.81, -62.24, 'laguna alsina<br>1,677 habitantes'], | |
[-26.97, -55.06, 'ruiz de montoya<br>1,672 habitantes'], | |
[-29.18, -67.44, 'malligasta<br>1,668 habitantes'], | |
[-27.48, -54.96, 'villa bonita<br>1,664 habitantes'], | |
[-31.61, -68.6, 'quinto cuartel<br>1,661 habitantes'], | |
[-42.51, -71.44, 'cholila<br>1,658 habitantes'], | |
[-31.83, -60.87, 'barrio caima<br>1,655 habitantes'], | |
[-33.88, -62.84, 'pueblo italiano<br>1,654 habitantes'], | |
[-33.4, -61.84, 'godeken<br>1,652 habitantes'], | |
[-38.73, -68.16, 'barda del medio<br>1,651 habitantes'], | |
[-28.61, -65.9, 'miraflores<br>1,650 habitantes'], | |
[-31.97, -62.3, 'el fortin<br>1,648 habitantes'], | |
[-30.58, -60.47, 'marcelino escalada<br>1,646 habitantes'], | |
[-31.56, -61.9, 'zenon pereyra<br>1,637 habitantes'], | |
[-38.04, -57.71, 'estacion chapadmalal<br>1,633 habitantes'], | |
[-33.12, -68.42, 'alto verde<br>1,627 habitantes'], | |
[-49.33, -72.89, 'el chalten<br>1,627 habitantes'], | |
[-37.96, -60.42, 'de la garma<br>1,625 habitantes'], | |
[-27.46, -62.92, 'las tinajas<br>1,624 habitantes'], | |
[-34.29, -58.92, 'chacras del rio lujan<br>1,621 habitantes'], | |
[-26.12, -64.29, 'el mojon<br>1,620 habitantes'], | |
[-44.06, -70.47, 'jose de san martin<br>1,612 habitantes'], | |
[-23.4, -66.37, 'susques<br>1,611 habitantes'], | |
[-33.73, -61.76, 'carmen<br>1,611 habitantes'], | |
[-35.56, -63.38, 'gonzalez moreno<br>1,610 habitantes'], | |
[-32.08, -60.98, 'arocena<br>1,608 habitantes'], | |
[-34.14, -62.42, 'amenabar<br>1,605 habitantes'], | |
[-24.23, -63.99, 'general pizarro<br>1,604 habitantes'], | |
[-28.67, -59.85, 'tartagal<br>1,599 habitantes'], | |
[-31.96, -63.38, 'colazo<br>1,598 habitantes'], | |
[-33.18, -68.62, 'medrano<br>1,598 habitantes'], | |
[-25.22, -58.51, 'tres lagunas<br>1,598 habitantes'], | |
[-30.56, -64, 'las peñas<br>1,590 habitantes'], | |
[-37.15, -64.01, 'doblas<br>1,586 habitantes'], | |
[-28.75, -58.66, 'pedro r. fernandez<br>1,585 habitantes'], | |
[-33.75, -63.1, 'viamonte<br>1,583 habitantes'], | |
[-37.9, -63.75, 'bernasconi<br>1,577 habitantes'], | |
[-30.98, -61.74, 'aldao<br>1,576 habitantes'], | |
[-28.82, -66.94, 'anillaco<br>1,573 habitantes'], | |
[-32.24, -60.16, 'aranguren<br>1,571 habitantes'], | |
[-45.05, -70.82, 'alto rio senguer<br>1,570 habitantes'], | |
[-32.17, -61.16, 'bernardo de irigoyen<br>1,566 habitantes'], | |
[-31.41, -68.4, 'las tapias<br>1,563 habitantes'], | |
[-28.24, -65.04, 'lavalle<br>1,554 habitantes'], | |
[-26.75, -64.36, 'el bobadal<br>1,552 habitantes'], | |
[-36.51, -61.56, 'pirovano<br>1,551 habitantes'], | |
[-27.42, -65.53, 'medina<br>1,549 habitantes'], | |
[-26.74, -66.02, 'loro huasi<br>1,547 habitantes'], | |
[-35.09, -61.52, 'el triunfo<br>1,543 habitantes'], | |
[-31.27, -58.11, 'la criolla<br>1,543 habitantes'], | |
[-40.58, -67.76, 'sierra colorada<br>1,542 habitantes'], | |
[-33.03, -68.79, 'cruz de piedra<br>1,536 habitantes'], | |
[-31.57, -61.38, 'sa pereyra<br>1,533 habitantes'], | |
[-22.58, -63.85, 'campamento vespucio<br>1,531 habitantes'], | |
[-31.45, -61.71, 'plaza clucellas<br>1,530 habitantes'], | |
[-26.41, -54.5, '9 de julio km 20<br>1,528 habitantes'], | |
[-22.78, -65.21, 'iruya<br>1,523 habitantes'], | |
[-27.66, -59.86, 'charadai<br>1,519 habitantes'], | |
[-33.27, -68.46, 'la florida<br>1,518 habitantes'], | |
[-32.81, -63.03, 'idiazabal<br>1,513 habitantes'], | |
[-38.77, -68.14, 'vista alegre sur<br>1,513 habitantes'], | |
[-28.01, -63.74, 'estacion taboada<br>1,512 habitantes'], | |
[-33.43, -60.14, 'villa general savio<br>1,511 habitantes'], | |
[-32.34, -60.03, 'hernandez<br>1,510 habitantes'], | |
[-33.17, -62.77, 'wenceslao escalante<br>1,504 habitantes'], | |
[-33.76, -60.44, 'acevedo<br>1,499 habitantes'], | |
[-35.02, -63.58, 'bernardo larroude<br>1,499 habitantes'], | |
[-32.61, -63.58, 'dalmacio velez<br>1,497 habitantes'], | |
[-41.03, -70.27, 'comallo<br>1,497 habitantes'], | |
[-30.7, -61.05, 'elisa<br>1,490 habitantes'], | |
[-33.91, -59.39, 'villa alsina<br>1,488 habitantes'], | |
[-32.98, -68.48, 'chapanay<br>1,486 habitantes'], | |
[-26.85, -54.89, 'san miguel<br>1,486 habitantes'], | |
[-32.8, -63.24, 'la laguna<br>1,482 habitantes'], | |
[-31.65, -63.76, 'costa sacate<br>1,480 habitantes'], | |
[-42.07, -71.52, 'el hoyo<br>1,477 habitantes'], | |
[-31.62, -64.39, 'villa del prado<br>1,476 habitantes'], | |
[-30.4, -64.12, 'villa tulumba<br>1,474 habitantes'], | |
[-37.49, -61.92, 'santa trinidad<br>1,474 habitantes'], | |
[-31.12, -60.89, 'santo domingo<br>1,470 habitantes'], | |
[-27.3, -66.65, 'farallon negro<br>1,463 habitantes'], | |
[-26.33, -54.62, 'colonia victoria<br>1,461 habitantes'], | |
[-32.85, -64.36, 'coronel baigorria<br>1,456 habitantes'], | |
[-26.76, -65.24, 'barrio u.t.a. ii<br>1,455 habitantes'], | |
[-30.16, -68.48, 'huaco<br>1,454 habitantes'], | |
[-34.59, -68.55, '25 de mayo<br>1,450 habitantes'], | |
[-33.44, -62.09, 'cafferata<br>1,449 habitantes'], | |
[-33.31, -69.17, 'san jose<br>1,445 habitantes'], | |
[-26.66, -54.74, 'caraguatay<br>1,440 habitantes'], | |
[-31.49, -68.32, 'san isidro<br>1,440 habitantes'], | |
[-30.11, -68.7, 'villa mercedes<br>1,439 habitantes'], | |
[-29.11, -58.34, 'felipe yofre<br>1,435 habitantes'], | |
[-27.52, -54.73, 'santa rita<br>1,433 habitantes'], | |
[-35.27, -59.63, 'pedernales<br>1,432 habitantes'], | |
[-24.37, -65.33, 'san antonio<br>1,430 habitantes'], | |
[-32.4, -58.74, 'villa mantero<br>1,427 habitantes'], | |
[-27.66, -54.98, 'panambi km 8<br>1,422 habitantes'], | |
[-25.32, -64.92, 'rio piedras<br>1,420 habitantes'], | |
[-33.01, -68.8, 'russell<br>1,416 habitantes'], | |
[-35.07, -60.41, 'mechita<br>1,414 habitantes'], | |
[-28.82, -62.76, 'real sayana<br>1,412 habitantes'], | |
[-27.55, -57.54, 'beron de astrada<br>1,411 habitantes'], | |
[-26.69, -64.95, 'la ramada<br>1,409 habitantes'], | |
[-26.56, -64.8, 'villa benjamin araoz<br>1,409 habitantes'], | |
[-31.19, -61.83, 'vila<br>1,405 habitantes'], | |
[-24.88, -65.59, 'la silleta<br>1,402 habitantes'], | |
[-34.58, -62.05, 'germania<br>1,397 habitantes'], | |
[-28.18, -65.49, 'alijilan<br>1,396 habitantes'], | |
[-33.33, -69.14, 'barrio belgrano norte<br>1,392 habitantes'], | |
[-37.64, -70.58, 'el huecu<br>1,391 habitantes'], | |
[-35.85, -62.07, 'francisco madero<br>1,389 habitantes'], | |
[-24.08, -65.41, 'lozano<br>1,388 habitantes'], | |
[-38.89, -68.01, 'ferri<br>1,385 habitantes'], | |
[-25.16, -61.84, 'fuerte esperanza<br>1,376 habitantes'], | |
[-24.48, -64.97, 'puesto viejo<br>1,372 habitantes'], | |
[-31.91, -61.28, 'lopez<br>1,368 habitantes'], | |
[-31.76, -68.22, 'villa el tango<br>1,367 habitantes'], | |
[-31.74, -64.44, 'villa los aromos<br>1,364 habitantes'], | |
[-32.3, -64.48, 'la cruz<br>1,363 habitantes'], | |
[-31.19, -59.95, 'piedras blancas<br>1,362 habitantes'], | |
[-28.23, -61.53, 'gregoria perez de denis<br>1,358 habitantes'], | |
[-32.01, -62.06, 'landeta<br>1,357 habitantes'], | |
[-35.11, -65.25, 'nueva galia<br>1,353 habitantes'], | |
[-24.29, -59.83, 'fortin cabo 1 lugones<br>1,351 habitantes'], | |
[-38.2, -61.77, 'saldungaray<br>1,351 habitantes'], | |
[-35.33, -64.12, 'alta italia<br>1,350 habitantes'], | |
[-30.42, -57.86, 'juan pujol<br>1,349 habitantes'], | |
[-34.67, -63.37, 'coronel charlone<br>1,348 habitantes'], | |
[-31.3, -63.76, 'piquillin<br>1,347 habitantes'], | |
[-34.73, -68.23, 'salto de las rosas<br>1,343 habitantes'], | |
[-35.01, -63.37, 'banderalo<br>1,339 habitantes'], | |
[-31.05, -59.09, 'conscripto bernardi<br>1,339 habitantes'], | |
[-32.45, -58.44, 'villa san justo<br>1,337 habitantes'], | |
[-35.39, -64.28, 'embajador martini<br>1,336 habitantes'], | |
[-30.82, -66.62, 'malanzan<br>1,335 habitantes'], | |
[-22.54, -63.79, 'mision el cruce-el milagro-jardin de<br>1,329 habitantes'], | |
[-34.98, -61.77, 'arenaza<br>1,328 habitantes'], | |
[-25.48, -63.79, 'nuestra señora de talavera<br>1,328 habitantes'], | |
[-26.59, -65.93, 'amaicha del valle<br>1,327 habitantes'], | |
[-30.69, -59.4, 'san gustavo<br>1,325 habitantes'], | |
[-27.53, -59.58, 'cotelai<br>1,323 habitantes'], | |
[-31.81, -59.94, 'tabossi<br>1,322 habitantes'], | |
[-24.46, -65.12, 'barrio el milagro<br>1,321 habitantes'], | |
[-31.8, -62.62, 'las varas<br>1,320 habitantes'], | |
[-33.95, -62.97, 'la cesira<br>1,318 habitantes'], | |
[-45.79, -67.67, 'diadema argentina<br>1,317 habitantes'], | |
[-30.94, -64.09, 'sinsacate<br>1,317 habitantes'], | |
[-27.06, -64.92, 'estacion araoz<br>1,315 habitantes'], | |
[-31.18, -65.1, 'san carlos minas<br>1,311 habitantes'], | |
[-32.32, -61.63, 'los cardos<br>1,310 habitantes'], | |
[-38.15, -58.22, 'mechongue<br>1,307 habitantes'], | |
[-26.42, -64.48, 'rapelli<br>1,303 habitantes'], | |
[-36.52, -57.32, 'general conesa<br>1,302 habitantes'], | |
[-23.28, -63.74, 'mision chaqueña<br>1,302 habitantes'], | |
[-31.55, -61.55, 'angelica<br>1,298 habitantes'], | |
[-44.8, -65.71, 'camarones<br>1,296 habitantes'], | |
[-22.89, -64.66, 'isla de cañas<br>1,295 habitantes'], | |
[-31.24, -64.07, 'colonia tirolesa<br>1,293 habitantes'], | |
[-36.64, -57.79, 'general guido<br>1,291 habitantes'], | |
[-31.53, -62.72, 'colonia san bartolome<br>1,291 habitantes'], | |
[-26.62, -58.67, 'villa escolar<br>1,290 habitantes'], | |
[-30.77, -64.11, 'sarmiento<br>1,288 habitantes'], | |
[-35.12, -58.89, 'uribelarrea<br>1,282 habitantes'], | |
[-22.51, -63.74, 'mision km 6<br>1,281 habitantes'], | |
[-26.7, -59.12, 'pampa almiron<br>1,278 habitantes'], | |
[-31.44, -64.32, 'barrio gilbert<br>1,277 habitantes'], | |
[-25.93, -65.96, 'animana<br>1,276 habitantes'], | |
[-27.63, -56.91, 'villa olivari<br>1,276 habitantes'], | |
[-31.31, -65.09, 'salsacate<br>1,275 habitantes'], | |
[-31.53, -58.01, 'puerto yerua<br>1,274 habitantes'], | |
[-26.96, -60.19, 'colonia aborigen<br>1,272 habitantes'], | |
[-27.09, -55.29, 'hipolito yrigoyen<br>1,271 habitantes'], | |
[-35.51, -59.52, 'del carril<br>1,270 habitantes'], | |
[-32.21, -62.63, 'san antonio del itin<br>1,268 habitantes'], | |
[-33.5, -60.51, 'juan b. molina<br>1,265 habitantes'], | |
[-43.87, -69.05, 'paso de indios<br>1,264 habitantes'], | |
[-25.42, -60.41, 'el espinillo<br>1,261 habitantes'], | |
[-31.47, -64.54, 'mayu sumaj<br>1,259 habitantes'], | |
[-31.23, -63.06, 'la tordilla<br>1,257 habitantes'], | |
[-34.63, -68.44, 'cuadro benegas<br>1,253 habitantes'], | |
[-31.45, -68.54, 'el rincon<br>1,252 habitantes'], | |
[-32.44, -58.63, 'herrera<br>1,251 habitantes'], | |
[-27.52, -60.39, 'samuhu<br>1,251 habitantes'], | |
[-30.93, -64.5, 'los cocos<br>1,242 habitantes'], | |
[-31.45, -64.37, 'yocsina<br>1,242 habitantes'], | |
[-37.64, -59.39, 'barker<br>1,241 habitantes'], | |
[-27.84, -65.19, 'taco ralo<br>1,241 habitantes'], | |
[-36.26, -65.51, 'telen<br>1,240 habitantes'], | |
[-43.49, -70.81, 'tecka<br>1,237 habitantes'], | |
[-27.19, -65.31, 'villa de leales<br>1,237 habitantes'], | |
[-27.45, -55.02, 'campo ramon<br>1,235 habitantes'], | |
[-32.42, -61.89, 'bouquet<br>1,230 habitantes'], | |
[-24.1, -61.47, 'los chiriguanos<br>1,225 habitantes'], | |
[-28.34, -63.27, 'lugones<br>1,222 habitantes'], | |
[-26.09, -65.41, 'el jardin<br>1,221 habitantes'], | |
[-33.35, -61.45, 'villada<br>1,213 habitantes'], | |
[-32.03, -65.03, 'san javier y yacanto<br>1,210 habitantes'], | |
[-32.25, -63.65, 'pampayasta sur<br>1,208 habitantes'], | |
[-26.5, -59.68, 'laguna limpia<br>1,207 habitantes'], | |
[-34.33, -59.08, 'parada orlando<br>1,207 habitantes'], | |
[-34.58, -60.7, 'o'higgins<br>1,206 habitantes'], | |
[-27.53, -65.61, 'villa belgrano<br>1,205 habitantes'], | |
[-27.15, -66.94, 'corral quemado<br>1,204 habitantes'], | |
[-33.48, -62.34, 'cavanagh<br>1,202 habitantes'], | |
[-33.11, -66.06, 'el trapiche<br>1,200 habitantes'], | |
[-31.8, -65, 'nono<br>1,198 habitantes'], | |
[-34.35, -63.45, 'melo<br>1,198 habitantes'], | |
[-28.38, -64.53, 'laprida<br>1,197 habitantes'], | |
[-31.92, -64.58, 'los reartes<br>1,192 habitantes'], | |
[-33.37, -60.51, 'godoy<br>1,189 habitantes'], | |
[-32.22, -65.05, 'la paz<br>1,189 habitantes'], | |
[-32.18, -58.79, 'santa anita<br>1,187 habitantes'], | |
[-25.44, -66.31, 'molinos<br>1,183 habitantes'], | |
[-42.73, -70.53, 'gualjaina<br>1,183 habitantes'], | |
[-32.31, -62.65, 'cintra<br>1,182 habitantes'], | |
[-34.12, -59.43, 'villa lia<br>1,182 habitantes'], | |
[-32.75, -63.34, 'pasco<br>1,178 habitantes'], | |
[-30.59, -58.47, 'los conquistadores<br>1,177 habitantes'], | |
[-34.79, -62.2, 'villa francia<br>1,176 habitantes'], | |
[-28.11, -63.13, 'matara<br>1,172 habitantes'], | |
[-31.43, -64.45, 'san nicolas<br>1,171 habitantes'], | |
[-28.26, -66.22, 'sijan<br>1,169 habitantes'], | |
[-30.85, -61.59, 'tacural<br>1,169 habitantes'], | |
[-31.84, -68.36, 'tupeli<br>1,169 habitantes'], | |
[-35.67, -64.94, 'la maruja<br>1,168 habitantes'], | |
[-24.2, -64.79, 'el puesto<br>1,166 habitantes'], | |
[-30.52, -66.54, 'tama<br>1,164 habitantes'], | |
[-32.92, -68.68, 'la primavera<br>1,164 habitantes'], | |
[-25.54, -60.02, 'subteniente perin<br>1,163 habitantes'], | |
[-28.79, -65.1, 'quiros<br>1,156 habitantes'], | |
[-30.74, -63.72, 'cañada de luque<br>1,154 habitantes'], | |
[-31.25, -62.36, 'colonia marina<br>1,153 habitantes'], | |
[-27.73, -64.25, 'la darsena<br>1,152 habitantes'], | |
[-22.23, -64.95, 'santa victoria<br>1,151 habitantes'], | |
[-39.2, -65.74, 'darwin<br>1,148 habitantes'], | |
[-34.83, -58.94, 'villars<br>1,147 habitantes'], | |
[-33.11, -60.8, 'piñero<br>1,146 habitantes'], | |
[-29.23, -59.58, 'puerto reconquista<br>1,144 habitantes'], | |
[-33.66, -60.71, 'villa angelica<br>1,144 habitantes'], | |
[-23.25, -64.25, 'el tabacal<br>1,143 habitantes'], | |
[-27.04, -65.43, 'barrio casa rosada<br>1,141 habitantes'], | |
[-28.08, -64.16, 'arraga<br>1,136 habitantes'], | |
[-25.35, -59.62, 'bartolome de las casas<br>1,134 habitantes'], | |
[-31.83, -68.54, 'carpinteria<br>1,134 habitantes'], | |
[-26.72, -65.22, 'barrio mutual san martin<br>1,132 habitantes'], | |
[-28.68, -60.07, 'intiyaco<br>1,132 habitantes'], | |
[-33.67, -63.64, 'huanchillas<br>1,131 habitantes'], | |
[-26.04, -58.05, 'mojon de fierro<br>1,131 habitantes'], | |
[-36.99, -70.75, 'las ovejas<br>1,128 habitantes'], | |
[-33.5, -65.79, 'fraga<br>1,127 habitantes'], | |
[-37.79, -58.85, 'san manuel<br>1,126 habitantes'], | |
[-31.35, -64.46, 'san roque<br>1,126 habitantes'], | |
[-28.85, -59.5, 'las garzas<br>1,123 habitantes'], | |
[-23.91, -65.46, 'volcan<br>1,121 habitantes'], | |
[-26.98, -55.17, 'puerto leoni<br>1,114 habitantes'], | |
[-27.87, -55.26, 'itacaruare<br>1,108 habitantes'], | |
[-34.04, -60.87, 'las carabelas<br>1,107 habitantes'], | |
[-33.01, -68.39, 'montecaseros<br>1,106 habitantes'], | |
[-30.38, -63.6, 'las arrias<br>1,104 habitantes'], | |
[-32.74, -61.29, 'bustinza<br>1,098 habitantes'], | |
[-35.86, -62.51, 'berutti<br>1,098 habitantes'], | |
[-29.34, -62.33, 'malbran<br>1,098 habitantes'], | |
[-31.06, -61.17, 'sarmiento<br>1,098 habitantes'], | |
[-32.1, -64.75, 'villa yacanto<br>1,097 habitantes'], | |
[-28.1, -65.31, 'banado de ovanta<br>1,096 habitantes'], | |
[-27.54, -66.33, 'chaquiago<br>1,096 habitantes'], | |
[-32.63, -58.7, 'aldea san antonio<br>1,091 habitantes'], | |
[-28.2, -64.13, 'nueva francia<br>1,091 habitantes'], | |
[-34.79, -63.78, 'italo<br>1,090 habitantes'], | |
[-28.66, -66.56, 'villa mazan<br>1,090 habitantes'], | |
[-33.02, -64.05, 'charras<br>1,088 habitantes'], | |
[-35.7, -63.02, 'fortin olavarria<br>1,086 habitantes'], | |
[-30.62, -60.92, 'soledad<br>1,083 habitantes'], | |
[-33.76, -60.65, 'manuel ocampo<br>1,078 habitantes'], | |
[-27.15, -65.36, 'rio colorado<br>1,077 habitantes'], | |
[-28.32, -66.14, 'mutquin<br>1,075 habitantes'], | |
[-23.63, -62.6, 'los blancos<br>1,073 habitantes'], | |
[-31.28, -61.41, 'bella italia<br>1,070 habitantes'], | |
[-24.4, -64, 'luis burela<br>1,070 habitantes'], | |
[-31.53, -64.28, 'los cedros<br>1,069 habitantes'], | |
[-27.68, -64.3, 'los quiroga<br>1,065 habitantes'], | |
[-24.07, -64.8, 'chalican<br>1,062 habitantes'], | |
[-33.28, -68.4, 'los campamentos<br>1,062 habitantes'], | |
[-33.08, -63.27, 'chazon<br>1,061 habitantes'], | |
[-24.51, -64.06, 'coronel mollinedo<br>1,061 habitantes'], | |
[-26.96, -65.27, 'manuel garcia fernandez<br>1,061 habitantes'], | |
[-28.49, -63.2, 'villa mailin<br>1,061 habitantes'], | |
[-28.61, -62.52, 'estacion tacañitas<br>1,060 habitantes'], | |
[-26.4, -58.36, 'tatane<br>1,056 habitantes'], | |
[-44.18, -71.37, 'rio pico<br>1,055 habitantes'], | |
[-38.33, -60.89, 'indio rico<br>1,054 habitantes'], | |
[-28.11, -59.98, 'los amores<br>1,052 habitantes'], | |
[-26.31, -61.65, 'rio muerto<br>1,052 habitantes'], | |
[-22.41, -63.77, 'tranquitas<br>1,052 habitantes'], | |
[-33.5, -64.68, 'bulnes<br>1,051 habitantes'], | |
[-27.51, -56.74, 'san antonio<br>1,049 habitantes'], | |
[-32.66, -63.24, 'ausonia<br>1,046 habitantes'], | |
[-28.53, -64.78, 'choya<br>1,042 habitantes'], | |
[-32.51, -61.03, 'carrizales<br>1,041 habitantes'], | |
[-35.33, -61.61, 'coronel martinez de hoz<br>1,041 habitantes'], | |
[-33.73, -60.17, 'la violeta<br>1,041 habitantes'], | |
[-35.72, -65.32, 'arizona<br>1,040 habitantes'], | |
[-42.23, -71.37, 'epuyen<br>1,038 habitantes'], | |
[-30.87, -60.97, 'la pelada<br>1,037 habitantes'], | |
[-36.56, -62.6, 'garre<br>1,036 habitantes'], | |
[-33.89, -69.08, 'chilecito<br>1,033 habitantes'], | |
[-30.77, -65.19, 'paso viejo<br>1,033 habitantes'], | |
[-24.87, -65.56, 'la merced de lencon<br>1,031 habitantes'], | |
[-35.03, -68.68, 'el nihuil<br>1,030 habitantes'], | |
[-29.82, -57.43, 'bonpland<br>1,029 habitantes'], | |
[-35.64, -64.36, 'arata<br>1,026 habitantes'], | |
[-39.11, -67.63, 'paso cordova<br>1,024 habitantes'], | |
[-33.95, -69.08, 'pareditas<br>1,021 habitantes'], | |
[-29.38, -65.29, 'esquiu<br>1,019 habitantes'], | |
[-38.72, -60.45, 'copetonas<br>1,017 habitantes'], | |
[-30.85, -66.72, 'portezuelo<br>1,017 habitantes'], | |
[-31.78, -64.54, 'potrero de garay<br>1,017 habitantes'], | |
[-31.65, -64.09, 'lozada<br>1,013 habitantes'], | |
[-27.66, -55.21, 'gobernador lopez<br>1,010 habitantes'], | |
[-27.56, -55.32, 'villa libertad<br>1,008 habitantes'], | |
[-28.21, -65.87, 'el rodeo<br>1,007 habitantes'], | |
[-33.43, -60.63, 'sargento cabral<br>1,007 habitantes'], | |
[-30.21, -64.48, 'villa quilino<br>1,003 habitantes'], | |
[-22.25, -64.68, 'los toldos<br>1,002 habitantes'], | |
[-31.36, -61.52, 'susana<br>1,002 habitantes'], | |
[-32.53, -64.59, 'rio de los sauces<br>1,001 habitantes'], | |
[-34.3, -59.32, 'solis<br>1,001 habitantes'], | |
[-38.76, -68.1, 'contralmirante cordero<br>1,000 habitantes'], | |
[-27.52, -67.59, 'medanitos<br>999 habitantes'], | |
[-28.02, -61.19, 'gato colorado<br>998 habitantes'], | |
[-30.14, -60.34, 'vera y pintado<br>997 habitantes'], | |
[-32.53, -58.93, 'gilbert<br>996 habitantes'], | |
[-28.95, -60.14, 'garabato<br>995 habitantes'], | |
[-31.73, -64.43, 'villa la bolsa<br>995 habitantes'], | |
[-33.91, -60.84, 'mariano h. alfonzo<br>993 habitantes'], | |
[-28.32, -61.55, 'santa margarita<br>993 habitantes'], | |
[-27.34, -67.76, 'palo blanco<br>992 habitantes'], | |
[-25.08, -65.54, 'barrio la rotonda<br>989 habitantes'], | |
[-31.46, -69.42, 'tamberias<br>988 habitantes'], | |
[-27.23, -66.83, 'hualfin<br>987 habitantes'], | |
[-31.26, -64.08, 'santa elena<br>982 habitantes'], | |
[-28.94, -61.71, 'pozo borrado<br>980 habitantes'], | |
[-33.93, -60.38, 'juan anchorena<br>976 habitantes'], | |
[-32.35, -58.44, 'pronunciamiento<br>976 habitantes'], | |
[-26.68, -54.2, 'paraiso<br>975 habitantes'], | |
[-31.75, -68.56, 'barrio municipal<br>973 habitantes'], | |
[-40.51, -67.26, 'ministro ramos mexia<br>973 habitantes'], | |
[-31.49, -68.42, 'dos acequias<br>972 habitantes'], | |
[-31.71, -63.51, 'matorrales<br>972 habitantes'], | |
[-33.98, -64.08, 'la cautiva<br>969 habitantes'], | |
[-31.96, -65.31, 'san jose<br>967 habitantes'], | |
[-27.29, -63.46, 'bandera bajada<br>964 habitantes'], | |
[-36.51, -63.86, 'uriburu<br>964 habitantes'], | |
[-31.84, -63.75, 'manfredi<br>961 habitantes'], | |
[-27.37, -56, 'nemesio parma<br>960 habitantes'], | |
[-26.7, -66.04, 'las mojarras<br>959 habitantes'], | |
[-33.76, -66.65, 'beazley<br>957 habitantes'], | |
[-32.62, -64.98, 'villa larca<br>957 habitantes'], | |
[-34.57, -68.33, 'barrio campos el toledano<br>956 habitantes'], | |
[-37.66, -57.67, 'vivorata<br>956 habitantes'], | |
[-35.53, -57.33, 'pipinas<br>954 habitantes'], | |
[-32.16, -61.11, 'irigoyen<br>950 habitantes'], | |
[-30.91, -62.22, 'la paquita<br>947 habitantes'], | |
[-31.87, -60.89, 'desvio arijon<br>946 habitantes'], | |
[-30.78, -64.65, 'san marcos sierra<br>943 habitantes'], | |
[-36.71, -56.76, 'pavon<br>942 habitantes'], | |
[-32.9, -68.71, 'los corralitos<br>942 habitantes'], | |
[-27.92, -61.4, 'chorotis<br>941 habitantes'], | |
[-35.15, -67.66, 'carmensa<br>941 habitantes'], | |
[-33.72, -61.05, 'juncal<br>941 habitantes'], | |
[-36.83, -69.92, 'barrancas<br>938 habitantes'], | |
[-30.89, -63.12, 'villa fontana<br>938 habitantes'], | |
[-30.69, -64.85, 'las playas<br>937 habitantes'], | |
[-39.04, -64.01, 'colonia julia y echarren<br>936 habitantes'], | |
[-37.46, -63.59, 'general manuel j. campos<br>935 habitantes'], | |
[-25.67, -58.26, 'colonia pastoril<br>933 habitantes'], | |
[-30.22, -59.39, 'pueblo libertador<br>932 habitantes'], | |
[-27.81, -64.09, 'vilmer<br>932 habitantes'], | |
[-24.27, -65.27, 'loteo navea<br>930 habitantes'], | |
[-33.72, -61.31, 'labordeboy<br>928 habitantes'], | |
[-33.87, -62.09, 'san eduardo<br>928 habitantes'], | |
[-31.9, -64.99, 'los hornillos<br>920 habitantes'], | |
[-38.68, -61.09, 'el perdido<br>919 habitantes'], | |
[-25.86, -58.89, 'gran guardia<br>916 habitantes'], | |
[-22.48, -65.09, 'nazareno<br>916 habitantes'], | |
[-33.03, -63.67, 'bengolea<br>915 habitantes'], | |
[-34.4, -60.54, 'ines indart<br>911 habitantes'], | |
[-31.38, -64.52, 'estancia vieja<br>909 habitantes'], | |
[-26.83, -64.99, 'colonia mayo-barrio la milagrosa<br>909 habitantes'], | |
[-31.91, -61.4, 'colonia belgrano<br>908 habitantes'], | |
[-28.84, -59.64, 'lanteri<br>907 habitantes'], | |
[-27.05, -65.49, 'teniente berdina<br>907 habitantes'], | |
[-30.75, -65.24, 'tuclame<br>907 habitantes'], | |
[-30.32, -69.25, 'las flores<br>906 habitantes'], | |
[-30.02, -61.58, 'ambrosetti<br>905 habitantes'], | |
[-30.9, -57.93, 'santa ana<br>905 habitantes'], | |
[-30.56, -65.97, 'chañar<br>903 habitantes'], | |
[-36.95, -60.11, 'colonia san miguel<br>902 habitantes'], | |
[-34.36, -60.78, 'rafael obligado<br>901 habitantes'], | |
[-35.9, -60.73, 'del valle<br>899 habitantes'], | |
[-31.89, -60.59, 'aldea brasilera<br>895 habitantes'], | |
[-24.74, -65.08, 'cobos<br>895 habitantes'], | |
[-31.44, -64.35, 'la perla<br>895 habitantes'], | |
[-38.73, -68.17, 'vista alegre norte<br>895 habitantes'], | |
[-28.97, -62.04, 'guardia escolta<br>894 habitantes'], | |
[-33.2, -68.38, 'phillips<br>894 habitantes'], | |
[-28.56, -67.63, 'campanas<br>892 habitantes'], | |
[-31.08, -64.3, 'el manzano<br>892 habitantes'], | |
[-23.74, -65.5, 'purmamarca<br>891 habitantes'], | |
[-27.03, -65.35, 'campo de herrera<br>890 habitantes'], | |
[-28.54, -57.17, 'colonia carlos pellegrini<br>890 habitantes'], | |
[-31.4, -60.75, 'candioti<br>888 habitantes'], | |
[-27.16, -59.39, 'lapachito<br>888 habitantes'], | |
[-25.07, -58.39, 'buena vista<br>887 habitantes'], | |
[-27.51, -65.28, 'monteagudo<br>880 habitantes'], | |
[-31.51, -58.13, 'calabacilla<br>879 habitantes'], | |
[-46.56, -67.62, 'cañadon seco<br>879 habitantes'], | |
[-26.45, -60.16, 'villa el palmar<br>879 habitantes'], | |
[-24.98, -63.87, 'centro 25 de junio<br>877 habitantes'], | |
[-33.24, -60.41, 'pavon<br>876 habitantes'], | |
[-30.94, -64.28, 'la pampa<br>874 habitantes'], | |
[-24.23, -64.84, 'parapeti<br>874 habitantes'], | |
[-39.56, -70.59, 'las coloradas<br>873 habitantes'], | |
[-31.5, -60.43, 'los zapallos<br>873 habitantes'], | |
[-31.82, -62.11, 'las petacas<br>872 habitantes'], | |
[-27.57, -58.7, 'san cayetano<br>872 habitantes'], | |
[-28.23, -59.26, 'el rabon<br>865 habitantes'], | |
[-26.63, -65.21, 'el cadillal<br>865 habitantes'], | |
[-24.47, -65.07, 'los lapachos<br>864 habitantes'], | |
[-25.2, -58.33, 'siete palmas<br>863 habitantes'], | |
[-28.23, -55.78, 'jose rafael gomez<br>861 habitantes'], | |
[-29.54, -68.1, 'pagancillo<br>861 habitantes'], | |
[-33.11, -60.97, 'coronel arnold<br>857 habitantes'], | |
[-31.88, -61.13, 'gessler<br>857 habitantes'], | |
[-31.56, -60.68, 'angel gallardo<br>856 habitantes'], | |
[-40.43, -63.67, 'guardia mitre<br>856 habitantes'], | |
[-33.27, -60.71, 'pueblo uranga<br>856 habitantes'], | |
[-24.18, -64.84, 'arrayanal<br>855 habitantes'], | |
[-28.67, -65.88, 'colonia del valle<br>854 habitantes'], | |
[-37.8, -63.04, 'bordenave<br>852 habitantes'], | |
[-28.58, -66.8, 'arauco<br>852 habitantes'], | |
[-30.92, -64.54, 'san esteban<br>852 habitantes'], | |
[-34.7, -68.37, 'rama caida<br>850 habitantes'], | |
[-28.58, -67.45, 'pituil<br>849 habitantes'], | |
[-22.14, -63.71, 'tobantirenda<br>849 habitantes'], | |
[-31.56, -64.19, 'bouwer<br>841 habitantes'], | |
[-27.47, -64.88, 'colonia tinco<br>838 habitantes'], | |
[-26.81, -54.99, 'san alberto<br>838 habitantes'], | |
[-32.78, -60.91, 'luis palacios<br>836 habitantes'], | |
[-33.18, -60.67, 'villa amelia<br>835 habitantes'], | |
[-39.03, -67.84, 'barrio costa oeste<br>834 habitantes'], | |
[-28.85, -66.94, 'aminga<br>833 habitantes'], | |
[-27.48, -54.52, 'colonia aurora<br>832 habitantes'], | |
[-32.72, -68.66, 'barrio los jarilleros<br>831 habitantes'], | |
[-26.9, -65.15, 'pacara<br>830 habitantes'], | |
[-27.96, -65.18, 'san pedro<br>830 habitantes'], | |
[-35.3, -59.17, 'salvador maria<br>830 habitantes'], | |
[-28.82, -63.34, 'villa salavina<br>829 habitantes'], | |
[-33.03, -68.98, 'las compuertas<br>827 habitantes'], | |
[-25.68, -66.16, 'angastaco<br>823 habitantes'], | |
[-31.62, -68.31, 'villa independencia<br>823 habitantes'], | |
[-32.51, -64.99, 'cortaderas<br>822 habitantes'], | |
[-26.97, -55.25, 'oasis<br>821 habitantes'], | |
[-32.14, -60.98, 'san fabian<br>820 habitantes'], | |
[-30.4, -68.69, 'niquivil<br>819 habitantes'], | |
[-28.41, -64.72, 'villa la punta<br>819 habitantes'], | |
[-26.18, -54.58, 'nueva delicia<br>817 habitantes'], | |
[-33.18, -68.62, 'medrano<br>817 habitantes'], | |
[-31.66, -68.22, 'pie de palo<br>817 habitantes'], | |
[-33.26, -60.39, 'barrio mitre<br>816 habitantes'], | |
[-32.35, -62.88, 'alto alegre<br>816 habitantes'], | |
[-27.46, -55.28, 'san martin<br>815 habitantes'], | |
[-34.84, -60.31, 'villa ortiz<br>815 habitantes'], | |
[-38.69, -68.16, 'sargento vidal<br>814 habitantes'], | |
[-32.69, -64.72, 'alpa corral<br>812 habitantes'], | |
[-31.67, -61.08, 'san carlos norte<br>812 habitantes'], | |
[-34.42, -61.93, 'colonia san ricardo<br>811 habitantes'], | |
[-26.44, -54.64, 'villa roulet<br>811 habitantes'], | |
[-26.73, -54.73, 'taruma<br>810 habitantes'], | |
[-23.22, -63.56, 'hickman<br>805 habitantes'], | |
[-31.6, -68.28, 'las talas-los medanos<br>805 habitantes'], | |
[-27.14, -65.57, 'soldado maldonado<br>805 habitantes'], | |
[-32.58, -68.68, 'jocoli<br>804 habitantes'], | |
[-28.17, -55.65, 'garruchos<br>803 habitantes'], | |
[-36.16, -63.51, 'miguel cane<br>803 habitantes'], | |
[-33.27, -68.32, 'la central<br>802 habitantes'], | |
[-31.39, -60.09, 'pueblo brugo<br>802 habitantes'], | |
[-30.62, -64.95, 'media naranja<br>800 habitantes'], | |
[-36.95, -58.1, 'labarden<br>799 habitantes'], | |
[-31.43, -63.83, 'capilla de los remedios<br>797 habitantes'], | |
[-33.19, -60.72, 'coronel rodolfo s. dominguez<br>796 habitantes'], | |
[-27.45, -58.86, 'barrio de los pescadores<br>795 habitantes'], | |
[-38.41, -70.03, 'bajada del agrio<br>792 habitantes'], | |
[-28.2, -65.12, 'lavalle<br>792 habitantes'], | |
[-26.53, -54.65, 'la harrague<br>791 habitantes'], | |
[-32.41, -62.1, 'saira<br>789 habitantes'], | |
[-34.97, -58.65, 'vicente casares<br>787 habitantes'], | |
[-26.58, -59.63, 'ciervo petiso<br>786 habitantes'], | |
[-37.36, -62.43, 'espartillar(e)<br>785 habitantes'], | |
[-33.29, -68.35, 'el mirador<br>783 habitantes'], | |
[-31.52, -61.72, 'estacion clucellas<br>782 habitantes'], | |
[-29.81, -64.71, 'lucio v. mansilla<br>782 habitantes'], | |
[-31.67, -68.52, 'villa centenario<br>778 habitantes'], | |
[-33.67, -60.4, 'guerrico<br>774 habitantes'], | |
[-28.06, -66.21, 'colpes<br>774 habitantes'], | |
[-31.89, -60.41, 'aldea maria luisa<br>773 habitantes'], | |
[-24.69, -61.43, 'wichi<br>773 habitantes'], | |
[-33.56, -65, 'chajan<br>767 habitantes'], | |
[-33.28, -64.58, 'las vertientes<br>766 habitantes'], | |
[-31.58, -59.89, 'el pingo<br>766 habitantes'], | |
[-37.77, -57.45, 'mar de cobo<br>760 habitantes'], | |
[-31.86, -63.28, 'calchino este<br>759 habitantes'], | |
[-27.36, -55.23, 'colonia alberdi<br>759 habitantes'], | |
[-27.48, -65.62, 'rio chico<br>758 habitantes'], | |
[-24.68, -64.2, 'rio del valle<br>758 habitantes'], | |
[-41.13, -70.72, 'pilcaniyeu<br>757 habitantes'], | |
[-23.67, -64.41, 'viñalito<br>757 habitantes'], | |
[-28.3, -65.37, 'el alto<br>754 habitantes'], | |
[-31.79, -60.98, 'matilde<br>754 habitantes'], | |
[-31.43, -60.67, 'arroyo aguiar<br>751 habitantes'], | |
[-33.12, -68.61, 'rodriguez peña<br>751 habitantes'], | |
[-32.94, -65.04, 'villa del carmen<br>751 habitantes'], | |
[-33.15, -59.21, 'enrique carbo<br>750 habitantes'], | |
[-35.52, -61, 'manuel b. gonnet<br>748 habitantes'], | |
[-30.95, -61.86, 'eusebia y carolina<br>746 habitantes'], | |
[-41.04, -62.82, 'el condor<br>746 habitantes'], | |
[-31.75, -60.35, 'sauce montrull<br>746 habitantes'], | |
[-23.49, -61.58, 'la rinconada<br>745 habitantes'], | |
[-35.44, -60.72, 'patricios<br>745 habitantes'], | |
[-25, -65.44, 'san agustin<br>743 habitantes'], | |
[-31.61, -61.14, 'san jeronimo del sauce<br>742 habitantes'], | |
[-32.67, -58.32, 'colonia elia<br>741 habitantes'], | |
[-27.44, -66.01, 'el lindero<br>741 habitantes'], | |
[-30.95, -67.3, 'astica<br>740 habitantes'], | |
[-42.18, -70.66, 'cushamen centro<br>740 habitantes'], | |
[-30.21, -68.69, 'pampa vieja<br>740 habitantes'], | |
[-28.27, -65.73, 'villa las pirquitas<br>740 habitantes'], | |
[-32.92, -66.33, 'nogoli<br>739 habitantes'], | |
[-27.01, -54.61, 'dos de mayo nucleo iii(bâº.rivadavia)<br>739 habitantes'], | |
[-33.31, -62.18, 'colonia italiana<br>738 habitantes'], | |
[-26, -62.32, 'el cabure<br>737 habitantes'], | |
[-39.48, -65.61, 'pomona<br>737 habitantes'], | |
[-27.52, -64.18, 'la aurora<br>736 habitantes'], | |
[-23.57, -61.71, 'pozo de maza<br>736 habitantes'], | |
[-27.92, -62.12, 'el colorado<br>735 habitantes'], | |
[-31.54, -68.4, 'barrios adop-bella vista<br>734 habitantes'], | |
[-27.34, -66.03, 'el alamito<br>734 habitantes'], | |
[-37.44, -70.64, 'el cholar<br>734 habitantes'], | |
[-31.22, -66.33, 'desiderio tello<br>733 habitantes'], | |
[-37.16, -70.62, 'huinganco<br>733 habitantes'], | |
[-27.75, -55.79, 'pindapoy<br>732 habitantes'], | |
[-32.44, -65.01, 'los molles<br>732 habitantes'], | |
[-34.03, -60.16, 'todd<br>732 habitantes'], | |
[-30.65, -66.24, 'loma blanca<br>731 habitantes'], | |
[-28.37, -58.32, 'tatacua<br>731 habitantes'], | |
[-26.06, -67.41, 'antofagasta de la sierra<br>730 habitantes'], | |
[-24.82, -65.48, 'atocha<br>730 habitantes'], | |
[-32.13, -61.54, 'casas<br>729 habitantes'], | |
[-32.15, -65.06, 'luyaba<br>727 habitantes'], | |
[-35.44, -62.73, 'colonia sere<br>726 habitantes'], | |
[-39.14, -66.73, 'valle azul<br>726 habitantes'], | |
[-30.84, -61.96, 'colonia vignaud<br>722 habitantes'], | |
[-25.04, -65.57, 'barrio santa teresita<br>721 habitantes'], | |
[-35.02, -57.53, 'atalaya<br>720 habitantes'], | |
[-25.42, -57.79, 'riacho negro<br>720 habitantes'], | |
[-27.47, -55.08, 'barrio escuela 633<br>719 habitantes'], | |
[-31.95, -65.1, 'las tapias<br>719 habitantes'], | |
[-34.42, -62.96, 'cañada seca<br>718 habitantes'], | |
[-24.58, -61.55, 'el sauzal<br>715 habitantes'], | |
[-23.43, -65.35, 'huacalera<br>712 habitantes'], | |
[-37.03, -64.29, 'ataliva roca<br>707 habitantes'], | |
[-27.7, -58.77, 'el sombrero<br>707 habitantes'], | |
[-39.26, -68.78, 'villa el chocon<br>707 habitantes'], | |
[-28.18, -65.79, 'la puerta<br>706 habitantes'], | |
[-27.64, -64.82, 'villa rio hondo<br>705 habitantes'], | |
[-24.4, -65.07, 'barrio la union<br>700 habitantes'], | |
[-27.72, -54.92, 'panambi<br>700 habitantes'], | |
[-26.07, -60.56, 'zaparinqui<br>700 habitantes'], | |
[-38.88, -71.17, 'villa pehuenia<br>700 habitantes'], | |
[-33.59, -62.73, 'benjamin gould<br>699 habitantes'], | |
[-29.37, -56.83, 'guaviravi<br>699 habitantes'], | |
[-27.47, -65.66, 'villa clodomiro hileret<br>699 habitantes'], | |
[-30.19, -69.27, 'tudcum<br>699 habitantes'], | |
[-33.41, -61.61, 'cañada del ucle<br>698 habitantes'], | |
[-32.41, -65.68, 'san martin<br>697 habitantes'], | |
[-32.26, -58.42, '1 de mayo<br>696 habitantes'], | |
[-28.14, -67.49, 'copacabana<br>695 habitantes'], | |
[-34.03, -60.5, 'rancagua<br>695 habitantes'], | |
[-39.13, -67.05, 'villa alberdi<br>693 habitantes'], | |
[-31.06, -60.75, 'emilia<br>691 habitantes'], | |
[-28.44, -65.02, 'tapso<br>691 habitantes'], | |
[-23.57, -64.5, 'bananal<br>689 habitantes'], | |
[-34.61, -59.9, 'castilla<br>689 habitantes'], | |
[-27.34, -64.7, 'pozuelos<br>689 habitantes'], | |
[-36.2, -65.1, 'luan toro<br>689 habitantes'], | |
[-35.43, -63.91, 'vertiz<br>688 habitantes'], | |
[-25.71, -60.2, 'fortin lavalle<br>687 habitantes'], | |
[-27.51, -55.6, 'cerro cora<br>684 habitantes'], | |
[-32.61, -68.68, 'jocoli<br>684 habitantes'], | |
[-39, -61.55, 'balneario pehuenco<br>681 habitantes'], | |
[-24.83, -64.19, 'piquete cabado<br>681 habitantes'], | |
[-31.79, -64.51, 'villa ciudad de america<br>679 habitantes'], | |
[-37.17, -63.42, 'rolon<br>678 habitantes'], | |
[-32.2, -63.16, 'arroyo algodon<br>677 habitantes'], | |
[-51.66, -72.14, 'rospentek<br>677 habitantes'], | |
[-34.64, -62.48, 'blaquier<br>676 habitantes'], | |
[-31.41, -61.99, 'josefina<br>676 habitantes'], | |
[-35.02, -63.91, 'coronel hilario lagos<br>676 habitantes'], | |
[-33.64, -63.89, 'monte de los gauchos<br>675 habitantes'], | |
[-30.07, -63.82, 'rayo cortado<br>675 habitantes'], | |
[-31.17, -64.48, 'casa grande<br>672 habitantes'], | |
[-22.69, -66.46, 'nuevo pirquitas<br>672 habitantes'], | |
[-32.16, -58.2, 'pueblo liebig's<br>670 habitantes'], | |
[-25.37, -57.65, 'puerto pilcomayo<br>669 habitantes'], | |
[-27.06, -65.22, 'pala pala<br>668 habitantes'], | |
[-27.21, -55.42, 'roca chica<br>667 habitantes'], | |
[-30.01, -61.22, 'huanqueros<br>665 habitantes'], | |
[-40.87, -62.91, 'loteo costa de rio<br>665 habitantes'], | |
[-37.36, -61.53, 'la colina<br>663 habitantes'], | |
[-30.98, -61.02, 'providencia<br>663 habitantes'], | |
[-30.01, -64.63, 'san jose de las salinas<br>662 habitantes'], | |
[-42.52, -68.28, 'gan gan<br>661 habitantes'], | |
[-30.41, -69.2, 'iglesia<br>661 habitantes'], | |
[-33.59, -69.18, 'los sauces<br>661 habitantes'], | |
[-31.65, -60.38, 'villa urquiza<br>661 habitantes'], | |
[-28.15, -65.51, 'manantiales<br>659 habitantes'], | |
[-31.86, -65.43, 'san vicente<br>658 habitantes'], | |
[-35.27, -58.4, 'loma verde<br>657 habitantes'], | |
[-36.35, -68.01, 'la humada<br>657 habitantes'], | |
[-27.71, -64.33, 'el dean<br>655 habitantes'], | |
[-28.95, -59.56, 'guadalupe norte<br>654 habitantes'], | |
[-28.58, -65.88, 'coneta<br>653 habitantes'], | |
[-39.03, -67.5, 'puente cero<br>653 habitantes'], | |
[-36.57, -63.09, 'quenuma<br>653 habitantes'], | |
[-26.24, -54.59, 'pueblo nuevo<br>651 habitantes'], | |
[-26.1, -65.06, 'la candelaria<br>649 habitantes'], | |
[-34.34, -60.1, 'gahan<br>648 habitantes'], | |
[-27.42, -64.75, 'vinara<br>647 habitantes'], | |
[-33.72, -65.38, 'villa reynolds<br>647 habitantes'], | |
[-37.93, -57.68, 'barrio santa paula<br>644 habitantes'], | |
[-33.52, -60.61, 'cañada rica<br>641 habitantes'], | |
[-31.32, -58.12, 'colonia general roca<br>640 habitantes'], | |
[-37.89, -59.29, 'claraz<br>639 habitantes'], | |
[-26.71, -63.96, 'las delicias<br>639 habitantes'], | |
[-32.18, -58.93, 'villa san marcial<br>639 habitantes'], | |
[-27.73, -64.13, 'tramo 16<br>637 habitantes'], | |
[-33.04, -69.12, 'cacheuta<br>636 habitantes'], | |
[-28.78, -66.04, 'capayan<br>636 habitantes'], | |
[-35.32, -60.52, 'comodoro py<br>634 habitantes'], | |
[-36.88, -61.49, 'arboledas<br>632 habitantes'], | |
[-26.36, -65.96, 'colalao del valle<br>632 habitantes'], | |
[-35.67, -65.42, 'anchorena<br>631 habitantes'], | |
[-31.73, -58.63, 'jubileo<br>631 habitantes'], | |
[-29.5, -61.7, 'logroño<br>630 habitantes'], | |
[-24.04, -65.43, 'leon<br>630 habitantes'], | |
[-27.71, -55.16, 'mojon grande<br>630 habitantes'], | |
[-31.68, -60.94, 'san agustin<br>630 habitantes'], | |
[-29.27, -59.85, 'berna<br>629 habitantes'], | |
[-31.27, -64.02, 'estacion colonia tirolesa<br>626 habitantes'], | |
[-38.01, -62.82, 'felipe sola<br>626 habitantes'], | |
[-42.81, -65.05, 'quinta el mirador<br>626 habitantes'], | |
[-26.38, -54.47, 'valle hermoso<br>626 habitantes'], | |
[-28.73, -59.48, 'arroyo ceibal<br>622 habitantes'], | |
[-30.18, -68.73, 'tamberias<br>622 habitantes'], | |
[-26.71, -65.22, 'barrio el cruce<br>620 habitantes'], | |
[-22.19, -63.66, 'campo duran<br>620 habitantes'], | |
[-30.04, -57.82, 'colonia libertad<br>620 habitantes'], | |
[-33.04, -63.91, 'olaeta<br>619 habitantes'], | |
[-31.56, -68.3, 'villa dominguito<br>619 habitantes'], | |
[-24.71, -66.2, 'la poma<br>614 habitantes'], | |
[-31.67, -62.09, 'castelar<br>614 habitantes'], | |
[-26.99, -65.18, 'el bracho<br>613 habitantes'], | |
[-28.13, -64.15, 'simbol<br>613 habitantes'], | |
[-40.56, -62.24, 'bahia san blas<br>611 habitantes'], | |
[-33.6, -60.6, 'general gelly<br>610 habitantes'], | |
[-26.66, -58.64, 'puerto eva peron<br>609 habitantes'], | |
[-38.08, -61.93, 'villa ventana<br>609 habitantes'], | |
[-33.21, -68.43, 'santa maria de oro<br>609 habitantes'], | |
[-33.87, -64.69, 'washington<br>608 habitantes'], | |
[-31.9, -68.47, 'colonia fiscal<br>607 habitantes'], | |
[-37.87, -71.05, 'caviahue<br>607 habitantes'], | |
[-38.71, -68.17, 'villa san isidro<br>607 habitantes'], | |
[-26.8, -58.96, 'selvas del rio de oro<br>606 habitantes'], | |
[-35.28, -58.8, 'abbott<br>603 habitantes'], | |
[-24.21, -60.2, 'posta cambio zalazar<br>603 habitantes'], | |
[-27.46, -54.75, 'san francisco de asis<br>603 habitantes'], | |
[-42.27, -69.22, 'gastre<br>602 habitantes'], | |
[-26.77, -65.23, 'villa las flores<br>599 habitantes'], | |
[-32.86, -66.85, 'la calera<br>598 habitantes'], | |
[-33.13, -68.42, 'ingeniero giagnoni<br>594 habitantes'], | |
[-31.62, -61.93, 'esmeralda<br>594 habitantes'], | |
[-27.33, -65.58, 'barrio san roque<br>593 habitantes'], | |
[-35.08, -59.65, 'villa moll<br>592 habitantes'], | |
[-31.85, -64.99, 'las rabonas<br>591 habitantes'], | |
[-24.31, -64.93, 'rosario de rio grande(ex barronegro)<br>591 habitantes'], | |
[-28.38, -66.3, 'el pajonal<br>590 habitantes'], | |
[-33.34, -66.63, 'balde<br>589 habitantes'], | |
[-31.63, -68.3, 'barrio justo p. castro iv<br>589 habitantes'], | |
[-26.81, -66.06, 'famatanca<br>589 habitantes'], | |
[-31.53, -60.48, 'rincon potrero<br>589 habitantes'], | |
[-31.63, -68.61, 'las piedritas<br>588 habitantes'], | |
[-30.92, -60.05, 'saladero mariano cabal<br>588 habitantes'], | |
[-32.71, -60.82, 'aldao<br>587 habitantes'], | |
[-22.14, -62.84, 'santa maria<br>587 habitantes'], | |
[-28.99, -59.08, 'villa cordoba<br>586 habitantes'], | |
[-32.33, -60.49, 'puerto las cuevas<br>585 habitantes'], | |
[-26.02, -58.65, 'san hilario<br>583 habitantes'], | |
[-33.22, -68.52, 'la libertad<br>582 habitantes'], | |
[-30.92, -61.97, 'seeber<br>582 habitantes'], | |
[-26.53, -54.71, 'barrio ita<br>581 habitantes'], | |
[-31.01, -60.91, 'maria luisa<br>579 habitantes'], | |
[-35.65, -60.47, 'valdes<br>579 habitantes'], | |
[-31.44, -58.12, 'estancia grande<br>578 habitantes'], | |
[-32.33, -62.51, 'chilibroste<br>576 habitantes'], | |
[-31.9, -68.42, 'punta del medano<br>576 habitantes'], | |
[-27.21, -66.93, 'puerta de corral quemado<br>575 habitantes'], | |
[-27.23, -65.66, 'sargento moya<br>575 habitantes'], | |
[-28.31, -67.25, 'el salado<br>574 habitantes'], | |
[-33.44, -59.07, 'medanos<br>574 habitantes'], | |
[-34.21, -59.64, 'duggan<br>573 habitantes'], | |
[-27.57, -64.48, 'los nuñez<br>573 habitantes'], | |
[-33.8, -61.74, 'chapuy<br>571 habitantes'], | |
[-35.28, -57.24, 'punta indio<br>569 habitantes'], | |
[-38.49, -60.47, 'micaela cascallares<br>567 habitantes'], | |
[-35.5, -60.87, 'villa fournier<br>566 habitantes'], | |
[-41.84, -70.89, 'ñorquinco<br>565 habitantes'], | |
[-28.67, -63.7, 'medellin<br>565 habitantes'], | |
[-42.57, -64.28, 'puerto piramide<br>565 habitantes'], | |
[-39.09, -67.59, 'barrio mosconi<br>564 habitantes'], | |
[-31.73, -60.3, 'la picada<br>564 habitantes'], | |
[-37.45, -63.12, 'colonia san miguel arcangel<br>563 habitantes'], | |
[-28.56, -60.02, 'golondrina<br>563 habitantes'], | |
[-34.76, -60.84, 'morse<br>563 habitantes'], | |
[-32.54, -63.48, 'luca<br>563 habitantes'], | |
[-30.35, -60.3, 'san martin norte<br>563 habitantes'], | |
[-30.3, -61.98, 'colonia rosa<br>562 habitantes'], | |
[-32.38, -64.99, 'cerro de oro<br>560 habitantes'], | |
[-30.76, -64.65, 'la banda<br>560 habitantes'], | |
[-25.33, -66.25, 'seclantas<br>560 habitantes'], | |
[-26.72, -62.69, 'donadeu<br>559 habitantes'], | |
[-33.4, -63.47, 'los cisnes<br>559 habitantes'], | |
[-37.52, -70.25, 'taquimilan<br>558 habitantes'], | |
[-34.49, -59.22, 'carlos keen<br>557 habitantes'], | |
[-27.37, -58.3, 'ramada paso<br>556 habitantes'], | |
[-33.04, -69.01, 'blanco encalada<br>555 habitantes'], | |
[-31.65, -64.26, 'rafael garcia<br>555 habitantes'], | |
[-30.04, -60.31, 'pedro gomez cello<br>554 habitantes'], | |
[-34.55, -63.17, 'santa regina<br>554 habitantes'], | |
[-31.66, -68.32, 'el rincon<br>553 habitantes'], | |
[-34.45, -59.36, 'culullu<br>551 habitantes'], | |
[-33.04, -68.46, 'chivilcoy<br>550 habitantes'], | |
[-30.57, -63.65, 'capilla de siton<br>550 habitantes'], | |
[-30.47, -64.67, 'chuña<br>550 habitantes'], | |
[-29.13, -59.95, 'el araza<br>550 habitantes'], | |
[-27.86, -64.2, 'maco<br>550 habitantes'], | |
[-30.68, -60.5, 'ramayon<br>550 habitantes'], | |
[-31.9, -64.78, 'la cumbrecita<br>549 habitantes'], | |
[-35.16, -60.08, 'gobernador ugarte<br>547 habitantes'], | |
[-27.26, -59.23, 'laguna blanca<br>547 habitantes'], | |
[-36.08, -63.89, 'villa mirasol<br>546 habitantes'], | |
[-31.75, -65, 'arroyo los patos<br>545 habitantes'], | |
[-31.27, -61.07, 'grutly<br>545 habitantes'], | |
[-30.63, -61.63, 'las palmeras<br>545 habitantes'], | |
[-42.44, -66.94, 'telsen<br>544 habitantes'], | |
[-35.92, -61.53, 'bellocq<br>542 habitantes'], | |
[-26.14, -64.61, 'antilla<br>542 habitantes'], | |
[-29.72, -63.52, 'gutemberg<br>542 habitantes'], | |
[-34.87, -61.29, 'bayauca<br>541 habitantes'], | |
[-30.6, -64.84, 'olivares de san nicolas<br>541 habitantes'], | |
[-33.37, -69.19, 'el peral<br>541 habitantes'], | |
[-26.39, -54.4, 'santiago de liniers<br>541 habitantes'], | |
[-33.37, -69.13, 'la arboleda<br>540 habitantes'], | |
[-28.81, -63.49, 'chilca juliana<br>539 habitantes'], | |
[-29.03, -58.91, 'yatayti calle<br>539 habitantes'], | |
[-23.48, -64.95, 'valle grande<br>538 habitantes'], | |
[-33.71, -69.18, 'campo los andes<br>538 habitantes'], | |
[-32, -68.76, 'pedernal<br>537 habitantes'], | |
[-35.68, -58.44, 'villa nueva<br>537 habitantes'], | |
[-27.94, -57.9, 'palmar grande<br>536 habitantes'], | |
[-27.78, -62.9, 'yuchan<br>536 habitantes'], | |
[-32.24, -65.03, 'las chacras<br>535 habitantes'], | |
[-28.39, -66.84, 'bañado de los pantanos<br>534 habitantes'], | |
[-37.04, -70.33, 'tricao malal<br>533 habitantes'], | |
[-32.59, -63.03, 'ballesteros sur<br>532 habitantes'], | |
[-37.28, -59.36, 'gardey<br>532 habitantes'], | |
[-25.05, -66.1, 'payogasta<br>532 habitantes'], | |
[-30.16, -66.56, 'punta de los llanos<br>532 habitantes'], | |
[-23.26, -63.8, 'carboncito<br>531 habitantes'], | |
[-33.24, -60.81, 'carmen del sauce<br>531 habitantes'], | |
[-35.41, -61.21, 'la aurora<br>531 habitantes'], | |
[-27.42, -55.38, 'martires<br>530 habitantes'], | |
[-40.75, -63.26, 'san javier<br>530 habitantes'], | |
[-23.38, -63.1, 'pluma de pato<br>529 habitantes'], | |
[-26.75, -65.23, 'barrio lomas de tafi<br>528 habitantes'], | |
[-24.41, -61.03, 'pozo del mortero<br>528 habitantes'], | |
[-33.91, -59.82, 'pueblo doyle<br>528 habitantes'], | |
[-34.67, -68.36, 'pobre diablo<br>526 habitantes'], | |
[-35.35, -62.22, 'timote<br>526 habitantes'], | |
[-34.17, -63.15, 'rosales<br>525 habitantes'], | |
[-32.22, -67.79, 'el encon<br>524 habitantes'], | |
[-31.21, -61.61, 'presidente roca<br>524 habitantes'], | |
[-28.2, -66.15, 'rincon<br>523 habitantes'], | |
[-33.02, -66.29, 'villa de la quebrada<br>523 habitantes'], | |
[-38.69, -60.01, 'san francisco de bellocq<br>523 habitantes'], | |
[-35.27, -63.21, 'san sinena<br>522 habitantes'], | |
[-41.18, -71.35, 'barrio el pilar<br>521 habitantes'], | |
[-39.6, -62.65, 'juan a. pradere<br>521 habitantes'], | |
[-31.63, -68.47, 'villa bolaños(medano de oro)<br>520 habitantes'], | |
[-32.03, -60.56, 'aldea protestante<br>519 habitantes'], | |
[-28.31, -59.98, 'cañada ombu<br>518 habitantes'], | |
[-24.19, -65.44, 'guerrero<br>518 habitantes'], | |
[-25.27, -64.41, 'el tunal<br>518 habitantes'], | |
[-31.91, -64.24, 'monte ralo<br>518 habitantes'], | |
[-27.39, -63.44, 'la invernada<br>517 habitantes'], | |
[-31.59, -63.62, 'rincon<br>517 habitantes'], | |
[-32.68, -68.65, '3 de mayo<br>516 habitantes'], | |
[-37.72, -62.61, 'goyena<br>516 habitantes'], | |
[-29.5, -56.98, 'tapebicua<br>516 habitantes'], | |
[-31.67, -58.23, 'pedernal<br>516 habitantes'], | |
[-27.56, -60.53, 'enrique urien<br>515 habitantes'], | |
[-37.51, -62.31, 'arroyo corto<br>514 habitantes'], | |
[-31.98, -60.41, 'general racedo<br>514 habitantes'], | |
[-27.19, -65.6, 'capitan caceres<br>513 habitantes'], | |
[-23.22, -63.84, 'padre lozano<br>513 habitantes'], | |
[-30.54, -60.75, 'villa saralegui<br>513 habitantes'], | |
[-24.26, -64.41, 'el fuerte<br>512 habitantes'], | |
[-29.37, -68.23, 'los palacios<br>512 habitantes'], | |
[-29.41, -62.69, 'villa union<br>510 habitantes'], | |
[-31.48, -64.58, 'cuesta blanca<br>510 habitantes'], | |
[-38.03, -57.8, 'barrio el boqueron<br>509 habitantes'], | |
[-31.03, -63.34, 'diego de rojas<br>509 habitantes'], | |
[-35.27, -59.13, 'laguna de lobos<br>509 habitantes'], | |
[-32.05, -63.2, 'los zorros<br>508 habitantes'], | |
[-23.3, -65.36, 'uquia<br>508 habitantes'], | |
[-34.3, -63.27, 'villa rossi<br>508 habitantes'], | |
[-31.91, -64.53, 'villa ciudad parque los reartes<br>506 habitantes'], | |
[-22.33, -63.76, 'piquirenda<br>505 habitantes'], | |
[-32.07, -65.03, 'la poblacion<br>504 habitantes'], | |
[-23.62, -64.95, 'san francisco<br>504 habitantes'], | |
[-30.38, -60.33, 'colonia dolores<br>502 habitantes'], | |
[-32.62, -63.41, 'la palestina<br>502 habitantes'], | |
[-26.88, -55.07, 'copiovicino<br>501 habitantes'], | |
[-34.19, -62.02, 'christophersen<br>499 habitantes'], | |
[-34.64, -68.02, 'la llave nueva<br>499 habitantes'], | |
[-39.92, -68.34, 'el cuy<br>498 habitantes'], | |
[-38.01, -58.35, 'san agustin<br>498 habitantes'], | |
[-33.17, -60.9, 'pueblo muñoz<br>497 habitantes'], | |
[-35.24, -60.83, 'carlos maria naon<br>497 habitantes'], | |
[-32.03, -63.86, 'colonia almada<br>495 habitantes'], | |
[-38.9, -60.34, 'reta<br>495 habitantes'], | |
[-31.74, -59.91, 'sosa<br>495 habitantes'], | |
[-31.61, -64.44, 'valle alegre<br>494 habitantes'], | |
[-29.55, -65.45, 'la guardia<br>493 habitantes'], | |
[-26.29, -64.5, '7 de abril<br>492 habitantes'], | |
[-36.41, -60.67, 'espigas<br>492 habitantes'], | |
[-30.32, -57.73, 'parada la bougle<br>492 habitantes'], | |
[-32.34, -59.37, 'gobernador sola<br>491 habitantes'], | |
[-33.21, -68.58, 'reduccion de abajo<br>490 habitantes'], | |
[-31.87, -58.45, 'arroyo baru<br>489 habitantes'], | |
[-26.94, -55.1, 'villa akerman<br>489 habitantes'], | |
[-29.13, -61.94, 'fortin inca<br>487 habitantes'], | |
[-31.94, -61.05, 'larrechea<br>487 habitantes'], | |
[-26.03, -64.68, 'copoquile<br>487 habitantes'], | |
[-37.75, -57.43, 'mar chiquita<br>487 habitantes'], | |
[-31.73, -64.41, 'valle de anisacate<br>487 habitantes'], | |
[-27.56, -54.69, 'alba posse<br>486 habitantes'], | |
[-35.05, -59.51, 'las marianas<br>485 habitantes'], | |
[-35.37, -61.81, 'las toscas<br>485 habitantes'], | |
[-32.72, -61.02, 'lucio v. lopez<br>485 habitantes'], | |
[-28, -55.61, 'tres capones<br>485 habitantes'], | |
[-31.59, -67.66, 'bermejo<br>484 habitantes'], | |
[-30.12, -68.72, 'gran china<br>484 habitantes'], | |
[-32.46, -61.29, 'classon<br>484 habitantes'], | |
[-33.25, -62.27, 'capitan general bernardo o`higgins<br>483 habitantes'], | |
[-28.97, -59.85, 'la sarita<br>483 habitantes'], | |
[-31.93, -65.23, 'los callejones<br>483 habitantes'], | |
[-35.77, -63.94, 'metileo<br>483 habitantes'], | |
[-31.82, -64.39, 'villa san isidro<br>483 habitantes'], | |
[-29.2, -67.4, 'colonia malligasta<br>482 habitantes'], | |
[-26.73, -65.01, 'macomitas<br>481 habitantes'], | |
[-27.07, -66.83, 'villa vil<br>481 habitantes'], | |
[-43.72, -67.29, 'las plumas<br>480 habitantes'], | |
[-34.77, -65.52, 'fortin el patria<br>480 habitantes'], | |
[-28.34, -66.12, 'colana<br>478 habitantes'], | |
[-34.61, -59.75, 'general rivas<br>478 habitantes'], | |
[-34.44, -59.26, 'villa ruiz<br>477 habitantes'], | |
[-31.18, -59.41, 'colonia avigdor<br>474 habitantes'], | |
[-42.74, -69.61, 'paso del sapo<br>472 habitantes'], | |
[-26.41, -65.32, 'choromoro<br>471 habitantes'], | |
[-27.13, -62.55, 'alhuampa<br>471 habitantes'], | |
[-26.74, -54.3, 'fracran<br>471 habitantes'], | |
[-35.48, -61.49, 'moctezuma<br>471 habitantes'], | |
[-26.74, -64.65, 'piedrabuena<br>471 habitantes'], | |
[-31.91, -65.17, 'sauce arriba<br>471 habitantes'], | |
[-33.34, -60.46, 'rueda<br>471 habitantes'], | |
[-39.08, -67.58, 'barrio la ribera-barrio apycar<br>470 habitantes'], | |
[-35.86, -64.16, 'monte nievas<br>470 habitantes'], | |
[-30.8, -65.04, 'bañado de soto<br>466 habitantes'], | |
[-27.34, -65.65, 'iltico<br>466 habitantes'], | |
[-37.58, -63.43, 'santa teresa<br>466 habitantes'], | |
[-35.49, -61.59, 'smith<br>465 habitantes'], | |
[-36, -64.6, 'conhelo<br>464 habitantes'], | |
[-33.99, -60.23, 'viña<br>464 habitantes'], | |
[-26.06, -64.66, 'el potrero<br>462 habitantes'], | |
[-34.69, -68.29, 'el tropezon<br>462 habitantes'], | |
[-38.75, -68.01, 'paraje arroyon(bajo san cayetano)<br>462 habitantes'], | |
[-27.37, -57.66, 'yahape<br>462 habitantes'], | |
[-41.17, -71.39, 'arelauquen<br>460 habitantes'], | |
[-26.44, -64.32, 'pozo betbeder<br>460 habitantes'], | |
[-26.63, -66.06, 'fuerte quemado<br>459 habitantes'], | |
[-22.98, -65.35, 'hipolito yrigoyen<br>456 habitantes'], | |
[-29.98, -58.3, 'cazadores correntinos<br>456 habitantes'], | |
[-28.6, -62.18, 'tomas young<br>455 habitantes'], | |
[-31.65, -58.02, 'nueva escocia<br>453 habitantes'], | |
[-38.34, -57.99, 'mar del sur<br>453 habitantes'], | |
[-34.13, -59.08, 'country club el casco<br>452 habitantes'], | |
[-22.69, -62.45, 'alto de la sierra<br>450 habitantes'], | |
[-33.01, -69.28, 'las vegas<br>450 habitantes'], | |
[-24.32, -64.91, 'don emilio<br>446 habitantes'], | |
[-36.86, -70.68, 'varvarco<br>445 habitantes'], | |
[-36.15, -68.31, 'agua escondida<br>443 habitantes'], | |
[-27.93, -65.88, 'los varela<br>443 habitantes'], | |
[-24.77, -65.49, 'las costas<br>442 habitantes'], | |
[-27.49, -61.32, 'itin<br>441 habitantes'], | |
[-27.57, -55.5, 'olegario v. andrade<br>441 habitantes'], | |
[-28.52, -58.49, 'colonia pando<br>440 habitantes'], | |
[-28.95, -60.25, 'pozo de los indios<br>440 habitantes'], | |
[-27.31, -54.9, 'kilometro 17<br>439 habitantes'], | |
[-27.33, -62.23, 'pueblo pablo torelo<br>439 habitantes'], | |
[-34.98, -67.66, 'los compartos<br>439 habitantes'], | |
[-31.95, -60.68, 'general alvear<br>438 habitantes'], | |
[-32.08, -68.69, 'cienaguita<br>438 habitantes'], | |
[-38.2, -58.74, 'tamangueyu<br>438 habitantes'], | |
[-25.91, -65.95, 'el barrial<br>437 habitantes'], | |
[-34.91, -60.54, 'warnes<br>437 habitantes'], | |
[-31.98, -58.39, 'la clarita<br>436 habitantes'], | |
[-33.52, -60.32, 'erezcano<br>434 habitantes'], | |
[-38.13, -61.79, 'villa la arcadia<br>434 habitantes'], | |
[-32.68, -64.99, 'papagayos<br>433 habitantes'], | |
[-25.11, -64.23, 'coronel olleros<br>432 habitantes'], | |
[-27.93, -67.63, 'el puesto<br>432 habitantes'], | |
[-38.56, -70.37, 'la buitrera<br>432 habitantes'], | |
[-24.08, -63.12, 'santa rosa<br>432 habitantes'], | |
[-39.13, -67, 'villa del parque<br>432 habitantes'], | |
[-32.03, -65.38, 'los cajones<br>431 habitantes'], | |
[-34.58, -61.08, 'saforcada<br>431 habitantes'], | |
[-31.73, -64.46, 'la serranita<br>430 habitantes'], | |
[-38.45, -59.33, 'ramon santa marina<br>430 habitantes'], | |
[-23.85, -64.74, 'paulina<br>429 habitantes'], | |
[-23.85, -65.47, 'tumbaya<br>428 habitantes'], | |
[-33.09, -60.7, 'arbilla<br>427 habitantes'], | |
[-23.86, -67, 'catua<br>427 habitantes'], | |
[-32.88, -65.63, 'paso grande<br>427 habitantes'], | |
[-39.26, -68.83, 'el chocon(barrio llequen)<br>426 habitantes'], | |
[-29.25, -65.8, 'san martin<br>426 habitantes'], | |
[-32.19, -64.57, 'villa amancay<br>426 habitantes'], | |
[-31.35, -61.24, 'nuevo torino<br>425 habitantes'], | |
[-33.41, -67.16, 'desaguadero<br>424 habitantes'], | |
[-33.57, -59.98, 'el paraiso<br>423 habitantes'], | |
[-27.43, -61.02, 'meson de fierro<br>423 habitantes'], | |
[-35.29, -63.37, 'villa sauze<br>423 habitantes'], | |
[-31.42, -65.44, 'chancani<br>422 habitantes'], | |
[-35.64, -62.19, 'curaru<br>422 habitantes'], | |
[-32.73, -68.66, 'jocoli viejo<br>422 habitantes'], | |
[-37.12, -64.51, 'quehue<br>422 habitantes'], | |
[-33.31, -60.31, 'theobald<br>421 habitantes'], | |
[-38.14, -65.91, 'puelches<br>420 habitantes'], | |
[-29.15, -59.18, 'carolina<br>420 habitantes'], | |
[-34.95, -57.84, 'lomas de copello<br>420 habitantes'], | |
[-47.18, -67.15, 'jaramillo<br>420 habitantes'], | |
[-31.8, -64.42, 'jose de la quintana<br>419 habitantes'], | |
[-34.91, -67.82, 'jaime prats<br>419 habitantes'], | |
[-28.73, -66.93, 'anjullon<br>418 habitantes'], | |
[-28.5, -63.91, 'estacion atamisqui<br>418 habitantes'], | |
[-32.22, -65.03, 'loma bola<br>418 habitantes'], | |
[-32.15, -64.5, 'el corcovado-el torreon<br>417 habitantes'], | |
[-24.97, -58.74, 'porton negro<br>417 habitantes'], | |
[-26.94, -62.96, 'lilo viejo<br>416 habitantes'], | |
[-24.29, -64.95, 'sauzal<br>416 habitantes'], | |
[-23.36, -64.99, 'santa ana<br>416 habitantes'], | |
[-37.91, -57.79, 'barrio la gloria<br>415 habitantes'], | |
[-23.34, -61.87, 'el quebracho<br>415 habitantes'], | |
[-33.82, -64.46, 'tosquitas<br>414 habitantes'], | |
[-24.54, -60.83, 'juan g. bazan<br>413 habitantes'], | |
[-32.01, -68.69, 'divisadero<br>413 habitantes'], | |
[-38.74, -66.44, 'gobernador duval<br>413 habitantes'], | |
[-33.13, -60.51, 'puerto arroyo seco<br>413 habitantes'], | |
[-28.13, -66.2, 'san miguel<br>413 habitantes'], | |
[-35.07, -60.4, 'mechita<br>412 habitantes'], | |
[-27.62, -55.04, 'barrio escuela 461<br>411 habitantes'], | |
[-28.48, -65.63, 'el portezuelo<br>410 habitantes'], | |
[-28.43, -64.66, 'estacion la punta<br>409 habitantes'], | |
[-27.3, -64.59, 'gramilla<br>409 habitantes'], | |
[-26.54, -53.94, 'cruce caballero<br>408 habitantes'], | |
[-33.23, -68.48, 'barrio rivadavia<br>408 habitantes'], | |
[-30.15, -68.7, 'san isidro<br>408 habitantes'], | |
[-28.66, -66.52, 'estacion mazan<br>407 habitantes'], | |
[-27.42, -61.48, 'general capdevila<br>405 habitantes'], | |
[-31.01, -65.1, 'la higuera<br>404 habitantes'], | |
[-31.74, -67.99, 'vallecito<br>404 habitantes'], | |
[-27.17, -55.03, '1 de mayo<br>403 habitantes'], | |
[-37.93, -70.06, 'chorriaca<br>403 habitantes'], | |
[-33.04, -68.35, 'barrio chivilcoy<br>403 habitantes'], | |
[-29.98, -62.08, 'colonia alpina<br>403 habitantes'], | |
[-27.52, -66.4, 'choya<br>403 habitantes'], | |
[-24.23, -65.17, 'centro forestal<br>402 habitantes'], | |
[-34.77, -60.69, 'irala<br>400 habitantes'], | |
[-27.42, -65.29, 'atahona<br>399 habitantes'], | |
[-33.01, -68.73, 'barrio jesus de nazaret<br>399 habitantes'], | |
[-35.48, -59.1, 'carlos beguerie<br>399 habitantes'], | |
[-31.96, -58.85, 'ingeniero miguel sajaroff<br>399 habitantes'], | |
[-31.91, -65.03, 'quebrada de los pozos<br>398 habitantes'], | |
[-26.68, -65.05, 'barrio san jorge<br>394 habitantes'], | |
[-30.96, -64.28, 'ascochinga<br>394 habitantes'], | |
[-33.99, -60.73, 'pinzon<br>393 habitantes'], | |
[-32.81, -68.68, 'barrio la pega<br>392 habitantes'], | |
[-26.84, -59.06, 'la eduvigis<br>392 habitantes'], | |
[-42.21, -71.43, 'lago epuyen<br>392 habitantes'], | |
[-35.59, -59.51, 'polvaredas<br>392 habitantes'], | |
[-35.06, -64.52, 'quetrequen<br>392 habitantes'], | |
[-32.33, -60.88, 'balneario monje<br>391 habitantes'], | |
[-34.47, -60, 'tres sargentos<br>391 habitantes'], | |
[-28.94, -66.97, 'pinchas<br>390 habitantes'], | |
[-28.07, -63.92, 'estacion robles<br>388 habitantes'], | |
[-26.76, -66.03, 'la loma<br>388 habitantes'], | |
[-28.7, -66.07, 'concepcion<br>387 habitantes'], | |
[-31.49, -65.06, 'ambul<br>386 habitantes'], | |
[-25.28, -66.45, 'la puerta<br>386 habitantes'], | |
[-32.25, -62.93, 'silvio pellico<br>386 habitantes'], | |
[-33.42, -60.26, 'villa esperanza<br>386 habitantes'], | |
[-33.36, -60.66, 'la vanguardia<br>385 habitantes'], | |
[-27.56, -55.7, 'profundidad<br>385 habitantes'], | |
[-36.65, -61.09, 'recalde<br>385 habitantes'], | |
[-31.56, -68.42, 'colonia fiorito<br>384 habitantes'], | |
[-32.61, -62.59, 'monte leña<br>384 habitantes'], | |
[-35.03, -58.19, 'barrio las golondrinas<br>383 habitantes'], | |
[-32.09, -58.96, 'las moscas<br>383 habitantes'], | |
[-28.48, -65.96, 'los angeles<br>383 habitantes'], | |
[-27.53, -64.4, 'chaupi pozo<br>382 habitantes'], | |
[-35.53, -68.08, 'punta del agua<br>382 habitantes'], | |
[-40.8, -64.88, 'puerto san antonio este<br>381 habitantes'], | |
[-33.98, -59.67, 'irineo portela<br>379 habitantes'], | |
[-30.97, -58.61, 'nueva vizcaya<br>379 habitantes'], | |
[-32.49, -66.05, 'leandro n. alem<br>379 habitantes'], | |
[-24.34, -64.67, 'arroyo colorado<br>378 habitantes'], | |
[-27.23, -67.06, 'el durazno<br>378 habitantes'], | |
[-27.53, -66.31, 'la aguada<br>378 habitantes'], | |
[-22.13, -65.46, 'yavi<br>378 habitantes'], | |
[-35.78, -63.72, 'dorila<br>377 habitantes'], | |
[-25.54, -64.98, 'metan viejo<br>377 habitantes'], | |
[-28.34, -65.41, 'guayamba<br>376 habitantes'], | |
[-33.08, -68.4, 'el espino<br>376 habitantes'], | |
[-22.92, -65.59, 'tres cruces<br>376 habitantes'], | |
[-27.43, -55.83, 'barrio nuevo garupa<br>375 habitantes'], | |
[-26.71, -58.34, 'banco payagua<br>374 habitantes'], | |
[-37.63, -58.75, 'napaleofu<br>374 habitantes'], | |
[-33.3, -62.71, 'colonia bismarck<br>373 habitantes'], | |
[-28.36, -65.73, 'collagasta<br>373 habitantes'], | |
[-33.53, -61.47, 'miguel torres<br>373 habitantes'], | |
[-26.11, -58.49, 'mariano boedo<br>373 habitantes'], | |
[-34.12, -64.72, 'villa sarmiento<br>373 habitantes'], | |
[-27.11, -55.37, 'general urquiza<br>372 habitantes'], | |
[-27.49, -64.88, 'la nueva donosa<br>372 habitantes'], | |
[-28.77, -66.12, 'san pedro<br>372 habitantes'], | |
[-28.74, -62.38, 'averias<br>371 habitantes'], | |
[-33.08, -68.92, 'barrio perdriel iv<br>371 habitantes'], | |
[-24.16, -60.69, 'fortin soledad<br>370 habitantes'], | |
[-33.49, -64.43, 'malena<br>368 habitantes'], | |
[-22.43, -65.07, 'poscaya<br>367 habitantes'], | |
[-35.55, -63.82, 'speluzzi<br>367 habitantes'], | |
[-33.91, -60.46, 'fontezuela<br>365 habitantes'], | |
[-37.09, -57.83, 'las armas<br>365 habitantes'], | |
[-31.37, -63.53, 'kilometro 658<br>365 habitantes'], | |
[-29.37, -59.74, 'los laureles<br>364 habitantes'], | |
[-31.55, -62.23, 'quebracho herrado<br>364 habitantes'], | |
[-26.75, -64.44, 'el rincon<br>363 habitantes'], | |
[-34.58, -68.47, 'capitan montoya<br>362 habitantes'], | |
[-35.07, -58.17, 'gomez<br>362 habitantes'], | |
[-32.76, -68.65, 'el vergel<br>362 habitantes'], | |
[-33.18, -68.58, 'los arboles<br>362 habitantes'], | |
[-28.81, -65.5, 'ancasti<br>361 habitantes'], | |
[-27.22, -67.02, 'jacipunco<br>361 habitantes'], | |
[-31.57, -61, 'las tunas<br>360 habitantes'], | |
[-30.45, -60.43, 'silva<br>360 habitantes'], | |
[-43.12, -71.56, 'aldea escolar<br>359 habitantes'], | |
[-30.86, -66.41, 'nacate<br>359 habitantes'], | |
[-27.73, -57.92, 'lomas de vallejos<br>358 habitantes'], | |
[-37.34, -67.62, 'puelen<br>357 habitantes'], | |
[-40.65, -71.41, 'villa traful<br>356 habitantes'], | |
[-31.95, -60.58, 'aldea spatzenkutter<br>355 habitantes'], | |
[-33.54, -61.97, 'la chispa<br>352 habitantes'], | |
[-22.44, -66.16, 'rinconada<br>351 habitantes'], | |
[-28.65, -65.79, 'las tejas<br>351 habitantes'], | |
[-27.7, -55.41, 'arroyo del medio<br>350 habitantes'], | |
[-34.17, -62.43, 'lazzarino<br>350 habitantes'], | |
[-26.47, -53.89, 'tobuna<br>350 habitantes'], | |
[-34.78, -65.69, 'batavia<br>349 habitantes'], | |
[-33.4, -60.62, 'cepeda<br>349 habitantes'], | |
[-31.81, -59.16, 'paso de la laguna<br>348 habitantes'], | |
[-27.15, -54.56, 'pueblo illia<br>348 habitantes'], | |
[-27.07, -62.65, 'hasse<br>347 habitantes'], | |
[-30.49, -61.63, 'monigotes<br>347 habitantes'], | |
[-35.56, -60.56, 'morea<br>347 habitantes'], | |
[-33.22, -59.36, 'puerto ruiz<br>347 habitantes'], | |
[-25.07, -59.25, 'el recreo<br>346 habitantes'], | |
[-33.3, -68.75, 'el carrizal<br>344 habitantes'], | |
[-27.55, -55.08, 'los helechos<br>344 habitantes'], | |
[-26.23, -54.63, 'puerto mado<br>342 habitantes'], | |
[-45.74, -67.48, 'astra<br>341 habitantes'], | |
[-30.95, -60.47, 'nare<br>341 habitantes'], | |
[-25.55, -65.56, 'tala pampa<br>341 habitantes'], | |
[-23.11, -63.99, 'campichuelo<br>340 habitantes'], | |
[-30.47, -63.98, 'simbolar<br>340 habitantes'], | |
[-30.21, -68.72, 'villa malvinas argentinas<br>340 habitantes'], | |
[-26.43, -54.47, '9 de julio km 28<br>339 habitantes'], | |
[-27.56, -67.64, 'saujil<br>339 habitantes'], | |
[-30.56, -67.54, 'usno<br>339 habitantes'], | |
[-35.67, -58.96, 'gorchs<br>338 habitantes'], | |
[-27.96, -64.15, 'santa maria<br>338 habitantes'], | |
[-37.94, -58.32, 'los pinos<br>337 habitantes'], | |
[-26.55, -54.67, 'barrio cuatro bocas<br>336 habitantes'], | |
[-31.39, -64.56, 'cabalango<br>336 habitantes'], | |
[-30.99, -58.98, 'aldea san isidro(el cimarron)<br>336 habitantes'], | |
[-27.56, -59.31, 'colonia baranda<br>336 habitantes'], | |
[-36.75, -70.77, 'manzano amargo<br>334 habitantes'], | |
[-23.01, -66.38, 'coranzuli<br>333 habitantes'], | |
[-27.4, -61.1, 'pampa landriel<br>333 habitantes'], | |
[-34.51, -60.87, 'agustin roca<br>331 habitantes'], | |
[-34.46, -62.65, 'villa saboya<br>331 habitantes'], | |
[-26.94, -66.75, 'barranca larga<br>330 habitantes'], | |
[-31.18, -61.92, 'coronel fraga<br>330 habitantes'], | |
[-35.3, -58.59, 'gobernador udaondo<br>330 habitantes'], | |
[-33.14, -66.52, 'san jeronimo<br>330 habitantes'], | |
[-27.5, -64.86, 'mansupa<br>330 habitantes'], | |
[-36.4, -67.15, 'algarrobo del aguila<br>329 habitantes'], | |
[-31.11, -60.58, 'cayastacito<br>329 habitantes'], | |
[-30.45, -60.14, 'la brava<br>329 habitantes'], | |
[-31.51, -63.34, 'capilla del carmen<br>328 habitantes'], | |
[-29.91, -57.57, 'parada pucheta<br>328 habitantes'], | |
[-38.78, -62.12, 'pago chico<br>327 habitantes'], | |
[-34.9, -61, 'zavalia<br>327 habitantes'], | |
[-47.03, -67.25, 'fitz roy<br>326 habitantes'], | |
[-24.51, -64.98, 'manantiales<br>326 habitantes'], | |
[-24.27, -64.87, 'san lucas<br>326 habitantes'], | |
[-32.64, -60.82, 'villa la rivera<br>326 habitantes'], | |
[-30.44, -69.25, 'bella vista<br>325 habitantes'], | |
[-30.49, -59.03, 'san victor<br>325 habitantes'], | |
[-24.21, -64.81, 'san antonio<br>325 habitantes'], | |
[-34.84, -59.87, 'gorostiaga<br>324 habitantes'], | |
[-35.29, -63.78, 'ceballos<br>323 habitantes'], | |
[-31.14, -64.04, 'la puerta<br>323 habitantes'], | |
[-31.82, -64.97, 'las calles<br>320 habitantes'], | |
[-30.48, -65.06, 'guanaco muerto<br>320 habitantes'], | |
[-37.91, -62.94, '17 de agosto<br>319 habitantes'], | |
[-28.76, -59.58, 'ingeniero chanourdie<br>319 habitantes'], | |
[-34.44, -61.84, 'alberdi viejo<br>318 habitantes'], | |
[-34.65, -61.58, 'el dorado<br>318 habitantes'], | |
[-43.59, -71.7, 'carrenleufu<br>317 habitantes'], | |
[-30.09, -64.16, 'san pedro norte<br>317 habitantes'], | |
[-30.05, -69.17, 'angualasto<br>316 habitantes'], | |
[-31.47, -58.26, 'estacion yerua<br>316 habitantes'], | |
[-33.02, -68.63, 'villa teresa<br>316 habitantes'], | |
[-31.63, -62.37, 'colonia prosperidad<br>314 habitantes'], | |
[-31.24, -60.53, 'campo andino<br>313 habitantes'], | |
[-32.32, -63.87, 'general fotheringham<br>313 habitantes'], | |
[-26.69, -63.56, 'santos lugares<br>313 habitantes'], | |
[-37.89, -63.85, 'abramo<br>312 habitantes'], | |
[-34.36, -59.37, 'azcuenaga<br>312 habitantes'], | |
[-39, -67.92, 'barrio isla 10<br>312 habitantes'], | |
[-30.59, -64.99, 'los chañaritos<br>311 habitantes'], | |
[-40.42, -69.61, 'mencue<br>311 habitantes'], | |
[-33.47, -67.61, 'villa antigua<br>311 habitantes'], | |
[-33.29, -60.27, 'barrio arroyo del medio<br>310 habitantes'], | |
[-38.94, -67.91, 'barrio costa linda<br>310 habitantes'], | |
[-31.13, -61.03, 'hipatia<br>310 habitantes'], | |
[-31.98, -68.55, 'cañada honda<br>309 habitantes'], | |
[-27.33, -55.52, 'loreto<br>309 habitantes'], | |
[-34.11, -61.13, 'la trinidad<br>308 habitantes'], | |
[-27.36, -55.34, 'domingo savio<br>307 habitantes'], | |
[-36.84, -63.52, 'tomas m. anchorena<br>307 habitantes'], | |
[-21.94, -66.05, 'santa catalina<br>305 habitantes'], | |
[-26.6, -54.7, 'barrio guatambu<br>305 habitantes'], | |
[-33.01, -64.17, 'chucul<br>304 habitantes'], | |
[-28.1, -65.9, 'las juntas<br>304 habitantes'], | |
[-31.04, -65.28, 'cienaga del coro<br>303 habitantes'], | |
[-27.82, -61.38, 'venados grandes<br>303 habitantes'], | |
[-28.33, -63.93, 'villa nueva<br>303 habitantes'], | |
[-31.61, -60.01, 'aldea santa maria<br>302 habitantes'], | |
[-26.89, -60.91, 'fortin las chuñas<br>302 habitantes'], | |
[-34.58, -59.02, 'club de campo los puentes<br>302 habitantes'], | |
[-36.48, -65.34, 'carro quemado<br>301 habitantes'], | |
[-27.3, -64.61, 'gramilla<br>301 habitantes'], | |
[-27.33, -67.47, 'taton<br>301 habitantes'], | |
[-35.04, -64.39, 'damian maisonave<br>300 habitantes'], | |
[-26.52, -54.59, 'pira y km 18<br>300 habitantes'], | |
[-26.2, -65.95, 'tolombom<br>300 habitantes'], | |
[-30.11, -61.79, 'la rubia<br>299 habitantes'], | |
[-32.93, -58.95, 'irazusta<br>298 habitantes'], | |
[-32.04, -68.38, 'las lagunas<br>298 habitantes'], | |
[-28.67, -66.93, 'san pedro<br>298 habitantes'], | |
[-33.07, -68.93, 'costa flores<br>297 habitantes'], | |
[-27.51, -55.4, 'almafuerte<br>297 habitantes'], | |
[-31.4, -62.97, 'el fuertecito<br>297 habitantes'], | |
[-32.95, -69.29, 'el salto<br>297 habitantes'], | |
[-33.12, -66, 'la florida<br>297 habitantes'], | |
[-25.22, -64.93, 'lumbreras<br>297 habitantes'], | |
[-32.64, -60.82, 'villa elvira<br>297 habitantes'], | |
[-27.43, -58.62, 'ingenio primer correntino<br>296 habitantes'], | |
[-31.46, -60.17, 'pueblo general san martin<br>296 habitantes'], | |
[-35.2, -59.34, 'antonio carboni<br>295 habitantes'], | |
[-39.11, -66.99, 'ingeniero otto krause<br>295 habitantes'], | |
[-33.17, -68.44, 'mundo nuevo<br>295 habitantes'], | |
[-27.81, -65.87, 'singuil<br>295 habitantes'], | |
[-26.75, -65.25, 'barrio parada 14<br>294 habitantes'], | |
[-31.99, -59.28, 'durazno<br>294 habitantes'], | |
[-51.54, -72.24, 'julia dufour<br>293 habitantes'], | |
[-34.69, -62.7, 'santa eleodora<br>293 habitantes'], | |
[-37.53, -61.29, 'libano<br>292 habitantes'], | |
[-32.95, -69.21, 'potrerillos<br>292 habitantes'], | |
[-33.44, -64.83, 'suco<br>292 habitantes'], | |
[-27.88, -55.79, 'barrio rural<br>291 habitantes'], | |
[-36.21, -64.03, 'mauricio mayer<br>291 habitantes'], | |
[-27.43, -65.16, 'villa chicligasta<br>291 habitantes'], | |
[-31.27, -61.95, 'bauer y sigel<br>290 habitantes'], | |
[-32.61, -68.57, 'barrio lagunas de bartoluzzi<br>290 habitantes'], | |
[-31.09, -64.31, 'canteras el sauce<br>290 habitantes'], | |
[-37.49, -64.22, 'colonia santa maria<br>289 habitantes'], | |
[-27.9, -65.89, 'el bolson<br>289 habitantes'], | |
[-33.27, -60.97, 'arminda<br>288 habitantes'], | |
[-32.68, -68.33, 'ingeniero gustavo andre<br>288 habitantes'], | |
[-32.89, -64.84, 'las albahacas<br>287 habitantes'], | |
[-31.17, -63.61, 'pueblo comechingones<br>287 habitantes'], | |
[-35.27, -57.58, 'vieytes<br>287 habitantes'], | |
[-22.1, -65.87, 'cieneguillas<br>286 habitantes'], | |
[-36.21, -57.74, 'sevigne<br>286 habitantes'], | |
[-35.78, -63.39, 'agustoni<br>284 habitantes'], | |
[-29.19, -67.64, 'guanchin<br>284 habitantes'], | |
[-31.37, -62.1, 'plaza san francisco<br>284 habitantes'], | |
[-30.59, -64.21, 'avellaneda<br>282 habitantes'], | |
[-30.07, -64.05, 'caminiaga<br>282 habitantes'], | |
[-31.43, -59.75, 'pueblo bellocq<br>282 habitantes'], | |
[-41.72, -70.47, 'rio chico<br>282 habitantes'], | |
[-49.6, -71.45, 'tres lagos<br>282 habitantes'], | |
[-35.71, -61.65, 'san bernardo<br>282 habitantes'], | |
[-32.35, -58.97, 'rocamora<br>281 habitantes'], | |
[-31.39, -59.5, 'sir leonard<br>281 habitantes'], | |
[-35.74, -60.56, 'agustin mosconi<br>280 habitantes'], | |
[-23.34, -66.09, 'abdon castro tolay<br>279 habitantes'], | |
[-35.02, -64.03, 'adolfo van praet<br>279 habitantes'], | |
[-31.1, -61.63, 'egusquiza<br>279 habitantes'], | |
[-27.89, -55.35, 'la corita<br>279 habitantes'], | |
[-29.15, -67.43, 'tilimuqui<br>279 habitantes'], | |
[-35.78, -60.35, 'san enrique<br>279 habitantes'], | |
[-33.59, -62.12, 'san francisco de santa fe<br>279 habitantes'], | |
[-22.19, -66.41, 'cienega de paicone<br>278 habitantes'], | |
[-27.38, -54.37, 'alicia alta<br>277 habitantes'], | |
[-27, -59.48, 'ingeniero barbet<br>277 habitantes'], | |
[-27.54, -67.02, 'puerta de san jose<br>277 habitantes'], | |
[-33.2, -65.85, 'saladillo<br>275 habitantes'], | |
[-23.38, -65.35, 'colonia san jose<br>274 habitantes'], | |
[-27.28, -65.02, 'los puestos<br>274 habitantes'], | |
[-27.11, -55.34, 'helvecia<br>273 habitantes'], | |
[-26.92, -55.12, 'san gotardo<br>273 habitantes'], | |
[-33.43, -66.93, 'alto pencoso<br>272 habitantes'], | |
[-29.45, -67.49, 'colonia vichigasta<br>272 habitantes'], | |
[-33.28, -65.61, 'juan llerena<br>272 habitantes'], | |
[-31.21, -61.73, 'san antonio<br>272 habitantes'], | |
[-34.76, -68.04, 'villa atuel norte<br>271 habitantes'], | |
[-38.94, -71.33, 'moquehue<br>270 habitantes'], | |
[-27.73, -63.99, 'cañada escobar<br>269 habitantes'], | |
[-31.69, -61.65, 'colonia margarita<br>269 habitantes'], | |
[-28.61, -67.59, 'chañar muyo<br>268 habitantes'], | |
[-28.07, -67.51, 'banda de lucero<br>268 habitantes'], | |
[-31.37, -60.67, 'villa laura<br>268 habitantes'], | |
[-33.27, -68.44, 'barrio cooperativa los campamentos<br>267 habitantes'], | |
[-39.04, -67.81, 'barrio costa este<br>267 habitantes'], | |
[-31.74, -62.04, 'crispi<br>267 habitantes'], | |
[-32.67, -68.59, 'barrio alto del olvido<br>266 habitantes'], | |
[-47.57, -71.74, 'hipolito yrigoyen<br>266 habitantes'], | |
[-29.27, -60.17, 'toba<br>266 habitantes'], | |
[-28.01, -65.73, 'san antonio<br>266 habitantes'], | |
[-35.69, -58.45, 'barrio rio salado<br>265 habitantes'], | |
[-34.26, -60.97, 'la angelita<br>265 habitantes'], | |
[-22.41, -66.66, 'lagunillas de farallon<br>264 habitantes'], | |
[-31.02, -64.22, 'los molles<br>264 habitantes'], | |
[-26.77, -64.36, 'san pedro<br>264 habitantes'], | |
[-30.76, -58.08, 'san pedro<br>264 habitantes'], | |
[-32.83, -59.23, 'aldea asuncion<br>263 habitantes'], | |
[-38.67, -68.23, 'barrio el labrador<br>263 habitantes'], | |
[-26.44, -67.26, 'el peñon<br>263 habitantes'], | |
[-31.53, -64.15, 'socavones<br>263 habitantes'], | |
[-35.08, -58.14, 'country club el rodeo<br>262 habitantes'], | |
[-43.24, -69.93, 'colan conhue<br>262 habitantes'], | |
[-31.32, -61.68, 'plaza saguier<br>262 habitantes'], | |
[-41.09, -71.14, 'ñirihuau<br>261 habitantes'], | |
[-33.6, -59.82, 'obligado<br>261 habitantes'], | |
[-25.27, -58.74, 'laguna gallo<br>261 habitantes'], | |
[-34.28, -58.89, 'rio lujan<br>261 habitantes'], | |
[-31.86, -64.38, 'los molinos<br>260 habitantes'], | |
[-33.13, -60.71, 'villa del plata<br>259 habitantes'], | |
[-39.13, -67.1, 'barrio santa rita<br>258 habitantes'], | |
[-27.53, -67.12, 'las juntas<br>258 habitantes'], | |
[-34.35, -61.13, 'fortin tiburcio<br>257 habitantes'], | |
[-33.65, -60.89, 'pearson<br>257 habitantes'], | |
[-29.24, -63.37, 'ramirez de velazco<br>256 habitantes'], | |
[-31.87, -60.57, 'colonia ensayo<br>255 habitantes'], | |
[-22.54, -65.7, 'puesto del marquez<br>255 habitantes'], | |
[-27.48, -67.1, 'condor huasi<br>254 habitantes'], | |
[-26.86, -55.05, 'mbopicua<br>254 habitantes'], | |
[-34.84, -63.92, 'pincen<br>254 habitantes'], | |
[-28.32, -65.74, 'pomancillo oeste<br>254 habitantes'], | |
[-33.24, -60.64, 'albarellos<br>253 habitantes'], | |
[-42.07, -71.22, 'buenos aires chico<br>253 habitantes'], | |
[-31.07, -64.32, 'villa cerro azul<br>253 habitantes'], | |
[-39.73, -68.49, 'cerro policia<br>252 habitantes'], | |
[-28.11, -55.63, 'rincon de azara<br>252 habitantes'], | |
[-32.81, -66.09, 'carolina<br>251 habitantes'], | |
[-29.65, -65.52, 'casa de piedra<br>251 habitantes'], | |
[-27.39, -63.55, 'caspi corral<br>251 habitantes'], | |
[-31.46, -64.42, 'villa sierras de oro<br>251 habitantes'], | |
[-46.72, -68.23, 'koluel kaike<br>250 habitantes'], | |
[-28.97, -67.52, 'plaza vieja<br>250 habitantes'], | |
[-27.95, -64.11, 'san pedro<br>250 habitantes'], | |
[-27.24, -62.38, 'aerolito<br>249 habitantes'], | |
[-37.23, -60.96, 'pueblo san jorge<br>248 habitantes'], | |
[-43.23, -69.71, 'aldea epulef<br>247 habitantes'], | |
[-36.58, -60.17, 'crotto<br>247 habitantes'], | |
[-28.31, -65.72, 'pomancillo este<br>247 habitantes'], | |
[-24.41, -64.81, 'el acheral<br>246 habitantes'], | |
[-29.82, -63.35, 'villa candelaria<br>246 habitantes'], | |
[-30.71, -61.62, 'palacios<br>245 habitantes'], | |
[-28.75, -66.94, 'los molinos<br>244 habitantes'], | |
[-28.17, -64.1, 'sumamao<br>244 habitantes'], | |
[-22.34, -66.49, 'cusi cusi<br>243 habitantes'], | |
[-34.34, -59.11, 'arroyo de la cruz<br>243 habitantes'], | |
[-31.53, -64.17, 'caseros centro<br>243 habitantes'], | |
[-27.39, -63.53, 'kilometro 30<br>243 habitantes'], | |
[-41.77, -70.17, 'mamuel choique<br>243 habitantes'], | |
[-27.87, -59.94, 'la sabana<br>242 habitantes'], | |
[-26.85, -66.02, 'andalhuala<br>241 habitantes'], | |
[-29.67, -62.13, 'palo negro<br>241 habitantes'], | |
[-33.13, -68.2, 'barrio molina cabrera<br>239 habitantes'], | |
[-35.85, -63.29, 'roosevelt<br>239 habitantes'], | |
[-26.66, -65.05, 'el naranjo<br>238 habitantes'], | |
[-43.38, -65.84, '28 de julio<br>237 habitantes'], | |
[-38.88, -68.1, '11 de octubre<br>236 habitantes'], | |
[-34.34, -62.38, 'aaron castellanos<br>236 habitantes'], | |
[-28.9, -66.98, 'chuquis<br>236 habitantes'], | |
[-34.29, -59.22, 'diego gaynor<br>236 habitantes'], | |
[-27.93, -65.7, 'la higuera<br>236 habitantes'], | |
[-27.67, -66.98, 'la puntilla<br>236 habitantes'], | |
[-30.66, -64.18, 'villa gutierrez<br>236 habitantes'], | |
[-30.77, -64.54, 'charbonier<br>235 habitantes'], | |
[-35.12, -58.09, 'campos de roca<br>234 habitantes'], | |
[-35.39, -61.99, 'carlos salas<br>234 habitantes'], | |
[-30.57, -63.52, 'la posta<br>234 habitantes'], | |
[-27.69, -55.26, 'dos arroyos<br>233 habitantes'], | |
[-22.29, -65.68, 'pumahuasi<br>233 habitantes'], | |
[-27.9, -67.61, 'anillaco<br>232 habitantes'], | |
[-34.84, -68.25, 'las malvinas<br>232 habitantes'], | |
[-32.86, -68.65, 'el pedregal<br>232 habitantes'], | |
[-26.84, -62.93, 'patay<br>232 habitantes'], | |
[-22.17, -63.71, 'capiazuti<br>231 habitantes'], | |
[-31.86, -68.53, 'barrio ruta 40<br>231 habitantes'], | |
[-35.15, -65.57, 'bagual<br>230 habitantes'], | |
[-34.66, -61.02, 'balneario laguna de gomez<br>230 habitantes'], | |
[-28.66, -68.37, 'jague<br>230 habitantes'], | |
[-32.26, -58.91, 'libaros<br>230 habitantes'], | |
[-43.87, -68.43, 'los altares<br>230 habitantes'], | |
[-34.13, -59.92, 'la luisa<br>230 habitantes'], | |
[-24.56, -67.44, 'tolar grande<br>230 habitantes'], | |
[-35.1, -58.27, 'barrio parque las acacias<br>229 habitantes'], | |
[-38.84, -70.2, 'los catutos<br>229 habitantes'], | |
[-35.65, -64.77, 'pichi huinca<br>228 habitantes'], | |
[-28.63, -61.51, 'san bernardo<br>228 habitantes'], | |
[-32.98, -68.31, 'barrio los charabones<br>227 habitantes'], | |
[-31.45, -63.19, 'villa del transito<br>227 habitantes'], | |
[-37.33, -65.65, 'chacharramendi<br>226 habitantes'], | |
[-35.31, -58.05, 'barrio el mirador<br>226 habitantes'], | |
[-31.21, -61.73, 'castellanos<br>226 habitantes'], | |
[-23.4, -66.78, 'olaroz chico<br>226 habitantes'], | |
[-25.68, -54.14, 'cabure i<br>225 habitantes'], | |
[-23.36, -65.12, 'caspala<br>225 habitantes'], | |
[-29.25, -67.43, 'colonia anguinan<br>225 habitantes'], | |
[-30.1, -63.93, 'cerro colorado<br>225 habitantes'], | |
[-31.96, -61.18, 'loma alta<br>225 habitantes'], | |
[-31.9, -65.53, 'san martin<br>225 habitantes'], | |
[-35.93, -61.26, 'hortensia<br>224 habitantes'], | |
[-27.53, -64.55, 'el sauzal<br>224 habitantes'], | |
[-23.49, -61.65, 'vaca perdida<br>224 habitantes'], | |
[-27.65, -64.32, 'los soria<br>224 habitantes'], | |
[-28.34, -65.63, 'palo labrado<br>223 habitantes'], | |
[-37.55, -66.23, 'la reforma<br>221 habitantes'], | |
[-28.49, -67.69, 'santa cruz<br>221 habitantes'], | |
[-30.4, -61.65, 'curupayti<br>220 habitantes'], | |
[-31.34, -61.62, 'villa san jose<br>220 habitantes'], | |
[-29.48, -67.77, 'aicuña<br>219 habitantes'], | |
[-35.61, -60.92, '12 de octubre<br>219 habitantes'], | |
[-27.43, -54.36, 'alicia baja<br>219 habitantes'], | |
[-45.59, -71.03, 'doctor ricardo rojas<br>219 habitantes'], | |
[-31.4, -63.33, 'los chañaritos<br>219 habitantes'], | |
[-25.59, -54.01, 'puerto andresito<br>219 habitantes'], | |
[-27.89, -64.18, 'vuelta de la barranca<br>219 habitantes'], | |
[-36.04, -64.83, 'rucanelo<br>219 habitantes'], | |
[-30.12, -63.84, 'santa elena<br>219 habitantes'], | |
[-39.82, -70.1, 'santo tomas<br>219 habitantes'], | |
[-24.12, -66.71, 'olacapato<br>218 habitantes'], | |
[-29.28, -65.48, 'la dorada<br>218 habitantes'], | |
[-31.67, -61.35, 'san mariano<br>218 habitantes'], | |
[-22.45, -63.43, 'pacara<br>217 habitantes'], | |
[-41.88, -66.94, 'cona niyeu<br>217 habitantes'], | |
[-30.87, -64.68, 'canteras quilpo<br>216 habitantes'], | |
[-33.16, -68.51, 'andrade<br>216 habitantes'], | |
[-35.36, -58.15, 'altamirano<br>215 habitantes'], | |
[-37.2, -61.12, 'las martinetas<br>215 habitantes'], | |
[-27.13, -66.71, 'los nacimientos<br>215 habitantes'], | |
[-31.93, -60.43, 'villa gobernador luis f. etchevehere<br>215 habitantes'], | |
[-35.77, -61.34, 'cadret<br>214 habitantes'], | |
[-31.14, -66.36, 'ambil<br>214 habitantes'], | |
[-27.48, -65.49, 'nueva trinidad<br>214 habitantes'], | |
[-35.64, -59.63, 'alvarez de toledo<br>213 habitantes'], | |
[-23.71, -62.38, 'capitan juan page<br>213 habitantes'], | |
[-34.16, -59.11, 'escalada<br>213 habitantes'], | |
[-24.27, -64.72, 'puente lavayen<br>213 habitantes'], | |
[-32.24, -60.92, 'puerto aragon<br>213 habitantes'], | |
[-30.01, -57.86, 'estacion libertad<br>212 habitantes'], | |
[-37.82, -60.48, 'juan e. barra<br>212 habitantes'], | |
[-25.25, -57.98, 'palma sola<br>212 habitantes'], | |
[-31.02, -63.6, 'el crispin<br>212 habitantes'], | |
[-32.7, -68.31, 'barrio virgen del rosario<br>211 habitantes'], | |
[-32.53, -60.04, 'antelo<br>211 habitantes'], | |
[-36, -60.85, 'hale<br>211 habitantes'], | |
[-33.83, -60.49, 'juan a. de la peña<br>211 habitantes'], | |
[-24.43, -65.18, 'loteo san vicente<br>211 habitantes'], | |
[-27.65, -64.22, 'antaje<br>210 habitantes'], | |
[-28.49, -59.3, 'la isleta<br>210 habitantes'], | |
[-27.88, -65.72, 'villa de balcozna<br>210 habitantes'], | |
[-39.03, -67.39, 'barrio la defensa<br>209 habitantes'], | |
[-35.58, -59.66, 'cazon<br>209 habitantes'], | |
[-34.44, -64.34, 'nicolas bruzzone<br>209 habitantes'], | |
[-38.33, -64.64, 'cuchillo co<br>208 habitantes'], | |
[-34.55, -68.3, 'barrio empleados de comercio<br>208 habitantes'], | |
[-32.74, -68.33, 'nueva california<br>208 habitantes'], | |
[-31.07, -58.03, 'colonia la argentina<br>207 habitantes'], | |
[-34.92, -59.54, 'jose juan almeyra<br>207 habitantes'], | |
[-27.49, -55.2, 'el salto<br>207 habitantes'], | |
[-31.53, -64.07, 'la carbonada<br>207 habitantes'], | |
[-31.04, -65.34, 'la playa<br>207 habitantes'], | |
[-39.34, -69.84, 'paso aguerre<br>207 habitantes'], | |
[-35.92, -61.81, 'nueva plata<br>206 habitantes'], | |
[-34.77, -66.59, 'navia<br>205 habitantes'], | |
[-32, -58.49, 'pueblo cazes<br>205 habitantes'], | |
[-27.71, -64.32, 'morales<br>204 habitantes'], | |
[-26.5, -54.68, 'villa parodi<br>204 habitantes'], | |
[-35.02, -63.69, 'sarah<br>204 habitantes'], | |
[-38.34, -62.64, 'chasico<br>203 habitantes'], | |
[-33.13, -68.35, 'barrio nuestra señora de fatima<br>203 habitantes'], | |
[-27.45, -64.46, 'ardiles<br>203 habitantes'], | |
[-34.06, -59.56, 'santa coloma<br>203 habitantes'], | |
[-28.75, -65.55, 'anquincila<br>202 habitantes'], | |
[-33.7, -62.91, 'aldea santa maria<br>201 habitantes'], | |
[-33.61, -65.27, 'juan jorba<br>201 habitantes'], | |
[-31.73, -64.39, 'costa azul<br>201 habitantes'], | |
[-32.39, -59.28, 'gobernador echague<br>201 habitantes'], | |
[-32.06, -65.35, 'la finur<br>201 habitantes'], | |
[-37.21, -70.82, 'los miches<br>201 habitantes'], | |
[-27.93, -64.19, 'yanda<br>201 habitantes'], | |
[-33.8, -66.42, 'zanjitas<br>201 habitantes'], | |
[-28.87, -67.57, 'alto carrizal<br>200 habitantes'], | |
[-32.08, -68.59, 'guanacache<br>200 habitantes'], | |
[-26.63, -66.01, 'el puesto<br>200 habitantes'], | |
[-23.5, -65.43, 'juella<br>200 habitantes'], | |
[-33.32, -68.33, 'la esperanza<br>200 habitantes'], | |
[-26.51, -65, 'villa padre monti<br>200 habitantes'], | |
[-27.11, -55.39, 'barrio tungoil<br>199 habitantes'], | |
[-33.91, -60.94, 'villa manuel pomar<br>199 habitantes'], | |
[-27.93, -55.41, 'santa maria<br>199 habitantes'], | |
[-34.79, -59.03, 'plomer<br>198 habitantes'], | |
[-37.12, -70.77, 'villa nahueve<br>197 habitantes'], | |
[-25.55, -63.53, 'tolloche<br>197 habitantes'], | |
[-38.24, -57.76, 'el marquesado<br>196 habitantes'], | |
[-22.43, -65.14, 'campo la cruz<br>195 habitantes'], | |
[-36.09, -61.73, 'magdala<br>195 habitantes'], | |
[-33.08, -68.73, 'barrancas<br>194 habitantes'], | |
[-31.18, -59.73, 'el solar<br>194 habitantes'], | |
[-34.89, -58.92, 'general hornos<br>194 habitantes'], | |
[-45.95, -71.26, 'lago blanco<br>194 habitantes'], | |
[-41.63, -65.02, 'playas doradas<br>194 habitantes'], | |
[-29.8, -63.63, 'los hoyos<br>194 habitantes'], | |
[-32.39, -64.52, 'las caleras<br>192 habitantes'], | |
[-33.14, -65.09, 'la punilla<br>192 habitantes'], | |
[-35.12, -60.22, 'pla<br>192 habitantes'], | |
[-32.66, -65.31, 'san pablo<br>192 habitantes'], | |
[-27.28, -59.15, 'colonia popular<br>191 habitantes'], | |
[-25.77, -53.85, 'integracion<br>191 habitantes'], | |
[-34.7, -59.32, 'jorge born<br>191 habitantes'], | |
[-28.42, -65.11, 'tapso<br>191 habitantes'], | |
[-31.4, -58.16, 'estacion yuqueri<br>190 habitantes'], | |
[-31.05, -62.23, 'colonia valtelina<br>190 habitantes'], | |
[-24.19, -64.85, 'la manga<br>190 habitantes'], | |
[-23.29, -65.94, 'rinconadillas<br>189 habitantes'], | |
[-31.87, -60.5, 'tezanos pinto<br>189 habitantes'], | |
[-31.59, -64.34, 'campos del virrey<br>188 habitantes'], | |
[-30.86, -61.85, 'colonia bicha<br>187 habitantes'], | |
[-22.25, -65.53, 'barrios<br>187 habitantes'], | |
[-27.39, -65.46, 'santa cruz<br>187 habitantes'], | |
[-32.28, -65.03, 'cruz caña<br>186 habitantes'], | |
[-28.19, -65.67, 'monte potrero<br>186 habitantes'], | |
[-45.32, -69.97, 'facundo<br>185 habitantes'], | |
[-29.11, -60.24, 'paraje 29<br>185 habitantes'], | |
[-29.28, -60.4, 'pueblo santa lucia<br>185 habitantes'], | |
[-27.47, -63.47, 'vaca huañuna<br>185 habitantes'], | |
[-27.59, -61.95, 'roversi<br>185 habitantes'], | |
[-27.52, -66.34, 'el potrero<br>184 habitantes'], | |
[-31.08, -63.79, 'esquina<br>184 habitantes'], | |
[-31.96, -65.04, 'los molles<br>184 habitantes'], | |
[-32.18, -64.58, 'amboy<br>183 habitantes'], | |
[-29.56, -59.93, 'colonia duran<br>183 habitantes'], | |
[-35.18, -57.95, 'oliden<br>183 habitantes'], | |
[-24.23, -64.81, 'miraflores<br>183 habitantes'], | |
[-31.36, -64.98, 'tala cañada<br>183 habitantes'], | |
[-37.94, -62.28, 'dufaur<br>182 habitantes'], | |
[-27.96, -65.82, 'los castillos<br>182 habitantes'], | |
[-28.82, -60.23, 'kilometro 115<br>182 habitantes'], | |
[-22.42, -65.58, 'cangrejillos<br>181 habitantes'], | |
[-24.29, -64.88, 'piedritas<br>181 habitantes'], | |
[-32.53, -65.65, 'villa de praga<br>181 habitantes'], | |
[-30.75, -63.57, 'chalacea<br>179 habitantes'], | |
[-32.7, -58.78, 'aldea san juan<br>179 habitantes'], | |
[-25.93, -53.92, 'piñalito norte<br>179 habitantes'], | |
[-43.19, -71.64, 'los cipreses<br>179 habitantes'], | |
[-25.79, -54.04, 'puerto deseado<br>179 habitantes'], | |
[-35.09, -59.92, 'ramon biaus<br>179 habitantes'], | |
[-31.43, -63.59, 'cañada de machado<br>178 habitantes'], | |
[-30.82, -66.25, 'olpas<br>178 habitantes'], | |
[-27.23, -64.7, 'el charco<br>178 habitantes'], | |
[-22.42, -65.7, 'la intermedia<br>178 habitantes'], | |
[-32.77, -65.36, 'renca<br>178 habitantes'], | |
[-32.39, -59.66, 'xx de setiembre<br>178 habitantes'], | |
[-30.43, -63.45, 'rosario del saladillo<br>178 habitantes'], | |
[-33.19, -68.28, 'barrio 12 de octubre<br>177 habitantes'], | |
[-35.19, -64.1, 'falucho<br>177 habitantes'], | |
[-34.4, -60.26, 'berdier<br>177 habitantes'], | |
[-28.21, -65.22, 'las canas<br>177 habitantes'], | |
[-33.4, -69.11, 'el zampal<br>177 habitantes'], | |
[-26.93, -66.15, 'punta de balasto<br>177 habitantes'], | |
[-45.56, -71.52, 'aldea beleiro<br>176 habitantes'], | |
[-21.97, -65.9, 'casira<br>176 habitantes'], | |
[-32.54, -65.75, 'las chacras<br>176 habitantes'], | |
[-25.13, -64.29, 'ceibalito<br>176 habitantes'], | |
[-41.82, -68.08, 'el cain<br>176 habitantes'], | |
[-24.3, -65.28, 'el ceibal<br>176 habitantes'], | |
[-32.87, -59.42, 'estacion lazo<br>175 habitantes'], | |
[-30.63, -63.89, 'los mistoles<br>175 habitantes'], | |
[-32.58, -63.81, 'punta del agua<br>175 habitantes'], | |
[-33.25, -60.76, 'cuatro esquinas<br>174 habitantes'], | |
[-35.88, -61.16, 'ordoqui<br>174 habitantes'], | |
[-32.93, -62.34, 'saladillo<br>174 habitantes'], | |
[-24.64, -59.43, 'colonia sarmiento<br>173 habitantes'], | |
[-31.11, -62.99, 'toro pujio<br>173 habitantes'], | |
[-28.27, -65.65, 'amadores<br>172 habitantes'], | |
[-32.2, -61.49, 'las bandurrias<br>172 habitantes'], | |
[-37.77, -57.63, 'la armonia<br>172 habitantes'], | |
[-32.11, -60.23, 'estacion camps<br>171 habitantes'], | |
[-29.34, -67.66, 'miranda<br>171 habitantes'], | |
[-22.51, -65.1, 'san marcos<br>171 habitantes'], | |
[-31.49, -65.28, 'villa de pocho<br>171 habitantes'], | |
[-31.59, -64.45, 'falda del carmen<br>170 habitantes'], | |
[-39.83, -69.51, 'naupa huen<br>170 habitantes'], | |
[-27.95, -65.88, 'los talas<br>170 habitantes'], | |
[-29.77, -61.49, 'esteban rams<br>169 habitantes'], | |
[-31.12, -63.89, 'tinoco<br>169 habitantes'], | |
[-23.27, -65.95, 'san francisco de alfarcito<br>169 habitantes'], | |
[-41.44, -66.09, 'arroyo los berros<br>168 habitantes'], | |
[-32.11, -65.06, 'la travesia<br>168 habitantes'], | |
[-33.71, -60.58, 'mariano benitez<br>168 habitantes'], | |
[-24.48, -66.68, 'santa rosa de los pastos grandes<br>168 habitantes'], | |
[-31.75, -64.36, 'dique chico<br>167 habitantes'], | |
[-27.21, -67.73, 'punta del agua<br>167 habitantes'], | |
[-36.99, -60.31, 'villa la serrania<br>167 habitantes'], | |
[-28.44, -64.86, 'ancajan<br>166 habitantes'], | |
[-29.93, -63.59, 'eufrasio loza<br>166 habitantes'], | |
[-33.08, -60.64, 'monte flores<br>166 habitantes'], | |
[-30.24, -63.49, 'puesto de castro<br>166 habitantes'], | |
[-34.94, -59.7, 'san sebastian<br>166 habitantes'], | |
[-27.95, -64.14, 'los cardozos<br>165 habitantes'], | |
[-33.19, -64.72, 'la carolina<br>165 habitantes'], | |
[-37.22, -62.16, 'pasman<br>165 habitantes'], | |
[-32.26, -65.03, 'quebracho ladeado<br>165 habitantes'], | |
[-38.76, -61.92, 'bajo hondo<br>164 habitantes'], | |
[-28.87, -59.87, 'paraje san manuel<br>164 habitantes'], | |
[-39.03, -67.3, 'barrio santa lucia<br>163 habitantes'], | |
[-32.67, -68.67, 'barrio jocoli ii<br>163 habitantes'], | |
[-31.8, -63.65, 'impira<br>163 habitantes'], | |
[-27.7, -54.97, 'panambi km 15<br>163 habitantes'], | |
[-27.58, -64.48, 'villa gimenez<br>163 habitantes'], | |
[-32.67, -66.45, 'villa general roca<br>162 habitantes'], | |
[-38.99, -67.96, 'barrio maria elvira<br>162 habitantes'], | |
[-24.31, -65.08, 'carahunco<br>162 habitantes'], | |
[-30.54, -65.04, 'alto de los quebrachos<br>161 habitantes'], | |
[-33.63, -69.19, 'barrio san cayetano<br>161 habitantes'], | |
[-25.74, -65.02, 'el naranjo<br>161 habitantes'], | |
[-36.37, -62.36, 'girodias<br>161 habitantes'], | |
[-30.09, -61.18, 'la cabral<br>161 habitantes'], | |
[-25.91, -62.59, 'los tigres<br>161 habitantes'], | |
[-34.79, -67.99, 'barrio el nevado<br>160 habitantes'], | |
[-31.91, -60.47, 'villa fontana<br>160 habitantes'], | |
[-29.91, -57.96, 'parada acuña<br>159 habitantes'], | |
[-33.16, -68.3, 'el ramblon<br>159 habitantes'], | |
[-36.24, -59.37, 'pardo<br>159 habitantes'], | |
[-32.26, -61.13, 'casalegno<br>158 habitantes'], | |
[-32.8, -58.88, 'faustino m. parera<br>158 habitantes'], | |
[-28.53, -65.68, 'huaycama<br>158 habitantes'], | |
[-38.92, -60.53, 'marisol<br>158 habitantes'], | |
[-28.65, -65.82, 'el bañado<br>158 habitantes'], | |
[-38.7, -68.03, 'peninsula ruca co<br>158 habitantes'], | |
[-37.37, -59.76, 'tedin uriburu<br>157 habitantes'], | |
[-31.38, -65.04, 'los talares<br>157 habitantes'], | |
[-34.51, -59.34, 'villa espil<br>157 habitantes'], | |
[-27.18, -62.43, 'hernan mejia miraval<br>156 habitantes'], | |
[-43.7, -66.48, 'dique florentino ameghino<br>156 habitantes'], | |
[-34.95, -62.22, 'porvenir<br>156 habitantes'], | |
[-40.85, -65.84, 'aguada cecilio<br>155 habitantes'], | |
[-34.46, -61.07, 'agustina<br>155 habitantes'], | |
[-35.07, -58.86, 'barrio el taladro<br>155 habitantes'], | |
[-41.66, -71.46, 'el foyel<br>155 habitantes'], | |
[-31.66, -60.17, 'el palenque<br>155 habitantes'], | |
[-33.13, -60.71, 'el caramelo<br>155 habitantes'], | |
[-22.83, -65.2, 'pueblo viejo<br>155 habitantes'], | |
[-33.05, -66.07, 'rio grande<br>155 habitantes'], | |
[-25.28, -64.08, 'san jose de orquera<br>155 habitantes'], | |
[-31.95, -61.4, 'wildermuth<br>155 habitantes'], | |
[-38.22, -67.17, 'casa de piedra<br>154 habitantes'], | |
[-23.84, -65.83, 'el moreno<br>154 habitantes'], | |
[-30.8, -65.64, 'el chacho<br>154 habitantes'], | |
[-29.03, -65.55, 'la majada<br>154 habitantes'], | |
[-31.95, -64.81, 'villa alpina<br>154 habitantes'], | |
[-33.26, -62.61, 'colonia barge<br>153 habitantes'], | |
[-32.08, -65.23, 'conlara<br>153 habitantes'], | |
[-27.08, -63.07, 'libertad<br>153 habitantes'], | |
[-29.12, -67.48, 'san nicolas<br>153 habitantes'], | |
[-30.97, -66.19, 'colonia ortiz de ocampo<br>152 habitantes'], | |
[-28.1, -65.81, 'huaycama<br>152 habitantes'], | |
[-32.51, -63.93, 'las isletillas<br>152 habitantes'], | |
[-33.14, -61.61, 'los nogales<br>152 habitantes'], | |
[-38.3, -62.98, 'san german<br>152 habitantes'], | |
[-26.25, -63.77, 'santo domingo<br>152 habitantes'], | |
[-23.52, -65.95, 'santuario de tres pozos<br>152 habitantes'], | |
[-30.74, -61.34, 'virginia<br>151 habitantes'], | |
[-28.89, -67.57, 'bajo carrizal<br>150 habitantes'], | |
[-30.01, -63.85, 'chañar viejo<br>150 habitantes'], | |
[-36.61, -62.91, 'ingeniero thompson<br>150 habitantes'], | |
[-41.09, -71.51, 'colonia suiza<br>150 habitantes'], | |
[-31.06, -63.15, 'la quinta<br>150 habitantes'], | |
[-30.93, -64.72, 'las cañadas<br>149 habitantes'], | |
[-31.09, -66.76, 'san antonio<br>149 habitantes'], | |
[-30.06, -67.51, 'amana<br>148 habitantes'], | |
[-37.13, -70.4, 'villa del curi leuvu<br>148 habitantes'], | |
[-41.36, -67.93, 'prahuaniyeu<br>147 habitantes'], | |
[-27.56, -64.5, 'chauchillas<br>146 habitantes'], | |
[-23.68, -61.16, 'guadalcazar<br>146 habitantes'], | |
[-34.87, -60.39, 'coronel segui<br>146 habitantes'], | |
[-29.67, -61.87, 'montefiore<br>146 habitantes'], | |
[-22.38, -65.33, 'el condor<br>146 habitantes'], | |
[-23.46, -64.94, 'valle colorado<br>146 habitantes'], | |
[-23.79, -64.73, 'bermejito<br>145 habitantes'], | |
[-32.37, -59.94, 'betbeder<br>145 habitantes'], | |
[-32.53, -64.11, 'las peñas<br>145 habitantes'], | |
[-35.27, -59.56, 'ernestina<br>145 habitantes'], | |
[-39.06, -62.57, 'tenienteo rigone<br>145 habitantes'], | |
[-34.09, -60.42, 'villa san jose<br>145 habitantes'], | |
[-31.96, -60.26, 'aldea san rafael<br>144 habitantes'], | |
[-32.84, -58.8, 'general almada<br>144 habitantes'], | |
[-23.12, -65.13, 'palca de aparzo<br>144 habitantes'], | |
[-26.91, -66.02, 'el desmonte<br>144 habitantes'], | |
[-28.84, -59.01, 'cruz de los milagros<br>143 habitantes'], | |
[-23.64, -66.27, 'cobres<br>143 habitantes'], | |
[-28.28, -61.76, 'el cuadrado<br>143 habitantes'], | |
[-30.66, -60.23, 'cacique ariacaiquin<br>142 habitantes'], | |
[-31.65, -61.8, 'garibaldi<br>142 habitantes'], | |
[-35.03, -60.87, 'san emilio<br>142 habitantes'], | |
[-32.09, -64.33, 'las bajadas<br>141 habitantes'], | |
[-23.13, -65.3, 'coctaca<br>141 habitantes'], | |
[-28.77, -60.09, 'colmena<br>141 habitantes'], | |
[-26.4, -66.26, 'el cajon<br>141 habitantes'], | |
[-30.35, -60.52, 'la penca y caraguata<br>141 habitantes'], | |
[-31.12, -65.23, 'estancia de guadalupe<br>140 habitantes'], | |
[-34.51, -63.71, 'san joaquin<br>140 habitantes'], | |
[-32.17, -64.52, 'san ignacio(loteo san javier)<br>140 habitantes'], | |
[-23.97, -65.45, 'barcena<br>139 habitantes'], | |
[-32.31, -60.42, 'molino doll<br>139 habitantes'], | |
[-31.57, -60.66, 'paraje chaco chico<br>139 habitantes'], | |
[-28.72, -66.04, 'san pablo<br>139 habitantes'], | |
[-27.29, -64.38, 'abra grande<br>138 habitantes'], | |
[-31.91, -59.26, 'estacion raices<br>138 habitantes'], | |
[-23.76, -64.73, 'libertad<br>138 habitantes'], | |
[-37.55, -59.63, 'lopez<br>138 habitantes'], | |
[-30.9, -58.02, 'colonia alemana<br>137 habitantes'], | |
[-31.37, -61.02, 'cavour<br>137 habitantes'], | |
[-25.71, -63.04, 'urutau<br>137 habitantes'], | |
[-39.05, -67.47, 'barrio fatima<br>136 habitantes'], | |
[-32.7, -68.55, 'barrio la palmera<br>136 habitantes'], | |
[-27.83, -65.74, 'las lajas<br>136 habitantes'], | |
[-28.76, -65.11, 'las esquinas<br>136 habitantes'], | |
[-31.63, -65.06, 'panaholma<br>136 habitantes'], | |
[-38, -68.92, 'aguada san roque<br>135 habitantes'], | |
[-33.83, -69.05, 'barrio carrasco<br>135 habitantes'], | |
[-31.9, -64.74, 'villa berna<br>135 habitantes'], | |
[-30.78, -64.22, 'cañada de rio pinto<br>134 habitantes'], | |
[-30.76, -63.2, 'las saladas<br>134 habitantes'], | |
[-30.18, -63.87, 'el rodeo<br>134 habitantes'], | |
[-22.46, -66.46, 'loma blanca<br>134 habitantes'], | |
[-23.17, -65.97, 'tus aquillas<br>134 habitantes'], | |
[-31.72, -64.63, 'san clemente<br>134 habitantes'], | |
[-24.55, -59.39, 'fortin sargento 1 leyes<br>133 habitantes'], | |
[-23.6, -66.41, 'huancar<br>133 habitantes'], | |
[-31.85, -64.96, 'el huayco<br>133 habitantes'], | |
[-35.24, -59.49, 'elvira<br>133 habitantes'], | |
[-29.09, -63.88, 'el 49<br>131 habitantes'], | |
[-31.47, -64.56, 'talahuasi<br>131 habitantes'], | |
[-31.07, -64.94, 'cruz de caña<br>130 habitantes'], | |
[-27.42, -55.17, 'general alvear<br>130 habitantes'], | |
[-27.41, -64.27, 'huyamampa<br>130 habitantes'], | |
[-23.55, -65.05, 'pampichuela<br>130 habitantes'], | |
[-29.58, -64.11, 'pozo nuevo<br>130 habitantes'], | |
[-32.43, -63.18, 'villa albertina<br>130 habitantes'], | |
[-40.14, -64.33, 'barrio colonia conesa<br>129 habitantes'], | |
[-31.76, -64.45, 'la rancherita y las cascadas<br>129 habitantes'], | |
[-31.1, -65.33, 'guasa pampa<br>129 habitantes'], | |
[-30.66, -61.32, 'constanza<br>129 habitantes'], | |
[-30.74, -64.65, 'el rincon<br>129 habitantes'], | |
[-28.04, -65.61, 'lavina<br>129 habitantes'], | |
[-54.64, -67.77, 'laguna escondida<br>129 habitantes'], | |
[-42.72, -69.19, 'lagunita salada<br>129 habitantes'], | |
[-31.34, -65.08, 'taninga<br>129 habitantes'], | |
[-33.09, -60.73, 'los muchachos-la alborada<br>129 habitantes'], | |
[-26.83, -66.02, 'yapes<br>129 habitantes'], | |
[-29.13, -67.56, 'santa florentina<br>129 habitantes'], | |
[-27.54, -63.36, 'minerva<br>128 habitantes'], | |
[-32.82, -69.71, 'polvaredas<br>128 habitantes'], | |
[-28.66, -67.65, 'angulos<br>127 habitantes'], | |
[-35.24, -60.61, 'olascoaga<br>127 habitantes'], | |
[-31.83, -64.52, 'solar de los molinos<br>127 habitantes'], | |
[-36.12, -59.65, 'velloso<br>127 habitantes'], | |
[-41.06, -68.38, 'aguada de guerra<br>126 habitantes'], | |
[-44.7, -70.85, 'aldea apeleg<br>126 habitantes'], | |
[-28.64, -64.99, 'las palmitas<br>126 habitantes'], | |
[-32.82, -69.92, 'puente del inca<br>126 habitantes'], | |
[-30.79, -64.52, 'quebrada de luna<br>126 habitantes'], | |
[-32.66, -64.74, 'villa santa eugenia<br>126 habitantes'], | |
[-31.55, -60.81, 'empalme san carlos<br>125 habitantes'], | |
[-38.87, -69.75, 'ramon m. castro<br>125 habitantes'], | |
[-35.1, -58.18, 'barrio los bosquecitos<br>124 habitantes'], | |
[-31.58, -58.18, 'clodomiro ledesma<br>124 habitantes'], | |
[-28.59, -66.56, 'termas santa teresita<br>124 habitantes'], | |
[-29.7, -63.56, 'san pedro de gutemberg<br>124 habitantes'], | |
[-30.84, -61.49, 'colonia raquel<br>123 habitantes'], | |
[-31.07, -67.28, 'chucuma<br>123 habitantes'], | |
[-31.03, -64.02, 'colonia vicente aguero<br>123 habitantes'], | |
[-29.18, -65.38, 'el bañado<br>123 habitantes'], | |
[-27.73, -65.58, 'san jose de la cocha<br>123 habitantes'], | |
[-26.85, -54.74, 'villa urrutia<br>123 habitantes'], | |
[-28.68, -66.97, 'santa veracruz<br>123 habitantes'], | |
[-27.48, -55.3, 'caa-yari<br>122 habitantes'], | |
[-28.95, -62.78, 'casares<br>122 habitantes'], | |
[-27.54, -59.96, 'horquilla<br>122 habitantes'], | |
[-28.47, -67.69, 'la cuadra<br>122 habitantes'], | |
[-34.49, -59.8, 'pueblo gouin<br>122 habitantes'], | |
[-22.89, -65.96, 'tambillos<br>122 habitantes'], | |
[-31.68, -65.03, 'san lorenzo<br>122 habitantes'], | |
[-28.49, -65.67, 'santa cruz<br>122 habitantes'], | |
[-32.48, -59.92, 'febre<br>121 habitantes'], | |
[-23.14, -66.75, 'el toro<br>121 habitantes'], | |
[-34.64, -68.27, 'barrio intendencia<br>120 habitantes'], | |
[-26.52, -66.37, 'la hoyada<br>120 habitantes'], | |
[-36.26, -63.45, 'relmo<br>120 habitantes'], | |
[-33.84, -66.14, 'alto pelado<br>119 habitantes'], | |
[-32.63, -59.4, 'estacion arroyo cle<br>119 habitantes'], | |
[-38.99, -61.22, 'balneario sauce grande<br>118 habitantes'], | |
[-25.36, -65.53, 'ampascachi<br>118 habitantes'], | |
[-22.94, -66.03, 'casabindo<br>118 habitantes'], | |
[-31.43, -61.84, 'colonia cello<br>118 habitantes'], | |
[-34.97, -59.86, 'larica<br>118 habitantes'], | |
[-32.16, -64.38, 'segunda usina<br>118 habitantes'], | |
[-33.46, -62.73, 'colonia bremen<br>117 habitantes'], | |
[-31.25, -62.93, 'colonia las pichanas<br>117 habitantes'], | |
[-42.43, -71.07, 'leleque<br>116 habitantes'], | |
[-29.56, -65.58, 'balde de la punta<br>116 habitantes'], | |
[-28.83, -56.47, 'estacion torrent<br>116 habitantes'], | |
[-30.6, -65.74, 'castro barros<br>116 habitantes'], | |
[-27.72, -64.11, 'tramo 20<br>116 habitantes'], | |
[-31.83, -64.99, 'san huberto<br>116 habitantes'], | |
[-28.91, -61.89, 'cuatro bocas<br>115 habitantes'], | |
[-30.84, -63.8, 'candelaria sur<br>115 habitantes'], | |
[-36.09, -61.41, 'herrera vegas<br>115 habitantes'], | |
[-35, -57.7, 'los naranjos<br>115 habitantes'], | |
[-37.86, -57.98, 'villa laguna la brava<br>115 habitantes'], | |
[-36.06, -57.82, 'centro guerrero<br>114 habitantes'], | |
[-41.24, -70.03, 'clemente onelli<br>114 habitantes'], | |
[-30.68, -68.38, 'mogna<br>114 habitantes'], | |
[-30.98, -63.6, 'monte del rosario<br>114 habitantes'], | |
[-31.42, -61.42, 'aurelia<br>113 habitantes'], | |
[-37.59, -68.27, 'octavio pico<br>113 habitantes'], | |
[-40.92, -71.03, 'villa llanquin<br>113 habitantes'], | |
[-30.42, -61, 'la lucila<br>112 habitantes'], | |
[-31.25, -65.17, 'talaini<br>112 habitantes'], | |
[-28.5, -65.44, 'vilisman<br>112 habitantes'], | |
[-31.44, -62.03, 'villa josefina<br>112 habitantes'], | |
[-35.11, -60.07, 'villa grisolia<br>112 habitantes'], | |
[-37.2, -60.16, '16 de julio<br>111 habitantes'], | |
[-33.16, -68.35, 'barrio la estacion<br>111 habitantes'], | |
[-31.34, -64.4, 'casa bamba<br>111 habitantes'], | |
[-30.67, -61.79, 'colonia bossi<br>111 habitantes'], | |
[-32.63, -65.55, 'las lagunas<br>111 habitantes'], | |
[-36.19, -65.29, 'loventue<br>111 habitantes'], | |
[-39.98, -68.87, 'aguada guzman<br>110 habitantes'], | |
[-27.64, -55.09, 'florentino ameghino<br>110 habitantes'], | |
[-38.75, -68.18, 'barrio rucaluhe<br>110 habitantes'], | |
[-27.99, -65.69, 'el rosario<br>110 habitantes'], | |
[-31.47, -68.41, 'villa del salvador<br>110 habitantes'], | |
[-34.95, -58.78, 'barrio santa rosa<br>109 habitantes'], | |
[-33.84, -69.13, 'barrio el cepillo<br>109 habitantes'], | |
[-26.98, -55.32, 'colonia polana<br>109 habitantes'], | |
[-39.4, -62.57, 'colonia san adolfo<br>109 habitantes'], | |
[-31.09, -63.24, 'las gramillas<br>109 habitantes'], | |
[-35.03, -57.84, 'ignacio correas<br>108 habitantes'], | |
[-31.89, -64.99, 'el pantanillo<br>108 habitantes'], | |
[-31.37, -64.48, 'villa lago azul<br>108 habitantes'], | |
[-26.42, -53.84, 'piñalito sur<br>107 habitantes'], | |
[-31.17, -63.34, 'colonia las cuatro esquinas<br>107 habitantes'], | |
[-35.98, -57.45, 'cerro de la gloria<br>107 habitantes'], | |
[-31.84, -60.37, 'sauce pinto<br>107 habitantes'], | |
[-38.98, -67.94, 'barrio union<br>106 habitantes'], | |
[-30.78, -61.92, 'colonia san pedro<br>106 habitantes'], | |
[-30.18, -62.83, 'la rinconada<br>106 habitantes'], | |
[-30.74, -60.98, 'jacinto l. arauz<br>106 habitantes'], | |
[-40.55, -70.05, 'pilquiniyeu del limay<br>106 habitantes'], | |
[-45.08, -69.45, 'buen pasto<br>105 habitantes'], | |
[-27.23, -67.61, 'antinaco<br>105 habitantes'], | |
[-31.3, -62.13, 'estacion luxardo<br>105 habitantes'], | |
[-31.32, -61.69, 'estacion saguier<br>105 habitantes'], | |
[-40.38, -71.26, 'villa lago meliquina<br>105 habitantes'], | |
[-37.45, -63.26, 'esteban agustin gascon<br>104 habitantes'], | |
[-27.58, -63.29, 'el crucero<br>104 habitantes'], | |
[-23.77, -66.42, 'pastos chicos<br>104 habitantes'], | |
[-34.34, -61.52, 'fortin acha<br>103 habitantes'], | |
[-23.1, -65.12, 'palca de varas<br>103 habitantes'], | |
[-31.52, -64.53, 'las jarillas<br>103 habitantes'], | |
[-34.05, -63.73, 'rio bamba<br>103 habitantes'], | |
[-31.93, -60.55, 'aldea salto<br>102 habitantes'], | |
[-28.82, -67.32, 'antinaco<br>102 habitantes'], | |
[-30.46, -61.27, 'capivara<br>102 habitantes'], | |
[-40.79, -69.88, 'laguna blanca<br>102 habitantes'], | |
[-32.08, -59.31, 'guardamonte<br>101 habitantes'], | |
[-31.87, -59.73, 'las tunas<br>101 habitantes'], | |
[-33.21, -64.26, 'la gilda<br>101 habitantes'], | |
[-31.2, -64.29, 'barrio nuevo rio ceballos<br>100 habitantes'], | |
[-32.38, -65.5, 'las aguadas<br>100 habitantes'], | |
[-33.86, -66.37, 'cazador<br>100 habitantes'], | |
[-32.17, -64.78, 'el durazno<br>100 habitantes'], | |
[-31.48, -67.31, 'marayes<br>99 habitantes'], | |
[-32.39, -63.06, 'ana zumaran<br>98 habitantes'], | |
[-32.09, -58.34, 'hocker<br>98 habitantes'], | |
[-32.8, -65.76, 'la vertiente<br>98 habitantes'], | |
[-30.27, -69.23, 'pismanta<br>98 habitantes'], | |
[-28.14, -64.08, 'villa silipica<br>98 habitantes'], | |
[-31.2, -60.93, 'cululu<br>97 habitantes'], | |
[-28.39, -65.63, 'la bajada<br>97 habitantes'], | |
[-23.22, -65.81, 'agua de castilla<br>96 habitantes'], | |
[-30.11, -60.94, 'aguara grande<br>96 habitantes'], | |
[-33.4, -67.15, 'desaguadero<br>96 habitantes'], | |
[-22.07, -66.08, 'oratorio<br>96 habitantes'], | |
[-31.21, -64.28, 'pajas blancas<br>96 habitantes'], | |
[-30.13, -68.68, 'el medano<br>96 habitantes'], | |
[-32.77, -58.91, 'pastor britos<br>96 habitantes'], | |
[-30.44, -65.42, 'la batea<br>96 habitantes'], | |
[-37.7, -62.9, 'azopardo<br>95 habitantes'], | |
[-39.09, -67.2, 'barrio la costa<br>95 habitantes'], | |
[-37.48, -62.1, 'cura malal<br>95 habitantes'], | |
[-27.27, -64.65, 'el charco<br>95 habitantes'], | |
[-21.91, -66.25, 'la cienega<br>95 habitantes'], | |
[-37.54, -58.34, 'ramos otero<br>95 habitantes'], | |
[-36.71, -57.59, 'santo domingo<br>95 habitantes'], | |
[-39.08, -67.54, 'barrio la costa<br>94 habitantes'], | |
[-33.24, -68.18, 'barrio maria auxiliadora<br>94 habitantes'], | |
[-23.96, -66.5, 'puesto sey<br>94 habitantes'], | |
[-30.95, -65.31, 'tosno<br>94 habitantes'], | |
[-30.32, -67.69, 'balde del rosario<br>93 habitantes'], | |
[-24.57, -64.92, 'san isidro<br>93 habitantes'], | |
[-35.63, -58.02, 'villa parque girado<br>93 habitantes'], | |
[-28.56, -67.69, 'santo domingo<br>93 habitantes'], | |
[-37.98, -62.33, 'colonia san martin<br>92 habitantes'], | |
[-40.84, -67.19, 'yaminue<br>92 habitantes'], | |
[-35.73, -61.74, 'san esteban<br>92 habitantes'], | |
[-22.52, -65.37, 'llulluchayoc<br>91 habitantes'], | |
[-33.16, -66.01, 'la bajada<br>91 habitantes'], | |
[-28.46, -61.84, 'la nena<br>91 habitantes'], | |
[-33.21, -65.49, 'san jose del morro<br>91 habitantes'], | |
[-30.52, -64.27, 'los pozos<br>91 habitantes'], | |
[-36.56, -58.53, 'udaquiola<br>91 habitantes'], | |
[-39.07, -68.57, 'arroyito<br>90 habitantes'], | |
[-34.27, -61.29, 'estacion arenales<br>90 habitantes'], | |
[-31.12, -61.52, 'nueva lehmann<br>90 habitantes'], | |
[-32.78, -68.53, 'el paramillo<br>90 habitantes'], | |
[-31.3, -62.23, 'plaza luxardo<br>90 habitantes'], | |
[-25.42, -63.99, 'macapillo<br>90 habitantes'], | |
[-39.16, -66.19, 'barrio union<br>89 habitantes'], | |
[-40.65, -62.76, 'cardenal cagliero<br>89 habitantes'], | |
[-43.1, -68.56, 'el escorial<br>89 habitantes'], | |
[-30.9, -63.71, 'atahona<br>88 habitantes'], | |
[-41.17, -71.44, 'villa catedral<br>88 habitantes'], | |
[-34.61, -59.63, 'franklin<br>87 habitantes'], | |
[-27.03, -64.61, 'isca yacu<br>87 habitantes'], | |
[-32.82, -68.62, 'las violetas<br>87 habitantes'], | |
[-34.75, -60.04, 'emilio ayarza<br>87 habitantes'], | |
[-43.25, -71.35, 'lago rosario<br>87 habitantes'], | |
[-28.47, -64.79, 'san pedro<br>87 habitantes'], | |
[-27.51, -64.56, 'los miranda<br>86 habitantes'], | |
[-26.93, -58.51, 'puerto bermejo viejo<br>86 habitantes'], | |
[-27.61, -63.26, 'colonia san juan<br>85 habitantes'], | |
[-34.6, -59.29, 'goldney<br>85 habitantes'], | |
[-27.99, -64.15, 'el mojon<br>85 habitantes'], | |
[-31.65, -64.48, 'el potrerillo<br>85 habitantes'], | |
[-33.66, -63.54, 'el rastreador<br>85 habitantes'], | |
[-31.34, -64.91, 'san geronimo<br>85 habitantes'], | |
[-39.06, -67.51, 'barrio el petroleo<br>84 habitantes'], | |
[-27.9, -64.16, 'maquito<br>84 habitantes'], | |
[-27.69, -64.34, 'puesto de san antonio<br>84 habitantes'], | |
[-27.54, -64.53, 'rodeo de valdez<br>84 habitantes'], | |
[-31.29, -63.44, 'sagrada familia<br>84 habitantes'], | |
[-36.21, -63.08, 'bocayuva<br>83 habitantes'], | |
[-22.77, -66.44, 'coyaguaima<br>83 habitantes'], | |
[-40.8, -63.12, 'el juncal<br>83 habitantes'], | |
[-33.1, -65.99, 'riocito<br>83 habitantes'], | |
[-35.13, -65.38, 'fortuna<br>82 habitantes'], | |
[-42.57, -68.92, 'blancuntre<br>82 habitantes'], | |
[-22.56, -66.35, 'orosmayo<br>82 habitantes'], | |
[-41.06, -67.6, 'comico<br>82 habitantes'], | |
[-31.85, -60.09, 'el ramblon<br>82 habitantes'], | |
[-38.54, -68.56, 'mari menuco<br>82 habitantes'], | |
[-23.95, -65.3, 'tesorero<br>82 habitantes'], | |
[-32.63, -60.82, 'villa la rivera<br>82 habitantes'], | |
[-38.29, -62.21, 'tres picos<br>82 habitantes'], | |
[-31.63, -62.9, 'villa san esteban<br>82 habitantes'], | |
[-24.32, -64.95, 'palos blancos<br>81 habitantes'], | |
[-40.71, -65, 'el empalme<br>81 habitantes'], | |
[-32.89, -64.87, 'villa el chacay<br>81 habitantes'], | |
[-38.62, -60.88, 'aparicio<br>80 habitantes'], | |
[-38.77, -62.6, 'argerich<br>80 habitantes'], | |
[-31.84, -64.43, 'la boca del rio<br>80 habitantes'], | |
[-30.43, -66.36, 'polco<br>80 habitantes'], | |
[-25.72, -64.83, 'san felipe<br>80 habitantes'], | |
[-30.37, -61.13, 'ñanducita<br>79 habitantes'], | |
[-31.12, -63.6, 'el alcalde<br>79 habitantes'], | |
[-29.76, -64.53, 'el tuscal<br>79 habitantes'], | |
[-32.24, -63.64, 'pampa yasta norte<br>79 habitantes'], | |
[-32.08, -61.12, 'san eugenio<br>79 habitantes'], | |
[-31.92, -63.51, 'colonia videla<br>78 habitantes'], | |
[-26.38, -61.81, 'coronel manuel l. rico<br>78 habitantes'], | |
[-35.71, -66.35, 'martin de loyola<br>78 habitantes'], | |
[-38.81, -59.74, 'balneario orense<br>77 habitantes'], | |
[-27.51, -60.16, 'haumonia<br>77 habitantes'], | |
[-28.72, -65.41, 'la candelaria<br>77 habitantes'], | |
[-34.27, -60.38, 'la invencible<br>77 habitantes'], | |
[-32.53, -63.25, 'sanabria<br>77 habitantes'], | |
[-28.3, -66.17, 'apoyaco<br>76 habitantes'], | |
[-23.15, -65.13, 'cianzo<br>76 habitantes'], | |
[-40.67, -69.11, 'colan conhue<br>76 habitantes'], | |
[-37.91, -58.91, 'licenciado matienzo<br>76 habitantes'], | |
[-35.58, -61.52, 'mauricio hirsch<br>76 habitantes'], | |
[-43.38, -65.05, 'playa magagna<br>76 habitantes'], | |
[-35.35, -60.74, 'marcelino ugarte<br>76 habitantes'], | |
[-35.55, -58.89, 'zenon videla dorna<br>76 habitantes'], | |
[-34.68, -61.47, 'triunvirato<br>76 habitantes'], | |
[-33.84, -65.22, 'villa salles<br>76 habitantes'], | |
[-33.5, -66.65, 'salinas del bebedero<br>76 habitantes'], | |
[-37.16, -66.67, 'limay mahuida<br>75 habitantes'], | |
[-32.85, -68.41, 'barrio emanuel<br>75 habitantes'], | |
[-28.06, -65.83, 'colpes<br>75 habitantes'], | |
[-41.58, -71.5, 'rio villegas<br>75 habitantes'], | |
[-32.3, -58.23, 'colonia hugues<br>74 habitantes'], | |
[-27.65, -65.95, 'las chacritas<br>74 habitantes'], | |
[-30.61, -64.56, 'copacabana<br>74 habitantes'], | |
[-41.18, -65.96, 'sierra paileman<br>74 habitantes'], | |
[-30.87, -64.23, 'santa catalina<br>74 habitantes'], | |
[-32.7, -68.33, 'barrio los olivos<br>73 habitantes'], | |
[-33.63, -63.23, 'assunta<br>73 habitantes'], | |
[-27.91, -65.83, 'chuchucaruana<br>73 habitantes'], | |
[-30.53, -62.11, 'colonia 10 de julio<br>73 habitantes'], | |
[-34.5, -64.81, 'estacion lecueder<br>72 habitantes'], | |
[-34.7, -61.33, 'bermudez<br>72 habitantes'], | |
[-26.03, -63.32, 'nueva esperanza<br>72 habitantes'], | |
[-23.15, -66.25, 'san juan de quillaques<br>72 habitantes'], | |
[-27.72, -63.46, 'villa figueroa<br>72 habitantes'], | |
[-39.09, -66.52, 'chelforo<br>71 habitantes'], | |
[-39.05, -67.22, 'barrio labarda<br>71 habitantes'], | |
[-32.02, -60.24, 'aldea santa rosa<br>71 habitantes'], | |
[-39.48, -69.53, 'el sauce<br>71 habitantes'], | |
[-34.05, -61.2, 'sarasa<br>71 habitantes'], | |
[-30.84, -64.54, 'barrio santa isabel<br>70 habitantes'], | |
[-23.91, -65.2, 'ocloyas<br>70 habitantes'], | |
[-35.31, -64, 'ojeda<br>70 habitantes'], | |
[-29.18, -65.39, 'el divisadero<br>70 habitantes'], | |
[-27.46, -55.8, 'barrio del lago<br>69 habitantes'], | |
[-25.15, -65.44, 'barrio finca la maroma<br>69 habitantes'], | |
[-39.07, -67.71, 'barrio frontera<br>69 habitantes'], | |
[-31.68, -60.24, 'colonia crespo<br>69 habitantes'], | |
[-41.53, -69.86, 'ojos de agua<br>69 habitantes'], | |
[-25.97, -63.12, 'la firmeza<br>69 habitantes'], | |
[-31.24, -64.26, 'las corzuelas<br>69 habitantes'], | |
[-30.91, -63.53, 'maquinista gallini<br>69 habitantes'], | |
[-37.54, -64.35, 'unanue<br>69 habitantes'], | |
[-38.96, -63.86, 'anzoategui<br>68 habitantes'], | |
[-31.94, -64.62, 'capilla vieja<br>68 habitantes'], | |
[-34.97, -60.12, 'benitez<br>68 habitantes'], | |
[-33.82, -65.42, 'lavaisse<br>68 habitantes'], | |
[-29.11, -65.34, 'el aybal<br>68 habitantes'], | |
[-37.73, -61.32, 'pontaut<br>68 habitantes'], | |
[-29.16, -65.38, 'ramblones<br>68 habitantes'], | |
[-39.04, -64, 'barrio esperanza<br>67 habitantes'], | |
[-42.39, -70.58, 'fofo cahuel<br>67 habitantes'], | |
[-43.42, -69.16, 'cerro condor<br>67 habitantes'], | |
[-22.74, -65.9, 'cochinoca<br>67 habitantes'], | |
[-23.26, -67.02, 'jama<br>67 habitantes'], | |
[-31.52, -60.61, 'paraje la costa<br>67 habitantes'], | |
[-30.98, -63.26, 'plaza de mercedes<br>67 habitantes'], | |
[-32, -60.36, 'aldea san juan<br>66 habitantes'], | |
[-39.07, -67.64, 'barrio canale<br>66 habitantes'], | |
[-36.32, -58.55, 'casalins<br>66 habitantes'], | |
[-41.45, -70.68, 'las bayas<br>66 habitantes'], | |
[-34.78, -66.17, 'nahuel mapa<br>66 habitantes'], | |
[-32.47, -59.17, 'las guachas<br>66 habitantes'], | |
[-34.37, -60.65, 'los indios<br>66 habitantes'], | |
[-24.53, -59.9, 'san martin i<br>66 habitantes'], | |
[-31.44, -64, 'villa corazon de maria<br>66 habitantes'], | |
[-36.53, -60.88, 'blanca grande<br>65 habitantes'], | |
[-27.03, -64.61, 'isca yacu semaul<br>65 habitantes'], | |
[-35.08, -69.59, 'el sosneado<br>65 habitantes'], | |
[-41.84, -71.51, 'mallin ahogado<br>65 habitantes'], | |
[-35.18, -57.65, 'roberto j. payro<br>65 habitantes'], | |
[-31.92, -61.7, 'traill<br>65 habitantes'], | |
[-29.54, -62.27, 'argentina<br>64 habitantes'], | |
[-22.2, -66.42, 'paicone<br>64 habitantes'], | |
[-36.34, -63.26, 'debary<br>63 habitantes'], | |
[-31.61, -62.43, 'colonia santa maria<br>63 habitantes'], | |
[-29.95, -65.39, 'el quimilo<br>63 habitantes'], | |
[-38.56, -59.34, 'energia<br>63 habitantes'], | |
[-35.05, -63.12, 'massey<br>63 habitantes'], | |
[-39.01, -64.06, 'juventud unida<br>63 habitantes'], | |
[-23.94, -60.74, 'lamadrid<br>63 habitantes'], | |
[-35.48, -59.99, 'lucas monte verde<br>63 habitantes'], | |
[-35.77, -63.14, 'sundblad<br>63 habitantes'], | |
[-38.32, -60.03, 'san mayol<br>63 habitantes'], | |
[-27.6, -64.63, 'chañar pozo de abajo<br>62 habitantes'], | |
[-32.09, -59.17, 'altamirano sur<br>62 habitantes'], | |
[-30.86, -60.65, 'angeloni<br>62 habitantes'], | |
[-22, -62.82, 'hito 1<br>62 habitantes'], | |
[-28.6, -65.41, 'infanzon<br>62 habitantes'], | |
[-36.6, -61.36, 'villa lynch pueyrredon<br>62 habitantes'], | |
[-39.03, -67.79, 'barrio blanco<br>61 habitantes'], | |
[-35.57, -58.07, 'barrio loma saltas<br>61 habitantes'], | |
[-38.85, -62.74, 'country los medanos<br>61 habitantes'], | |
[-32.37, -64.64, 'cañada del sauce<br>61 habitantes'], | |
[-28.3, -67.17, 'cordobita<br>61 habitantes'], | |
[-24.28, -65.28, 'los alisos<br>61 habitantes'], | |
[-22.26, -65, 'acoyte<br>60 habitantes'], | |
[-32.3, -63.23, 'las mojarras<br>60 habitantes'], | |
[-33.76, -63.49, 'pacheco de melo<br>60 habitantes'], | |
[-31.72, -64.48, 'la paisanita<br>60 habitantes'], | |
[-32.3, -65.04, 'la ramada<br>60 habitantes'], | |
[-42.01, -65.31, 'arroyo verde<br>59 habitantes'], | |
[-22.33, -66.28, 'casa colorada<br>59 habitantes'], | |
[-31.92, -60.65, 'paraje la virgen<br>59 habitantes'], | |
[-41.35, -71.51, 'villa mascardi<br>59 habitantes'], | |
[-30.8, -58.18, 'colonia peña<br>58 habitantes'], | |
[-31.96, -58.51, 'hambis<br>58 habitantes'], | |
[-28.29, -67.12, 'el pueblito<br>58 habitantes'], | |
[-47.65, -66.05, 'tellier<br>58 habitantes'], | |
[-37.13, -59.1, 'de la canal<br>57 habitantes'], | |
[-35.54, -60.79, 'norumbega<br>57 habitantes'], | |
[-43.28, -67.76, 'el mirasol<br>57 habitantes'], | |
[-34.61, -65.73, 'nacion ranquel<br>57 habitantes'], | |
[-32.49, -63.1, 'ramon j. carcano<br>57 habitantes'], | |
[-23.15, -65.78, 'abra laite<br>56 habitantes'], | |
[-42.6, -70.46, 'costa del chubut<br>56 habitantes'], | |
[-37.09, -62.54, 'arroyo venado<br>56 habitantes'], | |
[-30.45, -64.45, 'san pedro de toyos<br>56 habitantes'], | |
[-31.46, -64.41, 'causana<br>55 habitantes'], | |
[-51.68, -72.09, 'el turbio<br>55 habitantes'], | |
[-25.94, -54.54, 'villa cooperativa<br>55 habitantes'], | |
[-32.43, -63.29, 'villa oeste<br>55 habitantes'], | |
[-31.1, -60.73, 'cabal<br>54 habitantes'], | |
[-32.55, -61.22, 'larguia<br>54 habitantes'], | |
[-34.77, -63.67, 'onagoity<br>54 habitantes'], | |
[-34.46, -60.18, 'los angeles<br>54 habitantes'], | |
[-26.8, -64.57, 'el arenal<br>54 habitantes'], | |
[-42.65, -65.06, 'reserva area protegida el doradillo<br>54 habitantes'], | |
[-28.51, -65.33, 'los corrales<br>54 habitantes'], | |
[-33.42, -60.56, 'stephenson<br>54 habitantes'], | |
[-32.24, -64.52, 'villa quillinzo<br>54 habitantes'], | |
[-33.19, -66.15, 'estancia grande<br>53 habitantes'], | |
[-28.07, -66.14, 'joyango<br>53 habitantes'], | |
[-34.2, -62.98, 'leguizamon<br>53 habitantes'], | |
[-30.22, -67.7, 'los baldecitos<br>53 habitantes'], | |
[-36.67, -61.93, 'la larga<br>53 habitantes'], | |
[-27.33, -55.59, 'puerto santa ana<br>53 habitantes'], | |
[-23.29, -65.77, 'quebraleña<br>53 habitantes'], | |
[-29.4, -63.34, 'sumampa viejo<br>53 habitantes'], | |
[-39.02, -67.8, 'barrio calle ciega n 10<br>52 habitantes'], | |
[-39.04, -67.73, 'barrio guerrico<br>52 habitantes'], | |
[-39.05, -67.35, 'barrio luisillo<br>52 habitantes'], | |
[-23.1, -65.19, 'aparzo<br>52 habitantes'], | |
[-35.7, -65.1, 'ingeniero foster<br>52 habitantes'], | |
[-30.99, -64.38, 'corral quemado<br>52 habitantes'], | |
[-38.06, -62.08, 'la gruta<br>52 habitantes'], | |
[-33.92, -60.94, 'villa manuel pomar<br>52 habitantes'], | |
[-39, -67.76, 'barrio el maruchito<br>51 habitantes'], | |
[-38.36, -59.79, 'ochandio<br>51 habitantes'], | |
[-31.04, -61.89, 'pueblo marini<br>51 habitantes'], | |
[-32.25, -65.58, 'talita<br>50 habitantes'], | |
[-31.39, -64.6, 'villa flor serrana<br>50 habitantes'], | |
[-39.04, -67.78, 'barrio la herradura<br>49 habitantes'], | |
[-35.91, -62.22, 'capitan castro<br>49 habitantes'], | |
[-37.23, -58.76, 'la constancia<br>49 habitantes'], | |
[-30.17, -63.93, 'churqui cañada<br>48 habitantes'], | |
[-39.12, -67.63, 'paso cordova<br>48 habitantes'], | |
[-33.4, -66.75, 'chosmes<br>47 habitantes'], | |
[-32.59, -58.9, 'estacion escrina<br>47 habitantes'], | |
[-36.84, -58.51, 'solanet<br>47 habitantes'], | |
[-27.63, -64.87, 'villa turistica del embalse de rio hondo<br>47 habitantes'], | |
[-38.75, -59.43, 'balneario san cayetano<br>46 habitantes'], | |
[-29.89, -61.29, 'las avispas<br>46 habitantes'], | |
[-31.87, -64.99, 'dos arroyos<br>46 habitantes'], | |
[-22.49, -66.27, 'liviara<br>46 habitantes'], | |
[-33.4, -67.03, 'jarilla<br>46 habitantes'], | |
[-38.32, -61.44, 'el divisorio<br>46 habitantes'], | |
[-36.51, -63.74, 'la gloria<br>46 habitantes'], | |
[-41.91, -68.34, 'pilquiniyeu<br>46 habitantes'], | |
[-34.84, -64.1, 'ranqueles<br>46 habitantes'], | |
[-38.83, -64.94, 'pichi mahuida<br>46 habitantes'], | |
[-35.59, -63.59, 'trebolares<br>46 habitantes'], | |
[-25.44, -67.66, 'antofalla<br>45 habitantes'], | |
[-22.53, -65.52, 'la redonda<br>45 habitantes'], | |
[-24.11, -66.71, 'olacapato<br>45 habitantes'], | |
[-36.2, -62.22, 'la carreta<br>45 habitantes'], | |
[-24.38, -65, 'san juancito<br>45 habitantes'], | |
[-40.88, -70.02, 'cañadon chileno<br>44 habitantes'], | |
[-39, -67.85, 'barrio emergente<br>44 habitantes'], | |
[-44.2, -71.67, 'dr. a. viglioni(frontera de rio pico)<br>44 habitantes'], | |
[-28.54, -65.8, 'el pantanillo<br>44 habitantes'], | |
[-31.83, -60.6, 'las jaulas<br>44 habitantes'], | |
[-32.02, -64.46, 'parque calmayo<br>44 habitantes'], | |
[-31.38, -65.29, 'las palmas<br>43 habitantes'], | |
[-35.88, -59.41, 'el trigo<br>43 habitantes'], | |
[-38.18, -60.17, 'vasquez<br>43 habitantes'], | |
[-25.76, -67.39, 'los nacimientos<br>43 habitantes'], | |
[-31.96, -60.64, 'aldea san francisco<br>42 habitantes'], | |
[-36.56, -62.13, 'andant<br>42 habitantes'], | |
[-24.26, -65.4, 'la almona<br>42 habitantes'], | |
[-31.04, -60.65, 'esther<br>41 habitantes'], | |
[-34.78, -59.11, 'la choza<br>41 habitantes'], | |
[-35.54, -58.13, 'laguna vitel<br>41 habitantes'], | |
[-23.15, -66.03, 'santa ana de la puna<br>41 habitantes'], | |
[-37.69, -67.87, 'barrio destacamento<br>40 habitantes'], | |
[-36.75, -64.37, 'cachirulo<br>40 habitantes'], | |
[-40.44, -62.55, 'jose b. casas<br>40 habitantes'], | |
[-35.87, -63.37, 'mira pampa<br>40 habitantes'], | |
[-34.66, -60.85, 'paraje la agraria<br>40 habitantes'], | |
[-36.51, -61.02, 'paula<br>40 habitantes'], | |
[-32.67, -65.66, 'potrerillo<br>40 habitantes'], | |
[-37.13, -60.41, 'santa luisa<br>40 habitantes'], | |
[-39.13, -66.89, 'barrio moño azul<br>39 habitantes'], | |
[-28.11, -55.58, 'barra concepcion<br>39 habitantes'], | |
[-39.04, -67.46, 'barrio porvenir<br>39 habitantes'], | |
[-26.69, -65.97, 'caspichango<br>39 habitantes'], | |
[-26.9, -60.12, 'napalpi<br>39 habitantes'], | |
[-37.66, -64.14, 'peru<br>39 habitantes'], | |
[-37.67, -67.87, 'barrio pinar<br>38 habitantes'], | |
[-35.32, -57.45, 'alvarez jonte<br>38 habitantes'], | |
[-35.08, -60.59, 'la limpia<br>38 habitantes'], | |
[-26.12, -63.59, 'san jose del boqueron<br>38 habitantes'], | |
[-38.74, -61.54, 'san roman<br>38 habitantes'], | |
[-34.58, -62.17, 'villa roth<br>38 habitantes'], | |
[-34.15, -61.01, 'la beba<br>37 habitantes'], | |
[-42.77, -68.88, 'yala laubat<br>37 habitantes'], | |
[-22.21, -66.34, 'misarrumi<br>36 habitantes'], | |
[-33.06, -60.69, 'kilometro 101<br>36 habitantes'], | |
[-38.4, -58.67, 'pieres<br>36 habitantes'], | |
[-37.52, -60.77, 'pueblo nuevo<br>36 habitantes'], | |
[-39.08, -67.65, 'barrio mar del plata<br>35 habitantes'], | |
[-24.09, -64.82, 'el quemado<br>35 habitantes'], | |
[-38.86, -68.02, 'barrio norte<br>34 habitantes'], | |
[-23.1, -65.76, 'quera<br>34 habitantes'], | |
[-31.88, -65.04, 'villa la viña<br>34 habitantes'], | |
[-22.16, -65.98, 'yoscaba<br>34 habitantes'], | |
[-30.81, -58.22, 'san ramon<br>34 habitantes'], | |
[-47.45, -70.93, 'bajo caracoles<br>33 habitantes'], | |
[-29.67, -67.38, 'colonia catinzaco<br>33 habitantes'], | |
[-36.35, -61.26, 'juan f. ibarra<br>33 habitantes'], | |
[-22.09, -65.46, 'yavi chico<br>33 habitantes'], | |
[-29.03, -65.97, 'adolfo e carranza<br>32 habitantes'], | |
[-36.12, -63.9, 'colonia san jose<br>32 habitantes'], | |
[-38.12, -62.73, 'lopez lecube<br>32 habitantes'], | |
[-40.5, -66.57, 'nahuel niyeu<br>32 habitantes'], | |
[-33.17, -64.05, 'paso del durazno<br>32 habitantes'], | |
[-30.19, -61.18, 'santurce<br>32 habitantes'], | |
[-27.41, -59.42, 'estacion general obligado<br>31 habitantes'], | |
[-33.64, -59.99, 'las bahamas<br>31 habitantes'], | |
[-35.72, -62.11, 'inocencio sosa<br>31 habitantes'], | |
[-37.39, -62.81, 'villa castelar<br>31 habitantes'], | |
[-28.3, -67.7, 'costa de reyes<br>30 habitantes'], | |
[-41.66, -66.09, 'arroyo ventana<br>30 habitantes'], | |
[-23.24, -66.73, 'mina providencia<br>30 habitantes'], | |
[-23.06, -65.33, 'rodero<br>30 habitantes'], | |
[-27.53, -66.52, 'amanao<br>29 habitantes'], | |
[-31.53, -64.46, 'falda del cañete<br>29 habitantes'], | |
[-32.08, -59.99, 'don cristobal<br>29 habitantes'], | |
[-30.6, -64.91, 'esquina del alambre<br>29 habitantes'], | |
[-31.8, -61.01, 'plaza matilde<br>29 habitantes'], | |
[-32.61, -61.32, 'barrio cicarelli<br>28 habitantes'], | |
[-33.44, -61.47, 'firmat<br>28 habitantes'], | |
[-23.56, -65.69, 'puerta de colorados<br>28 habitantes'], | |
[-42.9, -71.61, 'villa futalaufquen<br>28 habitantes'], | |
[-25.29, -65.39, 'cabra corral<br>27 habitantes'], | |
[-51.55, -72.23, 'mina 3<br>27 habitantes'], | |
[-36.66, -63.37, 'la pala<br>27 habitantes'], | |
[-22.19, -66.35, 'san juan de oros<br>27 habitantes'], | |
[-40.85, -66.98, 'treneta<br>27 habitantes'], | |
[-35.67, -61.51, 'santo tomas<br>27 habitantes'], | |
[-30.89, -60.57, 'san bernardo<br>27 habitantes'], | |
[-33.6, -69.33, 'el manzano<br>26 habitantes'], | |
[-34.94, -61.16, 'la delfina<br>26 habitantes'], | |
[-32.76, -62.73, 'villa los patos<br>26 habitantes'], | |
[-32.75, -62.33, 'villa elisa<br>26 habitantes'], | |
[-31.96, -60.5, 'aldea grapschental<br>25 habitantes'], | |
[-45.11, -66.53, 'bahia bustamante<br>25 habitantes'], | |
[-21.82, -66.18, 'el angosto<br>25 habitantes'], | |
[-28.24, -67.14, 'cerro negro<br>24 habitantes'], | |
[-35.88, -66.44, 'los overos<br>24 habitantes'], | |
[-34.89, -60.35, 'villa maria<br>24 habitantes'], | |
[-39.04, -67.75, 'barrio calle ciega n 6<br>23 habitantes'], | |
[-34.6, -61.92, 'gunther<br>23 habitantes'], | |
[-38.32, -69.81, 'quilimalal<br>23 habitantes'], | |
[-34.09, -60.67, 'roberto cano<br>23 habitantes'], | |
[-36.46, -62.49, 'tronge<br>23 habitantes'], | |
[-31.58, -61.78, 'eustolia<br>22 habitantes'], | |
[-38.45, -61.57, 'lartigau<br>22 habitantes'], | |
[-31.88, -60.65, 'la juanita<br>22 habitantes'], | |
[-34.73, -61.15, 'la placette<br>22 habitantes'], | |
[-37.36, -62.44, 'espartillar<br>21 habitantes'], | |
[-31.43, -65.08, 'mussi<br>21 habitantes'], | |
[-40.06, -64.47, 'barrio planta compresora de gas<br>20 habitantes'], | |
[-38.8, -61.07, 'faro<br>20 habitantes'], | |
[-33.93, -59.75, 'ingeniero moneta<br>20 habitantes'], | |
[-37.68, -61.7, 'd'orbigny<br>20 habitantes'], | |
[-32.3, -64.72, 'lutti<br>20 habitantes'], | |
[-34.27, -60.87, 'sol de mayo<br>20 habitantes'], | |
[-33.54, -63.05, 'san severo<br>20 habitantes'], | |
[-44.68, -66.61, 'garayalde<br>18 habitantes'], | |
[-32.85, -69.78, 'punta de vacas<br>18 habitantes'], | |
[-34.61, -68.62, 'los reyunos<br>18 habitantes'], | |
[-35.51, -63.19, 'san mauricio<br>18 habitantes'], | |
[-34.58, -62.35, 'pichincha<br>18 habitantes'], | |
[-29.91, -64.13, 'chuñahuasi<br>17 habitantes'], | |
[-32.89, -61.94, 'colonia veinticinco<br>17 habitantes'], | |
[-38.31, -60.23, 'villa rodriguez<br>17 habitantes'], | |
[-36.53, -59.92, 'ariel<br>16 habitantes'], | |
[-30.15, -61.91, 'colonia ana<br>16 habitantes'], | |
[-36.99, -63.13, 'yutuyaco<br>16 habitantes'], | |
[-38.82, -64.82, 'salto andersen<br>16 habitantes'], | |
[-35.94, -59.07, 'coronel boerr<br>15 habitantes'], | |
[-35.15, -58.05, 'posada de los lagos<br>15 habitantes'], | |
[-37.32, -63.23, 'delfin huergo<br>14 habitantes'], | |
[-35.21, -66.33, 'la maroma<br>14 habitantes'], | |
[-32.6, -61.38, 'colonia medici<br>13 habitantes'], | |
[-27.04, -65.46, 'ingenio fronterita<br>13 habitantes'], | |
[-38.55, -60.7, 'irene<br>13 habitantes'], | |
[-32.13, -60.93, 'barrio el pacaa-barrio comipini<br>12 habitantes'], | |
[-38.55, -58.56, 'arenas verdes<br>12 habitantes'], | |
[-35.7, -61.17, 'la sofia<br>12 habitantes'], | |
[-38.22, -61.31, 'el pensamiento<br>12 habitantes'], | |
[-33.17, -64.05, 'paso del durazno<br>12 habitantes'], | |
[-37.29, -62.3, 'cascadas<br>11 habitantes'], | |
[-36.86, -60.08, 'colonia nievas<br>10 habitantes'], | |
[-31.67, -65.37, 'la cortadera<br>10 habitantes'], | |
[-38.65, -60.86, 'paraje la ruta<br>10 habitantes'], | |
[-35.15, -70.08, 'las leñas<br>9 habitantes'], | |
[-33.65, -66.99, 'mosmota<br>9 habitantes'], | |
[-31.3, -64.26, 'la morada<br>9 habitantes'], | |
[-38.03, -62.46, 'las encadenadas<br>9 habitantes'], | |
[-29.98, -61.24, 'balneario la verde<br>8 habitantes'], | |
[-31.14, -62.21, 'colonia anita<br>8 habitantes'], | |
[-35.52, -61.44, 'colonia mauricio<br>8 habitantes'], | |
[-32.81, -70.09, 'las cuevas<br>8 habitantes'], | |
[-40.81, -64.76, 'saco viejo<br>8 habitantes'], | |
[-35.23, -60.42, 'asamblea<br>7 habitantes'], | |
[-31.66, -65.32, 'las oscuras<br>7 habitantes'], | |
[-31.28, -64.56, 'villa san jose<br>7 habitantes'], | |
[-31.21, -62.11, 'colonia iturraspe<br>6 habitantes'], | |
[-28.28, -67.11, 'los balverdis<br>6 habitantes'], | |
[-31.3, -64.58, 'mallin<br>6 habitantes'], | |
[-32.27, -64.52, 'villa la rivera<br>6 habitantes'], | |
[-35.22, -58.28, 'samborombon<br>6 habitantes'], | |
[-41.09, -63.91, 'bahia creek<br>5 habitantes'], | |
[-41.02, -64.14, 'pozo salado<br>5 habitantes'], | |
[-31.63, -65.15, 'tasna<br>5 habitantes'], | |
[-35.21, -58.24, 'club de campo las malvinas<br>4 habitantes'], | |
[-35.06, -60.71, 'juan f. salaberry<br>4 habitantes'], | |
[-41.69, -65.02, 'punta colorada<br>4 habitantes'], | |
[-32.25, -64.58, 'villa el tala<br>4 habitantes'], | |
[-37.78, -64.03, 'hucal<br>3 habitantes'], | |
[-40.93, -69.41, 'mina santa teresita<br>3 habitantes'], | |
[-36.93, -64.39, 'naico<br>3 habitantes'], | |
[-38.11, -62.91, 'estela<br>2 habitantes'], | |
[-32.84, -69.85, 'los penitentes<br>2 habitantes'], | |
[-38.44, -58.22, 'centinela del mar<br>1 habitante'], | |
[-37.82, -71.1, 'copahue<br>1 habitante'], | |
[-41.15, -63.12, 'la loberia<br>1 habitante'] | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment