Skip to content

Instantly share code, notes, and snippets.

@robertoestivill
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertoestivill/228c355f5fc78caef155 to your computer and use it in GitHub Desktop.
Save robertoestivill/228c355f5fc78caef155 to your computer and use it in GitHub Desktop.
Estaciones de servicio y paradores A.C.A en KML
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document> <Style id="aca"> <IconStyle>
<Icon>
<href>http://miraargentina.com/components/com_jreviews_addons/geomaps/icons/aca.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="campingsite"> <IconStyle>
<Icon>
<href>http://miraargentina.com/components/com_jreviews_addons/geomaps/icons/campingsite.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="hotel_0star"> <IconStyle>
<Icon>
<href>http://miraargentina.com/components/com_jreviews_addons/geomaps/icons/hotel_0star.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="lodging_0star"> <IconStyle>
<Icon>
<href>http://miraargentina.com/components/com_jreviews_addons/geomaps/icons/lodging_0star.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="motel-2"> <IconStyle>
<Icon>
<href>http://miraargentina.com/components/com_jreviews_addons/geomaps/icons/motel-2.png</href>
</Icon>
</IconStyle>
</Style>
<Placemark>
<name>Camping Selva Negra</name>
<description>San Carlos de Bariloche, Av. Bustillo 2950</description>
<styleUrl>campingsite</styleUrl>
<Point>
<coordinates>-71.3446757,-41.1306828,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Hotel Canal Beagle</name>
<description>Ushuaia, Av Maipú 547</description>
<styleUrl>hotel_0star</styleUrl>
<Point>
<coordinates>-68.305196,-54.807432,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Hostería Bahía San Sebastián</name>
<description>RN 3</description>
<styleUrl>lodging_0star</styleUrl>
<Point>
<coordinates>-68.45575,-53.299311,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Hostería El Calafate</name>
<description>El Calafate, Valentín Feilberg 50</description>
<styleUrl>lodging_0star</styleUrl>
<Point>
<coordinates>-72.2693153,-50.3392446,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Motel Los Altares</name>
<description>Los Altares</description>
<styleUrl>motel-2</styleUrl>
<Point>
<coordinates>-68.411809,-43.885253,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Hostería Puerto Pirámides</name>
<description>Puerto Pirámides, Julio A. Roca s/n</description>
<styleUrl>lodging_0star</styleUrl>
<Point>
<coordinates>-64.2848292,-42.5726908,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Complejo Turístico Punta Cuevas</name>
<description>Puerto Madryn, Bv. Almirante Brown</description>
<styleUrl>campingsite</styleUrl>
<Point>
<coordinates>-64.9986904,-42.7816809,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Camping San Martín de los Andes</name>
<description>San Martín de los Andes, Av Koessler 2176</description>
<styleUrl>campingsite</styleUrl>
<Point>
<coordinates>-71.3318033,-40.153257,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Hostería Anillaco</name>
<description>Anillaco</description>
<styleUrl>lodging_0star</styleUrl>
<Point>
<coordinates>-66.9301218,-28.8076846,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Chepes Motel</name>
<description>Chepes</description>
<styleUrl>motel-2</styleUrl>
<Point>
<coordinates>-66.588667,-31.341081,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Camping El Cadillal</name>
<description>Dique El Cadillal</description>
<styleUrl>campingsite</styleUrl>
<Point>
<coordinates>-65.1999004,-26.6238647,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Tucumán Motel</name>
<description>San Miguel de Tucumán, Av Siria 2080</description>
<styleUrl>motel-2</styleUrl>
<Point>
<coordinates>-65.2038638,-26.8009345,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Hostería Tafí del Valle</name>
<description>Tafí del Valle</description>
<styleUrl>lodging_0star</styleUrl>
<Point>
<coordinates>-65.7106923,-26.8514619,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Hostería Cachi</name>
<description>Cachi, Cachi</description>
<styleUrl>lodging_0star</styleUrl>
<Point>
<coordinates>-66.160183,-25.120084,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Motel Ingeniero Juárez</name>
<description>Ingeniero Juárez</description>
<styleUrl>motel-2</styleUrl>
<Point>
<coordinates>-61.8509874,-23.8907593,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Santo Tomé Hotel</name>
<description>Santo Tomé</description>
<styleUrl>hotel_0star</styleUrl>
<Point>
<coordinates>-56.045635,-28.55162,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Motel Bernardo de Irigoyen</name>
<description>Bernardo de Irigoyen</description>
<styleUrl>motel-2</styleUrl>
<Point>
<coordinates>-53.647045,-26.256861,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Eldorado Hotel</name>
<description>Eldorado</description>
<styleUrl>hotel_0star</styleUrl>
<Point>
<coordinates>-54.6053755,-26.4084327,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Motel Caleu Caleu</name>
<description>La Adela</description>
<styleUrl>motel-2</styleUrl>
<Point>
<coordinates>-64.084268,-38.969076,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Motel Colonia 25 de Mayo</name>
<description>Colonia 25 de Mayo</description>
<styleUrl>motel-2</styleUrl>
<Point>
<coordinates>-67.7632309,-37.7223011,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Motel Santa Rosa</name>
<description>Santa Rosa, RN 5 km 606</description>
<styleUrl>motel-2</styleUrl>
<Point>
<coordinates>-64.2695932,-36.6190761,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Campamento Claromecó</name>
<description>Claromecó</description>
<styleUrl>campingsite</styleUrl>
<Point>
<coordinates>-60.0838299,-38.8582017,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Campamento Mar de Ajó</name>
<description>Mar de Ajó, Avellaneda 147</description>
<styleUrl>campingsite</styleUrl>
<Point>
<coordinates>-56.6757514,-36.71914,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Motel Villa Bordeu</name>
<description>Bahía Blanca, Avenida Sesquicentenario S/N</description>
<styleUrl>motel-2</styleUrl>
<Point>
<coordinates>-62.331616,-38.7008161,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Hotel César Carman Córdoba</name>
<description>Córdoba Capital, Av Amadeo Sabbattini 459</description>
<styleUrl>hotel_0star</styleUrl>
<Point>
<coordinates>-64.1711337,-31.4281037,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Motel Cipolletti</name>
<description>Av Toschi Cipolletti</description>
<styleUrl>motel-2</styleUrl>
<Point>
<coordinates>-67.9935738,-38.9509961,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Motel Choele Choel</name>
<description>Choele Choel, RN 22 km 1028</description>
<styleUrl>motel-2</styleUrl>
<Point>
<coordinates>-65.6661493,-39.2815465,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Motel Los Menucos</name>
<description>Los Menucos</description>
<styleUrl>motel-2</styleUrl>
<Point>
<coordinates>-68.090139,-40.840557,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Hostería Cafayate</name>
<description>Cafayate, RN 40 km 1050</description>
<styleUrl>lodging_0star</styleUrl>
<Point>
<coordinates>-65.9727225,-26.0650068,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Motel Paso de Jama</name>
<description>Ruta Nacional 52 km 349</description>
<styleUrl>motel-2</styleUrl>
<Point>
<coordinates>-67.018987,-23.2383772,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Camping Chascomús</name>
<description>Chascomús</description>
<styleUrl>campingsite</styleUrl>
<Point>
<coordinates>-58.0205847,-35.6231309,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Hotel Chilecito</name>
<description>Chilecito, Gdor. Gordillo 101</description>
<styleUrl>hotel_0star</styleUrl>
<Point>
<coordinates>-67.489355,-29.164382,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Hostería ACA al Sur</name>
<description>Villa la Angostura, Arrayanes 8</description>
<styleUrl>lodging_0star</styleUrl>
<Point>
<coordinates>-71.6472994,-40.7626889,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Bariloche</name>
<description>San Carlos de Bariloche, 12 de Octubre 785</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-71.2982918,-41.1326484,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Lago Mascardi</name>
<description>San Carlos de Bariloche</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-71.4964887,-41.3218917,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Ushuaia</name>
<description>Ushuaia, Av Malvinas Argentinas 400</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-68.3227843,-54.8148935,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Río Grande - Oficina</name>
<description>Río Grande, 9 de Julio 655</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-67.695583,-53.788258,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Río Gallegos</name>
<description>Río Gallegos, Av San Martín 430</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-69.209292,-51.6170331,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Comodoro Rivadavia</name>
<description>Comodoro Rivadavia, Alvear 500</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-67.497327,-45.865648,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Esquel</name>
<description>Esquel, Av Ameghino 998</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-71.3190674,-42.9158216,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Garayalde</name>
<description>Garayalde</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-66.6241402,-44.6893543,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Puerto Madryn - Oficina</name>
<description>Puerto Madryn, Belgrano 13</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.0333618,-42.7666839,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Sarmiento</name>
<description>Sarmiento</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-69.078262,-45.5996826,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Trelew</name>
<description>Trelew, San Martín 37</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.3061688,-43.25255,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA San Luis</name>
<description>San Luis Capital, Av Arturo Illía 401</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-66.3443175,-33.3002508,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Villa Mercedes</name>
<description>Villa Mercedes, 25 De Mayo 157</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.4729238,-33.6887076,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Villa Mercedes - RN 7</name>
<description>Villa Mercedes, RN 7 km 694</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.444229,-33.647968,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Barracas</name>
<description>Buenos Aires, Av Manuel Montes de Oca 490</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.3754157,-34.6340918,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Belgrano</name>
<description>Buenos Aires, Av Cabildo 1499</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.450355,-34.566869,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Caballito</name>
<description>Buenos Aires, Av Gaona 1208</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.4467514,-34.6079686,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Congreso - Oficina</name>
<description>Buenos Aires, Av Belgrano 1749</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.391031,-34.613771,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Flores</name>
<description>Buenos Aires, Av Rivadavia 7530</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.4717586,-34.631444,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Microcentro - Oficina</name>
<description>Buenos Aires, Av Corrientes 561</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.374683,-34.603278,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Once</name>
<description>Buenos Aires, Av. Rivadavia 3341</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.41338,-34.6105893,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Palermo</name>
<description>Buenos Aires, Godoy Cruz 3151</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.421478,-34.574044,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Parque Brown</name>
<description>Buenos Aires, Av Roca y Av Escalada</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.4502615,-34.6807024,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Buenos Aires</name>
<description>Buenos Aires, Av del Libertador 1850</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.3999277,-34.5828347,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Vélez Sársfield</name>
<description>Buenos Aires, Av Vélez Sársfield 850</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.3892133,-34.6448354,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Villa Devoto</name>
<description>Buenos Aires, Av. Francisco Beiro 3561</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.502898,-34.600331,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Rosario</name>
<description>Rosario, Bv Oroño 1302</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-60.6551939,-32.9500737,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Santa Fe</name>
<description>Santa Fe Capital, Av Rivadavia 3119</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-60.7027656,-31.6404268,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA General Roca</name>
<description>General Roca, Bolivia y Av Roca</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-67.5796282,-39.0432105,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Sierra Grande</name>
<description>Sierra Grande, RN 3 km 1268</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.3545369,-41.6118671,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Viedma</name>
<description>Viedma, RN 3 km 962</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-62.9729688,-40.8246753,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Chos Malal</name>
<description>Chos Malal</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-70.2719701,-37.3794455,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Neuquén</name>
<description>Neuquén Capital, 25 de Mayo 165</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-68.0568212,-38.9538467,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Piedra del Águila</name>
<description>Piedra del Águila</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-70.076884,-40.0484285,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Confluencia - Traful</name>
<description>Villa Traful</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-71.0922028,-40.7245729,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Villa la Angostura</name>
<description>Villa la Angostura, Av Arrayanes 8</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-71.647356,-40.76227,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Zapala</name>
<description>Zapala, RN 22 km 1399</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-70.037754,-38.889807,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Mendoza</name>
<description>Mendoza Ciudad, Av San Martín 985</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-68.839622,-32.891851,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA San Rafael</name>
<description>San Rafael, Av Hipólito Yrigoyen 515</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-68.3363936,-34.614252,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA La Paz</name>
<description>La Paz</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-67.5527285,-33.4588134,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Potrerillos</name>
<description>Potrerillos</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-69.1964433,-32.9547628,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Jáchal</name>
<description>San José de Jáchal</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-68.7410955,-30.238788,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Las Flores</name>
<description>Las Flores</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-69.2100156,-30.321988,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA San Juan</name>
<description>San Juan, 9 de Julio Este 102</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-68.523948,-31.542457,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Valle Fértil</name>
<description>Villa San Agustín de Valle Fértil</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-67.4673248,-30.6401749,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Encón</name>
<description>Encón</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-67.79185,-32.218366,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Famatina</name>
<description>Famatina</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-67.5204272,-28.9258,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Gobernador Gordillo</name>
<description>Chamical</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-66.3104507,-30.3551911,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA La Rioja</name>
<description>La Rioja Capital, Vélez Sársfield 830</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-66.8602078,-29.4163342,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Villa Unión</name>
<description>Va Unión</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-68.2256767,-29.3469194,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Catamarca</name>
<description>S.F. del Valle de Catamarca, Av República 102</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.7854522,-28.4686892,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Hualfín</name>
<description>Hualfín</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-66.8215172,-27.223129,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA San Antonio de la Paz</name>
<description>San Antonio de la Paz</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.0916445,-28.9302168,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA San Martín Catamarca</name>
<description>San Martín</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.7733867,-29.2220575,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Tinogasta</name>
<description>Tinogasta</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-67.565918,-28.06732,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Tucumán</name>
<description>San Miguel de Tucumán, Crisóstomo Álvarez 901</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.2113507,-26.8308949,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Villa Alberdi</name>
<description>Villa Alberdi</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.6127917,-27.577013,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Cafayate</name>
<description>Cafayate, Güemes y Brachieri</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.9744319,-26.0687577,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Rosario de la Frontera</name>
<description>Rosario de la Frontera</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-64.9698587,-25.7995111,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Salta</name>
<description>Salta Capital, Bartolomé Mitre 620</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.410137,-24.782245,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Tartagal</name>
<description>Tartagal, RN 34 km 1434</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-63.8033605,-22.5407193,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Humahuaca</name>
<description>Humahuaca, Entre Ríos y Av Gral. Belgrano</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.3470849,-23.2068876,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA La Quiaca</name>
<description>La Quiaca, Av España Norte y 9 de Julio</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.600129,-22.101675,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Jujuy</name>
<description>San Salvador de Jujuy, Senador Pérez 412</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.308521,-24.184184,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Clorinda</name>
<description>Clorinda</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-57.7329941,-25.3220049,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Formosa</name>
<description>Formosa Ciudad, Av Luis Gutniski 3025</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.1975376,-26.1921715,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Resistencia</name>
<description>Resistencia, Av 9 de Julio 499</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.9821518,-27.4547162,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Roque Sáenz Peña</name>
<description>Presidente Roque Sáenz Peña</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-60.4430909,-26.7872983,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Taco Pozo</name>
<description>Taco Pozo</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-63.273028,-25.617982,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Santiago del Estero</name>
<description>Santiago del Estero, Av Belgrano Sur 315</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-64.262798,-27.787638,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Ojo de Agua</name>
<description>Villa Ojo de Agua</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-63.700971,-29.505626,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Concepción del Uruguay - Oficina</name>
<description>Concepción del Uruguay</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.251715,-32.48669,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Concordia</name>
<description>Concordia, Corrientes 104</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.0159,-31.394363,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Gualeguaychú</name>
<description>Gualeguaychú, Urquiza 1001</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.5190297,-33.0089577,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Paraná</name>
<description>Paraná, Av Buenos Aires 333</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-60.5301767,-31.7280162,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Corrientes</name>
<description>Corrientes Ciudad, 25 de Mayo 1171</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.835355,-27.464244,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Curuzú Cuatiá</name>
<description>Curuzú Cuatiá</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.063623,-29.7899876,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Itá Ibaté</name>
<description>Ita Ibate</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-57.3648557,-27.441755,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Paso de los Libres</name>
<description>Paso de los Libres</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-57.102474,-29.7331905,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Bernardo de Irigoyen</name>
<description>Bernardo de Irigoyen</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-53.6485444,-26.2612485,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Eldorado</name>
<description>Eldorado</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-54.6050004,-26.4081787,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Oberá</name>
<description>Av Sarmiento 1350 Oberá</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-55.1261009,-27.4868463,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Posadas</name>
<description>Posadas, Córdoba 1930</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-55.8949426,-27.3677298,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Puerto Iguazú</name>
<description>Puerto Iguazú, RN 12 km 1638</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-54.5588091,-25.6151379,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Caleu Caleu</name>
<description>La Adela</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-64.1043394,-38.973507,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Colonia 25 de Mayo</name>
<description>Colonia 25 de Mayo</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-67.763826,-37.721557,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA General Pico - Oficina</name>
<description>General Pico, Calle 19 599</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-63.750551,-35.660149,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Santa Rosa</name>
<description>Santa Rosa, San Martín 102</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-64.2896474,-36.6211141,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Arrecifes</name>
<description>Arrecifes</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-60.0497914,-34.0722006,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Azul</name>
<description>RN 3</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-59.842901,-36.794299,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Bahía Blanca</name>
<description>Bahía Blanca, Chiclana 300</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-62.2631367,-38.720972,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Bolívar</name>
<description>Bolívar</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-61.1179105,-36.2322712,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Campana - Oficina</name>
<description>Campana, Castelli 443</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.962716,-34.1647688,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Carhué</name>
<description>Carhué</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-62.7574667,-37.1783438,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Cármen de Areco</name>
<description>Cármen de Areco</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-59.8278958,-34.4043784,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Chascomús</name>
<description>RN 2 km 122</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-57.9794097,-35.5728664,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Chivilcoy</name>
<description>RN 5 km 159</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-59.9883531,-34.9227338,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Dolores</name>
<description>RN 2 km 210</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-57.6990661,-36.3174082,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Gorchs</name>
<description>Gorchs</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.8894999,-35.7004699,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Junín</name>
<description>Junín, Saavedra 51</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-60.944624,-34.5939646,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA La Plata</name>
<description>La Plata, Av 51 699</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-57.951236,-34.91707,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Lincoln</name>
<description>Massey 800 Lincoln</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-61.5276605,-34.8654923,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Mar del Plata - Brown</name>
<description>Mar del Plata, Santa Fe 2259</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-57.5489029,-38.005213,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Mar del Plata - Colón</name>
<description>Mar del Plata, Av Colón 2450</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-57.5489173,-38.0042863,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Mar del Plata - Independencia</name>
<description>Mar del Plata, Av Independencia 3700</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-57.5657838,-38.0121739,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Mercedes</name>
<description>Calle 29 350 Mercedes</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-59.4330938,-34.6541176,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Miramar</name>
<description>Miramar, Diagonal Fortunato de la Plaza 1733</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-57.8396822,-38.2641705,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Necochea</name>
<description>Necochea, Av 59 2073</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.7343653,-38.5586863,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Nueve de Julio</name>
<description>Nueve de Julio</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-60.8646236,-35.4759487,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Olavarría</name>
<description>Av del Valle 4597 Olavarría</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-60.312442,-36.909647,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Pergamino - Oficina</name>
<description>Alem 775 Pergamino</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-60.5714781,-33.8970114,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Pinamar</name>
<description>Pinamar, Jupiter 1368</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-56.8704126,-37.110096,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Punta Alta</name>
<description>Punta Alta</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-62.074089,-38.87606,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Río Tala</name>
<description>Río Tala</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-59.6391341,-33.7831765,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Samborombón</name>
<description>Samborombón</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.0507845,-35.323054,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA San Cayetano</name>
<description>San Cayetano</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-59.6256889,-38.3604344,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA San Clemente del Tuyú</name>
<description>San Clemente del Tuyú, Calle 19 100</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-56.7176227,-36.3630863,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA San Nicolás</name>
<description>San Nicolás Arroyos, RP 21 km 242</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-60.269772,-33.289267,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA San Nicolás - Oficina</name>
<description>San Nicolás Arroyos, Chacabuco 70</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-60.222172,-33.333057,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Santa Clara del Mar</name>
<description>Santa Clara del Mar, Av Atlántida y Chipre</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-57.5106021,-37.8473276,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Tandil</name>
<description>Tandil, Gral Rodríguez 399</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-59.134979,-37.3289718,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Trenque Lauquen</name>
<description>RN 5 km 451 Trenque Lauquen</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-62.7502292,-36.0149721,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Tres Arroyos</name>
<description>Colón 480 Tres Arroyos</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-60.272135,-38.3811829,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Veinticinco de Mayo</name>
<description>Calle 27 304 25 de Mayo</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-60.165029,-35.433509,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Villa Bordeu</name>
<description>Bahía Blanca, Avenida Sesquicentenario S/N</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-62.3331412,-38.7020327,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Villa Gesell</name>
<description>Villa Gesell, Av 3 1209</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-56.9753929,-37.2651136,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Zárate - Oficina</name>
<description>Zárate, RN 12 y RP 193</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-59.0461539,-34.135147,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Avellaneda</name>
<description>Mitre 995</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.362836,-34.66389,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Camino del Buen Ayre - Este</name>
<description>Autopista Camino del Buen Ayre km 3</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.589474,-34.505542,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Don Torcuato</name>
<description>Marcelo T. de Alvear 155</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.6454033,-34.5018997,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Ingeniero Maschwitz</name>
<description>RN 9 km 44</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.7515752,-34.3818671,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Lanús</name>
<description>Hipólito Yrigoyen 4901 Lanús</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.3926733,-34.7118572,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Luján</name>
<description>Luján, RP 7 km 62</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-59.054553,-34.5844556,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Luján - Oficina</name>
<description>Luján, Lavalle 128</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-59.1198056,-34.5629341,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Martínez - Oficina</name>
<description>Martínez, Av Santa Fe 2272</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.499344,-34.491744,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Morón</name>
<description>Bartolomé Mitre 1666 Morón</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.6303335,-34.6531614,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Olivos</name>
<description>Olivos, Av del Libertador 2362</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.4792278,-34.508943,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Pilar</name>
<description>Automóvil Club Argentino</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.9087635,-34.4540968,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA San Antonio de Padua - Oficina</name>
<description>Av Perón 23604</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.694419,-34.665323,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA San Justo - Oficina</name>
<description>Av. Juan Manuel de Rosas 3810</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.556797,-34.684116,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Tigre</name>
<description>Tigre, Cazón 997</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.574569,-34.427548,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Ascochinga</name>
<description>Ascochinga</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-64.2736973,-30.9589672,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Canals</name>
<description>Canals</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-62.8683209,-33.5333624,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Córdoba Capital</name>
<description>Córdoba Capital, General Paz 499</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-64.1847926,-31.4094516,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA La Falda</name>
<description>La Falda, Av España y Av Edén</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-64.4868318,-31.093779,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Río Cuarto</name>
<description>Río Cuarto, Av España Norte 280</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-64.346998,-33.1164326,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA San Francisco</name>
<description>Av Rosario de Santa Fe 99 San Francisco</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-62.0641583,-31.420305,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Villa Allende</name>
<description>Villa Allende, Goycochea 1169</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-64.2881289,-31.2995414,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Villa Carlos Paz</name>
<description>Villa Carlos Paz, Av San Martín 5000</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-64.4706917,-31.4025781,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Villa del Dique</name>
<description>Villa del Dique</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-64.4417343,-32.1628666,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Villa María</name>
<description>Marcelo T. de Alvear 658 Villa María</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-63.2334575,-32.4149276,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA El Bolsón</name>
<description>El Bolsón, San Martín y Belgrano</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-71.5358743,-41.9680253,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Los Menucos</name>
<description>Los Menucos</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-68.0897529,-40.8409106,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Choele Choel</name>
<description>Choele Choel, RN 22 km 1028</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.6663237,-39.2816866,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Cipolletti</name>
<description>Av Toschi Cipolletti</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-67.9926082,-38.9512748,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA San Martín de los Andes</name>
<description>San Martín de los Andes, Av Koessler 1986</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-71.333461,-40.1534292,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Cachi</name>
<description>Cachi, RN 40 km 1237</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-66.164804,-25.122873,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Uspallata</name>
<description>Uspallata</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-69.3484198,-32.5911546,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Acceso Norte I</name>
<description>Martínez, Panamericana y Debenedetti</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.521283,-34.512111,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Acceso Norte II</name>
<description>Martínez, Panamericana y Etcheverría</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.5238744,-34.5135517,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Los Altares</name>
<description>Los Altares</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-68.4127234,-43.885096,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Tucumán - Centro Servicial</name>
<description>San Miguel de Tucumán, Gallo y Av. Siria</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-65.20397,-26.802087,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Chepes</name>
<description>Chepes</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-66.588624,-31.340971,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Ceres</name>
<description>Ceres</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-61.9375953,-29.8765502,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Rafaela</name>
<description>Bv Santa Fe 705</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-61.4836599,-31.2538559,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Susana</name>
<description>Susana</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-61.53006,-31.355164,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Reconquista</name>
<description>Reconquista, Hipólito Yrigoyen 701</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-59.655743,-29.143444,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Rufino</name>
<description>Rufino</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-62.712393,-34.26536,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Tortugas</name>
<description>Tortugas</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-61.8337668,-32.7336467,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Venado Tuerto</name>
<description>Venado Tuerto</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-61.966809,-33.745809,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Ingeniero Juárez</name>
<description>Ingeniero Juárez</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-61.850864,-23.890583,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA San Juan - Unidad Servicial</name>
<description>San Juan, 9 de Julio Este 802</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-68.5140194,-31.5415271,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Córdoba - Cerro de las Rosas</name>
<description>Córdoba Capital, Rafael Nuñez 4595</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-64.236464,-31.364461,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Guaymallén</name>
<description>Guaymallén, Av Bandera de los Andes y Gobernador Videla</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-68.830153,-32.892924,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Puerto Pirámides</name>
<description>Puerto Pirámides, Julio Roca S/N</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-64.2819679,-42.5716405,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Bahía San Sebastián</name>
<description>Bahía San Sebastián</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-68.4555825,-53.2994657,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA General Villegas</name>
<description>General Villegas</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-62.988658,-35.037433,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Camino del Buen Ayre - Oeste</name>
<description>Autopista Camino del Buen Ayre km3</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-58.590065,-34.505572,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>ACA Azul - Oficina</name>
<description>Moreno 585 Azul</description>
<styleUrl>aca</styleUrl>
<Point>
<coordinates>-59.860548,-36.778556,0</coordinates>
</Point>
</Placemark>
</Document></kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment