Download outline map of Comalapa (geojson format) : 
Comalapa.geojson (**)
Download polygon array of Comalapa map for "Google Maps" : 
Comalapa.txt
Bounding Box for Comalapa Map : ( 14.1141152669 , -88.9931408212 , 14.1931863451 , -88.9446932532 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Comalapa map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.1141152669, -88.9931408212, 14.1931863451, -88.9446932532);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Comalapa)
	
[out:json];
(
rel["name"="Comalapa"][type=boundary];
rel["name:en"="Comalapa"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Comalapa
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| El Morro | 14.150000 , -88.950000 | 
| Guachipilin | 14.166670 , -88.966670 | 
| La Cumbre | 14.150000 , -88.983330 | 
| La Laguna | 14.166670 , -88.950000 | 
| La Montanita | 14.166670 , -88.950000 | 
Notes:
- You can download geometry data for Comalapa in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**) 
Terms of Use for downloaded geojson files.