Download outline map of Jitotol (geojson format) : 
Jitotol.geojson (**)
Download polygon array of Jitotol map for "Google Maps" : 
Jitotol.txt
Bounding Box for Jitotol Map : ( 17.006718 , -92.994453 , 17.171817 , -92.757124 )
Wikipedia ID for Jitotol : Q1785654
Wikipedia SPARQL Query for Jitotol (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1785654 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1785654 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1785654 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1785654 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1785654 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1785654 p:P625 ?coordinate. 
    ?coordinate psv:P625 ?coordinate_node. 
    ?coordinate_node wikibase:geoLatitude ?latitude. 
    ?coordinate_node wikibase:geoLongitude ?longitude. 
  } 
} 
 Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!) 
Run this Query with SPARQL API 
Get Boundaries from overpass-turbo (OSM) with boundary box of Jitotol map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](17.006718, -92.994453, 17.171817, -92.757124);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jitotol)
	
[out:json];
(
rel["name"="Jitotol"][type=boundary];
rel["name:en"="Jitotol"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jitotol
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Allende Esquipulas  |  17.067470 , -92.954080  | 
|  Benito Juarez  |  17.060830 , -92.864170  | 
|  Buenavista  |  17.055830 , -92.805280  | 
|  Buenavista Uno  |  17.122500 , -92.921110  | 
|  Cafetal Rio Chiquito  |  17.116670 , -92.781390  | 
|  Cafetal Socorro  |  17.075560 , -92.781390  | 
|  Calido  |  17.098890 , -92.787500  | 
|  Campanario San Rafael  |  17.145830 , -92.888330  | 
|  Carmen Chiquito  |  17.086940 , -92.797500  | 
|  Carmen Zacatal  |  17.080830 , -92.802500  | 
|  Congregacion el Palmar  |  17.108060 , -92.861940  | 
|  El Aguacate  |  17.048400 , -92.910020  | 
|  El Amate  |  17.109440 , -92.782220  | 
|  El Ambar  |  17.025000 , -92.834170  | 
|  El Chen  |  17.120280 , -92.799720  | 
|  El Laurel  |  17.125560 , -92.870830  | 
|  El Ocotal  |  17.062220 , -92.839440  | 
|  El Paraiso  |  17.062780 , -92.902220  | 
|  El Rosario  |  17.086390 , -92.792780  | 
|  Esquipulas  |  17.098890 , -92.789170  | 
|  Ignacio Zaragoza  |  17.082330 , -92.846770  | 
|  Jitotol  |  17.067311 , -92.859600  | 
|  La Laguna  |  17.133610 , -92.887500  | 
|  Laguna de Pajaros Azules  |  17.056110 , -92.875280  | 
|  Las Lomas  |  17.100560 , -92.773330  | 
|  Los Pinos  |  17.085270 , -92.798730  | 
|  Maravillas  |  17.096930 , -92.891070  | 
|  Matasano  |  17.047780 , -92.909440  | 
|  Monterrey Uno  |  17.152780 , -92.945280  | 
|  Palmarcito  |  17.114720 , -92.776110  | 
|  Plan Paredon  |  17.110560 , -92.761390  | 
|  Rosario  |  17.066670 , -92.916670  | 
|  Ruben Jaramillo  |  17.052500 , -92.917780  | 
|  San Antonio la Cumbre  |  17.028060 , -92.856390  | 
|  Santa Isabel  |  17.097780 , -92.791110  | 
|  Santa Maria  |  17.110000 , -92.762220  | 
|  Santa Rosa la Libertad  |  17.097220 , -92.796940  | 
|  Senor de Tila  |  17.109720 , -92.802500  | 
|  Tierra Blanca  |  17.119170 , -92.897220  | 
|  Transito  |  17.123130 , -92.945900  | 
|  Union Zaragoza  |  17.081390 , -92.846670  | 
Notes:
- You can download geometry data for Jitotol 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.