Download outline map of Almar (geojson format) : 
Almar.geojson (**)
Download polygon array of Almar map for "Google Maps" : 
Almar.txt
Bounding Box for Almar Map : ( 35.738004 , 63.98725 , 36.167324 , 64.596129 )
Wikipedia ID for Almar : Q3694490
Wikipedia SPARQL Query for Almar (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q3694490 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q3694490 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q3694490 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q3694490 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q3694490 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q3694490 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 Almar map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.738004, 63.98725, 36.167324, 64.596129);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Almar)
	
[out:json];
(
rel["name"="Almar"][type=boundary];
rel["name:en"="Almar"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Almar
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| 'Alaqahdari-ye Almar | 35.846160 , 64.530740 | 
| Akhund Baba | 35.816860 , 64.555370 | 
| Badghisi | 35.916060 , 64.492440 | 
| Barati Chalaghay | 35.769370 , 64.483510 | 
| Baysh Qarah | 35.931270 , 64.492060 | 
| Bayshqarah | 35.859740 , 64.510320 | 
| Bukhari Qal'ah | 35.856840 , 64.506500 | 
| Chaghatay | 35.880450 , 64.582900 | 
| Chaqil Qishlaq | 35.765080 , 64.535830 | 
| Chugumat | 35.860690 , 64.572630 | 
| Deh-e 'Usman | 35.975070 , 64.440390 | 
| Dewanah Khanah | 35.837190 , 64.525890 | 
| Ghalbala | 35.984340 , 64.454470 | 
| Gupi-ye Mir-e Shikar | 35.932710 , 64.566380 | 
| Haji Khwajah | 35.918980 , 64.407910 | 
| Hazarah Qishlaq | 35.839010 , 64.536680 | 
| Hotaki | 35.928170 , 64.368140 | 
| Hotaki | 35.899410 , 64.378360 | 
| Ibad-e Qarah Tanah | 35.803440 , 64.543290 | 
| Iti Wuruq | 35.785700 , 64.535670 | 
| Jilgildah | 35.834670 , 64.518880 | 
| Kaftar Khan | 35.864830 , 64.301260 | 
| Kaftar Khan | 35.828370 , 64.313770 | 
| Khudaimat | 35.868540 , 64.554230 | 
| Khwajah Gowhar | 35.920160 , 64.287530 | 
| Kol | 35.849360 , 64.268570 | 
| Mir Shadi | 35.846980 , 64.375800 | 
| Nughayli Pa'in | 35.858450 , 64.533830 | 
| Patabad | 35.904130 , 64.538200 | 
| Qarah Ghoyli | 35.811800 , 64.509100 | 
| Qarah Qol | 35.868270 , 64.253960 | 
| Qarah Qol | 35.889640 , 64.245450 | 
| Qarah Tanah | 35.800710 , 64.551980 | 
| Qilishli | 35.798000 , 64.520480 | 
| Sar Band | 35.805120 , 64.289230 | 
| Shakar Qol | 35.858270 , 64.286050 | 
| Shay Khan | 35.823230 , 64.564800 | 
| Shoran | 35.834800 , 64.557500 | 
| Surf 'Ali | 35.807700 , 64.532620 | 
| Tah-ye Jam | 35.865030 , 64.518200 | 
| Turbat | 35.886350 , 64.473900 | 
| Yakah Khanah | 35.758130 , 64.532920 | 
| Zian Say | 35.864950 , 64.278150 | 
Notes:
- You can download geometry data for Almar 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.