Skip to content

Instantly share code, notes, and snippets.

@marsimaria
Created February 11, 2015 17:42
Show Gist options
  • Save marsimaria/b1e67ed44c0cf3b91742 to your computer and use it in GitHub Desktop.
Save marsimaria/b1e67ed44c0cf3b91742 to your computer and use it in GitHub Desktop.
alexander extent
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta charset="utf-8">
<style type="text/css">
html { height: 100% ; font-size: small}
body { height: 100%; margin: 0px; padding: 0px }
#map_canvas {min-height: 100%;height:auto; }
#cBoxes {position:absolute;right:5px; top:50px; background:white}
</style>
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"> </script>
<script language="javascript">
USGSOverlay.prototype = new google.maps.OverlayView();
function USGSOverlay(bounds, image, map) {
this.bounds_ = bounds;
this.image_ = image;
this.map_ = map;
this.div_ = null;
this.setMap(map); }
USGSOverlay.prototype.onAdd = function() {
var div = document.createElement("DIV");
div.style.border = "none";
div.style.borderWidth = "0px";
div.style.position = "absolute";
var img = document.createElement("img");
img.src = this.image_;
img.style.width = "100%";
img.style.height = "100%";
div.appendChild(img);
this.div_ = div;
this.div_.style.opacity = 0.7;
var panes = this.getPanes();
panes.overlayImage.appendChild(this.div_);}
USGSOverlay.prototype.draw = function() {
var overlayProjection = this.getProjection();
var sw = overlayProjection.fromLatLngToDivPixel(this.bounds_.getSouthWest());
var ne = overlayProjection.fromLatLngToDivPixel(this.bounds_.getNorthEast());
var div = this.div_;
div.style.left = sw.x + "px";
div.style.top = ne.y + "px";
div.style.width = (ne.x - sw.x) + "px";
div.style.height = (sw.y - ne.y) + "px";}
USGSOverlay.prototype.onRemove = function() {
this.div_.parentNode.removeChild(this.div_);}
USGSOverlay.prototype.hide = function() { if (this.div_) { this.div_.style.visibility = "hidden";} }
USGSOverlay.prototype.show = function() {if (this.div_) { this.div_.style.visibility = "visible";}}
USGSOverlay.prototype.toggle = function() {
if (this.div_) {
if (this.div_.style.visibility == "hidden") {
this.show();
} else {
this.hide(); } } }
USGSOverlay.prototype.toggleDOM = function() {
if (this.getMap()) {
this.setMap(null);
} else {
this.setMap(this.map_);}}
function setOpacR(Raster,textname) {
opac=0.01*parseInt(document.getElementById(textname).value)
Raster.div_.style.opacity= opac }
var map
var polyalex4466 =[] ;
var polygon= new google.maps.Polygon({
paths:[ [ new google.maps.LatLng( 26.9665800000002 , 55.7332700000006 ),
new google.maps.LatLng( 26.9872500000001 , 55.6837099999993 ),
new google.maps.LatLng( 26.9553099999994 , 55.6122799999994 ),
new google.maps.LatLng( 26.9316699999999 , 55.5798799999993 ),
new google.maps.LatLng( 26.8943600000002 , 55.5618900000009 ),
new google.maps.LatLng( 26.8685499999992 , 55.5551799999994 ),
new google.maps.LatLng( 26.8072599999996 , 55.5560700000005 ),
new google.maps.LatLng( 26.7752999999993 , 55.5005199999996 ),
new google.maps.LatLng( 26.7587199999998 , 55.4673899999998 ),
new google.maps.LatLng( 26.7597499999993 , 55.3732799999998 ),
new google.maps.LatLng( 26.7819199999994 , 55.3379600000007 ),
new google.maps.LatLng( 26.7853400000004 , 55.2509100000007 ),
new google.maps.LatLng( 26.7414000000008 , 55.2140400000008 ),
new google.maps.LatLng( 26.7245899999998 , 55.1793199999993 ),
new google.maps.LatLng( 26.7031700000007 , 55.1321100000005 ),
new google.maps.LatLng( 26.6815600000009 , 55.0786000000007 ),
new google.maps.LatLng( 26.6459500000001 , 55.0543199999993 ),
new google.maps.LatLng( 26.6465599999992 , 55.0354000000007 ),
new google.maps.LatLng( 26.6175700000003 , 54.9621299999999 ),
new google.maps.LatLng( 26.5799599999991 , 54.9145700000008 ),
new google.maps.LatLng( 26.5365500000007 , 54.8558499999999 ),
new google.maps.LatLng( 26.5193299999992 , 54.8379399999994 ),
new google.maps.LatLng( 26.5234999999993 , 54.8155800000004 ),
new google.maps.LatLng( 26.4991699999991 , 54.7866699999995 ),
new google.maps.LatLng( 26.4987500000007 , 54.7803000000004 ),
new google.maps.LatLng( 26.5159999999996 , 54.72811 ),
new google.maps.LatLng( 26.5157799999997 , 54.6842500000002 ),
new google.maps.LatLng( 26.5054400000008 , 54.6407799999997 ),
new google.maps.LatLng( 26.5090500000006 , 54.6053300000003 ),
new google.maps.LatLng( 26.55566 , 54.5823299999993 ),
new google.maps.LatLng( 26.5801599999995 , 54.5657699999992 ),
new google.maps.LatLng( 26.5908899999995 , 54.5529200000001 ),
new google.maps.LatLng( 26.5977399999992 , 54.4838899999995 ),
new google.maps.LatLng( 26.5940499999997 , 54.4002999999993 ),
new google.maps.LatLng( 26.6488599999993 , 54.3556399999998 ),
new google.maps.LatLng( 26.6933599999993 , 54.3256700000002 ),
new google.maps.LatLng( 26.7209299999995 , 54.3210099999997 ),
new google.maps.LatLng( 26.7189199999993 , 54.3108900000007 ),
new google.maps.LatLng( 26.7271099999998 , 54.2774800000007 ),
new google.maps.LatLng( 26.7263299999995 , 54.2545100000007 ),
new google.maps.LatLng( 26.7075000000004 , 54.1856100000005 ),
new google.maps.LatLng( 26.7129199999999 , 54.1564999999991 ),
new google.maps.LatLng( 26.7210300000006 , 54.0965099999994 ),
new google.maps.LatLng( 26.7299399999993 , 54.0753999999997 ),
new google.maps.LatLng( 26.7559999999994 , 54.0205299999998 ),
new google.maps.LatLng( 26.7558900000004 , 53.97912 ),
new google.maps.LatLng( 26.7284400000008 , 53.9389300000003 ),
new google.maps.LatLng( 26.72415 , 53.9030399999992 ),
new google.maps.LatLng( 26.7124700000004 , 53.8275300000005 ),
new google.maps.LatLng( 26.7239800000007 , 53.7453399999995 ),
new google.maps.LatLng( 26.7124399999993 , 53.72372 ),
new google.maps.LatLng( 26.7292300000008 , 53.6965199999995 ),
new google.maps.LatLng( 26.7408300000006 , 53.68505 ),
new google.maps.LatLng( 26.7723100000003 , 53.6075600000004 ),
new google.maps.LatLng( 26.8150000000005 , 53.5403100000003 ),
new google.maps.LatLng( 26.8673400000007 , 53.4781899999998 ),
new google.maps.LatLng( 26.9610900000007 , 53.4796499999993 ),
new google.maps.LatLng( 26.96119 , 53.4720600000001 ),
new google.maps.LatLng( 26.9804700000004 , 53.4364999999998 ),
new google.maps.LatLng( 27.1172399999996 , 53.0253400000001 ),
new google.maps.LatLng( 27.1671000000006 , 52.9091499999995 ),
new google.maps.LatLng( 27.2185800000007 , 52.8126100000009 ),
new google.maps.LatLng( 27.2816899999998 , 52.7150299999994 ),
new google.maps.LatLng( 27.3086700000003 , 52.68361 ),
new google.maps.LatLng( 27.3342200000006 , 52.6464500000002 ),
new google.maps.LatLng( 27.34692 , 52.63364 ),
new google.maps.LatLng( 27.3684699999994 , 52.5983300000007 ),
new google.maps.LatLng( 27.3899199999996 , 52.5898500000003 ),
new google.maps.LatLng( 27.3998900000006 , 52.6430999999993 ),
new google.maps.LatLng( 27.4064699999999 , 52.6765799999994 ),
new google.maps.LatLng( 27.4271399999998 , 52.6830200000004 ),
new google.maps.LatLng( 27.4536700000008 , 52.6453099999999 ),
new google.maps.LatLng( 27.4793300000001 , 52.6042699999998 ),
new google.maps.LatLng( 27.5163300000004 , 52.5755000000008 ),
new google.maps.LatLng( 27.5532500000008 , 52.5494400000007 ),
new google.maps.LatLng( 27.5957199999993 , 52.5113399999991 ),
new google.maps.LatLng( 27.6161400000001 , 52.4822800000002 ),
new google.maps.LatLng( 27.6448899999996 , 52.4316699999999 ),
new google.maps.LatLng( 27.6472799999992 , 52.3838300000007 ),
new google.maps.LatLng( 27.6646099999998 , 52.3308300000008 ),
new google.maps.LatLng( 27.6817200000005 , 52.2626400000008 ),
new google.maps.LatLng( 27.7183100000002 , 52.1878099999994 ),
new google.maps.LatLng( 27.74028 , 52.1581999999999 ),
new google.maps.LatLng( 27.7989699999998 , 52.0948499999995 ),
new google.maps.LatLng( 27.8287500000006 , 52.0700799999995 ),
new google.maps.LatLng( 27.8214200000002 , 52.07114 ),
new google.maps.LatLng( 27.8399300000001 , 52.0256800000006 ),
new google.maps.LatLng( 27.8369299999995 , 51.9906499999997 ),
new google.maps.LatLng( 27.8378499999999 , 51.9769799999995 ),
new google.maps.LatLng( 27.8312399999995 , 51.9397599999993 ),
new google.maps.LatLng( 27.8322100000005 , 51.9025700000002 ),
new google.maps.LatLng( 27.83698 , 51.8898200000003 ),
new google.maps.LatLng( 27.8406500000001 , 51.8033500000001 ),
new google.maps.LatLng( 27.8374299999996 , 51.77376 ),
new google.maps.LatLng( 27.8334799999993 , 51.7598999999991 ),
new google.maps.LatLng( 27.8329699999995 , 51.7482 ),
new google.maps.LatLng( 27.8296100000007 , 51.7005000000008 ),
new google.maps.LatLng( 27.84058 , 51.6727200000005 ),
new google.maps.LatLng( 27.8421699999999 , 51.6628000000001 ),
new google.maps.LatLng( 27.8463200000006 , 51.6314000000002 ),
new google.maps.LatLng( 27.8528999999999 , 51.5982700000004 ),
new google.maps.LatLng( 27.8855700000004 , 51.5596600000008 ),
new google.maps.LatLng( 27.8892199999991 , 51.5300499999994 ),
new google.maps.LatLng( 27.8911599999992 , 51.5024400000002 ),
new google.maps.LatLng( 27.9030999999995 , 51.4956299999994 ),
new google.maps.LatLng( 27.9520300000004 , 51.4502200000006 ),
new google.maps.LatLng( 27.9126400000005 , 51.4142499999998 ),
new google.maps.LatLng( 27.9748 , 51.3927399999993 ),
new google.maps.LatLng( 28.0228100000004 , 51.3716899999999 ),
new google.maps.LatLng( 28.0393299999996 , 51.3562199999997 ),
new google.maps.LatLng( 28.1454900000008 , 51.2887800000008 ),
new google.maps.LatLng( 28.23747 , 51.2845600000001 ),
new google.maps.LatLng( 28.2770799999998 , 51.2489999999998 ),
new google.maps.LatLng( 28.3418099999999 , 51.1904699999996 ),
new google.maps.LatLng( 28.4116900000008 , 51.1425799999997 ),
new google.maps.LatLng( 28.4773600000008 , 51.1114699999998 ),
new google.maps.LatLng( 28.6081599999998 , 51.0848499999993 ),
new google.maps.LatLng( 28.6819099999993 , 51.0783699999993 ),
new google.maps.LatLng( 28.7518 , 51.0519700000004 ),
new google.maps.LatLng( 28.7964200000006 , 51.0332199999993 ),
new google.maps.LatLng( 28.8434099999995 , 51.0110800000002 ),
new google.maps.LatLng( 28.8636299999998 , 50.9658 ),
new google.maps.LatLng( 28.8160599999992 , 50.97703 ),
new google.maps.LatLng( 28.8192199999994 , 50.9494400000003 ),
new google.maps.LatLng( 28.8249699999997 , 50.88789 ),
new google.maps.LatLng( 28.8776300000009 , 50.8436099999999 ),
new google.maps.LatLng( 28.8990300000005 , 50.8344500000003 ),
new google.maps.LatLng( 28.9534899999999 , 50.8202799999999 ),
new google.maps.LatLng( 28.9806100000005 , 50.8654200000001 ),
new google.maps.LatLng( 28.9281100000007 , 50.9180300000007 ),
new google.maps.LatLng( 29.0524399999995 , 50.9257300000008 ),
new google.maps.LatLng( 29.07539 , 50.7592499999992 ),
new google.maps.LatLng( 29.1810800000003 , 50.6442200000001 ),
new google.maps.LatLng( 29.4723300000005 , 50.6304700000001 ),
new google.maps.LatLng( 29.55825 , 50.5117499999997 ),
new google.maps.LatLng( 29.92821 , 50.1484 ),
new google.maps.LatLng( 29.92958 , 50.1457200000004 ),
new google.maps.LatLng( 30.0449200000003 , 49.8751499999998 ),
new google.maps.LatLng( 30.0439399999996 , 49.7643499999995 ),
new google.maps.LatLng( 30.0537600000007 , 49.5409799999998 ),
new google.maps.LatLng( 30.0674099999997 , 49.1289400000005 ),
new google.maps.LatLng( 30.0043600000008 , 48.8812799999996 ),
new google.maps.LatLng( 29.8813300000002 , 48.6430500000006 ),
new google.maps.LatLng( 29.7678300000007 , 48.5014100000008 ),
new google.maps.LatLng( 29.5310499999996 , 48.2063300000009 ),
new google.maps.LatLng( 29.5736099999995 , 47.9965800000009 ),
new google.maps.LatLng( 29.5522199999996 , 47.9368900000009 ),
new google.maps.LatLng( 29.3731100000005 , 47.7033300000003 ),
new google.maps.LatLng( 30.5119799999993 , 45.6960799999997 ),
new google.maps.LatLng( 30.4025899999997 , 45.3879500000003 ),
new google.maps.LatLng( 30.5992399999996 , 45.0619900000002 ),
new google.maps.LatLng( 30.7420099999999 , 44.8002500000002 ),
new google.maps.LatLng( 31.2892900000006 , 44.4433300000001 ),
new google.maps.LatLng( 31.5650900000001 , 44.4062799999992 ),
new google.maps.LatLng( 31.6224099999999 , 44.0864099999999 ),
new google.maps.LatLng( 31.6224099999999 , 43.4530099999993 ),
new google.maps.LatLng( 32.6488000000008 , 42.4754900000007 ),
new google.maps.LatLng( 33.7338400000008 , 41.0668499999992 ),
new google.maps.LatLng( 34.7187799999992 , 40.0975400000007 ),
new google.maps.LatLng( 34.7037799999998 , 39.7138799999993 ),
new google.maps.LatLng( 34.6051700000007 , 39.3441299999995 ),
new google.maps.LatLng( 34.5643600000003 , 38.8945999999996 ),
new google.maps.LatLng( 34.4058800000003 , 38.4245599999995 ),
new google.maps.LatLng( 34.4096900000004 , 38.3692800000008 ),
new google.maps.LatLng( 33.6192499999997 , 37.6681800000006 ),
new google.maps.LatLng( 33.5099200000004 , 37.5823 ),
new google.maps.LatLng( 33.2468000000008 , 37.3793399999995 ),
new google.maps.LatLng( 32.9963299999999 , 37.2495299999991 ),
new google.maps.LatLng( 32.73819 , 37.1713600000003 ),
new google.maps.LatLng( 31.7380200000007 , 35.5354100000004 ),
new google.maps.LatLng( 31.3702499999999 , 34.6121199999998 ),
new google.maps.LatLng( 30.6816699999999 , 34.1772700000001 ),
new google.maps.LatLng( 30.10203 , 33.3616000000002 ),
new google.maps.LatLng( 29.7873099999997 , 32.6480699999993 ),
new google.maps.LatLng( 29.7926599999992 , 32.6433400000005 ),
new google.maps.LatLng( 29.8302500000009 , 32.6089800000009 ),
new google.maps.LatLng( 29.8809999999994 , 32.6041700000005 ),
new google.maps.LatLng( 29.9175899999991 , 32.5670599999994 ),
new google.maps.LatLng( 29.9579900000008 , 32.5357000000004 ),
new google.maps.LatLng( 29.9436100000003 , 32.4872599999999 ),
new google.maps.LatLng( 29.8892300000007 , 32.4868100000003 ),
new google.maps.LatLng( 29.7348700000002 , 32.2209199999998 ),
new google.maps.LatLng( 29.4286100000008 , 32.1707900000001 ),
new google.maps.LatLng( 28.8004299999993 , 32.3563900000008 ),
new google.maps.LatLng( 28.2436400000006 , 32.6704800000007 ),
new google.maps.LatLng( 27.7296700000006 , 32.9988400000002 ),
new google.maps.LatLng( 27.1157700000003 , 33.21299 ),
new google.maps.LatLng( 26.6731899999995 , 33.4557000000004 ),
new google.maps.LatLng( 26.1021199999996 , 33.7126800000005 ),
new google.maps.LatLng( 25.6762600000002 , 33.8612099999991 ),
new google.maps.LatLng( 25.3213199999991 , 33.8594200000007 ),
new google.maps.LatLng( 24.8560899999993 , 33.9636399999999 ),
new google.maps.LatLng( 24.5333300000002 , 33.9289700000008 ),
new google.maps.LatLng( 24.3280900000009 , 33.9043799999999 ),
new google.maps.LatLng( 24.0746999999992 , 33.8741800000007 ),
new google.maps.LatLng( 23.66986 , 33.7228599999999 ),
new google.maps.LatLng( 23.3427900000006 , 33.6016999999993 ),
new google.maps.LatLng( 23.0295800000004 , 33.3710599999995 ),
new google.maps.LatLng( 22.9274399999995 , 33.2186500000007 ),
new google.maps.LatLng( 22.8954900000008 , 33.11499 ),
new google.maps.LatLng( 22.9591999999993 , 32.9075599999996 ),
new google.maps.LatLng( 23.1428899999992 , 32.5117499999997 ),
new google.maps.LatLng( 23.3063299999994 , 32.1766000000007 ),
new google.maps.LatLng( 23.5727200000001 , 31.9215299999996 ),
new google.maps.LatLng( 23.9105999999992 , 31.7119199999997 ),
new google.maps.LatLng( 24.2682700000005 , 31.5067199999994 ),
new google.maps.LatLng( 24.3970200000003 , 31.44895 ),
new google.maps.LatLng( 24.6851499999993 , 31.3189500000008 ),
new google.maps.LatLng( 25.1284599999999 , 31.1136900000001 ),
new google.maps.LatLng( 25.5093899999993 , 30.9796800000004 ),
new google.maps.LatLng( 25.9286200000006 , 30.7848900000008 ),
new google.maps.LatLng( 26.1164000000008 , 30.4918400000006 ),
new google.maps.LatLng( 26.3876600000003 , 30.0778100000007 ),
new google.maps.LatLng( 26.8159599999999 , 29.7494499999993 ),
new google.maps.LatLng( 27.2157100000004 , 29.1498200000005 ),
new google.maps.LatLng( 27.4584099999993 , 28.5216500000006 ),
new google.maps.LatLng( 27.6582899999994 , 27.8363599999993 ),
new google.maps.LatLng( 27.7582299999995 , 27.1653499999993 ),
new google.maps.LatLng( 28.0009300000002 , 26.3944100000008 ),
new google.maps.LatLng( 28.2150799999999 , 25.95183 ),
new google.maps.LatLng( 28.4149600000001 , 25.5949099999998 ),
new google.maps.LatLng( 28.7215199999991 , 25.2258000000002 ),
new google.maps.LatLng( 28.9160699999993 , 25.0876100000005 ),
new google.maps.LatLng( 29.2492000000002 , 24.9638799999993 ),
new google.maps.LatLng( 29.6394299999993 , 24.9733899999992 ),
new google.maps.LatLng( 30.1438699999999 , 25.1256799999992 ),
new google.maps.LatLng( 30.6292799999992 , 25.3541100000002 ),
new google.maps.LatLng( 31.1432499999992 , 25.9251800000002 ),
new google.maps.LatLng( 31.5641500000002 , 26.2279099999996 ),
new google.maps.LatLng( 31.5532299999995 , 26.2768799999994 ),
new google.maps.LatLng( 31.5419099999999 , 26.32726 ),
new google.maps.LatLng( 31.53053 , 26.3769400000001 ),
new google.maps.LatLng( 31.5236299999997 , 26.4270300000007 ),
new google.maps.LatLng( 31.5158599999995 , 26.4795599999998 ),
new google.maps.LatLng( 31.4976200000001 , 26.5263799999993 ),
new google.maps.LatLng( 31.4881600000008 , 26.5761199999997 ),
new google.maps.LatLng( 31.4753000000001 , 26.6258999999991 ),
new google.maps.LatLng( 31.4745700000003 , 26.6779600000009 ),
new google.maps.LatLng( 31.4727199999998 , 26.7296399999996 ),
new google.maps.LatLng( 31.4703300000001 , 26.7807699999994 ),
new google.maps.LatLng( 31.4429600000003 , 26.8237300000001 ),
new google.maps.LatLng( 31.4302299999999 , 26.8736700000009 ),
new google.maps.LatLng( 31.4218600000004 , 26.9239400000006 ),
new google.maps.LatLng( 31.4387100000004 , 26.9720899999993 ),
new google.maps.LatLng( 31.4341199999999 , 27.0233000000007 ),
new google.maps.LatLng( 31.4196499999998 , 27.0727999999999 ),
new google.maps.LatLng( 31.3850899999998 , 27.1105599999992 ),
new google.maps.LatLng( 31.3818100000008 , 27.1629300000004 ),
new google.maps.LatLng( 31.3694300000006 , 27.2127500000006 ),
new google.maps.LatLng( 31.3652299999994 , 27.2636299999995 ),
new google.maps.LatLng( 31.3794999999991 , 27.3131699999994 ),
new google.maps.LatLng( 31.3642600000003 , 27.3616299999994 ),
new google.maps.LatLng( 31.3160599999992 , 27.3756300000005 ),
new google.maps.LatLng( 31.2733100000005 , 27.4024900000004 ),
new google.maps.LatLng( 31.2314600000009 , 27.4340100000009 ),
new google.maps.LatLng( 31.2238799999995 , 27.4844699999994 ),
new google.maps.LatLng( 31.2166799999995 , 27.5361499999999 ),
new google.maps.LatLng( 31.2090599999992 , 27.5872899999995 ),
new google.maps.LatLng( 31.2038400000001 , 27.6375000000007 ),
new google.maps.LatLng( 31.1777399999992 , 27.6809400000002 ),
new google.maps.LatLng( 31.1881200000007 , 27.7308499999999 ),
new google.maps.LatLng( 31.1972399999995 , 27.7806999999993 ),
new google.maps.LatLng( 31.2335600000006 , 27.8733300000004 ),
new google.maps.LatLng( 31.1099699999995 , 27.9345400000002 ),
new google.maps.LatLng( 31.0995399999992 , 27.9843199999996 ),
new google.maps.LatLng( 31.0944999999992 , 28.0377700000008 ),
new google.maps.LatLng( 31.0909100000008 , 28.0881499999996 ),
new google.maps.LatLng( 31.0956200000001 , 28.1414800000002 ),
new google.maps.LatLng( 31.0902999999998 , 28.1938499999997 ),
new google.maps.LatLng( 31.0696200000002 , 28.2399499999992 ),
new google.maps.LatLng( 31.0610300000008 , 28.2915699999994 ),
new google.maps.LatLng( 31.0665599999993 , 28.3428500000009 ),
new google.maps.LatLng( 31.0746199999994 , 28.3964199999991 ),
new google.maps.LatLng( 31.0771999999997 , 28.4486699999998 ),
new google.maps.LatLng( 31.0605899999991 , 28.4985099999994 ),
new google.maps.LatLng( 31.0460800000001 , 28.5471099999995 ),
new google.maps.LatLng( 31.0392200000006 , 28.5970799999996 ),
new google.maps.LatLng( 31.0079499999993 , 28.6383800000003 ),
new google.maps.LatLng( 30.9937100000007 , 28.6882999999998 ),
new google.maps.LatLng( 30.9869600000002 , 28.7386600000009 ),
new google.maps.LatLng( 30.9601999999995 , 28.7824299999993 ),
new google.maps.LatLng( 30.9410399999997 , 28.8295099999996 ),
new google.maps.LatLng( 30.9066399999992 , 28.8679800000009 ),
new google.maps.LatLng( 30.8768400000008 , 28.9087500000005 ),
new google.maps.LatLng( 30.8511999999992 , 28.9531900000002 ),
new google.maps.LatLng( 30.8343999999997 , 29.0022900000004 ),
new google.maps.LatLng( 30.8284899999999 , 29.0564200000008 ),
new google.maps.LatLng( 30.8285199999991 , 29.1129799999999 ),
new google.maps.LatLng( 30.8456200000001 , 29.1923700000007 ),
new google.maps.LatLng( 30.8587900000002 , 29.2459899999994 ),
new google.maps.LatLng( 30.8704600000001 , 29.2981899999995 ),
new google.maps.LatLng( 30.8801600000006 , 29.3489100000006 ),
new google.maps.LatLng( 30.8982099999994 , 29.3960200000001 ),
new google.maps.LatLng( 30.9192399999993 , 29.4508000000005 ),
new google.maps.LatLng( 30.9422599999998 , 29.5046399999992 ),
new google.maps.LatLng( 30.9735799999999 , 29.5466899999992 ),
new google.maps.LatLng( 31.0052699999997 , 29.5892999999996 ),
new google.maps.LatLng( 31.0412500000002 , 29.6377599999996 ),
new google.maps.LatLng( 31.0698200000006 , 29.6842500000002 ),
new google.maps.LatLng( 31.0945200000006 , 29.7360000000008 ),
new google.maps.LatLng( 31.1313200000004 , 29.7764900000002 ),
new google.maps.LatLng( 31.1514800000004 , 29.8234400000001 ),
new google.maps.LatLng( 31.1849700000003 , 29.8634199999997 ),
new google.maps.LatLng( 31.2093100000002 , 29.9094299999997 ),
new google.maps.LatLng( 31.2308300000004 , 29.9574799999991 ),
new google.maps.LatLng( 31.2682800000002 , 30.0062699999999 ),
new google.maps.LatLng( 31.3055600000007 , 30.0529700000006 ),
new google.maps.LatLng( 31.3253499999992 , 30.10491 ),
new google.maps.LatLng( 31.2741900000001 , 30.1213900000002 ),
new google.maps.LatLng( 31.2661399999997 , 30.1716199999992 ),
new google.maps.LatLng( 31.2793199999996 , 30.2214499999991 ),
new google.maps.LatLng( 31.3153500000008 , 30.2714899999992 ),
new google.maps.LatLng( 31.3649399999995 , 30.3046799999993 ),
new google.maps.LatLng( 31.4193099999993 , 30.3330499999993 ),
new google.maps.LatLng( 31.4563699999999 , 30.3842199999999 ),
new google.maps.LatLng( 31.4427599999999 , 30.4400299999998 ),
new google.maps.LatLng( 31.4412100000009 , 30.4910500000005 ),
new google.maps.LatLng( 31.4261700000006 , 30.57042 ),
new google.maps.LatLng( 31.3841599999996 , 30.5989699999991 ),
new google.maps.LatLng( 31.3933699999998 , 30.6501499999995 ),
new google.maps.LatLng( 31.3924900000002 , 30.7031900000002 ),
new google.maps.LatLng( 31.4024900000004 , 30.7536299999992 ),
new google.maps.LatLng( 31.4319799999994 , 30.7968299999993 ),
new google.maps.LatLng( 31.4236199999996 , 30.8515100000004 ),
new google.maps.LatLng( 31.4160300000003 , 30.9009800000003 ),
new google.maps.LatLng( 31.4390299999995 , 30.9465999999993 ),
new google.maps.LatLng( 31.46083 , 30.9922299999998 ),
new google.maps.LatLng( 31.5031400000007 , 31.0228000000006 ),
new google.maps.LatLng( 31.5386299999991 , 31.07726 ),
new google.maps.LatLng( 31.5889599999991 , 31.0742200000004 ),
new google.maps.LatLng( 31.5928199999998 , 31.1272700000009 ),
new google.maps.LatLng( 31.5846899999997 , 31.1791900000007 ),
new google.maps.LatLng( 31.5708900000009 , 31.2293900000004 ),
new google.maps.LatLng( 31.5528400000003 , 31.2786799999994 ),
new google.maps.LatLng( 31.5319600000003 , 31.3278699999992 ),
new google.maps.LatLng( 31.5096599999997 , 31.3777800000007 ),
new google.maps.LatLng( 31.4809100000002 , 31.4322100000008 ),
new google.maps.LatLng( 31.4577900000004 , 31.4870699999992 ),
new google.maps.LatLng( 31.4434299999994 , 31.5437299999994 ),
new google.maps.LatLng( 31.4409699999997 , 31.6036100000001 ),
new google.maps.LatLng( 31.4535500000002 , 31.6681100000005 ),
new google.maps.LatLng( 31.4767100000008 , 31.7317899999998 ),
new google.maps.LatLng( 31.4941299999991 , 31.77909 ),
new google.maps.LatLng( 31.5115399999995 , 31.8264099999997 ),
new google.maps.LatLng( 31.5272199999999 , 31.8875800000005 ),
new google.maps.LatLng( 31.5079600000008 , 31.9463300000007 ),
new google.maps.LatLng( 31.4645600000004 , 31.9827100000002 ),
new google.maps.LatLng( 31.4113400000006 , 32.0139999999992 ),
new google.maps.LatLng( 31.3705000000009 , 32.0504600000004 ),
new google.maps.LatLng( 31.3444199999994 , 32.1006600000001 ),
new google.maps.LatLng( 31.3184899999997 , 32.1504800000002 ),
new google.maps.LatLng( 31.2971199999993 , 32.2014400000007 ),
new google.maps.LatLng( 31.2839499999991 , 32.2545900000005 ),
new google.maps.LatLng( 31.26944 , 32.3083600000009 ),
new google.maps.LatLng( 31.2459099999996 , 32.3543100000006 ),
new google.maps.LatLng( 31.2201299999997 , 32.4045299999998 ),
new google.maps.LatLng( 31.1832200000008 , 32.4404699999996 ),
new google.maps.LatLng( 31.1405599999998 , 32.4819599999992 ),
new google.maps.LatLng( 31.0978799999994 , 32.5233800000005 ),
new google.maps.LatLng( 31.0594500000007 , 32.5685900000008 ),
new google.maps.LatLng( 31.0567499999997 , 32.6358199999995 ),
new google.maps.LatLng( 31.0834699999996 , 32.7152000000006 ),
new google.maps.LatLng( 31.0847699999995 , 32.8162499999999 ),
new google.maps.LatLng( 31.1273500000007 , 32.8980300000003 ),
new google.maps.LatLng( 31.0762300000006 , 32.9606100000001 ),
new google.maps.LatLng( 31.0780599999998 , 33.0110499999992 ),
new google.maps.LatLng( 31.1283299999996 , 33.0159000000003 ),
new google.maps.LatLng( 31.1850900000009 , 33.0879000000004 ),
new google.maps.LatLng( 31.1363700000002 , 33.1281799999997 ),
new google.maps.LatLng( 31.0854799999997 , 33.1321900000003 ),
new google.maps.LatLng( 31.0486299999993 , 33.1710500000008 ),
new google.maps.LatLng( 31.0684199999996 , 33.2210799999993 ),
new google.maps.LatLng( 31.0859 , 33.2739899999997 ),
new google.maps.LatLng( 31.1058200000007 , 33.3254699999998 ),
new google.maps.LatLng( 31.1002499999995 , 33.3768 ),
new google.maps.LatLng( 31.1520899999996 , 33.4174399999993 ),
new google.maps.LatLng( 31.1328300000005 , 33.4910500000005 ),
new google.maps.LatLng( 31.1123000000007 , 33.5369699999992 ),
new google.maps.LatLng( 31.1072600000007 , 33.5980400000008 ),
new google.maps.LatLng( 31.1119799999997 , 33.6500599999999 ),
new google.maps.LatLng( 31.1227999999992 , 33.7011299999995 ),
new google.maps.LatLng( 31.1361199999992 , 33.7522100000006 ),
new google.maps.LatLng( 31.1483700000008 , 33.8042600000008 ),
new google.maps.LatLng( 31.1582799999996 , 33.8624899999995 ),
new google.maps.LatLng( 31.1719499999999 , 33.9130999999998 ),
new google.maps.LatLng( 31.1900600000008 , 33.9643400000004 ),
new google.maps.LatLng( 31.2078399999991 , 34.0113199999996 ),
new google.maps.LatLng( 31.2269899999992 , 34.0576700000001 ),
new google.maps.LatLng( 31.2476100000003 , 34.1055400000005 ),
new google.maps.LatLng( 31.2700399999994 , 34.1520600000003 ),
new google.maps.LatLng( 31.2949000000008 , 34.1962999999996 ),
new google.maps.LatLng( 31.3245399999996 , 34.2405999999992 ),
new google.maps.LatLng( 31.3557700000001 , 34.2805200000003 ),
new google.maps.LatLng( 31.3945500000009 , 34.3121499999997 ),
new google.maps.LatLng( 31.4242099999992 , 34.3530200000005 ),
new google.maps.LatLng( 31.4599999999991 , 34.3917199999996 ),
new google.maps.LatLng( 31.4960300000002 , 34.4265200000009 ),
new google.maps.LatLng( 31.5355 , 34.4591 ),
new google.maps.LatLng( 31.5751400000008 , 34.4932399999998 ),
new google.maps.LatLng( 31.6146800000006 , 34.5239199999996 ),
new google.maps.LatLng( 31.6551299999992 , 34.5572599999996 ),
new google.maps.LatLng( 31.69715 , 34.5885600000001 ),
new google.maps.LatLng( 31.7415999999994 , 34.6152199999997 ),
new google.maps.LatLng( 31.7878199999996 , 34.6387300000006 ),
new google.maps.LatLng( 31.8316400000003 , 34.6644099999994 ),
new google.maps.LatLng( 31.8784400000004 , 34.6887200000001 ),
new google.maps.LatLng( 31.9261600000009 , 34.7151300000005 ),
new google.maps.LatLng( 31.9739100000006 , 34.7383499999996 ),
new google.maps.LatLng( 32.0234799999998 , 34.7549899999995 ),
new google.maps.LatLng( 32.0703300000005 , 34.7734199999995 ),
new google.maps.LatLng( 32.1192699999992 , 34.7896999999994 ),
new google.maps.LatLng( 32.2144200000002 , 34.8337100000008 ),
new google.maps.LatLng( 32.2623100000001 , 34.8543200000004 ),
new google.maps.LatLng( 32.3123799999994 , 34.8558400000002 ),
new google.maps.LatLng( 32.3629199999996 , 34.8548200000005 ),
new google.maps.LatLng( 32.4130600000008 , 34.8614300000008 ),
new google.maps.LatLng( 32.4627400000008 , 34.8782499999998 ),
new google.maps.LatLng( 32.5113000000001 , 34.8971999999994 ),
new google.maps.LatLng( 32.5609600000007 , 34.9103300000006 ),
new google.maps.LatLng( 32.61168 , 34.9169899999997 ),
new google.maps.LatLng( 32.6638700000003 , 34.9136500000004 ),
new google.maps.LatLng( 32.7133900000008 , 34.9307499999995 ),
new google.maps.LatLng( 32.7610800000002 , 34.9518800000005 ),
new google.maps.LatLng( 32.8119000000006 , 34.95759 ),
new google.maps.LatLng( 32.8568200000009 , 34.9797799999997 ),
new google.maps.LatLng( 32.8436600000005 , 35.0287200000002 ),
new google.maps.LatLng( 32.8813200000004 , 35.0624200000002 ),
new google.maps.LatLng( 32.9332300000005 , 35.0674199999994 ),
new google.maps.LatLng( 32.9856799999998 , 35.0709499999994 ),
new google.maps.LatLng( 33.0309799999995 , 35.0975600000002 ),
new google.maps.LatLng( 33.0811300000005 , 35.1104400000004 ),
new google.maps.LatLng( 33.1309299999994 , 35.1233200000006 ),
new google.maps.LatLng( 33.1710500000008 , 35.1563399999995 ),
new google.maps.LatLng( 33.2093100000002 , 35.1914400000005 ),
new google.maps.LatLng( 33.2588699999997 , 35.2038699999994 ),
new google.maps.LatLng( 33.3279700000003 , 35.2233099999994 ),
new google.maps.LatLng( 33.3702200000007 , 35.2508999999991 ),
new google.maps.LatLng( 33.4211099999993 , 35.2536700000001 ),
new google.maps.LatLng( 33.46659 , 35.2801600000003 ),
new google.maps.LatLng( 33.5039699999998 , 35.3176500000009 ),
new google.maps.LatLng( 33.5453099999995 , 35.3494699999992 ),
new google.maps.LatLng( 33.5942599999998 , 35.3603500000008 ),
new google.maps.LatLng( 33.6428599999999 , 35.3824199999999 ),
new google.maps.LatLng( 33.6911099999998 , 35.4034499999998 ),
new google.maps.LatLng( 33.7387500000004 , 35.4236999999994 ),
new google.maps.LatLng( 33.7800800000005 , 35.4521100000002 ),
new google.maps.LatLng( 33.8280900000009 , 35.47336 ),
new google.maps.LatLng( 33.8769900000007 , 35.4925700000003 ),
new google.maps.LatLng( 33.9244099999996 , 35.5108700000001 ),
new google.maps.LatLng( 33.9213099999997 , 35.5625600000003 ),
new google.maps.LatLng( 33.9603499999994 , 35.5950200000007 ),
new google.maps.LatLng( 34.0017499999994 , 35.6233499999998 ),
new google.maps.LatLng( 34.0505699999994 , 35.6120599999995 ),
new google.maps.LatLng( 34.0974399999996 , 35.6336900000006 ),
new google.maps.LatLng( 34.1492199999993 , 35.6300499999998 ),
new google.maps.LatLng( 34.2445100000004 , 35.6330899999994 ),
new google.maps.LatLng( 34.2929299999996 , 35.6545000000006 ),
new google.maps.LatLng( 34.33842 , 35.6809799999992 ),
new google.maps.LatLng( 34.3697200000006 , 35.7214700000004 ),
new google.maps.LatLng( 34.4086800000005 , 35.7542200000007 ),
new google.maps.LatLng( 34.4304200000006 , 35.7999099999997 ),
new google.maps.LatLng( 34.4787300000007 , 35.8151400000006 ),
new google.maps.LatLng( 34.4927800000005 , 35.8639399999993 ),
new google.maps.LatLng( 34.5084999999999 , 35.91309 ),
new google.maps.LatLng( 34.5393399999994 , 35.9532799999997 ),
new google.maps.LatLng( 34.5870900000009 , 35.9724999999999 ),
new google.maps.LatLng( 34.6379199999992 , 35.9623699999993 ),
new google.maps.LatLng( 34.6862500000007 , 35.9465700000001 ),
new google.maps.LatLng( 34.7343299999993 , 35.9284900000002 ),
new google.maps.LatLng( 34.7838100000008 , 35.9180199999992 ),
new google.maps.LatLng( 34.8362400000005 , 35.9102000000003 ),
new google.maps.LatLng( 34.8798700000007 , 35.8829100000003 ),
new google.maps.LatLng( 34.9291300000004 , 35.8669100000006 ),
new google.maps.LatLng( 34.9806399999998 , 35.8703000000005 ),
new google.maps.LatLng( 35.0267899999999 , 35.8933400000005 ),
new google.maps.LatLng( 35.1169900000004 , 35.8903499999997 ),
new google.maps.LatLng( 35.1577500000003 , 35.9202399999995 ),
new google.maps.LatLng( 35.2037500000006 , 35.9437699999999 ),
new google.maps.LatLng( 35.2544300000009 , 35.9521499999992 ),
new google.maps.LatLng( 35.2970000000005 , 35.9237499999999 ),
new google.maps.LatLng( 35.3476499999997 , 35.9241299999994 ),
new google.maps.LatLng( 35.3978599999991 , 35.9222499999996 ),
new google.maps.LatLng( 35.4466599999996 , 35.9087999999992 ),
new google.maps.LatLng( 35.4844599999997 , 35.8747999999996 ),
new google.maps.LatLng( 35.5080899999994 , 35.8303400000004 ),
new google.maps.LatLng( 35.5379599999997 , 35.7870299999995 ),
new google.maps.LatLng( 35.5795300000009 , 35.75785 ),
new google.maps.LatLng( 35.6277399999999 , 35.7399299999997 ),
new google.maps.LatLng( 35.66554 , 35.7732599999999 ),
new google.maps.LatLng( 35.7127500000006 , 35.7913000000008 ),
new google.maps.LatLng( 35.7361400000009 , 35.8383900000008 ),
new google.maps.LatLng( 35.7851699999992 , 35.8520499999995 ),
new google.maps.LatLng( 35.8627099999994 , 35.8260599999994 ),
new google.maps.LatLng( 35.9152400000003 , 35.9078000000009 ),
new google.maps.LatLng( 35.9621499999994 , 35.9290500000006 ),
new google.maps.LatLng( 35.9981800000005 , 35.9660000000003 ),
new google.maps.LatLng( 36.0486899999996 , 35.9740399999991 ),
new google.maps.LatLng( 36.0940100000007 , 35.94794 ),
new google.maps.LatLng( 36.1362700000009 , 35.9204499999996 ),
new google.maps.LatLng( 36.1828999999998 , 35.89725 ),
new google.maps.LatLng( 36.2258700000002 , 35.8714299999992 ),
new google.maps.LatLng( 36.2656800000004 , 35.8404200000004 ),
new google.maps.LatLng( 36.3053400000008 , 35.8086700000003 ),
new google.maps.LatLng( 36.3560600000001 , 35.8157699999992 ),
new google.maps.LatLng( 36.3855399999993 , 35.8570400000008 ),
new google.maps.LatLng( 36.4219400000002 , 35.8929399999997 ),
new google.maps.LatLng( 36.4626800000005 , 35.9242599999998 ),
new google.maps.LatLng( 36.4916300000004 , 35.9737100000002 ),
new google.maps.LatLng( 36.5235499999999 , 36.0136000000002 ),
new google.maps.LatLng( 36.5591499999991 , 36.0488600000008 ),
new google.maps.LatLng( 36.5833299999995 , 36.0931199999995 ),
new google.maps.LatLng( 36.6034299999992 , 36.1403800000007 ),
new google.maps.LatLng( 36.6208200000001 , 36.1872899999998 ),
new google.maps.LatLng( 36.6707800000004 , 36.1927899999991 ),
new google.maps.LatLng( 36.7215500000002 , 36.1880000000001 ),
new google.maps.LatLng( 36.7713199999998 , 36.1822400000001 ),
new google.maps.LatLng( 36.8220399999991 , 36.1867399999992 ),
new google.maps.LatLng( 36.8588600000003 , 36.1520299999993 ),
new google.maps.LatLng( 36.8837199999998 , 36.1080399999992 ),
new google.maps.LatLng( 36.9122200000002 , 36.0645299999996 ),
new google.maps.LatLng( 36.9236500000006 , 36.0151299999998 ),
new google.maps.LatLng( 36.9029599999994 , 35.9688900000001 ),
new google.maps.LatLng( 36.8723800000007 , 35.9269000000004 ),
new google.maps.LatLng( 36.8382000000001 , 35.8900699999995 ),
new google.maps.LatLng( 36.8006000000005 , 35.8545400000003 ),
new google.maps.LatLng( 36.7761599999994 , 35.8082900000009 ),
new google.maps.LatLng( 36.7614400000002 , 35.7550599999995 ),
new google.maps.LatLng( 36.7648599999993 , 35.70327 ),
new google.maps.LatLng( 36.7312899999997 , 35.6306100000002 ),
new google.maps.LatLng( 36.6997699999993 , 35.5882500000007 ),
new google.maps.LatLng( 36.6471199999996 , 35.5797199999997 ),
new google.maps.LatLng( 36.5946000000004 , 35.5621100000008 ),
new google.maps.LatLng( 36.5843499999992 , 35.5104900000006 ),
new google.maps.LatLng( 36.5867400000006 , 35.4587599999995 ),
new google.maps.LatLng( 36.5628400000005 , 35.4146400000009 ),
new google.maps.LatLng( 36.5679600000003 , 35.3592800000006 ),
new google.maps.LatLng( 36.6524300000001 , 35.3104999999996 ),
new google.maps.LatLng( 36.6817599999995 , 35.2684000000008 ),
new google.maps.LatLng( 36.7044600000008 , 35.2225699999999 ),
new google.maps.LatLng( 36.7206299999998 , 35.1743100000003 ),
new google.maps.LatLng( 36.7345999999998 , 35.1255299999993 ),
new google.maps.LatLng( 36.7464299999992 , 35.0740800000003 ),
new google.maps.LatLng( 36.7609200000006 , 35.0259299999998 ),
new google.maps.LatLng( 36.77909 , 34.9766500000005 ),
new google.maps.LatLng( 36.79162 , 34.9253100000005 ),
new google.maps.LatLng( 36.80674 , 34.8723599999994 ),
new google.maps.LatLng( 36.8184700000002 , 34.8193100000008 ),
new google.maps.LatLng( 36.8188200000004 , 34.7678699999997 ),
new google.maps.LatLng( 36.8073499999991 , 34.7178199999998 ),
new google.maps.LatLng( 36.8040099999998 , 34.6673599999995 ),
new google.maps.LatLng( 36.7816700000003 , 34.6220599999997 ),
new google.maps.LatLng( 36.7659899999999 , 34.5737000000008 ),
new google.maps.LatLng( 36.7273299999997 , 34.5396700000001 ),
new google.maps.LatLng( 36.7053599999999 , 34.4944899999991 ),
new google.maps.LatLng( 36.6785400000008 , 34.4517899999992 ),
new google.maps.LatLng( 36.64552 , 34.4126199999992 ),
new google.maps.LatLng( 36.6176400000004 , 34.3697499999998 ),
new google.maps.LatLng( 36.5913 , 34.3262900000009 ),
new google.maps.LatLng( 36.5555399999994 , 34.2896199999996 ),
new google.maps.LatLng( 36.51937 , 34.2545100000007 ),
new google.maps.LatLng( 36.4868299999998 , 34.2165100000002 ),
new google.maps.LatLng( 36.4584200000008 , 34.1750800000009 ),
new google.maps.LatLng( 36.4366300000002 , 34.1300499999998 ),
new google.maps.LatLng( 36.4021100000009 , 34.0933999999997 ),
new google.maps.LatLng( 36.3520900000003 , 34.0996699999996 ),
new google.maps.LatLng( 36.3137200000001 , 34.0671700000003 ),
new google.maps.LatLng( 36.2802599999996 , 34.0262399999992 ),
new google.maps.LatLng( 36.2694300000003 , 33.9764899999991 ),
new google.maps.LatLng( 36.2951599999997 , 33.9328000000005 ),
new google.maps.LatLng( 36.3059300000004 , 33.8831800000007 ),
new google.maps.LatLng( 36.2701899999993 , 33.8481699999993 ),
new google.maps.LatLng( 36.2280900000005 , 33.8198100000009 ),
new google.maps.LatLng( 36.2087699999993 , 33.7732099999994 ),
new google.maps.LatLng( 36.1782999999996 , 33.7316800000008 ),
new google.maps.LatLng( 36.1550499999994 , 33.6866800000007 ),
new google.maps.LatLng( 36.1850699999995 , 33.6466099999998 ),
new google.maps.LatLng( 36.1559099999995 , 33.6051399999997 ),
new google.maps.LatLng( 36.1265700000004 , 33.5628099999994 ),
new google.maps.LatLng( 36.1507600000004 , 33.5174399999996 ),
new google.maps.LatLng( 36.1419600000008 , 33.4639999999999 ),
new google.maps.LatLng( 36.1303000000007 , 33.4117600000009 ),
new google.maps.LatLng( 36.1387799999993 , 33.3618700000006 ),
new google.maps.LatLng( 36.1218900000003 , 33.3132000000005 ),
new google.maps.LatLng( 36.1224700000002 , 33.2622499999998 ),
new google.maps.LatLng( 36.1235500000003 , 33.2111999999997 ),
new google.maps.LatLng( 36.1144800000002 , 33.1600500000004 ),
new google.maps.LatLng( 36.0910800000001 , 33.1151000000009 ),
new google.maps.LatLng( 36.0742499999997 , 33.0673000000006 ),
new google.maps.LatLng( 36.1008299999994 , 33.0231999999996 ),
new google.maps.LatLng( 36.0996699999996 , 32.9716399999998 ),
new google.maps.LatLng( 36.0896900000007 , 32.9214300000003 ),
new google.maps.LatLng( 36.0737000000008 , 32.8726299999998 ),
new google.maps.LatLng( 36.05062 , 32.8279700000003 ),
new google.maps.LatLng( 36.0334700000003 , 32.7807200000007 ),
new google.maps.LatLng( 36.0550999999996 , 32.7344200000007 ),
new google.maps.LatLng( 36.05782 , 32.6844299999993 ),
new google.maps.LatLng( 36.0724900000005 , 32.6360299999997 ),
new google.maps.LatLng( 36.0888400000003 , 32.5865200000007 ),
new google.maps.LatLng( 36.1208499999993 , 32.5093899999993 ),
new google.maps.LatLng( 36.1373199999998 , 32.4602699999996 ),
new google.maps.LatLng( 36.1592000000001 , 32.4137599999995 ),
new google.maps.LatLng( 36.1885600000005 , 32.3686400000006 ),
new google.maps.LatLng( 36.2256899999993 , 32.3345000000008 ),
new google.maps.LatLng( 36.2559600000004 , 32.2932400000009 ),
new google.maps.LatLng( 36.3021399999998 , 32.27232 ),
new google.maps.LatLng( 36.33446 , 32.2328899999993 ),
new google.maps.LatLng( 36.3699500000002 , 32.1958799999993 ),
new google.maps.LatLng( 36.41345 , 32.1657699999996 ),
new google.maps.LatLng( 36.4522699999998 , 32.1324199999999 ),
new google.maps.LatLng( 36.4872899999991 , 32.0952199999992 ),
new google.maps.LatLng( 36.5192299999999 , 32.0535999999993 ),
new google.maps.LatLng( 36.5444900000002 , 32.0022100000006 ),
new google.maps.LatLng( 36.5743299999995 , 31.9122700000007 ),
new google.maps.LatLng( 36.5841700000001 , 31.8592499999995 ),
new google.maps.LatLng( 36.5923999999995 , 31.8075900000003 ),
new google.maps.LatLng( 36.6209199999994 , 31.7648800000006 ),
new google.maps.LatLng( 36.6453299999994 , 31.7203100000006 ),
new google.maps.LatLng( 36.6446699999997 , 31.6696699999993 ),
new google.maps.LatLng( 36.6710600000006 , 31.6154600000009 ),
new google.maps.LatLng( 36.7010499999997 , 31.5598599999994 ),
new google.maps.LatLng( 36.7349799999993 , 31.5129799999995 ),
new google.maps.LatLng( 36.7500099999998 , 31.4541800000006 ),
new google.maps.LatLng( 36.7589399999997 , 31.3862300000001 ),
new google.maps.LatLng( 36.7973899999997 , 31.3405000000003 ),
new google.maps.LatLng( 36.8232800000005 , 31.2374799999998 ),
new google.maps.LatLng( 36.8429799999994 , 31.1910900000003 ),
new google.maps.LatLng( 36.8477500000008 , 31.1247899999998 ),
new google.maps.LatLng( 36.8592200000003 , 31.0676000000003 ),
new google.maps.LatLng( 36.8719899999996 , 31.0078799999992 ),
new google.maps.LatLng( 36.8787799999991 , 30.9530500000001 ),
new google.maps.LatLng( 36.8642899999995 , 30.9047200000004 ),
new google.maps.LatLng( 36.8482499999991 , 30.8513600000006 ),
new google.maps.LatLng( 36.8420100000003 , 30.7940999999992 ),
new google.maps.LatLng( 36.8516400000008 , 30.7388499999997 ),
new google.maps.LatLng( 36.8798599999991 , 30.6958900000009 ),
new google.maps.LatLng( 36.86571 , 30.6477099999993 ),
new google.maps.LatLng( 36.8337599999995 , 30.6089699999993 ),
new google.maps.LatLng( 36.7923300000002 , 30.5794299999998 ),
new google.maps.LatLng( 36.7430700000004 , 30.5677300000007 ),
new google.maps.LatLng( 36.6922900000009 , 30.5623400000004 ),
new google.maps.LatLng( 36.6414700000005 , 30.5540099999998 ),
new google.maps.LatLng( 36.5948700000008 , 30.5769500000006 ),
new google.maps.LatLng( 36.5456300000005 , 30.5675599999995 ),
new google.maps.LatLng( 36.5005000000001 , 30.5427199999995 ),
new google.maps.LatLng( 36.4575600000007 , 30.5136899999998 ),
new google.maps.LatLng( 36.4132100000006 , 30.4884299999994 ),
new google.maps.LatLng( 36.3620300000002 , 30.4950700000009 ),
new google.maps.LatLng( 36.3133099999995 , 30.5102200000001 ),
new google.maps.LatLng( 36.2943200000009 , 30.4638200000009 ),
new google.maps.LatLng( 36.24028 , 30.4505200000003 ),
new google.maps.LatLng( 36.2380799999992 , 30.3955900000001 ),
new google.maps.LatLng( 36.2423299999991 , 30.3356700000004 ),
new google.maps.LatLng( 36.2642300000007 , 30.2900499999996 ),
new google.maps.LatLng( 36.2775199999996 , 30.2379899999996 ),
new google.maps.LatLng( 36.2795000000006 , 30.1850099999992 ),
new google.maps.LatLng( 36.2681900000007 , 30.1317899999995 ),
new google.maps.LatLng( 36.2285400000001 , 30.0656299999991 ),
new google.maps.LatLng( 36.2242200000001 , 30.0132300000005 ),
new google.maps.LatLng( 36.2101700000003 , 29.9620799999993 ),
new google.maps.LatLng( 36.2171899999994 , 29.9121200000009 ),
new google.maps.LatLng( 36.1962800000001 , 29.8644399999994 ),
new google.maps.LatLng( 36.1913000000004 , 29.8138899999994 ),
new google.maps.LatLng( 36.1400699999995 , 29.8099399999992 ),
new google.maps.LatLng( 36.1251499999998 , 29.7612200000003 ),
new google.maps.LatLng( 36.1597399999991 , 29.7242100000003 ),
new google.maps.LatLng( 36.1388499999994 , 29.6776200000004 ),
new google.maps.LatLng( 36.1654699999999 , 29.6345000000001 ),
new google.maps.LatLng( 36.1970999999994 , 29.5954399999991 ),
new google.maps.LatLng( 36.2049599999991 , 29.5452000000005 ),
new google.maps.LatLng( 36.2000200000002 , 29.4942200000005 ),
new google.maps.LatLng( 36.2152000000006 , 29.4464100000005 ),
new google.maps.LatLng( 36.2355399999997 , 29.3996599999991 ),
new google.maps.LatLng( 36.2256300000008 , 29.3474000000006 ),
new google.maps.LatLng( 36.2727300000006 , 29.3075499999995 ),
new google.maps.LatLng( 36.2859800000006 , 29.2180100000005 ),
new google.maps.LatLng( 36.3297299999995 , 29.1861200000003 ),
new google.maps.LatLng( 36.3659900000002 , 29.1402600000001 ),
new google.maps.LatLng( 36.4316400000007 , 29.1242399999992 ),
new google.maps.LatLng( 36.4791999999998 , 29.1079900000004 ),
new google.maps.LatLng( 36.5299300000006 , 29.1102200000005 ),
new google.maps.LatLng( 36.6279599999998 , 29.0770400000001 ),
new google.maps.LatLng( 36.6786400000001 , 29.07294 ),
new google.maps.LatLng( 36.7002300000004 , 29.0271499999999 ),
new google.maps.LatLng( 36.7150099999999 , 28.9788399999998 ),
new google.maps.LatLng( 36.7412700000004 , 28.9361700000009 ),
new google.maps.LatLng( 36.7026700000006 , 28.9038099999998 ),
new google.maps.LatLng( 36.6700600000004 , 28.8657700000003 ),
new google.maps.LatLng( 36.6326599999993 , 28.8990200000007 ),
new google.maps.LatLng( 36.5932900000007 , 28.86751 ),
new google.maps.LatLng( 36.6413499999999 , 28.8032299999995 ),
new google.maps.LatLng( 36.6834500000004 , 28.7749899999999 ),
new google.maps.LatLng( 36.6958500000001 , 28.7265100000004 ),
new google.maps.LatLng( 36.6929400000008 , 28.6750300000003 ),
new google.maps.LatLng( 36.6956800000007 , 28.6216800000002 ),
new google.maps.LatLng( 36.7419499999996 , 28.6013899999998 ),
new google.maps.LatLng( 36.7926499999994 , 28.5996500000001 ),
new google.maps.LatLng( 36.7902400000003 , 28.5486600000004 ),
new google.maps.LatLng( 36.7852199999998 , 28.4982999999993 ),
new google.maps.LatLng( 36.8434400000006 , 28.4208899999994 ),
new google.maps.LatLng( 36.7842000000001 , 28.3850399999992 ),
new google.maps.LatLng( 36.8005099999991 , 28.3367899999994 ),
new google.maps.LatLng( 36.8227599999991 , 28.2817400000004 ),
new google.maps.LatLng( 36.7642500000002 , 28.2477699999999 ),
new google.maps.LatLng( 36.7133900000008 , 28.2478800000008 ),
new google.maps.LatLng( 36.6788400000005 , 28.2111700000005 ),
new google.maps.LatLng( 36.6646000000001 , 28.1612399999995 ),
new google.maps.LatLng( 36.6223800000007 , 28.1311999999998 ),
new google.maps.LatLng( 36.5878900000007 , 28.0931299999993 ),
new google.maps.LatLng( 36.6058300000004 , 28.0333599999995 ),
new google.maps.LatLng( 36.6974100000007 , 28.0511399999996 ),
new google.maps.LatLng( 36.7761499999997 , 28.05861 ),
new google.maps.LatLng( 36.7720300000001 , 27.9767699999993 ),
new google.maps.LatLng( 36.8493500000004 , 28.0094800000006 ),
new google.maps.LatLng( 36.8992099999996 , 28.0206999999991 ),
new google.maps.LatLng( 36.9381799999992 , 28.0755200000003 ),
new google.maps.LatLng( 36.9365300000009 , 28.1261799999993 ),
new google.maps.LatLng( 36.9467700000005 , 28.1772299999993 ),
new google.maps.LatLng( 37.02844 , 28.1959100000004 ),
new google.maps.LatLng( 37.0250099999994 , 28.1412500000006 ),
new google.maps.LatLng( 37.0109300000004 , 28.0918600000005 ),
new google.maps.LatLng( 37.0180099999998 , 28.0423599999995 ),
new google.maps.LatLng( 37.0206500000004 , 27.9908400000004 ),
new google.maps.LatLng( 37.0093799999995 , 27.9414099999995 ),
new google.maps.LatLng( 37.0173099999993 , 27.8903300000002 ),
new google.maps.LatLng( 37.0107200000002 , 27.8388400000003 ),
new google.maps.LatLng( 36.9906499999997 , 27.7929199999999 ),
new google.maps.LatLng( 36.9945499999994 , 27.7416599999997 ),
new google.maps.LatLng( 36.9879400000009 , 27.6903500000008 ),
new google.maps.LatLng( 36.9835500000008 , 27.6401800000003 ),
new google.maps.LatLng( 36.9761999999992 , 27.5905000000002 ),
new google.maps.LatLng( 36.9745199999998 , 27.5385000000006 ),
new google.maps.LatLng( 36.9704600000005 , 27.4421999999995 ),
new google.maps.LatLng( 37.0155599999998 , 27.4186499999996 ),
new google.maps.LatLng( 37.0012399999996 , 27.3704799999996 ),
new google.maps.LatLng( 36.9861199999996 , 27.3224900000005 ),
new google.maps.LatLng( 36.9412300000004 , 27.2739099999999 ),
new google.maps.LatLng( 37.0272999999997 , 27.22948 ),
new google.maps.LatLng( 37.0768200000002 , 27.2418300000008 ),
new google.maps.LatLng( 37.1261300000006 , 27.2511400000003 ),
new google.maps.LatLng( 37.1374599999999 , 27.3100599999998 ),
new google.maps.LatLng( 37.1527999999998 , 27.3578699999998 ),
new google.maps.LatLng( 37.1208700000007 , 27.3964599999999 ),
new google.maps.LatLng( 37.0958100000007 , 27.4399599999997 ),
new google.maps.LatLng( 37.1040599999997 , 27.4895099999994 ),
new google.maps.LatLng( 37.1547900000005 , 27.4945499999994 ),
new google.maps.LatLng( 37.2264099999993 , 27.5527299999994 ),
new google.maps.LatLng( 37.2485899999992 , 27.4771999999994 ),
new google.maps.LatLng( 37.3021900000003 , 27.4472700000006 ),
new google.maps.LatLng( 37.3053999999993 , 27.3973700000006 ),
new google.maps.LatLng( 37.35448 , 27.3848899999994 ),
new google.maps.LatLng( 37.3457400000007 , 27.3035500000005 ),
new google.maps.LatLng( 37.3414900000007 , 27.2531899999994 ),
new google.maps.LatLng( 37.36924 , 27.2108900000003 ),
new google.maps.LatLng( 37.4199900000003 , 27.2143199999991 ),
new google.maps.LatLng( 37.4707600000002 , 27.2109999999993 ),
new google.maps.LatLng( 37.5193299999992 , 27.2264699999996 ),
new google.maps.LatLng( 37.5268099999994 , 27.2785000000003 ),
new google.maps.LatLng( 37.5764899999995 , 27.2697100000005 ),
new google.maps.LatLng( 37.6134399999992 , 27.2296999999999 ),
new google.maps.LatLng( 37.6276799999996 , 27.1779700000006 ),
new google.maps.LatLng( 37.6921199999997 , 27.1678200000006 ),
new google.maps.LatLng( 37.7070100000001 , 27.2158400000008 ),
new google.maps.LatLng( 37.7320999999993 , 27.2597100000003 ),
new google.maps.LatLng( 37.7781900000009 , 27.2803199999998 ),
new google.maps.LatLng( 37.8259699999999 , 27.2620100000004 ),
new google.maps.LatLng( 37.87183 , 27.2820300000003 ),
new google.maps.LatLng( 37.9237599999997 , 27.2801099999997 ),
new google.maps.LatLng( 37.9819100000004 , 27.2788299999993 ),
new google.maps.LatLng( 37.98452 , 27.1980600000006 ),
new google.maps.LatLng( 37.9827000000005 , 27.1478800000004 ),
new google.maps.LatLng( 38.0090799999998 , 27.10412 ),
new google.maps.LatLng( 38.0337400000008 , 27.0595400000002 ),
new google.maps.LatLng( 38.0560999999998 , 27.0106400000004 ),
new google.maps.LatLng( 38.0691800000004 , 26.9621399999996 ),
new google.maps.LatLng( 38.0532399999993 , 26.9136600000002 ),
new google.maps.LatLng( 38.0599299999994 , 26.8635400000003 ),
new google.maps.LatLng( 38.1098299999994 , 26.8479200000002 ),
new google.maps.LatLng( 38.1532100000004 , 26.8183000000008 ),
new google.maps.LatLng( 38.1694100000004 , 26.7709699999996 ),
new google.maps.LatLng( 38.2096700000002 , 26.7412499999991 ),
new google.maps.LatLng( 38.1985700000005 , 26.6914199999992 ),
new google.maps.LatLng( 38.1704399999999 , 26.6492799999996 ),
new google.maps.LatLng( 38.1222899999993 , 26.6349699999992 ),
new google.maps.LatLng( 38.0864099999999 , 26.5984900000003 ),
new google.maps.LatLng( 38.1133800000007 , 26.5548099999996 ),
new google.maps.LatLng( 38.1556400000009 , 26.5275399999991 ),
new google.maps.LatLng( 38.1808999999994 , 26.4838500000005 ),
new google.maps.LatLng( 38.2004199999992 , 26.4354500000009 ),
new google.maps.LatLng( 38.2246300000006 , 26.3904000000002 ),
new google.maps.LatLng( 38.2229800000005 , 26.3377700000001 ),
new google.maps.LatLng( 38.2442300000002 , 26.2921999999999 ),
new google.maps.LatLng( 38.2805200000003 , 26.2553800000005 ),
new google.maps.LatLng( 38.3151400000006 , 26.3097799999996 ),
new google.maps.LatLng( 38.3101800000004 , 26.3842000000004 ),
new google.maps.LatLng( 38.3312700000006 , 26.4295999999995 ),
new google.maps.LatLng( 38.3574599999993 , 26.4739000000009 ),
new google.maps.LatLng( 38.4426100000001 , 26.4777400000003 ),
new google.maps.LatLng( 38.45795 , 26.4036599999999 ),
new google.maps.LatLng( 38.5070099999994 , 26.3932100000002 ),
new google.maps.LatLng( 38.5562900000004 , 26.3811999999998 ),
new google.maps.LatLng( 38.6065400000007 , 26.3740500000004 ),
new google.maps.LatLng( 38.6567899999991 , 26.3858400000008 ),
new google.maps.LatLng( 38.6766200000002 , 26.4318700000003 ),
new google.maps.LatLng( 38.6750400000001 , 26.4826499999999 ),
new google.maps.LatLng( 38.6569099999997 , 26.5301600000003 ),
new google.maps.LatLng( 38.6175199999998 , 26.5615899999993 ),
new google.maps.LatLng( 38.5496800000001 , 26.6077499999992 ),
new google.maps.LatLng( 38.51224 , 26.6429200000002 ),
new google.maps.LatLng( 38.4606700000004 , 26.6476700000003 ),
new google.maps.LatLng( 38.3782100000008 , 26.7005599999993 ),
new google.maps.LatLng( 38.4060599999993 , 26.7424499999997 ),
new google.maps.LatLng( 38.3664900000003 , 26.7730900000006 ),
new google.maps.LatLng( 38.3588199999995 , 26.8238999999994 ),
new google.maps.LatLng( 38.3680299999996 , 26.8750600000003 ),
new google.maps.LatLng( 38.3803200000002 , 26.9257500000003 ),
new google.maps.LatLng( 38.3944599999995 , 26.9750299999996 ),
new google.maps.LatLng( 38.4062599999997 , 27.0249999999996 ),
new google.maps.LatLng( 38.4037700000008 , 27.0756500000007 ),
new google.maps.LatLng( 38.4409300000007 , 27.1360000000004 ),
new google.maps.LatLng( 38.4951000000001 , 27.0790300000008 ),
new google.maps.LatLng( 38.5363400000006 , 27.0386500000004 ),
new google.maps.LatLng( 38.5817399999996 , 27.0605300000007 ),
new google.maps.LatLng( 38.6285700000008 , 27.0352199999998 ),
new google.maps.LatLng( 38.6514900000002 , 26.9888300000002 ),
new google.maps.LatLng( 38.6421599999994 , 26.9382600000008 ),
new google.maps.LatLng( 38.6399600000004 , 26.88652 ),
new google.maps.LatLng( 38.6222899999993 , 26.8385899999994 ),
new google.maps.LatLng( 38.6161900000006 , 26.7880299999997 ),
new google.maps.LatLng( 38.69578 , 26.7664700000005 ),
new google.maps.LatLng( 38.7317800000001 , 26.8094000000001 ),
new google.maps.LatLng( 38.7459600000002 , 26.8582399999996 ),
new google.maps.LatLng( 38.7364199999993 , 26.90769 ),
new google.maps.LatLng( 38.7846499999996 , 26.9231500000005 ),
new google.maps.LatLng( 38.8265499999998 , 26.9505399999998 ),
new google.maps.LatLng( 38.8195099999994 , 27.0001900000007 ),
new google.maps.LatLng( 38.8611600000004 , 27.0287800000006 ),
new google.maps.LatLng( 38.8845399999991 , 27.0741300000009 ),
new google.maps.LatLng( 38.93361 , 27.05998 ),
new google.maps.LatLng( 38.9216899999992 , 27.0113500000007 ),
new google.maps.LatLng( 38.9318000000003 , 26.9325900000003 ),
new google.maps.LatLng( 38.9159999999993 , 26.8825699999998 ),
new google.maps.LatLng( 38.9738899999993 , 26.8227200000001 ),
new google.maps.LatLng( 39.0253100000009 , 26.8266100000001 ),
new google.maps.LatLng( 39.0491099999999 , 26.8707200000008 ),
new google.maps.LatLng( 39.09699 , 26.8866799999996 ),
new google.maps.LatLng( 39.1354699999993 , 26.8528499999993 ),
new google.maps.LatLng( 39.1540199999999 , 26.8055000000004 ),
new google.maps.LatLng( 39.1737099999991 , 26.7590400000008 ),
new google.maps.LatLng( 39.2192099999993 , 26.7368600000009 ),
new google.maps.LatLng( 39.2551199999998 , 26.7014099999997 ),
new google.maps.LatLng( 39.2728499999994 , 26.6524499999996 ),
new google.maps.LatLng( 39.2829600000005 , 26.6021199999996 ),
new google.maps.LatLng( 39.3816800000004 , 26.6243799999993 ),
new google.maps.LatLng( 39.3338899999999 , 26.6759399999992 ),
new google.maps.LatLng( 39.3480400000008 , 26.7248500000005 ),
new google.maps.LatLng( 39.3694799999994 , 26.7709799999993 ),
new google.maps.LatLng( 39.4018899999992 , 26.8117099999999 ),
new google.maps.LatLng( 39.4457600000005 , 26.8363800000006 ),
new google.maps.LatLng( 39.4755399999995 , 26.8776799999996 ),
new google.maps.LatLng( 39.4835899999998 , 26.9270500000002 ),
new google.maps.LatLng( 39.5312599999997 , 26.9442600000002 ),
new google.maps.LatLng( 39.5847699999995 , 26.9319300000006 ),
new google.maps.LatLng( 39.5733999999993 , 26.8829600000008 ),
new google.maps.LatLng( 39.5690300000006 , 26.8329099999992 ),
new google.maps.LatLng( 39.5715799999998 , 26.7819199999994 ),
new google.maps.LatLng( 39.5646199999992 , 26.7297999999992 ),
new google.maps.LatLng( 39.55602 , 26.6800999999996 ),
new google.maps.LatLng( 39.5513200000005 , 26.6282100000008 ),
new google.maps.LatLng( 39.54486 , 26.5759099999996 ),
new google.maps.LatLng( 39.5371099999993 , 26.5252799999998 ),
new google.maps.LatLng( 39.5310000000009 , 26.4752800000006 ),
new google.maps.LatLng( 39.5170500000004 , 26.4258699999991 ),
new google.maps.LatLng( 39.4903400000003 , 26.3835799999997 ),
new google.maps.LatLng( 39.4851299999991 , 26.3332200000004 ),
new google.maps.LatLng( 39.4839499999998 , 26.2819600000003 ),
new google.maps.LatLng( 39.4736300000004 , 26.2312399999992 ),
new google.maps.LatLng( 39.4673600000006 , 26.1793899999993 ),
new google.maps.LatLng( 39.4709700000003 , 26.1287400000001 ),
new google.maps.LatLng( 39.4942699999992 , 26.0833000000002 ),
new google.maps.LatLng( 39.5439900000001 , 26.0896200000007 ),
new google.maps.LatLng( 39.5922699999992 , 26.1119199999994 ),
new google.maps.LatLng( 39.6302799999994 , 26.1456799999996 ),
new google.maps.LatLng( 39.6785299999992 , 26.1631300000008 ),
new google.maps.LatLng( 39.7562300000009 , 26.1430099999998 ),
new google.maps.LatLng( 39.8039800000006 , 26.1615299999994 ),
new google.maps.LatLng( 39.8525100000006 , 26.1460700000007 ),
new google.maps.LatLng( 39.90013 , 26.1646400000009 ),
new google.maps.LatLng( 39.9501700000001 , 26.1688300000005 ),
new google.maps.LatLng( 39.9979399999993 , 26.1845099999991 ),
new google.maps.LatLng( 40.0047900000009 , 26.2353700000003 ),
new google.maps.LatLng( 40.0058700000009 , 26.2872499999994 ),
new google.maps.LatLng( 40.0328699999991 , 26.3297600000005 ),
new google.maps.LatLng( 40.0728099999997 , 26.3600299999998 ),
new google.maps.LatLng( 40.1072600000007 , 26.3977300000006 ),
new google.maps.LatLng( 40.1457900000005 , 26.4308299999993 ),
new google.maps.LatLng( 40.2056300000004 , 26.4096699999991 ),
new google.maps.LatLng( 40.1409800000001 , 26.3539299999993 ),
new google.maps.LatLng( 40.1041999999998 , 26.3190699999996 ),
new google.maps.LatLng( 40.0762099999993 , 26.2759600000009 ),
new google.maps.LatLng( 40.1084100000007 , 26.2127899999996 ),
new google.maps.LatLng( 40.1504199999999 , 26.2443600000006 ),
new google.maps.LatLng( 40.1998399999993 , 26.2566999999999 ),
new google.maps.LatLng( 40.2504700000009 , 26.2614799999992 ),
new google.maps.LatLng( 40.2980000000007 , 26.2416200000007 ),
new google.maps.LatLng( 40.3472899999997 , 26.2502199999999 ),
new google.maps.LatLng( 40.3644899999999 , 26.2974799999993 ),
new google.maps.LatLng( 40.3822199999995 , 26.3456200000001 ),
new google.maps.LatLng( 40.4061600000005 , 26.3898000000008 ),
new google.maps.LatLng( 40.4297800000004 , 26.4345300000004 ),
new google.maps.LatLng( 40.4508499999993 , 26.4800099999993 ),
new google.maps.LatLng( 40.4745399999993 , 26.5242300000009 ),
new google.maps.LatLng( 40.4941600000002 , 26.5727200000001 ),
new google.maps.LatLng( 40.5084000000006 , 26.6226100000003 ),
new google.maps.LatLng( 40.51073 , 26.6742400000003 ),
new google.maps.LatLng( 40.5369200000005 , 26.7173700000003 ),
new google.maps.LatLng( 40.5542999999998 , 26.7895700000008 ),
new google.maps.LatLng( 40.5869600000005 , 26.8278699999992 ),
new google.maps.LatLng( 40.6377900000007 , 26.8238600000004 ),
new google.maps.LatLng( 40.6582799999996 , 26.7767399999993 ),
new google.maps.LatLng( 40.6432299999997 , 26.7275100000006 ),
new google.maps.LatLng( 40.6371799999997 , 26.6776300000001 ),
new google.maps.LatLng( 40.6399199999996 , 26.6249700000008 ),
new google.maps.LatLng( 40.6325899999993 , 26.5747900000006 ),
new google.maps.LatLng( 40.6096300000008 , 26.5292399999998 ),
new google.maps.LatLng( 40.6059700000005 , 26.4772499999999 ),
new google.maps.LatLng( 40.6117599999998 , 26.4261700000006 ),
new google.maps.LatLng( 40.6128700000008 , 26.3757800000003 ),
new google.maps.LatLng( 40.6037500000002 , 26.3254400000005 ),
new google.maps.LatLng( 40.5992900000001 , 26.2746200000001 ),
new google.maps.LatLng( 40.6031500000008 , 26.2241599999998 ),
new google.maps.LatLng( 40.6002700000008 , 26.1731899999995 ),
new google.maps.LatLng( 40.5977700000003 , 26.1222699999998 ),
new google.maps.LatLng( 40.6214600000003 , 26.0750200000002 ),
new google.maps.LatLng( 40.6728000000003 , 26.0729699999993 ),
new google.maps.LatLng( 40.7403900000008 , 26.0781399999996 ),
new google.maps.LatLng( 40.7943899999991 , 26.0798400000003 ),
new google.maps.LatLng( 40.8278900000005 , 26.0406899999998 ),
new google.maps.LatLng( 40.8266199999998 , 25.9883000000009 ),
new google.maps.LatLng( 40.8418600000005 , 25.9358200000006 ),
new google.maps.LatLng( 40.85052 , 25.8849200000004 ),
new google.maps.LatLng( 40.8482199999999 , 25.8338299999996 ),
new google.maps.LatLng( 40.8408 , 25.7828200000004 ),
new google.maps.LatLng( 40.8409699999993 , 25.7316699999992 ),
new google.maps.LatLng( 40.8519500000002 , 25.6813600000005 ),
new google.maps.LatLng( 40.8614300000008 , 25.6319000000003 ),
new google.maps.LatLng( 40.8604200000009 , 25.5800999999992 ),
new google.maps.LatLng( 40.8711999999996 , 25.5293600000005 ),
new google.maps.LatLng( 40.8915699999998 , 25.4831599999998 ),
new google.maps.LatLng( 40.8985100000009 , 25.4330000000009 ),
new google.maps.LatLng( 40.9165900000007 , 25.3850299999995 ),
new google.maps.LatLng( 40.9396300000008 , 25.3393199999991 ),
new google.maps.LatLng( 40.9323100000001 , 25.2896799999999 ),
new google.maps.LatLng( 40.9367299999994 , 25.2384299999994 ),
new google.maps.LatLng( 40.9441000000006 , 25.1866900000005 ),
new google.maps.LatLng( 40.9686000000002 , 25.1394099999998 ),
new google.maps.LatLng( 41.0032100000008 , 25.1027400000003 ),
new google.maps.LatLng( 41.0081900000005 , 25.0510300000005 ),
new google.maps.LatLng( 40.9743099999996 , 25.0126400000008 ),
new google.maps.LatLng( 40.9328000000005 , 24.9847100000006 ),
new google.maps.LatLng( 40.9235100000005 , 24.9311500000003 ),
new google.maps.LatLng( 40.9085500000001 , 24.8793399999995 ),
new google.maps.LatLng( 40.9043199999996 , 24.8269199999995 ),
new google.maps.LatLng( 40.9099200000001 , 24.7745300000006 ),
new google.maps.LatLng( 40.9102299999995 , 24.7219800000003 ),
new google.maps.LatLng( 40.9140800000005 , 24.6680300000007 ),
new google.maps.LatLng( 40.9204000000009 , 24.5909900000006 ),
new google.maps.LatLng( 40.9389300000003 , 24.5441699999992 ),
new google.maps.LatLng( 40.9617500000004 , 24.4990500000004 ),
new google.maps.LatLng( 40.9399300000005 , 24.4000500000002 ),
new google.maps.LatLng( 40.9071299999996 , 24.3614099999995 ),
new google.maps.LatLng( 40.8813699999992 , 24.3184899999997 ),
new google.maps.LatLng( 40.8331500000004 , 24.3348999999998 ),
new google.maps.LatLng( 40.8119800000004 , 24.2889200000009 ),
new google.maps.LatLng( 40.7988399999995 , 24.2393800000009 ),
new google.maps.LatLng( 40.7754000000004 , 24.1930799999991 ),
new google.maps.LatLng( 40.7494600000009 , 24.1479299999992 ),
new google.maps.LatLng( 40.7320999999993 , 24.1002599999993 ),
new google.maps.LatLng( 40.7186899999997 , 24.05069 ),
new google.maps.LatLng( 40.7320199999995 , 24.0011699999995 ),
new google.maps.LatLng( 40.7447200000006 , 23.9518900000003 ),
new google.maps.LatLng( 40.7702499999996 , 23.9081700000006 ),
new google.maps.LatLng( 40.7847500000007 , 23.8168600000008 ),
new google.maps.LatLng( 40.7683400000005 , 23.7692599999991 ),
new google.maps.LatLng( 40.7428999999993 , 23.7256500000003 ),
new google.maps.LatLng( 40.7028200000004 , 23.6936999999998 ),
new google.maps.LatLng( 40.6662500000002 , 23.7286899999999 ),
new google.maps.LatLng( 40.6370599999991 , 23.7701300000008 ),
new google.maps.LatLng( 40.5943000000007 , 23.7981099999997 ),
new google.maps.LatLng( 40.5408200000002 , 23.8758099999996 ),
new google.maps.LatLng( 40.4890899999991 , 23.8195699999997 ),
new google.maps.LatLng( 40.44218 , 23.8384900000001 ),
new google.maps.LatLng( 40.3634000000002 , 23.8194399999993 ),
new google.maps.LatLng( 40.3449299999993 , 23.7728800000004 ),
new google.maps.LatLng( 40.3399800000007 , 23.7230199999995 ),
new google.maps.LatLng( 40.2907500000001 , 23.7075700000005 ),
new google.maps.LatLng( 40.2448000000004 , 23.7290900000007 ),
new google.maps.LatLng( 40.2168399999991 , 23.7722400000002 ),
new google.maps.LatLng( 40.1895199999999 , 23.8156500000005 ),
new google.maps.LatLng( 40.1721899999993 , 23.8642400000008 ),
new google.maps.LatLng( 40.1482500000002 , 23.90906 ),
new google.maps.LatLng( 40.12752 , 23.9554399999997 ),
new google.maps.LatLng( 40.0807700000005 , 23.9776199999997 ),
new google.maps.LatLng( 40.0350299999991 , 23.9989800000003 ),
new google.maps.LatLng( 39.9894800000002 , 24.0202100000006 ),
new google.maps.LatLng( 39.9482800000005 , 23.9910199999995 ),
new google.maps.LatLng( 39.9515800000008 , 23.9176299999999 ),
new google.maps.LatLng( 39.99352 , 23.8887699999996 ),
new google.maps.LatLng( 40.0136999999995 , 23.8426799999997 ),
new google.maps.LatLng( 40.0448500000002 , 23.8017799999998 ),
new google.maps.LatLng( 40.0833399999992 , 23.7681900000007 ),
new google.maps.LatLng( 40.1243799999993 , 23.7379199999996 ),
new google.maps.LatLng( 40.1680799999995 , 23.7095200000003 ),
new google.maps.LatLng( 40.2052700000004 , 23.6758399999999 ),
new google.maps.LatLng( 40.2240299999994 , 23.6284099999993 ),
new google.maps.LatLng( 40.2343199999996 , 23.5778300000002 ),
new google.maps.LatLng( 40.2456600000005 , 23.5286799999994 ),
new google.maps.LatLng( 40.2687000000005 , 23.4840299999996 ),
new google.maps.LatLng( 40.2747799999997 , 23.4319500000001 ),
new google.maps.LatLng( 40.2724799999996 , 23.3799299999991 ),
new google.maps.LatLng( 40.2312999999995 , 23.3492900000001 ),
new google.maps.LatLng( 40.2315899999994 , 23.2987400000002 ),
new google.maps.LatLng( 40.2530900000002 , 23.2511400000003 ),
new google.maps.LatLng( 40.2634999999991 , 23.2000000000007 ),
new google.maps.LatLng( 40.2813900000001 , 23.1300800000008 ),
new google.maps.LatLng( 40.3047700000006 , 23.0858100000005 ),
new google.maps.LatLng( 40.3240700000006 , 23.03874 ),
new google.maps.LatLng( 40.3626000000004 , 23.0059099999999 ),
new google.maps.LatLng( 40.3782800000008 , 22.9569499999998 ),
new google.maps.LatLng( 40.3757399999995 , 22.9059099999995 ),
new google.maps.LatLng( 40.4216699999997 , 22.8843500000003 ),
new google.maps.LatLng( 40.4972199999993 , 22.8593199999996 ),
new google.maps.LatLng( 40.5272000000004 , 22.9538100000009 ),
new google.maps.LatLng( 40.5691999999999 , 22.9840499999991 ),
new google.maps.LatLng( 40.6089699999993 , 22.9536200000002 ),
new google.maps.LatLng( 40.6470000000008 , 22.9206099999992 ),
new google.maps.LatLng( 40.6251300000004 , 22.8748300000007 ),
new google.maps.LatLng( 40.6164100000005 , 22.8250900000003 ),
new google.maps.LatLng( 40.6076599999997 , 22.7753699999994 ),
new google.maps.LatLng( 40.5809900000004 , 22.7298499999997 ),
new google.maps.LatLng( 40.5646799999995 , 22.6777299999994 ),
new google.maps.LatLng( 40.5382000000009 , 22.6305400000001 ),
new google.maps.LatLng( 40.4929699999993 , 22.6083899999994 ),
new google.maps.LatLng( 40.4400600000008 , 22.6064299999998 ),
new google.maps.LatLng( 40.3896399999994 , 22.6190800000004 ),
new google.maps.LatLng( 40.3494300000002 , 22.64977 ),
new google.maps.LatLng( 40.3080800000007 , 22.6175800000001 ),
new google.maps.LatLng( 40.2341899999992 , 22.5962500000005 ),
new google.maps.LatLng( 40.1923499999994 , 22.5681800000002 ),
new google.maps.LatLng( 40.14444 , 22.5505300000004 ),
new google.maps.LatLng( 40.0928399999993 , 22.5573100000001 ),
new google.maps.LatLng( 40.0463199999995 , 22.5818199999994 ),
new google.maps.LatLng( 40.0064899999998 , 22.6180899999999 ),
new google.maps.LatLng( 39.9761699999999 , 22.6582500000004 ),
new google.maps.LatLng( 39.9506999999994 , 22.7022400000005 ),
new google.maps.LatLng( 39.8997500000005 , 22.7096299999994 ),
new google.maps.LatLng( 39.8691500000004 , 22.7512900000002 ),
new google.maps.LatLng( 39.8473900000008 , 22.7985399999998 ),
new google.maps.LatLng( 39.8130899999996 , 22.8350100000007 ),
new google.maps.LatLng( 39.7685999999994 , 22.8608299999996 ),
new google.maps.LatLng( 39.7181199999995 , 22.8689300000005 ),
new google.maps.LatLng( 39.6686200000004 , 22.8878600000007 ),
new google.maps.LatLng( 39.6246300000003 , 22.9160599999996 ),
new google.maps.LatLng( 39.5881300000001 , 22.9529600000005 ),
new google.maps.LatLng( 39.5649900000008 , 23.0022100000006 ),
new google.maps.LatLng( 39.5418800000007 , 23.0478199999998 ),
new google.maps.LatLng( 39.51512 , 23.0901599999997 ),
new google.maps.LatLng( 39.4741099999992 , 23.1223399999999 ),
new google.maps.LatLng( 39.4337799999994 , 23.1523899999993 ),
new google.maps.LatLng( 39.3945299999996 , 23.1859600000007 ),
new google.maps.LatLng( 39.3655500000004 , 23.2290699999994 ),
new google.maps.LatLng( 39.3272199999992 , 23.2641000000003 ),
new google.maps.LatLng( 39.2853400000004 , 23.2958199999994 ),
new google.maps.LatLng( 39.2405199999994 , 23.3189700000003 ),
new google.maps.LatLng( 39.1975999999995 , 23.3466900000003 ),
new google.maps.LatLng( 39.1551500000005 , 23.3177400000004 ),
new google.maps.LatLng( 39.2023700000009 , 23.1966400000001 ),
new google.maps.LatLng( 39.2509900000005 , 23.1783099999993 ),
new google.maps.LatLng( 39.2873299999992 , 23.1402400000006 ),
new google.maps.LatLng( 39.3133600000001 , 23.0968300000004 ),
new google.maps.LatLng( 39.3173299999999 , 23.0430799999995 ),
new google.maps.LatLng( 39.3547799999997 , 22.94938 ),
new google.maps.LatLng( 39.2917099999995 , 22.8919499999993 ),
new google.maps.LatLng( 39.2843900000007 , 22.8409599999995 ),
new google.maps.LatLng( 39.2154699999992 , 22.8181499999992 ),
new google.maps.LatLng( 39.1790600000004 , 22.8524199999993 ),
new google.maps.LatLng( 39.16165 , 22.9010999999991 ),
new google.maps.LatLng( 39.1264200000005 , 22.9384699999991 ),
new google.maps.LatLng( 39.0965699999997 , 22.9802600000003 ),
new google.maps.LatLng( 39.0467599999993 , 22.9855399999997 ),
new google.maps.LatLng( 39.0448899999992 , 23.0372900000002 ),
new google.maps.LatLng( 38.9711200000002 , 23.0594299999993 ),
new google.maps.LatLng( 38.9405599999991 , 22.9552199999998 ),
new google.maps.LatLng( 38.9251000000004 , 22.9070800000009 ),
new google.maps.LatLng( 38.8793399999995 , 22.8543000000009 ),
new google.maps.LatLng( 38.8762000000006 , 22.7557799999995 ),
new google.maps.LatLng( 38.8955700000006 , 22.7018000000007 ),
new google.maps.LatLng( 38.9276900000004 , 22.6498499999998 ),
new google.maps.LatLng( 38.9228999999996 , 22.5706100000007 ),
new google.maps.LatLng( 38.9202499999992 , 22.5169100000003 ),
new google.maps.LatLng( 38.9103599999999 , 22.4910600000003 ),
new google.maps.LatLng( 40.6730599999992 , 21.03161 ),
new google.maps.LatLng( 40.5744699999996 , 20.6899400000002 ),
new google.maps.LatLng( 40.6101600000002 , 20.2378399999998 ),
new google.maps.LatLng( 40.6934399999991 , 19.7619500000001 ),
new google.maps.LatLng( 40.61384 , 19.47703 ),
new google.maps.LatLng( 40.6315699999996 , 19.3495500000008 ),
new google.maps.LatLng( 40.6447700000008 , 19.3432799999991 ),
new google.maps.LatLng( 40.6858100000009 , 19.3731700000008 ),
new google.maps.LatLng( 40.7343700000001 , 19.3899399999991 ),
new google.maps.LatLng( 40.7816700000003 , 19.3708700000007 ),
new google.maps.LatLng( 40.8147800000006 , 19.4085300000006 ),
new google.maps.LatLng( 40.9320499999994 , 19.4232900000006 ),
new google.maps.LatLng( 40.9899800000003 , 19.4893699999993 ),
new google.maps.LatLng( 41.02916 , 19.4569200000005 ),
new google.maps.LatLng( 41.0791900000004 , 19.4668899999997 ),
new google.maps.LatLng( 41.1295399999999 , 19.4574900000007 ),
new google.maps.LatLng( 41.1676900000002 , 19.4908099999993 ),
new google.maps.LatLng( 41.2119600000005 , 19.5144700000001 ),
new google.maps.LatLng( 41.2626799999998 , 19.5200199999999 ),
new google.maps.LatLng( 41.2992699999995 , 19.4827800000003 ),
new google.maps.LatLng( 41.3145100000002 , 19.4341999999997 ),
new google.maps.LatLng( 41.3645500000002 , 19.4284499999994 ),
new google.maps.LatLng( 41.3967799999991 , 19.4217599999993 ),
new google.maps.LatLng( 43.0253200000006 , 22.9028400000007 ),
new google.maps.LatLng( 43.5373999999993 , 24.2471700000006 ),
new google.maps.LatLng( 43.7322700000004 , 24.4359299999996 ),
new google.maps.LatLng( 43.7341699999997 , 24.4421999999995 ),
new google.maps.LatLng( 43.7586200000005 , 24.5223299999998 ),
new google.maps.LatLng( 43.7354099999993 , 24.6126399999994 ),
new google.maps.LatLng( 43.7095000000008 , 24.6697600000007 ),
new google.maps.LatLng( 43.6939999999995 , 24.7208800000008 ),
new google.maps.LatLng( 43.7081899999994 , 24.7727500000001 ),
new google.maps.LatLng( 43.7116999999998 , 24.8677900000002 ),
new google.maps.LatLng( 43.7184500000003 , 24.9227599999995 ),
new google.maps.LatLng( 43.7162599999992 , 24.9746099999993 ),
new google.maps.LatLng( 43.6973899999994 , 25.0221000000001 ),
new google.maps.LatLng( 43.6869299999998 , 25.07258 ),
new google.maps.LatLng( 43.6598699999995 , 25.1159599999992 ),
new google.maps.LatLng( 43.6444800000008 , 25.16518 ),
new google.maps.LatLng( 43.6430500000006 , 25.2187200000008 ),
new google.maps.LatLng( 43.6484400000008 , 25.2756200000003 ),
new google.maps.LatLng( 43.63184 , 25.3280200000008 ),
new google.maps.LatLng( 43.6139199999998 , 25.3750299999992 ),
new google.maps.LatLng( 43.6286799999998 , 25.4246399999993 ),
new google.maps.LatLng( 43.64077 , 25.4804499999991 ),
new google.maps.LatLng( 43.6440899999998 , 25.5373999999993 ),
new google.maps.LatLng( 43.6659899999995 , 25.5845800000006 ),
new google.maps.LatLng( 43.6774000000005 , 25.6402799999996 ),
new google.maps.LatLng( 43.6847799999996 , 25.6971699999995 ),
new google.maps.LatLng( 43.7033699999993 , 25.7468000000008 ),
new google.maps.LatLng( 43.7361000000001 , 25.7891099999997 ),
new google.maps.LatLng( 43.7692800000004 , 25.8334799999993 ),
new google.maps.LatLng( 43.7901999999995 , 25.8893499999995 ),
new google.maps.LatLng( 43.8315199999997 , 25.9208099999996 ),
new google.maps.LatLng( 43.87428 , 25.9505900000004 ),
new google.maps.LatLng( 43.8865600000008 , 25.9999900000003 ),
new google.maps.LatLng( 43.9147699999994 , 26.0442899999998 ),
new google.maps.LatLng( 43.9461800000008 , 26.0868100000007 ),
new google.maps.LatLng( 43.9748999999993 , 26.1311299999998 ),
new google.maps.LatLng( 43.9805699999997 , 26.1808299999993 ),
new google.maps.LatLng( 43.9951700000001 , 26.2309399999995 ),
new google.maps.LatLng( 44.0138100000004 , 26.2799400000004 ),
new google.maps.LatLng( 44.0298700000003 , 26.3351500000008 ),
new google.maps.LatLng( 44.0239299999994 , 26.3857499999995 ),
new google.maps.LatLng( 44.0391299999992 , 26.4408500000009 ),
new google.maps.LatLng( 44.04061 , 26.4952900000008 ),
new google.maps.LatLng( 44.0430099999994 , 26.5495200000005 ),
new google.maps.LatLng( 44.0609700000005 , 26.6040599999997 ),
new google.maps.LatLng( 44.0532600000006 , 26.6548500000008 ),
new google.maps.LatLng( 44.0666600000004 , 26.7035799999994 ),
new google.maps.LatLng( 44.0851399999992 , 26.7535100000005 ),
new google.maps.LatLng( 44.0927100000008 , 26.8078499999992 ),
new google.maps.LatLng( 44.1126999999997 , 26.8599900000008 ),
new google.maps.LatLng( 44.1328699999995 , 26.9123199999995 ),
new google.maps.LatLng( 44.1349699999992 , 26.9660100000001 ),
new google.maps.LatLng( 44.1357700000008 , 27.0172299999995 ),
new google.maps.LatLng( 44.1355899999999 , 27.0687799999996 ),
new google.maps.LatLng( 44.1353199999994 , 27.1247800000001 ),
new google.maps.LatLng( 44.1136900000001 , 27.1802499999994 ),
new google.maps.LatLng( 44.1116099999999 , 27.2315099999996 ),
new google.maps.LatLng( 44.1291999999994 , 27.2833599999994 ),
new google.maps.LatLng( 44.1263299999991 , 27.3363700000009 ),
new google.maps.LatLng( 44.1130799999992 , 27.3900400000002 ),
new google.maps.LatLng( 44.1162800000002 , 27.4400499999992 ),
new google.maps.LatLng( 44.1472400000002 , 27.4889299999995 ),
new google.maps.LatLng( 44.1753100000005 , 27.5334800000001 ),
new google.maps.LatLng( 44.2076899999993 , 27.5960400000004 ),
new google.maps.LatLng( 44.1968400000005 , 27.6483100000005 ),
new google.maps.LatLng( 44.1948100000009 , 27.7039399999994 ),
new google.maps.LatLng( 44.2092300000004 , 27.7570699999997 ),
new google.maps.LatLng( 44.2367400000003 , 27.8084500000004 ),
new google.maps.LatLng( 44.2385300000005 , 27.8651000000009 ),
new google.maps.LatLng( 44.2409900000002 , 27.9210600000006 ),
new google.maps.LatLng( 44.2759900000001 , 27.9717199999996 ),
new google.maps.LatLng( 44.3207700000003 , 27.99928 ),
new google.maps.LatLng( 44.3665899999996 , 28.0294200000008 ),
new google.maps.LatLng( 44.4083300000002 , 28.0682099999995 ),
new google.maps.LatLng( 44.4406899999994 , 28.1074200000003 ),
new google.maps.LatLng( 44.4838099999997 , 28.0809599999993 ),
new google.maps.LatLng( 44.5213500000009 , 28.0346499999996 ),
new google.maps.LatLng( 44.5808199999992 , 28.0257600000004 ),
new google.maps.LatLng( 44.6395300000004 , 28.0152899999994 ),
new google.maps.LatLng( 44.6699399999998 , 27.9749499999998 ),
new google.maps.LatLng( 44.6927699999997 , 27.9018599999999 ),
new google.maps.LatLng( 44.7449799999995 , 27.8956099999996 ),
new google.maps.LatLng( 44.7911499999991 , 27.8747500000009 ),
new google.maps.LatLng( 44.8377999999993 , 27.8489900000004 ),
new google.maps.LatLng( 44.8864400000002 , 27.8688199999997 ),
new google.maps.LatLng( 44.9272400000009 , 27.9010300000009 ),
new google.maps.LatLng( 44.9779199999994 , 27.9239300000008 ),
new google.maps.LatLng( 45.0316999999995 , 27.9223000000002 ),
new google.maps.LatLng( 45.0833999999995 , 27.9290500000006 ),
new google.maps.LatLng( 45.1236000000008 , 27.9669099999992 ),
new google.maps.LatLng( 45.1743000000006 , 27.9779699999999 ),
new google.maps.LatLng( 45.2270499999995 , 27.9850200000001 ),
new google.maps.LatLng( 45.2765999999992 , 28.0026899999993 ),
new google.maps.LatLng( 45.3251999999993 , 28.0181200000006 ),
new google.maps.LatLng( 45.3795399999999 , 28.0264900000002 ),
new google.maps.LatLng( 45.4088900000006 , 28.0732000000007 ),
new google.maps.LatLng( 45.4238100000002 , 28.1247600000006 ),
new google.maps.LatLng( 45.4144400000005 , 28.1761200000001 ),
new google.maps.LatLng( 45.4496600000002 , 28.2141900000006 ),
new google.maps.LatLng( 45.4323999999997 , 28.2621999999992 ),
new google.maps.LatLng( 45.3892400000004 , 28.2996899999998 ),
new google.maps.LatLng( 45.357 , 28.34728 ),
new google.maps.LatLng( 45.3297299999995 , 28.4048399999992 ),
new google.maps.LatLng( 45.3046799999993 , 28.4676600000003 ),
new google.maps.LatLng( 45.2791500000003 , 28.5310100000006 ),
new google.maps.LatLng( 45.2653599999994 , 28.5841500000006 ),
new google.maps.LatLng( 45.2636500000008 , 28.6460100000004 ),
new google.maps.LatLng( 45.2488499999999 , 28.6938800000007 ),
new google.maps.LatLng( 45.2485199999992 , 28.7677600000006 ),
new google.maps.LatLng( 45.3418799999999 , 28.7997799999994 ),
new google.maps.LatLng( 45.3395999999993 , 28.8513600000006 ),
new google.maps.LatLng( 45.3110799999995 , 28.8931499999999 ),
new google.maps.LatLng( 45.3095699999994 , 28.9454700000006 ),
new google.maps.LatLng( 45.3592000000008 , 28.9653099999996 ),
new google.maps.LatLng( 45.3742700000003 , 29.0197399999997 ),
new google.maps.LatLng( 45.3945999999996 , 29.0658899999999 ),
new google.maps.LatLng( 45.4001200000002 , 29.1215200000006 ),
new google.maps.LatLng( 45.4020500000006 , 29.1807700000008 ),
new google.maps.LatLng( 45.4334699999999 , 29.2262900000005 ),
new google.maps.LatLng( 45.4508299999998 , 29.2742799999996 ),
new google.maps.LatLng( 45.4512400000003 , 29.3269799999998 ),
new google.maps.LatLng( 45.4298799999997 , 29.3745500000005 ),
new google.maps.LatLng( 45.4234199999992 , 29.4340200000006 ),
new google.maps.LatLng( 45.4283500000001 , 29.4844900000007 ),
new google.maps.LatLng( 45.4040000000005 , 29.5826199999992 ),
new google.maps.LatLng( 45.3726100000003 , 29.6273399999991 ),
new google.maps.LatLng( 45.3258999999998 , 29.6571399999993 ),
new google.maps.LatLng( 45.2792100000006 , 29.6778200000008 ),
new google.maps.LatLng( 45.2392299999992 , 29.6391899999999 ),
new google.maps.LatLng( 45.1913499999991 , 29.6567200000009 ),
new google.maps.LatLng( 45.14005 , 29.6978400000007 ),
new google.maps.LatLng( 45.0895899999996 , 29.6903700000003 ),
new google.maps.LatLng( 45.0390399999997 , 29.6807700000008 ),
new google.maps.LatLng( 44.98884 , 29.6740200000004 ),
new google.maps.LatLng( 44.9430900000007 , 29.64869 ),
new google.maps.LatLng( 44.9078499999996 , 29.6103999999996 ),
new google.maps.LatLng( 44.8621199999998 , 29.58691 ),
new google.maps.LatLng( 44.8429699999997 , 29.5405499999997 ),
new google.maps.LatLng( 44.8331699999999 , 29.4903599999998 ),
new google.maps.LatLng( 44.8293400000002 , 29.4378400000005 ),
new google.maps.LatLng( 44.8190400000003 , 29.3862499999996 ),
new google.maps.LatLng( 44.8170200000004 , 29.3334900000009 ),
new google.maps.LatLng( 44.8226400000003 , 29.2822300000007 ),
new google.maps.LatLng( 44.8146699999998 , 29.2321200000006 ),
new google.maps.LatLng( 44.8006000000005 , 29.1812800000007 ),
new google.maps.LatLng( 44.7802499999998 , 29.13537 ),
new google.maps.LatLng( 44.7509100000007 , 29.0937900000008 ),
new google.maps.LatLng( 44.7195200000006 , 29.0524000000005 ),
new google.maps.LatLng( 44.6858599999996 , 29.0144199999995 ),
new google.maps.LatLng( 44.6611499999999 , 28.9681 ),
new google.maps.LatLng( 44.6929899999996 , 28.9287700000004 ),
new google.maps.LatLng( 44.6703199999993 , 28.8828099999992 ),
new google.maps.LatLng( 44.6443099999997 , 28.8390899999995 ),
new google.maps.LatLng( 44.6065199999994 , 28.8052499999994 ),
new google.maps.LatLng( 44.5160899999992 , 28.8037399999994 ),
new google.maps.LatLng( 44.4502100000009 , 28.7715200000002 ),
new google.maps.LatLng( 44.4122000000007 , 28.7342399999998 ),
new google.maps.LatLng( 44.3638699999992 , 28.7163899999996 ),
new google.maps.LatLng( 44.3287099999998 , 28.6798199999994 ),
new google.maps.LatLng( 44.2852600000006 , 28.6543399999991 ),
new google.maps.LatLng( 44.2343400000009 , 28.6671100000003 ),
new google.maps.LatLng( 44.1830499999996 , 28.6667899999993 ),
new google.maps.LatLng( 44.13184 , 28.6628500000006 ),
new google.maps.LatLng( 44.0831400000006 , 28.6802299999999 ),
new google.maps.LatLng( 44.0327699999998 , 28.6782999999996 ),
new google.maps.LatLng( 43.9826599999997 , 28.6790500000006 ),
new google.maps.LatLng( 43.9334299999991 , 28.6619300000002 ),
new google.maps.LatLng( 43.8810099999992 , 28.6469400000005 ),
new google.maps.LatLng( 43.8321699999997 , 28.6291700000002 ),
new google.maps.LatLng( 43.7830699999995 , 28.6087499999994 ),
new google.maps.LatLng( 43.7344300000004 , 28.5915600000008 ),
new google.maps.LatLng( 43.6816799999997 , 28.5889299999999 ),
new google.maps.LatLng( 43.6293700000006 , 28.5943200000002 ),
new google.maps.LatLng( 43.5804800000005 , 28.6116099999999 ),
new google.maps.LatLng( 43.5288700000001 , 28.6212400000004 ),
new google.maps.LatLng( 43.48056 , 28.5955099999992 ),
new google.maps.LatLng( 43.4475000000002 , 28.5576400000009 ),
new google.maps.LatLng( 43.4007999999994 , 28.4971700000006 ),
new google.maps.LatLng( 43.3755700000002 , 28.4511299999995 ),
new google.maps.LatLng( 43.3995699999996 , 28.4061500000007 ),
new google.maps.LatLng( 43.4171999999999 , 28.3591699999997 ),
new google.maps.LatLng( 43.4170400000003 , 28.3085900000005 ),
new google.maps.LatLng( 43.4091800000006 , 28.2580500000004 ),
new google.maps.LatLng( 43.4097399999991 , 28.2060999999994 ),
new google.maps.LatLng( 43.4048399999992 , 28.1534100000008 ),
new google.maps.LatLng( 43.3835500000005 , 28.1073199999992 ),
new google.maps.LatLng( 43.3381700000009 , 28.0797299999995 ),
new google.maps.LatLng( 43.2910300000003 , 28.0620600000002 ),
new google.maps.LatLng( 43.2503300000008 , 28.0322099999994 ),
new google.maps.LatLng( 43.2237700000005 , 27.9890599999999 ),
new google.maps.LatLng( 43.1961699999993 , 27.9470799999999 ),
new google.maps.LatLng( 43.1510600000001 , 27.9700900000007 ),
new google.maps.LatLng( 43.1078199999993 , 27.9429099999998 ),
new google.maps.LatLng( 43.0582900000009 , 27.9351000000006 ),
new google.maps.LatLng( 43.0109100000009 , 27.9150100000006 ),
new google.maps.LatLng( 42.9597599999997 , 27.9139599999999 ),
new google.maps.LatLng( 42.9056899999996 , 27.9142699999993 ),
new google.maps.LatLng( 42.8557899999996 , 27.9108799999995 ),
new google.maps.LatLng( 42.8050700000003 , 27.8999000000003 ),
new google.maps.LatLng( 42.7551800000001 , 27.91237 ),
new google.maps.LatLng( 42.7132999999994 , 27.8812199999993 ),
new google.maps.LatLng( 42.7140600000002 , 27.79169 ),
new google.maps.LatLng( 42.7033800000008 , 27.7405500000004 ),
new google.maps.LatLng( 42.6536099999994 , 27.74676 ),
new google.maps.LatLng( 42.6388200000001 , 27.6975000000002 ),
new google.maps.LatLng( 42.6121899999998 , 27.6410400000004 ),
new google.maps.LatLng( 42.5665499999996 , 27.5653700000003 ),
new google.maps.LatLng( 42.5397499999999 , 27.5227099999993 ),
new google.maps.LatLng( 42.4969000000001 , 27.4961199999998 ),
new google.maps.LatLng( 42.4635899999994 , 27.5338699999993 ),
new google.maps.LatLng( 42.4678899999999 , 27.5842400000001 ),
new google.maps.LatLng( 42.4702199999992 , 27.6352700000007 ),
new google.maps.LatLng( 42.4440599999998 , 27.6779100000003 ),
new google.maps.LatLng( 42.4339400000008 , 27.7281399999993 ),
new google.maps.LatLng( 42.3852999999999 , 27.7438500000008 ),
new google.maps.LatLng( 42.3513999999996 , 27.7825400000002 ),
new google.maps.LatLng( 42.2781900000009 , 27.7818800000005 ),
new google.maps.LatLng( 42.2407399999993 , 27.8165499999996 ),
new google.maps.LatLng( 42.2064399999999 , 27.8544399999992 ),
new google.maps.LatLng( 42.1705899999997 , 27.8903399999999 ),
new google.maps.LatLng( 42.1306499999992 , 27.9217900000003 ),
new google.maps.LatLng( 42.0971499999996 , 27.9610200000006 ),
new google.maps.LatLng( 42.0615400000006 , 27.9980400000004 ),
new google.maps.LatLng( 42.0221999999994 , 28.0297900000005 ),
new google.maps.LatLng( 41.9756099999995 , 28.0501000000004 ),
new google.maps.LatLng( 41.9259099999999 , 28.0559200000007 ),
new google.maps.LatLng( 41.9103200000009 , 28.0084000000006 ),
new google.maps.LatLng( 41.8612799999992 , 27.9983100000009 ),
new google.maps.LatLng( 41.8151300000009 , 28.0216 ),
new google.maps.LatLng( 41.7742099999996 , 28.0548299999991 ),
new google.maps.LatLng( 41.7285900000006 , 28.0760699999992 ),
new google.maps.LatLng( 41.6934500000007 , 28.1142 ),
new google.maps.LatLng( 41.6431400000001 , 28.1259499999996 ),
new google.maps.LatLng( 41.6058599999997 , 28.1594000000005 ),
new google.maps.LatLng( 41.5678499999995 , 28.1952299999994 ),
new google.maps.LatLng( 41.5406899999998 , 28.2377099999994 ),
new google.maps.LatLng( 41.5167500000007 , 28.2837600000003 ),
new google.maps.LatLng( 41.4776999999995 , 28.3679900000006 ),
new google.maps.LatLng( 41.4549499999994 , 28.4139099999993 ),
new google.maps.LatLng( 41.4370899999994 , 28.4646100000009 ),
new google.maps.LatLng( 41.4200700000001 , 28.5138900000002 ),
new google.maps.LatLng( 41.4003100000009 , 28.5645999999997 ),
new google.maps.LatLng( 41.3832999999995 , 28.6137999999992 ),
new google.maps.LatLng( 41.3660099999997 , 28.6648700000005 ),
new google.maps.LatLng( 41.3523700000005 , 28.7103100000004 ),
new google.maps.LatLng( 41.2531099999997 , 28.6183999999994 ),
new google.maps.LatLng( 41.1757799999996 , 28.5529700000006 ),
new google.maps.LatLng( 41.0846999999994 , 28.5335300000006 ),
new google.maps.LatLng( 41.0349499999993 , 28.4923699999999 ),
new google.maps.LatLng( 41.0447600000007 , 28.4776099999999 ),
new google.maps.LatLng( 41.0643 , 28.42958 ),
new google.maps.LatLng( 41.0727100000004 , 28.3798399999996 ),
new google.maps.LatLng( 41.07575 , 28.3291599999993 ),
new google.maps.LatLng( 41.0833600000005 , 28.2777999999998 ),
new google.maps.LatLng( 41.0931999999993 , 28.2276199999997 ),
new google.maps.LatLng( 41.0839699999997 , 28.1782800000001 ),
new google.maps.LatLng( 41.0765200000005 , 28.1275800000003 ),
new google.maps.LatLng( 41.0655100000004 , 28.0785199999991 ),
new google.maps.LatLng( 41.0542299999997 , 28.0277999999998 ),
new google.maps.LatLng( 41.0252799999998 , 27.9860499999995 ),
new google.maps.LatLng( 40.9819100000004 , 27.9593600000007 ),
new google.maps.LatLng( 40.9858600000007 , 27.8718000000008 ),
new google.maps.LatLng( 41.0099100000007 , 27.8273399999998 ),
new google.maps.LatLng( 41.0238300000001 , 27.7783400000008 ),
new google.maps.LatLng( 41.0383299999994 , 27.7301399999997 ),
new google.maps.LatLng( 41.0246999999999 , 27.6812399999999 ),
new google.maps.LatLng( 41.0123299999996 , 27.6323599999996 ),
new google.maps.LatLng( 41.0022100000006 , 27.5819200000005 ),
new google.maps.LatLng( 40.9911499999998 , 27.5315699999992 ),
new google.maps.LatLng( 40.9531999999999 , 27.4975099999992 ),
new google.maps.LatLng( 40.9080200000008 , 27.4731599999996 ),
new google.maps.LatLng( 40.8591199999992 , 27.4608000000007 ),
new google.maps.LatLng( 40.8312700000006 , 27.4188400000003 ),
new google.maps.LatLng( 40.8059799999992 , 27.3744600000009 ),
new google.maps.LatLng( 40.7793299999994 , 27.3315899999998 ),
new google.maps.LatLng( 40.7320400000008 , 27.3130600000004 ),
new google.maps.LatLng( 40.6920399999999 , 27.2820100000008 ),
new google.maps.LatLng( 40.6709200000005 , 27.2342700000008 ),
new google.maps.LatLng( 40.6422600000005 , 27.1925499999998 ),
new google.maps.LatLng( 40.6236599999993 , 27.1460800000004 ),
new google.maps.LatLng( 40.6087200000002 , 27.0976599999995 ),
new google.maps.LatLng( 40.5907900000002 , 27.0462200000002 ),
new google.maps.LatLng( 40.5699600000007 , 27.0003500000003 ),
new google.maps.LatLng( 40.5507600000001 , 26.9533900000006 ),
new google.maps.LatLng( 40.5393199999999 , 26.9039300000004 ),
new google.maps.LatLng( 40.5198700000001 , 26.8564100000003 ),
new google.maps.LatLng( 40.5047200000008 , 26.8073999999997 ),
new google.maps.LatLng( 40.48596 , 26.7596200000007 ),
new google.maps.LatLng( 40.4663299999993 , 26.7124999999996 ),
new google.maps.LatLng( 40.3927899999999 , 26.6758200000004 ),
new google.maps.LatLng( 40.3971600000004 , 26.7393400000001 ),
new google.maps.LatLng( 40.4030000000002 , 26.7900499999996 ),
new google.maps.LatLng( 40.4037800000006 , 26.8419200000008 ),
new google.maps.LatLng( 40.4025399999991 , 26.8944100000008 ),
new google.maps.LatLng( 40.3927000000003 , 26.9440799999993 ),
new google.maps.LatLng( 40.3919000000005 , 26.9945499999994 ),
new google.maps.LatLng( 40.4044300000005 , 27.0432500000006 ),
new google.maps.LatLng( 40.4416000000001 , 27.0782600000002 ),
new google.maps.LatLng( 40.4527199999993 , 27.1283600000006 ),
new google.maps.LatLng( 40.4480000000003 , 27.1785400000008 ),
new google.maps.LatLng( 40.4556699999994 , 27.2291700000005 ),
new google.maps.LatLng( 40.4818899999991 , 27.2735499999999 ),
new google.maps.LatLng( 40.4377100000002 , 27.3099099999999 ),
new google.maps.LatLng( 40.3878199999999 , 27.3176199999998 ),
new google.maps.LatLng( 40.36499 , 27.3628499999995 ),
new google.maps.LatLng( 40.3420600000009 , 27.4087 ),
new google.maps.LatLng( 40.3293699999995 , 27.4587699999993 ),
new google.maps.LatLng( 40.3189899999998 , 27.5085299999992 ),
new google.maps.LatLng( 40.3209700000007 , 27.5607799999998 ),
new google.maps.LatLng( 40.33302 , 27.6093999999994 ),
new google.maps.LatLng( 40.3254099999995 , 27.6601599999995 ),
new google.maps.LatLng( 40.31999 , 27.7098800000003 ),
new google.maps.LatLng( 40.3222499999993 , 27.7624099999994 ),
new google.maps.LatLng( 40.3456000000006 , 27.8067900000005 ),
new google.maps.LatLng( 40.3936300000005 , 27.8211599999995 ),
new google.maps.LatLng( 40.4218199999996 , 27.7764299999999 ),
new google.maps.LatLng( 40.4577300000001 , 27.7416200000007 ),
new google.maps.LatLng( 40.4717099999998 , 27.6606200000006 ),
new google.maps.LatLng( 40.5246499999994 , 27.6966300000004 ),
new google.maps.LatLng( 40.5252700000001 , 27.7467699999997 ),
new google.maps.LatLng( 40.5250699999997 , 27.7975000000006 ),
new google.maps.LatLng( 40.5202399999998 , 27.8491400000003 ),
new google.maps.LatLng( 40.5132699999995 , 27.8990799999992 ),
new google.maps.LatLng( 40.5026500000004 , 27.9489400000002 ),
new google.maps.LatLng( 40.5005600000004 , 27.9995099999996 ),
new google.maps.LatLng( 40.4508800000003 , 28.0076900000004 ),
new google.maps.LatLng( 40.4261200000001 , 27.9625799999994 ),
new google.maps.LatLng( 40.3673899999994 , 28.0075799999995 ),
new google.maps.LatLng( 40.3861899999993 , 28.0776700000006 ),
new google.maps.LatLng( 40.3992099999996 , 28.1274900000008 ),
new google.maps.LatLng( 40.4073900000003 , 28.1798299999991 ),
new google.maps.LatLng( 40.4129499999999 , 28.2323099999994 ),
new google.maps.LatLng( 40.4152599999998 , 28.2844600000008 ),
new google.maps.LatLng( 40.4100999999991 , 28.3343299999997 ),
new google.maps.LatLng( 40.4073599999992 , 28.3859100000009 ),
new google.maps.LatLng( 40.3890499999998 , 28.4822800000002 ),
new google.maps.LatLng( 40.4042000000009 , 28.5394400000005 ),
new google.maps.LatLng( 40.3937999999998 , 28.5900099999999 ),
new google.maps.LatLng( 40.3797500000001 , 28.6381099999999 ),
new google.maps.LatLng( 40.3895300000004 , 28.6875799999998 ),
new google.maps.LatLng( 40.3887300000006 , 28.7389999999996 ),
new google.maps.LatLng( 40.3989199999996 , 28.7902200000008 ),
new google.maps.LatLng( 40.3982400000004 , 28.8407800000004 ),
new google.maps.LatLng( 40.3921399999999 , 28.8912700000001 ),
new google.maps.LatLng( 40.36528 , 28.9338000000007 ),
new google.maps.LatLng( 40.36247 , 28.9849900000008 ),
new google.maps.LatLng( 40.3727899999994 , 29.0347700000002 ),
new google.maps.LatLng( 40.3969400000005 , 29.0786100000005 ),
new google.maps.LatLng( 40.4732899999999 , 29.0726300000006 ),
new google.maps.LatLng( 40.4661799999994 , 29.0221099999999 ),
new google.maps.LatLng( 40.4615799999992 , 28.9713800000009 ),
new google.maps.LatLng( 40.4714800000002 , 28.9207499999993 ),
new google.maps.LatLng( 40.5008899999993 , 28.8787699999994 ),
new google.maps.LatLng( 40.5200499999992 , 28.8318999999992 ),
new google.maps.LatLng( 40.5688800000007 , 28.8197999999993 ),
new google.maps.LatLng( 40.5871599999991 , 28.8675700000003 ),
new google.maps.LatLng( 40.6042300000008 , 28.9153999999999 ),
new google.maps.LatLng( 40.6265299999995 , 28.9611000000004 ),
new google.maps.LatLng( 40.6512000000002 , 29.0046700000003 ),
new google.maps.LatLng( 40.6566999999995 , 29.0550899999998 ),
new google.maps.LatLng( 40.6528799999996 , 29.1064600000009 ),
new google.maps.LatLng( 40.6641 , 29.1556099999998 ),
new google.maps.LatLng( 40.6622200000002 , 29.2063500000004 ),
new google.maps.LatLng( 40.6617399999996 , 29.2586499999998 ),
new google.maps.LatLng( 40.6742400000003 , 29.3088100000004 ),
new google.maps.LatLng( 40.6926899999999 , 29.3567500000008 ),
new google.maps.LatLng( 40.7078600000004 , 29.4055900000003 ),
new google.maps.LatLng( 40.6940799999993 , 29.4544900000001 ),
new google.maps.LatLng( 40.7404100000003 , 29.50684 ),
new google.maps.LatLng( 40.7367400000003 , 29.5147400000005 ),
new google.maps.LatLng( 40.7370699999992 , 29.5154299999995 ),
new google.maps.LatLng( 40.6979699999993 , 29.5837699999993 ),
new google.maps.LatLng( 40.7006700000002 , 29.6053499999998 ),
new google.maps.LatLng( 40.6491299999998 , 29.6728999999996 ),
new google.maps.LatLng( 40.6062999999995 , 29.9489200000007 ),
new google.maps.LatLng( 40.5682300000008 , 30.2392199999995 ),
new google.maps.LatLng( 40.5634699999991 , 30.5628199999992 ),
new google.maps.LatLng( 40.5587099999993 , 31.1719599999997 ),
new google.maps.LatLng( 40.5587099999993 , 31.5288799999998 ),
new google.maps.LatLng( 40.6348600000001 , 31.8001399999994 ),
new google.maps.LatLng( 40.74431 , 31.9143600000007 ),
new google.maps.LatLng( 40.9449299999997 , 31.9609099999998 ),
new google.maps.LatLng( 41.1440600000005 , 32.0285700000004 ),
new google.maps.LatLng( 41.2653900000005 , 32.0455899999997 ),
new google.maps.LatLng( 41.3809399999991 , 32.05681 ),
new google.maps.LatLng( 41.5807399999994 , 32.0451699999994 ),
new google.maps.LatLng( 41.5962999999992 , 32.0917900000004 ),
new google.maps.LatLng( 41.6126999999997 , 32.1410899999992 ),
new google.maps.LatLng( 41.6438500000004 , 32.1806699999997 ),
new google.maps.LatLng( 41.6785999999993 , 32.2193599999991 ),
new google.maps.LatLng( 41.7059700000009 , 32.2623399999993 ),
new google.maps.LatLng( 41.7146300000004 , 32.3121499999997 ),
new google.maps.LatLng( 41.7362200000007 , 32.3574200000003 ),
new google.maps.LatLng( 41.7579700000006 , 32.4039100000009 ),
new google.maps.LatLng( 41.7704400000002 , 32.4533800000008 ),
new google.maps.LatLng( 41.7996999999996 , 32.4965599999996 ),
new google.maps.LatLng( 41.8179600000003 , 32.5438900000008 ),
new google.maps.LatLng( 41.8347699999995 , 32.5923299999995 ),
new google.maps.LatLng( 41.8429699999997 , 32.6419299999998 ),
new google.maps.LatLng( 41.8430000000008 , 32.6941800000004 ),
new google.maps.LatLng( 41.8454600000005 , 32.7442200000005 ),
new google.maps.LatLng( 41.8621299999995 , 32.7990200000004 ),
new google.maps.LatLng( 41.8735099999994 , 32.8505299999997 ),
new google.maps.LatLng( 41.8834200000001 , 32.9005699999998 ),
new google.maps.LatLng( 41.9005699999998 , 32.9501899999996 ),
new google.maps.LatLng( 41.9258399999999 , 32.9952900000008 ),
new google.maps.LatLng( 41.9423100000004 , 33.0438900000008 ),
new google.maps.LatLng( 41.9528300000002 , 33.0941800000001 ),
new google.maps.LatLng( 41.9649100000006 , 33.1463500000009 ),
new google.maps.LatLng( 41.9786000000004 , 33.1953799999992 ),
new google.maps.LatLng( 41.9955000000009 , 33.24251 ),
new google.maps.LatLng( 42.0138399999996 , 33.2901399999992 ),
new google.maps.LatLng( 42.0373600000003 , 33.3374899999999 ),
new google.maps.LatLng( 42.0385800000004 , 33.3888100000004 ),
new google.maps.LatLng( 42.0315699999992 , 33.4388099999997 ),
new google.maps.LatLng( 42.0213299999996 , 33.4894999999997 ),
new google.maps.LatLng( 42.0105299999996 , 33.5398299999997 ),
new google.maps.LatLng( 41.9991499999996 , 33.5967000000001 ),
new google.maps.LatLng( 41.9908899999991 , 33.6478999999999 ),
new google.maps.LatLng( 41.9832700000006 , 33.70226 ),
new google.maps.LatLng( 41.9882199999993 , 33.7547599999998 ),
new google.maps.LatLng( 41.9892799999998 , 33.8050500000008 ),
new google.maps.LatLng( 41.9814900000001 , 33.8567800000001 ),
new google.maps.LatLng( 41.9767900000006 , 33.9093499999999 ),
new google.maps.LatLng( 41.9926699999996 , 33.9591700000001 ),
new google.maps.LatLng( 41.9924599999995 , 34.0096400000002 ),
new google.maps.LatLng( 41.9899800000003 , 34.0602699999999 ),
new google.maps.LatLng( 41.9870499999997 , 34.1106500000005 ),
new google.maps.LatLng( 41.9724100000003 , 34.2050600000002 ),
new google.maps.LatLng( 41.95975 , 34.2560900000008 ),
new google.maps.LatLng( 41.9548400000003 , 34.3060800000003 ),
new google.maps.LatLng( 41.9577900000004 , 34.3567399999993 ),
new google.maps.LatLng( 41.9591299999993 , 34.4083800000008 ),
new google.maps.LatLng( 41.9668899999997 , 34.4599199999993 ),
new google.maps.LatLng( 41.9827800000003 , 34.5084599999991 ),
new google.maps.LatLng( 41.7563399999999 , 34.5456799999993 ),
new google.maps.LatLng( 41.6041499999992 , 34.4931099999994 ),
new google.maps.LatLng( 41.3567800000001 , 34.5084399999996 ),
new google.maps.LatLng( 41.1056000000008 , 34.5848700000006 ),
new google.maps.LatLng( 41.0921400000007 , 34.4670700000006 ),
new google.maps.LatLng( 41.0180799999998 , 34.6291199999996 ),
new google.maps.LatLng( 41.0041299999993 , 34.6692999999996 ),
new google.maps.LatLng( 40.95975 , 34.7971799999996 ),
new google.maps.LatLng( 40.8494200000005 , 34.8531700000003 ),
new google.maps.LatLng( 40.8002099999994 , 34.8265699999993 ),
new google.maps.LatLng( 40.7470400000002 , 34.7580400000006 ),
new google.maps.LatLng( 40.3117299999994 , 34.9145100000005 ),
new google.maps.LatLng( 39.9018899999992 , 35.6519599999992 ),
new google.maps.LatLng( 39.9865399999999 , 36.1637100000007 ),
new google.maps.LatLng( 39.7041800000006 , 36.9282000000003 ),
new google.maps.LatLng( 39.8510700000006 , 38.1682799999999 ),
new google.maps.LatLng( 39.8206100000007 , 38.3247499999998 ),
new google.maps.LatLng( 39.8254099999995 , 38.3819999999996 ),
new google.maps.LatLng( 39.8073100000001 , 38.3930400000008 ),
new google.maps.LatLng( 39.4991499999996 , 38.5810999999994 ),
new google.maps.LatLng( 39.4704199999996 , 38.6469799999995 ),
new google.maps.LatLng( 39.1653000000006 , 39.3465199999991 ),
new google.maps.LatLng( 39.1560800000007 , 40.1502999999993 ),
new google.maps.LatLng( 38.8291200000003 , 41.3178100000005 ),
new google.maps.LatLng( 38.7962399999997 , 42.7214199999999 ),
new google.maps.LatLng( 38.9542199999996 , 43.6662400000005 ),
new google.maps.LatLng( 39.0142300000007 , 44.2667899999997 ),
new google.maps.LatLng( 38.98783 , 45.4927100000004 ),
new google.maps.LatLng( 39.4998899999991 , 46.0728500000005 ),
new google.maps.LatLng( 39.4191599999995 , 46.37932 ),
new google.maps.LatLng( 39.6411900000003 , 46.8894099999998 ),
new google.maps.LatLng( 39.4340800000009 , 47.4495800000004 ),
new google.maps.LatLng( 39.1210699999992 , 46.8671300000005 ),
new google.maps.LatLng( 38.9953700000005 , 46.73531 ),
new google.maps.LatLng( 38.8787499999999 , 46.5944799999997 ),
new google.maps.LatLng( 38.4941400000007 , 46.7933400000002 ),
new google.maps.LatLng( 38.3795800000007 , 47.3372199999994 ),
new google.maps.LatLng( 38.1390900000006 , 47.77765 ),
new google.maps.LatLng( 38.0402799999993 , 47.8494900000005 ),
new google.maps.LatLng( 38.0903799999996 , 48.1557200000007 ),
new google.maps.LatLng( 37.9041899999993 , 48.4598600000008 ),
new google.maps.LatLng( 37.3617599999998 , 48.3491300000005 ),
new google.maps.LatLng( 37.2459899999994 , 48.4346800000003 ),
new google.maps.LatLng( 37.0540700000001 , 48.7976199999994 ),
new google.maps.LatLng( 37.4291599999997 , 49.8561100000006 ),
new google.maps.LatLng( 37.4173100000007 , 50.0293999999994 ),
new google.maps.LatLng( 37.3131599999997 , 50.22516 ),
new google.maps.LatLng( 37.0815000000002 , 50.4019200000002 ),
new google.maps.LatLng( 36.9677300000003 , 50.6013500000008 ),
new google.maps.LatLng( 36.8691099999996 , 50.7891999999993 ),
new google.maps.LatLng( 36.7430800000002 , 51.0757799999992 ),
new google.maps.LatLng( 36.6890800000001 , 51.4228299999995 ),
new google.maps.LatLng( 36.5868300000002 , 51.8146099999994 ),
new google.maps.LatLng( 36.63969 , 52.2239800000007 ),
new google.maps.LatLng( 36.7061900000008 , 52.5556899999992 ),
new google.maps.LatLng( 36.8297600000005 , 53.1889300000003 ),
new google.maps.LatLng( 36.8596099999995 , 53.3698000000004 ),
new google.maps.LatLng( 36.8490000000002 , 53.6497799999997 ),
new google.maps.LatLng( 36.7856400000001 , 53.8929399999997 ),
new google.maps.LatLng( 36.9743400000007 , 54.0346300000001 ),
new google.maps.LatLng( 37.4476900000009 , 53.8889199999994 ),
new google.maps.LatLng( 38.4614600000004 , 55.0888799999993 ),
new google.maps.LatLng( 39.0289400000001 , 56.1779200000001 ),
new google.maps.LatLng( 38.0978300000006 , 57.3294999999998 ),
new google.maps.LatLng( 38.4138700000003 , 58.6580699999995 ),
new google.maps.LatLng( 38.0946499999991 , 58.9466699999994 ),
new google.maps.LatLng( 38.4138700000003 , 61.3230700000004 ),
new google.maps.LatLng( 38.6993999999995 , 61.8941400000003 ),
new google.maps.LatLng( 38.9849400000003 , 62.5128000000004 ),
new google.maps.LatLng( 40.6981500000002 , 64.2260100000003 ),
new google.maps.LatLng( 41.0312699999995 , 64.7494900000002 ),
new google.maps.LatLng( 41.4119900000005 , 65.7488599999997 ),
new google.maps.LatLng( 41.6975199999997 , 66.3199299999997 ),
new google.maps.LatLng( 41.8878800000002 , 67.2717200000006 ),
new google.maps.LatLng( 41.7316599999995 , 68.0441499999997 ),
new google.maps.LatLng( 41.2449799999995 , 67.9680200000003 ),
new google.maps.LatLng( 41.1134099999999 , 68.0801300000003 ),
new google.maps.LatLng( 41.0219400000005 , 68.5391600000003 ),
new google.maps.LatLng( 40.8227700000007 , 68.8174899999995 ),
new google.maps.LatLng( 40.7611099999995 , 68.9038700000001 ),
new google.maps.LatLng( 40.3297199999997 , 69.1177599999992 ),
new google.maps.LatLng( 40.2691599999998 , 69.1902599999994 ),
new google.maps.LatLng( 40.2082900000005 , 69.31819 ),
new google.maps.LatLng( 40.2785999999996 , 69.8135999999995 ),
new google.maps.LatLng( 40.4910500000005 , 70.4152599999998 ),
new google.maps.LatLng( 40.6750800000009 , 70.7340100000001 ),
new google.maps.LatLng( 40.7469400000009 , 70.9027700000006 ),
new google.maps.LatLng( 40.8522200000007 , 71.2038799999991 ),
new google.maps.LatLng( 40.8738900000008 , 71.5938700000006 ),
new google.maps.LatLng( 40.9577700000009 , 71.8549800000001 ),
new google.maps.LatLng( 41.0041600000004 , 71.92137 ),
new google.maps.LatLng( 41.5122200000005 , 72.4280400000007 ),
new google.maps.LatLng( 41.5274900000004 , 72.46054 ),
new google.maps.LatLng( 41.7782200000001 , 73.1097200000004 ),
new google.maps.LatLng( 41.7674200000001 , 73.1660100000008 ),
new google.maps.LatLng( 41.7891999999993 , 73.6172299999998 ),
new google.maps.LatLng( 41.5163900000007 , 73.9427500000002 ),
new google.maps.LatLng( 41.4180500000002 , 74.0294300000005 ),
new google.maps.LatLng( 40.5553799999998 , 73.5535 ),
new google.maps.LatLng( 40.4126099999994 , 73.3155499999993 ),
new google.maps.LatLng( 40.3174400000007 , 73.0300100000004 ),
new google.maps.LatLng( 40.1746700000003 , 72.3161799999998 ),
new google.maps.LatLng( 39.46083 , 72.0306400000009 ),
new google.maps.LatLng( 38.9373500000002 , 71.6023399999995 ),
new google.maps.LatLng( 38.3197500000006 , 71.2124800000001 ),
new google.maps.LatLng( 37.9279299999998 , 71.2521400000005 ),
new google.maps.LatLng( 37.9441399999996 , 71.5402599999998 ),
new google.maps.LatLng( 37.7267499999998 , 71.5419199999997 ),
new google.maps.LatLng( 37.3093000000008 , 71.4918799999996 ),
new google.maps.LatLng( 36.9911599999996 , 71.55609 ),
new google.maps.LatLng( 36.8303799999994 , 72.04774 ),
new google.maps.LatLng( 37.00173 , 72.5180400000008 ),
new google.maps.LatLng( 36.0344100000002 , 73.5535 ),
new google.maps.LatLng( 35.5441599999995 , 73.6119099999996 ),
new google.maps.LatLng( 35.2838699999993 , 73.2830400000003 ),
new google.maps.LatLng( 34.5115499999993 , 73.6962600000006 ),
new google.maps.LatLng( 33.4645899999996 , 73.5059099999999 ),
new google.maps.LatLng( 33.03629 , 73.0776000000005 ),
new google.maps.LatLng( 31.84656 , 71.6499299999996 ),
new google.maps.LatLng( 31.6466400000008 , 71.2250999999997 ),
new google.maps.LatLng( 31.1821899999995 , 70.9696499999991 ),
new google.maps.LatLng( 30.5645999999997 , 70.8522799999992 ),
new google.maps.LatLng( 30.1542599999993 , 71.0648299999993 ),
new google.maps.LatLng( 29.5641500000002 , 70.9886800000004 ),
new google.maps.LatLng( 28.7836900000002 , 70.7031499999994 ),
new google.maps.LatLng( 28.7091799999998 , 70.4381599999997 ),
new google.maps.LatLng( 28.2136200000004 , 70.3056400000005 ),
new google.maps.LatLng( 27.7062900000001 , 69.5084100000004 ),
new google.maps.LatLng( 26.8021000000008 , 68.6993999999995 ),
new google.maps.LatLng( 25.1825000000008 , 68.9380799999999 ),
new google.maps.LatLng( 24.8242699999992 , 69.3858799999998 ),
new google.maps.LatLng( 24.4831799999993 , 69.4200299999993 ),
new google.maps.LatLng( 24.5902600000009 , 69.3367500000004 ),
new google.maps.LatLng( 24.6854399999993 , 69.07287 ),
new google.maps.LatLng( 24.7026700000006 , 69.0087899999999 ),
new google.maps.LatLng( 24.7034000000003 , 69.0060699999995 ),
new google.maps.LatLng( 24.7326900000007 , 68.8971799999999 ),
new google.maps.LatLng( 24.6354699999993 , 68.7088100000001 ),
new google.maps.LatLng( 24.5997800000005 , 68.6374300000007 ),
new google.maps.LatLng( 24.6211899999998 , 68.3019299999996 ),
new google.maps.LatLng( 24.5355299999992 , 68.1877100000002 ),
new google.maps.LatLng( 24.5283899999995 , 68.0592199999992 ),
new google.maps.LatLng( 24.4927000000007 , 67.9878399999998 ),
new google.maps.LatLng( 24.4927000000007 , 67.8664800000006 ),
new google.maps.LatLng( 24.4855599999992 , 67.7451299999993 ),
new google.maps.LatLng( 24.4498700000004 , 67.6737499999999 ),
new google.maps.LatLng( 24.4355899999991 , 67.6523300000008 ),
new google.maps.LatLng( 24.3784899999991 , 67.6523300000008 ),
new google.maps.LatLng( 24.35707 , 67.6237799999999 ),
new google.maps.LatLng( 24.3549600000006 , 67.6027200000008 ),
new google.maps.LatLng( 24.3499300000003 , 67.5523900000007 ),
new google.maps.LatLng( 24.35707 , 67.5167000000001 ),
new google.maps.LatLng( 24.5173699999996 , 67.4848899999997 ),
new google.maps.LatLng( 24.5212499999998 , 67.4810099999995 ),
new google.maps.LatLng( 24.5783599999995 , 67.3382399999991 ),
new google.maps.LatLng( 24.5850100000007 , 67.3182500000003 ),
new google.maps.LatLng( 24.5935800000007 , 67.3049200000005 ),
new google.maps.LatLng( 24.6116600000005 , 67.2744600000005 ),
new google.maps.LatLng( 24.6140500000001 , 67.25972 ),
new google.maps.LatLng( 24.6801899999991 , 67.0945800000009 ),
new google.maps.LatLng( 24.7211299999999 , 67.0027399999999 ),
new google.maps.LatLng( 24.7282699999996 , 66.9313600000005 ),
new google.maps.LatLng( 24.7710999999999 , 66.9313600000005 ),
new google.maps.LatLng( 24.8281999999999 , 66.8813900000005 ),
new google.maps.LatLng( 24.7925099999993 , 66.8385600000001 ),
new google.maps.LatLng( 24.7639600000002 , 66.8456900000001 ),
new google.maps.LatLng( 24.7639600000002 , 66.8028599999998 ),
new google.maps.LatLng( 24.7996500000008 , 66.6957899999998 ),
new google.maps.LatLng( 24.82107 , 66.6529599999994 ),
new google.maps.LatLng( 24.8791099999999 , 66.6700799999999 ),
new google.maps.LatLng( 24.9171800000004 , 66.6786499999998 ),
new google.maps.LatLng( 24.9709700000003 , 66.6743700000006 ),
new google.maps.LatLng( 25.0138000000006 , 66.7171999999991 ),
new google.maps.LatLng( 25.0923199999997 , 66.7386200000001 ),
new google.maps.LatLng( 25.1137400000007 , 66.6957899999998 ),
new google.maps.LatLng( 25.1779800000004 , 66.6957899999998 ),
new google.maps.LatLng( 25.2279500000004 , 66.7171999999991 ),
new google.maps.LatLng( 25.2779200000004 , 66.7600299999995 ),
new google.maps.LatLng( 25.3421699999999 , 66.7600299999995 ),
new google.maps.LatLng( 25.3992699999999 , 66.7386200000001 ),
new google.maps.LatLng( 25.4256299999997 , 66.6938699999992 ),
new google.maps.LatLng( 25.4675100000004 , 66.6234399999994 ),
new google.maps.LatLng( 25.5036700000001 , 66.5282599999991 ),
new google.maps.LatLng( 25.5277700000006 , 66.4459499999994 ),
new google.maps.LatLng( 25.5540099999998 , 66.3829700000006 ),
new google.maps.LatLng( 25.5683900000004 , 66.3445699999993 ),
new google.maps.LatLng( 25.5817200000001 , 66.2874599999996 ),
new google.maps.LatLng( 25.5920100000003 , 66.1818299999995 ),
new google.maps.LatLng( 25.54918 , 66.1175800000001 ),
new google.maps.LatLng( 25.5063499999997 , 66.1175800000001 ),
new google.maps.LatLng( 25.4349700000002 , 66.0033700000004 ),
new google.maps.LatLng( 25.4064099999996 , 66.01764 ),
new google.maps.LatLng( 25.3635799999993 , 65.9962300000007 ),
new google.maps.LatLng( 25.3707200000008 , 65.9462600000006 ),
new google.maps.LatLng( 25.39041 , 65.9202600000008 ),
new google.maps.LatLng( 25.4018300000007 , 65.9145499999995 ),
new google.maps.LatLng( 25.4191900000005 , 65.8650899999993 ),
new google.maps.LatLng( 25.4278300000005 , 65.8391800000009 ),
new google.maps.LatLng( 25.4265799999994 , 65.8203300000005 ),
new google.maps.LatLng( 25.4278300000005 , 65.7677999999996 ),
new google.maps.LatLng( 25.4351499999993 , 65.7498899999991 ),
new google.maps.LatLng( 25.4364600000008 , 65.7150600000004 ),
new google.maps.LatLng( 25.4421000000002 , 65.6607199999999 ),
new google.maps.LatLng( 25.4361000000008 , 65.6128399999998 ),
new google.maps.LatLng( 25.4349700000002 , 65.5822000000007 ),
new google.maps.LatLng( 25.4269399999994 , 65.5665900000004 ),
new google.maps.LatLng( 25.41986 , 65.5435300000008 ),
new google.maps.LatLng( 25.4209599999995 , 65.5393600000007 ),
new google.maps.LatLng( 25.4201699999994 , 65.5398000000005 ),
new google.maps.LatLng( 25.3867800000007 , 65.5198400000008 ),
new google.maps.LatLng( 25.3748899999991 , 65.4889999999996 ),
new google.maps.LatLng( 25.3807500000003 , 65.4574200000006 ),
new google.maps.LatLng( 25.3821100000005 , 65.4064999999991 ),
new google.maps.LatLng( 25.3799400000007 , 65.3902500000004 ),
new google.maps.LatLng( 25.3902500000004 , 65.3710599999995 ),
new google.maps.LatLng( 25.3887799999993 , 65.3619500000004 ),
new google.maps.LatLng( 25.3807799999995 , 65.3435599999993 ),
new google.maps.LatLng( 25.3847800000003 , 65.3306699999994 ),
new google.maps.LatLng( 25.3967499999999 , 65.3189500000008 ),
new google.maps.LatLng( 25.3848300000009 , 65.3101999999999 ),
new google.maps.LatLng( 25.3843300000008 , 65.2867800000004 ),
new google.maps.LatLng( 25.3851400000003 , 65.2685500000007 ),
new google.maps.LatLng( 25.37392 , 65.2484999999997 ),
new google.maps.LatLng( 25.3401400000002 , 65.2327800000003 ),
new google.maps.LatLng( 25.3281900000002 , 65.22811 ),
new google.maps.LatLng( 25.3172500000001 , 65.2263299999995 ),
new google.maps.LatLng( 25.3164699999998 , 65.2190200000005 ),
new google.maps.LatLng( 25.3168900000001 , 65.2022199999992 ),
new google.maps.LatLng( 25.3096100000002 , 65.1897800000006 ),
new google.maps.LatLng( 25.3119999999999 , 65.1831999999995 ),
new google.maps.LatLng( 25.31142 , 65.1758599999994 ),
new google.maps.LatLng( 25.3071400000008 , 65.1602800000001 ),
new google.maps.LatLng( 25.3060800000003 , 65.1564199999993 ),
new google.maps.LatLng( 25.3067499999997 , 65.1444200000005 ),
new google.maps.LatLng( 25.3095300000004 , 65.1329999999998 ),
new google.maps.LatLng( 25.3190799999993 , 65.1064499999993 ),
new google.maps.LatLng( 25.3202799999999 , 65.1006099999995 ),
new google.maps.LatLng( 25.3087799999994 , 65.0967299999993 ),
new google.maps.LatLng( 25.3125799999998 , 65.0849999999991 ),
new google.maps.LatLng( 25.3128400000005 , 65.0647399999998 ),
new google.maps.LatLng( 25.3168900000001 , 65.0616599999994 ),
new google.maps.LatLng( 25.3153299999994 , 65.0436599999994 ),
new google.maps.LatLng( 25.3251999999993 , 64.9953299999997 ),
new google.maps.LatLng( 25.3238600000004 , 64.9796100000003 ),
new google.maps.LatLng( 25.3205500000004 , 64.9660299999996 ),
new google.maps.LatLng( 25.3258900000001 , 64.90344 ),
new google.maps.LatLng( 25.3245299999999 , 64.8952300000001 ),
new google.maps.LatLng( 25.3180799999991 , 64.8567999999996 ),
new google.maps.LatLng( 25.3189399999992 , 64.8270599999996 ),
new google.maps.LatLng( 25.3215299999993 , 64.8150900000001 ),
new google.maps.LatLng( 25.3298599999998 , 64.7983600000007 ),
new google.maps.LatLng( 25.3477500000008 , 64.7805599999992 ),
new google.maps.LatLng( 25.3458300000002 , 64.7774700000009 ),
new google.maps.LatLng( 25.3238899999997 , 64.7927199999995 ),
new google.maps.LatLng( 25.3271700000005 , 64.7522700000009 ),
new google.maps.LatLng( 25.3209399999996 , 64.7498899999991 ),
new google.maps.LatLng( 25.3078600000008 , 64.7019999999993 ),
new google.maps.LatLng( 25.2912199999992 , 64.6718400000009 ),
new google.maps.LatLng( 25.2709500000001 , 64.6503499999999 ),
new google.maps.LatLng( 25.2229000000007 , 64.6355899999999 ),
new google.maps.LatLng( 25.2123100000008 , 64.6369699999996 ),
new google.maps.LatLng( 25.1980299999996 , 64.6483599999992 ),
new google.maps.LatLng( 25.1946100000005 , 64.6585300000006 ),
new google.maps.LatLng( 25.1933300000001 , 64.6939999999995 ),
new google.maps.LatLng( 25.1812200000004 , 64.6981099999994 ),
new google.maps.LatLng( 25.1738299999997 , 64.6929999999993 ),
new google.maps.LatLng( 25.1599999999999 , 64.6622800000005 ),
new google.maps.LatLng( 25.1551400000008 , 64.6212799999994 ),
new google.maps.LatLng( 25.1545800000004 , 64.6166099999991 ),
new google.maps.LatLng( 25.15942 , 64.5845900000004 ),
new google.maps.LatLng( 25.17922 , 64.5823400000008 ),
new google.maps.LatLng( 25.1844199999996 , 64.5959500000008 ),
new google.maps.LatLng( 25.1964700000008 , 64.6094099999991 ),
new google.maps.LatLng( 25.2166400000006 , 64.6109699999997 ),
new google.maps.LatLng( 25.2303599999996 , 64.6060199999993 ),
new google.maps.LatLng( 25.2299700000003 , 64.6053300000003 ),
new google.maps.LatLng( 25.2305699999997 , 64.6045599999998 ),
new google.maps.LatLng( 25.23272 , 64.6018299999996 ),
new google.maps.LatLng( 25.2525600000008 , 64.57647 ),
new google.maps.LatLng( 25.2704699999995 , 64.5435899999993 ),
new google.maps.LatLng( 25.2736399999994 , 64.5285800000001 ),
new google.maps.LatLng( 25.2771499999999 , 64.5139400000007 ),
new google.maps.LatLng( 25.2661700000008 , 64.4870800000008 ),
new google.maps.LatLng( 25.2512900000002 , 64.4719399999994 ),
new google.maps.LatLng( 25.2434400000002 , 64.4647499999992 ),
new google.maps.LatLng( 25.2412199999999 , 64.4575800000002 ),
new google.maps.LatLng( 25.2400300000008 , 64.4248499999994 ),
new google.maps.LatLng( 25.2396700000008 , 64.3999700000004 ),
new google.maps.LatLng( 25.2530299999999 , 64.3880300000001 ),
new google.maps.LatLng( 25.2606099999994 , 64.3765299999995 ),
new google.maps.LatLng( 25.2767800000001 , 64.3404699999992 ),
new google.maps.LatLng( 25.2785800000001 , 64.3191999999999 ),
new google.maps.LatLng( 25.2828599999993 , 64.3006399999995 ),
new google.maps.LatLng( 25.2900000000009 , 64.2863699999998 ),
new google.maps.LatLng( 25.3027199999997 , 64.2667799999999 ),
new google.maps.LatLng( 25.3126900000007 , 64.2400799999996 ),
new google.maps.LatLng( 25.3261299999995 , 64.2525800000003 ),
new google.maps.LatLng( 25.3269999999993 , 64.2510299999994 ),
new google.maps.LatLng( 25.3179999999993 , 64.2233400000005 ),
new google.maps.LatLng( 25.3156999999992 , 64.2078500000007 ),
new google.maps.LatLng( 25.3287299999993 , 64.1804699999993 ),
new google.maps.LatLng( 25.3296699999992 , 64.1422500000008 ),
new google.maps.LatLng( 25.3611899999996 , 64.1184900000007 ),
new google.maps.LatLng( 25.3619699999999 , 64.1153300000005 ),
new google.maps.LatLng( 25.3648699999994 , 64.11571 ),
new google.maps.LatLng( 25.3681400000005 , 64.1161400000001 ),
new google.maps.LatLng( 25.3710300000002 , 64.1121999999996 ),
new google.maps.LatLng( 25.3729199999998 , 64.1096500000003 ),
new google.maps.LatLng( 25.3921399999999 , 64.0836600000002 ),
new google.maps.LatLng( 25.3959900000009 , 64.0922499999997 ),
new google.maps.LatLng( 25.4008099999992 , 64.1029999999992 ),
new google.maps.LatLng( 25.4128899999996 , 64.1232799999998 ),
new google.maps.LatLng( 25.4112499999992 , 64.1419100000003 ),
new google.maps.LatLng( 25.4146400000009 , 64.1428300000007 ),
new google.maps.LatLng( 25.4344999999994 , 64.1408300000003 ),
new google.maps.LatLng( 25.4456699999992 , 64.1660300000003 ),
new google.maps.LatLng( 25.4564399999999 , 64.16122 ),
new google.maps.LatLng( 25.4390299999995 , 64.1242500000008 ),
new google.maps.LatLng( 25.4544700000006 , 64.1174200000005 ),
new google.maps.LatLng( 25.4449199999999 , 64.0833899999998 ),
new google.maps.LatLng( 25.4437500000004 , 64.0792500000007 ),
new google.maps.LatLng( 25.4452500000007 , 64.0641599999999 ),
new google.maps.LatLng( 25.4419999999991 , 64.0594500000007 ),
new google.maps.LatLng( 25.4324199999992 , 64.0511700000006 ),
new google.maps.LatLng( 25.4337500000001 , 64.0403600000009 ),
new google.maps.LatLng( 25.4588600000006 , 64.0390000000007 ),
new google.maps.LatLng( 25.4633900000008 , 64.03442 ),
new google.maps.LatLng( 25.4440799999993 , 64.0287200000003 ),
new google.maps.LatLng( 25.4412200000006 , 64.0253100000009 ),
new google.maps.LatLng( 25.4359700000005 , 64.0107000000007 ),
new google.maps.LatLng( 25.4298099999996 , 63.9934499999999 ),
new google.maps.LatLng( 25.4243299999998 , 63.9919200000004 ),
new google.maps.LatLng( 25.42569 , 64.0172500000008 ),
new google.maps.LatLng( 25.4230599999992 , 64.02016 ),
new google.maps.LatLng( 25.41489 , 64.0111899999993 ),
new google.maps.LatLng( 25.4090799999994 , 64.0008300000009 ),
new google.maps.LatLng( 25.4231099999997 , 63.9820299999992 ),
new google.maps.LatLng( 25.4207800000004 , 63.9710500000001 ),
new google.maps.LatLng( 25.4038299999993 , 63.9694999999993 ),
new google.maps.LatLng( 25.4098900000008 , 63.9912800000002 ),
new google.maps.LatLng( 25.3883299999998 , 63.9963299999999 ),
new google.maps.LatLng( 25.3850000000002 , 63.9994700000007 ),
new google.maps.LatLng( 25.3860499999992 , 64.0081100000007 ),
new google.maps.LatLng( 25.4096399999999 , 64.0283899999995 ),
new google.maps.LatLng( 25.4061399999991 , 64.0360600000004 ),
new google.maps.LatLng( 25.3900900000008 , 64.0496500000008 ),
new google.maps.LatLng( 25.3879199999992 , 64.0519999999997 ),
new google.maps.LatLng( 25.3870000000006 , 64.05242 ),
new google.maps.LatLng( 25.3871099999997 , 64.0526100000006 ),
new google.maps.LatLng( 25.3594699999994 , 64.0725299999995 ),
new google.maps.LatLng( 25.3417499999996 , 64.0618599999998 ),
new google.maps.LatLng( 25.3283300000003 , 64.0642800000005 ),
new google.maps.LatLng( 25.3316900000009 , 64.0511100000003 ),
new google.maps.LatLng( 25.3361700000005 , 64.0335799999993 ),
new google.maps.LatLng( 25.3377500000006 , 64.0058599999993 ),
new google.maps.LatLng( 25.3313999999991 , 63.9851299999991 ),
new google.maps.LatLng( 25.3385400000006 , 63.97228 ),
new google.maps.LatLng( 25.3439299999991 , 63.9614899999997 ),
new google.maps.LatLng( 25.3358100000005 , 63.9459700000007 ),
new google.maps.LatLng( 25.3382099999999 , 63.9332599999998 ),
new google.maps.LatLng( 25.3391599999995 , 63.9282299999995 ),
new google.maps.LatLng( 25.3410800000001 , 63.9153900000001 ),
new google.maps.LatLng( 25.3385400000006 , 63.9008900000008 ),
new google.maps.LatLng( 25.3428199999998 , 63.8880499999996 ),
new google.maps.LatLng( 25.3552199999995 , 63.8433000000005 ),
new google.maps.LatLng( 25.3656599999995 , 63.8209499999994 ),
new google.maps.LatLng( 25.3724199999997 , 63.7940799999997 ),
new google.maps.LatLng( 25.3746100000008 , 63.7653900000005 ),
new google.maps.LatLng( 25.3794400000006 , 63.7570199999991 ),
new google.maps.LatLng( 25.37932 , 63.7325299999993 ),
new google.maps.LatLng( 25.37925 , 63.71911 ),
new google.maps.LatLng( 25.3856500000002 , 63.7038799999991 ),
new google.maps.LatLng( 25.3816700000007 , 63.6879200000003 ),
new google.maps.LatLng( 25.3799400000007 , 63.6610500000006 ),
new google.maps.LatLng( 25.3761900000009 , 63.64372 ),
new google.maps.LatLng( 25.3706099999999 , 63.6058599999997 ),
new google.maps.LatLng( 25.3709500000004 , 63.6052199999995 ),
new google.maps.LatLng( 25.3678299999992 , 63.5986400000002 ),
new google.maps.LatLng( 25.3457199999993 , 63.5356400000001 ),
new google.maps.LatLng( 25.3277999999991 , 63.5164199999999 ),
new google.maps.LatLng( 25.2872499999994 , 63.4729200000002 ),
new google.maps.LatLng( 25.2888899999998 , 63.4522500000003 ),
new google.maps.LatLng( 25.2036100000005 , 63.5012499999994 ),
new google.maps.LatLng( 25.2084699999996 , 63.4607099999994 ),
new google.maps.LatLng( 25.2030599999998 , 63.4612799999995 ),
new google.maps.LatLng( 25.2122799999997 , 63.4214200000006 ),
new google.maps.LatLng( 25.22264 , 63.3658599999999 ),
new google.maps.LatLng( 25.2275300000001 , 63.2987200000007 ),
new google.maps.LatLng( 25.2307500000006 , 63.2705600000008 ),
new google.maps.LatLng( 25.2407000000003 , 63.1851499999993 ),
new google.maps.LatLng( 25.2519699999993 , 63.1763599999995 ),
new google.maps.LatLng( 25.2568100000008 , 63.1107200000006 ),
new google.maps.LatLng( 25.2525600000008 , 63.0997200000002 ),
new google.maps.LatLng( 25.2328899999993 , 63.0747499999998 ),
new google.maps.LatLng( 25.2112799999995 , 62.9940299999998 ),
new google.maps.LatLng( 25.2212199999994 , 62.9530599999998 ),
new google.maps.LatLng( 25.2504700000009 , 62.7553900000003 ),
new google.maps.LatLng( 25.2566900000002 , 62.7220600000001 ),
new google.maps.LatLng( 25.2615000000005 , 62.6576700000005 ),
new google.maps.LatLng( 25.2623100000001 , 62.5951399999994 ),
new google.maps.LatLng( 25.2528600000005 , 62.4944699999996 ),
new google.maps.LatLng( 25.2210799999993 , 62.4719999999997 ),
new google.maps.LatLng( 25.1930300000004 , 62.3859200000006 ),
new google.maps.LatLng( 25.1779700000006 , 62.3642799999998 ),
new google.maps.LatLng( 25.0998099999997 , 62.38681 ),
new google.maps.LatLng( 25.1105599999992 , 62.2806099999998 ),
new google.maps.LatLng( 25.1169699999991 , 62.3173100000004 ),
new google.maps.LatLng( 25.1686900000004 , 62.3148600000004 ),
new google.maps.LatLng( 25.2083299999995 , 62.2538299999997 ),
new google.maps.LatLng( 25.2150799999999 , 62.2033599999995 ),
new google.maps.LatLng( 25.2111399999994 , 62.1669399999992 ),
new google.maps.LatLng( 25.1990299999998 , 62.1169399999999 ),
new google.maps.LatLng( 25.1689499999993 , 62.0694700000004 ),
new google.maps.LatLng( 25.1168300000008 , 62.08914 ),
new google.maps.LatLng( 25.1096099999995 , 61.9846600000001 ),
new google.maps.LatLng( 25.1056900000003 , 61.9044200000008 ),
new google.maps.LatLng( 25.0927200000006 , 61.8585800000001 ),
new google.maps.LatLng( 25.0532500000008 , 61.8467199999996 ),
new google.maps.LatLng( 25.0347199999997 , 61.7488300000005 ),
new google.maps.LatLng( 25.1240300000009 , 61.7690000000002 ),
new google.maps.LatLng( 25.1903299999994 , 61.7812799999992 ),
new google.maps.LatLng( 25.1633099999999 , 61.7163500000006 ),
new google.maps.LatLng( 25.1949399999994 , 61.6104400000004 ),
new google.maps.LatLng( 25.2375800000009 , 61.5354499999994 ),
new google.maps.LatLng( 25.2189099999996 , 61.4496400000007 ),
new google.maps.LatLng( 25.1617399999996 , 61.5121999999992 ),
new google.maps.LatLng( 25.1022499999999 , 61.4471699999995 ),
new google.maps.LatLng( 25.0640800000001 , 61.4145900000003 ),
new google.maps.LatLng( 25.1387500000001 , 61.1769999999997 ),
new google.maps.LatLng( 25.1680899999992 , 61.1711099999993 ),
new google.maps.LatLng( 25.16669 , 61.1672500000004 ),
new google.maps.LatLng( 25.1817200000005 , 61.1335299999991 ),
new google.maps.LatLng( 25.2019400000008 , 61.0613599999997 ),
new google.maps.LatLng( 25.2114999999994 , 61.0211400000007 ),
new google.maps.LatLng( 25.2255299999997 , 60.9620300000006 ),
new google.maps.LatLng( 25.2367799999993 , 60.9004700000005 ),
new google.maps.LatLng( 25.2432200000003 , 60.8529400000007 ),
new google.maps.LatLng( 25.2549199999994 , 60.81747 ),
new google.maps.LatLng( 25.2676900000006 , 60.7525800000003 ),
new google.maps.LatLng( 25.2794200000008 , 60.6571700000004 ),
new google.maps.LatLng( 25.2829999999994 , 60.6282200000005 ),
new google.maps.LatLng( 25.3007799999996 , 60.6191699999999 ),
new google.maps.LatLng( 25.3406699999996 , 60.6041399999995 ),
new google.maps.LatLng( 25.3532500000001 , 60.5906900000009 ),
new google.maps.LatLng( 25.4036899999992 , 60.5934699999998 ),
new google.maps.LatLng( 25.4317800000008 , 60.5691700000007 ),
new google.maps.LatLng( 25.4455799999996 , 60.5088599999999 ),
new google.maps.LatLng( 25.4364999999998 , 60.4624199999998 ),
new google.maps.LatLng( 25.3807199999992 , 60.4005500000003 ),
new google.maps.LatLng( 25.3324699999994 , 60.4465799999998 ),
new google.maps.LatLng( 25.2994699999999 , 60.4418600000008 ),
new google.maps.LatLng( 25.3320000000003 , 60.3478099999993 ),
new google.maps.LatLng( 25.3399700000009 , 60.3056699999997 ),
new google.maps.LatLng( 25.3908900000006 , 60.2868899999994 ),
new google.maps.LatLng( 25.3928300000007 , 60.2520600000007 ),
new google.maps.LatLng( 25.3286700000008 , 60.1970600000004 ),
new google.maps.LatLng( 25.3586099999993 , 60.1179100000008 ),
new google.maps.LatLng( 25.3821900000003 , 60 ),
new google.maps.LatLng( 25.3636700000006 , 59.9098099999992 ),
new google.maps.LatLng( 25.3585500000008 , 59.8873100000001 ),
new google.maps.LatLng( 25.3709999999992 , 59.8503299999993 ),
new google.maps.LatLng( 25.4051099999997 , 59.8284100000001 ),
new google.maps.LatLng( 25.4188300000005 , 59.7774700000009 ),
new google.maps.LatLng( 25.4079399999991 , 59.7448899999999 ),
new google.maps.LatLng( 25.3996399999996 , 59.6726400000007 ),
new google.maps.LatLng( 25.3925299999992 , 59.6311999999998 ),
new google.maps.LatLng( 25.3997500000005 , 59.5676399999993 ),
new google.maps.LatLng( 25.4142499999998 , 59.5399400000006 ),
new google.maps.LatLng( 25.4673600000006 , 59.4842000000008 ),
new google.maps.LatLng( 25.4750600000007 , 59.4589699999997 ),
new google.maps.LatLng( 25.4688800000004 , 59.3677000000007 ),
new google.maps.LatLng( 25.4697699999997 , 59.23776 ),
new google.maps.LatLng( 25.4381099999991 , 59.1148900000007 ),
new google.maps.LatLng( 25.4853199999998 , 59.0954099999999 ),
new google.maps.LatLng( 25.4166700000005 , 59.0146399999994 ),
new google.maps.LatLng( 25.4993099999992 , 58.9313600000005 ),
new google.maps.LatLng( 25.5273099999995 , 58.8934399999998 ),
new google.maps.LatLng( 25.5795799999996 , 58.7678099999994 ),
new google.maps.LatLng( 25.5626100000009 , 58.6911 ),
new google.maps.LatLng( 25.5958300000002 , 58.4815299999991 ),
new google.maps.LatLng( 25.5949700000001 , 58.3447799999994 ),
new google.maps.LatLng( 25.6044899999997 , 58.3015400000004 ),
new google.maps.LatLng( 25.5603900000006 , 58.1723099999999 ),
new google.maps.LatLng( 25.5560600000008 , 58.1372200000005 ),
new google.maps.LatLng( 25.6018899999999 , 58.0506700000005 ),
new google.maps.LatLng( 25.6256900000008 , 58.0072199999995 ),
new google.maps.LatLng( 25.6457499999997 , 57.9928299999992 ),
new google.maps.LatLng( 25.6874200000002 , 57.9695300000003 ),
new google.maps.LatLng( 25.7073099999998 , 57.9255599999997 ),
new google.maps.LatLng( 25.7012799999993 , 57.8884199999993 ),
new google.maps.LatLng( 25.6743600000009 , 57.7945299999992 ),
new google.maps.LatLng( 25.7473300000001 , 57.73531 ),
new google.maps.LatLng( 25.7529699999996 , 57.6734400000005 ),
new google.maps.LatLng( 25.7773099999995 , 57.5105800000001 ),
new google.maps.LatLng( 25.7736399999994 , 57.4257799999996 ),
new google.maps.LatLng( 25.7918900000004 , 57.2997500000001 ),
new google.maps.LatLng( 26.0217599999996 , 57.1984100000009 ),
new google.maps.LatLng( 26.0937799999992 , 57.1819699999996 ),
new google.maps.LatLng( 26.1744099999996 , 57.2158600000002 ),
new google.maps.LatLng( 26.2856200000006 , 57.1206099999999 ),
new google.maps.LatLng( 26.3616399999992 , 57.0605500000002 ),
new google.maps.LatLng( 26.4336500000009 , 57.0741699999999 ),
new google.maps.LatLng( 26.5068599999995 , 57.0744200000008 ),
new google.maps.LatLng( 26.5659400000004 , 57.0790300000008 ),
new google.maps.LatLng( 26.6639099999993 , 57.0660700000008 ),
new google.maps.LatLng( 26.7172499999997 , 57.0481899999995 ),
new google.maps.LatLng( 26.7884699999995 , 57.0212599999995 ),
new google.maps.LatLng( 26.8593600000004 , 56.98272 ),
new google.maps.LatLng( 26.9186100000006 , 56.9413100000002 ),
new google.maps.LatLng( 27.0092000000004 , 56.9465799999998 ),
new google.maps.LatLng( 27.0479200000009 , 56.9558199999992 ),
new google.maps.LatLng( 27.06315 , 56.9594500000003 ),
new google.maps.LatLng( 27.0517799999998 , 56.9303600000003 ),
new google.maps.LatLng( 27.0227799999993 , 56.8561699999991 ),
new google.maps.LatLng( 27.0963900000006 , 56.82791 ),
new google.maps.LatLng( 27.0904200000004 , 56.8171999999995 ),
new google.maps.LatLng( 27.10556 , 56.8171700000003 ),
new google.maps.LatLng( 27.1111700000001 , 56.8141699999996 ),
new google.maps.LatLng( 27.12745 , 56.8007799999996 ),
new google.maps.LatLng( 27.1296899999998 , 56.7882499999996 ),
new google.maps.LatLng( 27.1401399999995 , 56.7803299999996 ),
new google.maps.LatLng( 27.1335600000002 , 56.7652500000004 ),
new google.maps.LatLng( 27.1424800000004 , 56.7627799999991 ),
new google.maps.LatLng( 27.1401399999995 , 56.7505799999999 ),
new google.maps.LatLng( 27.1525600000004 , 56.7179500000002 ),
new google.maps.LatLng( 27.1447000000007 , 56.6729799999994 ),
new google.maps.LatLng( 27.15337 , 56.6692000000003 ),
new google.maps.LatLng( 27.1558299999997 , 56.6561399999991 ),
new google.maps.LatLng( 27.1702000000005 , 56.6596200000004 ),
new google.maps.LatLng( 27.1726999999992 , 56.6493900000005 ),
new google.maps.LatLng( 27.1614200000004 , 56.6342199999999 ),
new google.maps.LatLng( 27.1689499999993 , 56.6119199999994 ),
new google.maps.LatLng( 27.1667799999996 , 56.5876399999997 ),
new google.maps.LatLng( 27.17245 , 56.5798599999998 ),
new google.maps.LatLng( 27.1677500000005 , 56.5466099999994 ),
new google.maps.LatLng( 27.1715899999999 , 56.5374800000009 ),
new google.maps.LatLng( 27.1778099999992 , 56.5265600000002 ),
new google.maps.LatLng( 27.1746700000003 , 56.5171399999999 ),
new google.maps.LatLng( 27.1661700000004 , 56.4696999999996 ),
new google.maps.LatLng( 27.1659799999998 , 56.4416399999991 ),
new google.maps.LatLng( 27.1670300000005 , 56.4411899999996 ),
new google.maps.LatLng( 27.1728899999998 , 56.4312300000001 ),
new google.maps.LatLng( 27.1716699999997 , 56.4185300000008 ),
new google.maps.LatLng( 27.1743900000001 , 56.4046099999996 ),
new google.maps.LatLng( 27.1916099999999 , 56.3918900000008 ),
new google.maps.LatLng( 27.18858 , 56.3765600000006 ),
new google.maps.LatLng( 27.19247 , 56.3520900000003 ),
new google.maps.LatLng( 27.1921299999995 , 56.3486099999991 ),
new google.maps.LatLng( 27.1901999999991 , 56.3288300000004 ),
new google.maps.LatLng( 27.1800700000003 , 56.2740400000002 ),
new google.maps.LatLng( 27.1750300000003 , 56.2561700000006 ),
new google.maps.LatLng( 27.1595600000001 , 56.2241099999992 ),
new google.maps.LatLng( 27.1549200000009 , 56.21522 ),
new google.maps.LatLng( 27.1694700000007 , 56.2074200000006 ),
new google.maps.LatLng( 27.1421699999992 , 56.2099199999993 ),
new google.maps.LatLng( 27.1369200000008 , 56.1995299999999 ),
new google.maps.LatLng( 27.1430500000006 , 56.1847500000003 ),
new google.maps.LatLng( 27.1602700000003 , 56.1901300000009 ),
new google.maps.LatLng( 27.1613099999995 , 56.1896699999998 ),
new google.maps.LatLng( 27.1567200000009 , 56.1451699999998 ),
new google.maps.LatLng( 27.1397199999992 , 56.1001899999992 ),
new google.maps.LatLng( 27.1198899999999 , 56.0723600000001 ),
new google.maps.LatLng( 27.1057199999996 , 56.0669699999999 ),
new google.maps.LatLng( 27.0970400000006 , 56.0649300000005 ),
new google.maps.LatLng( 27.0895299999993 , 56.0409999999993 ),
new google.maps.LatLng( 27.0952799999995 , 56.0290299999997 ),
new google.maps.LatLng( 27.0737300000001 , 55.9858199999999 ),
new google.maps.LatLng( 27.0654599999998 , 55.9618200000004 ),
new google.maps.LatLng( 27.0510599999998 , 55.9494699999996 ),
new google.maps.LatLng( 27.0252799999998 , 55.9360799999995 ),
new google.maps.LatLng( 27.0223499999993 , 55.9235100000005 ),
new google.maps.LatLng( 27.0182199999999 , 55.9083599999994 ),
new google.maps.LatLng( 27.0228900000002 , 55.8897799999995 ),
new google.maps.LatLng( 27.0209400000003 , 55.8752199999999 ),
new google.maps.LatLng( 27.0101699999996 , 55.8550300000006 ),
new google.maps.LatLng( 27.0142199999991 , 55.8421099999996 ),
new google.maps.LatLng( 26.9974199999997 , 55.7992799999993 ),
new google.maps.LatLng( 27.0085500000005 , 55.7593400000005 ),
new google.maps.LatLng( 27.0058300000001 , 55.7576399999998 ),
new google.maps.LatLng( 26.9755000000005 , 55.7388100000007 ),
new google.maps.LatLng( 26.9665800000002 , 55.7332700000006 ) ],
[ new google.maps.LatLng( 38.3450099999991 , 22.5382300000001 ),
new google.maps.LatLng( 38.2967900000003 , 22.55422 ),
new google.maps.LatLng( 38.29493 , 22.6042300000008 ),
new google.maps.LatLng( 38.3399300000001 , 22.6261200000008 ),
new google.maps.LatLng( 38.37536 , 22.6638999999996 ),
new google.maps.LatLng( 38.3350200000004 , 22.6945400000004 ),
new google.maps.LatLng( 38.3054400000001 , 22.7353299999995 ),
new google.maps.LatLng( 38.2837600000003 , 22.7820599999995 ),
new google.maps.LatLng( 38.2330999999995 , 22.79061 ),
new google.maps.LatLng( 38.21544 , 22.8389100000004 ),
new google.maps.LatLng( 38.2165299999997 , 22.8895699999994 ),
new google.maps.LatLng( 38.1829099999995 , 22.9279700000006 ),
new google.maps.LatLng( 38.1691699999992 , 22.9774199999993 ),
new google.maps.LatLng( 38.1830300000001 , 23.0377200000003 ),
new google.maps.LatLng( 38.1777700000002 , 23.0876499999995 ),
new google.maps.LatLng( 38.1904599999998 , 23.1362000000008 ),
new google.maps.LatLng( 38.1309600000004 , 23.1973799999996 ),
new google.maps.LatLng( 38.0761500000008 , 23.1655800000008 ),
new google.maps.LatLng( 38.0620400000007 , 23.1164100000005 ),
new google.maps.LatLng( 38.0589199999995 , 23.0649799999992 ),
new google.maps.LatLng( 38.0643 , 23.0138499999994 ),
new google.maps.LatLng( 38.0458299999991 , 22.9269000000004 ),
new google.maps.LatLng( 37.9969700000001 , 22.9653099999996 ),
new google.maps.LatLng( 37.9468300000008 , 22.9622500000005 ),
new google.maps.LatLng( 37.9487399999998 , 22.9121300000006 ),
new google.maps.LatLng( 37.9488899999997 , 22.8579399999999 ),
new google.maps.LatLng( 37.9749699999993 , 22.8149300000005 ),
new google.maps.LatLng( 38.0023299999993 , 22.7713500000009 ),
new google.maps.LatLng( 38.0341900000003 , 22.7287199999992 ),
new google.maps.LatLng( 38.0589899999995 , 22.6846700000006 ),
new google.maps.LatLng( 38.0767599999999 , 22.6352200000001 ),
new google.maps.LatLng( 38.0958300000002 , 22.5866700000006 ),
new google.maps.LatLng( 38.1165600000004 , 22.5404600000002 ),
new google.maps.LatLng( 38.1342999999997 , 22.49215 ),
new google.maps.LatLng( 38.1349399999999 , 22.4386900000009 ),
new google.maps.LatLng( 38.1445899999999 , 22.3880599999993 ),
new google.maps.LatLng( 38.1700199999996 , 22.3428199999998 ),
new google.maps.LatLng( 38.1828000000005 , 22.2939399999996 ),
new google.maps.LatLng( 38.1868200000008 , 22.2436300000008 ),
new google.maps.LatLng( 38.2085499999994 , 22.1979800000008 ),
new google.maps.LatLng( 38.2357300000003 , 22.1560100000006 ),
new google.maps.LatLng( 38.2676699999993 , 22.1167999999998 ),
new google.maps.LatLng( 38.2697599999992 , 22.0666600000004 ),
new google.maps.LatLng( 38.3027600000005 , 22.0285399999993 ),
new google.maps.LatLng( 38.32654 , 21.9823099999994 ),
new google.maps.LatLng( 38.3920899999994 , 21.9710699999996 ),
new google.maps.LatLng( 38.3745600000002 , 22.0634599999994 ),
new google.maps.LatLng( 38.3648499999999 , 22.1129500000006 ),
new google.maps.LatLng( 38.3374000000003 , 22.15517 ),
new google.maps.LatLng( 38.3303400000004 , 22.20615 ),
new google.maps.LatLng( 38.3523000000005 , 22.2541299999994 ),
new google.maps.LatLng( 38.3492999999999 , 22.3053 ),
new google.maps.LatLng( 38.3330800000003 , 22.3531399999993 ),
new google.maps.LatLng( 38.3487800000003 , 22.4007999999994 ),
new google.maps.LatLng( 38.3994299999995 , 22.4071399999993 ),
new google.maps.LatLng( 38.4113099999995 , 22.4588199999998 ),
new google.maps.LatLng( 38.3824600000007 , 22.5034199999991 ),
new google.maps.LatLng( 38.3450099999991 , 22.5382300000001 ) ],
[ new google.maps.LatLng( 26.8917500000007 , 55.8407599999991 ),
new google.maps.LatLng( 26.8341199999995 , 55.9080599999998 ),
new google.maps.LatLng( 26.8698100000001 , 56.0258400000002 ),
new google.maps.LatLng( 26.9086100000004 , 56.1603300000006 ),
new google.maps.LatLng( 26.9175799999994 , 56.0942200000009 ),
new google.maps.LatLng( 26.9574300000004 , 56.0843199999999 ),
new google.maps.LatLng( 26.9870200000005 , 56.1883099999995 ),
new google.maps.LatLng( 26.9766299999992 , 56.2323699999997 ),
new google.maps.LatLng( 26.9591899999996 , 56.2728000000006 ),
new google.maps.LatLng( 26.9287700000004 , 56.2624500000002 ),
new google.maps.LatLng( 26.9260400000003 , 56.2177300000003 ),
new google.maps.LatLng( 26.9238999999998 , 56.2026700000006 ),
new google.maps.LatLng( 26.8750400000008 , 56.1486199999999 ),
new google.maps.LatLng( 26.8436799999999 , 56.1325300000008 ),
new google.maps.LatLng( 26.8187099999996 , 56.1014500000001 ),
new google.maps.LatLng( 26.7737400000005 , 56.0494500000004 ),
new google.maps.LatLng( 26.7502600000007 , 56.0142799999994 ),
new google.maps.LatLng( 26.7300699999996 , 55.9734200000003 ),
new google.maps.LatLng( 26.6928900000003 , 55.9157500000001 ),
new google.maps.LatLng( 26.7145299999993 , 55.9030600000006 ),
new google.maps.LatLng( 26.72847 , 55.8902999999991 ),
new google.maps.LatLng( 26.7409700000007 , 55.8527599999998 ),
new google.maps.LatLng( 26.7241099999992 , 55.8187300000009 ),
new google.maps.LatLng( 26.6949700000005 , 55.7746700000007 ),
new google.maps.LatLng( 26.6919400000006 , 55.7087599999995 ),
new google.maps.LatLng( 26.6813299999994 , 55.6689800000004 ),
new google.maps.LatLng( 26.6569099999997 , 55.6370000000006 ),
new google.maps.LatLng( 26.6445800000001 , 55.6115900000004 ),
new google.maps.LatLng( 26.6336900000006 , 55.5702799999999 ),
new google.maps.LatLng( 26.6197200000006 , 55.5260400000007 ),
new google.maps.LatLng( 26.5932799999991 , 55.4840899999999 ),
new google.maps.LatLng( 26.5975899999994 , 55.4493899999998 ),
new google.maps.LatLng( 26.5800600000002 , 55.4119300000002 ),
new google.maps.LatLng( 26.5745000000006 , 55.3915799999995 ),
new google.maps.LatLng( 26.5619499999993 , 55.3162900000007 ),
new google.maps.LatLng( 26.5588100000004 , 55.3144499999999 ),
new google.maps.LatLng( 26.5448099999994 , 55.2864599999994 ),
new google.maps.LatLng( 26.5580599999994 , 55.2698099999998 ),
new google.maps.LatLng( 26.6076200000007 , 55.2711500000005 ),
new google.maps.LatLng( 26.6178999999993 , 55.2687700000006 ),
new google.maps.LatLng( 26.6456400000006 , 55.2630499999996 ),
new google.maps.LatLng( 26.6539799999991 , 55.2867100000003 ),
new google.maps.LatLng( 26.6535600000007 , 55.2966799999995 ),
new google.maps.LatLng( 26.6464500000002 , 55.3318999999992 ),
new google.maps.LatLng( 26.6518699999997 , 55.3544600000005 ),
new google.maps.LatLng( 26.6639200000009 , 55.3764599999995 ),
new google.maps.LatLng( 26.6749799999998 , 55.42166 ),
new google.maps.LatLng( 26.7014099999997 , 55.4854599999999 ),
new google.maps.LatLng( 26.70658 , 55.5177399999993 ),
new google.maps.LatLng( 26.7552199999991 , 55.6027200000008 ),
new google.maps.LatLng( 26.7769399999997 , 55.65157 ),
new google.maps.LatLng( 26.7873299999992 , 55.6822100000009 ),
new google.maps.LatLng( 26.8056099999994 , 55.7507800000003 ),
new google.maps.LatLng( 26.83878 , 55.7641399999993 ),
new google.maps.LatLng( 26.8900300000005 , 55.7607900000003 ),
new google.maps.LatLng( 26.91914 , 55.7334200000005 ),
new google.maps.LatLng( 26.8917500000007 , 55.8407599999991 ) ],
[ new google.maps.LatLng( 26.9313600000005 , 55.9927200000002 ),
new google.maps.LatLng( 26.9175799999994 , 56.0942200000009 ),
new google.maps.LatLng( 26.9055000000008 , 56.0972199999997 ),
new google.maps.LatLng( 26.8698100000001 , 56.0258400000002 ),
new google.maps.LatLng( 26.8590999999997 , 55.9687300000005 ),
new google.maps.LatLng( 26.8917500000007 , 55.8407599999991 ),
new google.maps.LatLng( 26.9339099999997 , 55.7915400000002 ),
new google.maps.LatLng( 26.9665800000002 , 55.7332700000006 ),
new google.maps.LatLng( 26.9455799999996 , 55.7794300000005 ),
new google.maps.LatLng( 26.9241600000005 , 55.8064099999992 ),
new google.maps.LatLng( 26.8996599999991 , 55.8813200000004 ),
new google.maps.LatLng( 26.9313600000005 , 55.9927200000002 ) ],
[ new google.maps.LatLng( 26.9341999999997 , 55.9717799999999 ),
new google.maps.LatLng( 26.9117200000001 , 55.9220299999997 ),
new google.maps.LatLng( 26.9665800000002 , 55.7332700000006 ),
new google.maps.LatLng( 26.9341999999997 , 55.9717799999999 ) ],
[ new google.maps.LatLng( 38.0044400000006 , 39.1413400000001 ),
new google.maps.LatLng( 38.0235100000009 , 39.2094799999995 ),
new google.maps.LatLng( 38.0223800000003 , 39.2128799999991 ),
new google.maps.LatLng( 38.0564699999995 , 39.2404399999996 ),
new google.maps.LatLng( 38.0590499999998 , 39.2064800000007 ),
new google.maps.LatLng( 38.0039300000008 , 39.1379099999995 ),
new google.maps.LatLng( 38.0044400000006 , 39.1413400000001 ) ],
[ new google.maps.LatLng( 26.9574300000004 , 56.0843199999999 ),
new google.maps.LatLng( 26.9313600000005 , 55.9927200000002 ),
new google.maps.LatLng( 26.9341999999997 , 55.9717799999999 ),
new google.maps.LatLng( 26.9526000000005 , 56.0124799999994 ),
new google.maps.LatLng( 26.9718799999991 , 56.0807299999997 ),
new google.maps.LatLng( 26.9574300000004 , 56.0843199999999 ) ],
[ new google.maps.LatLng( 26.9718799999991 , 56.0807299999997 ),
new google.maps.LatLng( 26.9747100000004 , 56.0800299999992 ),
new google.maps.LatLng( 26.9797400000007 , 56.1085299999995 ),
new google.maps.LatLng( 26.9718799999991 , 56.0807299999997 ) ],
[ new google.maps.LatLng( 26.9797400000007 , 56.1085299999995 ),
new google.maps.LatLng( 26.9831300000005 , 56.1205300000001 ),
new google.maps.LatLng( 26.9895099999994 , 56.1638899999998 ),
new google.maps.LatLng( 26.9797400000007 , 56.1085299999995 ) ],
[ new google.maps.LatLng( 37.9140800000005 , 39.0272299999997 ),
new google.maps.LatLng( 37.9155900000005 , 39.02801 ),
new google.maps.LatLng( 37.9128899999996 , 39.0246499999994 ),
new google.maps.LatLng( 37.8917500000007 , 38.9788599999993 ),
new google.maps.LatLng( 37.9140800000005 , 39.0272299999997 ) ]
],
map:map,
clickable:true,
fillColor: "#00FF00",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 40.5799700000007 , 24.6192699999992 ),
new google.maps.LatLng( 40.6159700000007 , 24.5838399999993 ),
new google.maps.LatLng( 40.6315799999993 , 24.53622 ),
new google.maps.LatLng( 40.6745300000002 , 24.5102700000007 ),
new google.maps.LatLng( 40.7177900000006 , 24.5408900000002 ),
new google.maps.LatLng( 40.7653499999997 , 24.5584099999996 ),
new google.maps.LatLng( 40.7834600000006 , 24.6056599999993 ),
new google.maps.LatLng( 40.7954499999996 , 24.6563999999998 ),
new google.maps.LatLng( 40.76145 , 24.7456600000005 ),
new google.maps.LatLng( 40.7156500000001 , 24.7666000000008 ),
new google.maps.LatLng( 40.6651899999997 , 24.7628100000002 ),
new google.maps.LatLng( 40.6146000000008 , 24.7708299999995 ),
new google.maps.LatLng( 40.6007000000009 , 24.7209700000003 ),
new google.maps.LatLng( 40.5851899999998 , 24.6728000000003 ),
new google.maps.LatLng( 40.5799700000007 , 24.6192699999992 )],
map:map,
clickable:true,
fillColor: "#00FF00",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 40.7413699999997 , 29.50792 ),
new google.maps.LatLng( 40.7799799999993 , 29.5765100000008 ),
new google.maps.LatLng( 40.7821999999996 , 29.6264699999992 ),
new google.maps.LatLng( 40.7855799999998 , 29.6780299999991 ),
new google.maps.LatLng( 40.7523099999999 , 29.7302799999998 ),
new google.maps.LatLng( 40.7128699999994 , 29.68433 ),
new google.maps.LatLng( 40.7042399999991 , 29.6339399999997 ),
new google.maps.LatLng( 40.6979699999993 , 29.5837699999993 ),
new google.maps.LatLng( 40.7413699999997 , 29.50792 )],
map:map,
clickable:true,
fillColor: "#00FF00",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 40.5819499999998 , 27.6277200000004 ),
new google.maps.LatLng( 40.5881900000004 , 27.5771600000007 ),
new google.maps.LatLng( 40.61276 , 27.5313100000003 ),
new google.maps.LatLng( 40.6610899999996 , 27.5449200000003 ),
new google.maps.LatLng( 40.6680400000005 , 27.5965199999991 ),
new google.maps.LatLng( 40.6460200000001 , 27.65733 ),
new google.maps.LatLng( 40.5819499999998 , 27.6277200000004 )],
map:map,
clickable:true,
fillColor: "#00FF00",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 40.3866600000001 , 23.8833200000008 ),
new google.maps.LatLng( 40.4212499999994 , 23.9783000000007 ),
new google.maps.LatLng( 40.38141 , 24.0590900000007 ),
new google.maps.LatLng( 40.3602800000008 , 24.1522100000002 ),
new google.maps.LatLng( 40.33043 , 24.1944000000003 ),
new google.maps.LatLng( 40.3143799999998 , 24.2421200000008 ),
new google.maps.LatLng( 40.2725399999999 , 24.2706999999991 ),
new google.maps.LatLng( 40.2356500000005 , 24.3063199999997 ),
new google.maps.LatLng( 40.2093299999997 , 24.3491799999993 ),
new google.maps.LatLng( 40.1854899999998 , 24.3934000000008 ),
new google.maps.LatLng( 40.1373299999996 , 24.3763500000005 ),
new google.maps.LatLng( 40.1258099999995 , 24.3271199999999 ),
new google.maps.LatLng( 40.1534599999995 , 24.2853799999993 ),
new google.maps.LatLng( 40.1865500000004 , 24.2457900000009 ),
new google.maps.LatLng( 40.2248600000003 , 24.2136399999999 ),
new google.maps.LatLng( 40.2590299999993 , 24.1753399999998 ),
new google.maps.LatLng( 40.28917 , 24.1352200000001 ),
new google.maps.LatLng( 40.2877599999993 , 24.0851399999992 ),
new google.maps.LatLng( 40.30458 , 24.0069399999993 ),
new google.maps.LatLng( 40.3371399999996 , 23.9654800000008 ),
new google.maps.LatLng( 40.3866600000001 , 23.8833200000008 )],
map:map,
clickable:true,
fillColor: "#00FF00",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 40.1422700000003 , 23.38472 ),
new google.maps.LatLng( 40.0754199999992 , 23.45543 ),
new google.maps.LatLng( 40.0431000000008 , 23.4947200000006 ),
new google.maps.LatLng( 40.0219199999992 , 23.5420599999998 ),
new google.maps.LatLng( 40.0011900000009 , 23.5887199999997 ),
new google.maps.LatLng( 39.9828600000001 , 23.6382799999992 ),
new google.maps.LatLng( 39.9211599999999 , 23.6876300000004 ),
new google.maps.LatLng( 39.9133099999999 , 23.6109699999997 ),
new google.maps.LatLng( 39.9274100000002 , 23.5618099999992 ),
new google.maps.LatLng( 39.9449000000004 , 23.51476 ),
new google.maps.LatLng( 39.9596299999994 , 23.4656099999993 ),
new google.maps.LatLng( 39.9597300000005 , 23.4129499999999 ),
new google.maps.LatLng( 39.9633300000005 , 23.3608499999991 ),
new google.maps.LatLng( 40.0138599999991 , 23.3604799999994 ),
new google.maps.LatLng( 40.0548400000007 , 23.3317399999996 ),
new google.maps.LatLng( 40.08554 , 23.2903399999996 ),
new google.maps.LatLng( 40.1332399999992 , 23.3089099999997 ),
new google.maps.LatLng( 40.18001 , 23.3297999999995 ),
new google.maps.LatLng( 40.1422700000003 , 23.38472 )],
map:map,
clickable:true,
fillColor: "#7FEE00",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 39.4989000000005 , 25.0094000000008 ),
new google.maps.LatLng( 39.5275500000007 , 24.9643799999994 ),
new google.maps.LatLng( 39.5676600000006 , 24.9965300000003 ),
new google.maps.LatLng( 39.5368699999999 , 25.0426200000002 ),
new google.maps.LatLng( 39.4989000000005 , 25.0094000000008 )],
map:map,
clickable:true,
fillColor: "#7FEE00",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 39.1150300000008 , 23.1220599999997 ),
new google.maps.LatLng( 39.2023700000009 , 23.1966400000001 ),
new google.maps.LatLng( 39.0967799999999 , 23.1810700000005 ),
new google.maps.LatLng( 39.1150300000008 , 23.1220599999997 )],
map:map,
clickable:true,
fillColor: "#7FEE00",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 39.1535000000003 , 23.6811099999995 ),
new google.maps.LatLng( 39.0889599999991 , 23.7534799999994 ),
new google.maps.LatLng( 39.0791700000009 , 23.6794699999991 ),
new google.maps.LatLng( 39.1535000000003 , 23.6811099999995 )],
map:map,
clickable:true,
fillColor: "#7FEE00",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 38.7425600000006 , 24.6179900000006 ),
new google.maps.LatLng( 38.7772199999999 , 24.5819300000003 ),
new google.maps.LatLng( 38.7908700000007 , 24.5323700000008 ),
new google.maps.LatLng( 38.8415700000005 , 24.5296699999999 ),
new google.maps.LatLng( 38.8576099999991 , 24.4815999999992 ),
new google.maps.LatLng( 38.8834700000007 , 24.4373500000002 ),
new google.maps.LatLng( 38.9286800000009 , 24.4591099999998 ),
new google.maps.LatLng( 38.9624999999996 , 24.4964299999992 ),
new google.maps.LatLng( 38.9414699999998 , 24.54306 ),
new google.maps.LatLng( 38.9022000000004 , 24.5766299999996 ),
new google.maps.LatLng( 38.8592499999995 , 24.6031199999998 ),
new google.maps.LatLng( 38.83302 , 24.64761 ),
new google.maps.LatLng( 38.7696599999999 , 24.6603899999991 ),
new google.maps.LatLng( 38.7425600000006 , 24.6179900000006 )],
map:map,
clickable:true,
fillColor: "#B0DB00",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 38.7903200000001 , 20.7300699999996 ),
new google.maps.LatLng( 38.7344300000004 , 20.7219499999992 ),
new google.maps.LatLng( 38.6359200000006 , 20.7771300000004 ),
new google.maps.LatLng( 38.6241000000009 , 20.7061900000008 ),
new google.maps.LatLng( 38.6011199999994 , 20.6594399999994 ),
new google.maps.LatLng( 38.6235300000008 , 20.61456 ),
new google.maps.LatLng( 38.6591000000008 , 20.5773900000004 ),
new google.maps.LatLng( 38.70982 , 20.5777400000006 ),
new google.maps.LatLng( 38.7587299999996 , 20.5922300000002 ),
new google.maps.LatLng( 38.7979799999994 , 20.6261599999998 ),
new google.maps.LatLng( 38.8093700000009 , 20.6759500000007 ),
new google.maps.LatLng( 38.7903200000001 , 20.7300699999996 )],
map:map,
clickable:true,
fillColor: "#B0DB00",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 38.5479899999991 , 25.6117699999995 ),
new google.maps.LatLng( 38.5494699999999 , 25.56034 ),
new google.maps.LatLng( 38.5997800000005 , 25.5498499999994 ),
new google.maps.LatLng( 38.6099200000008 , 25.5988600000001 ),
new google.maps.LatLng( 38.5479899999991 , 25.6117699999995 )],
map:map,
clickable:true,
fillColor: "#B0DB00",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 38.36787 , 20.6394700000001 ),
new google.maps.LatLng( 38.4646300000004 , 20.6301899999999 ),
new google.maps.LatLng( 38.4287600000007 , 20.6958699999996 ),
new google.maps.LatLng( 38.3597599999994 , 20.7303300000003 ),
new google.maps.LatLng( 38.3374100000001 , 20.6805600000007 ),
new google.maps.LatLng( 38.36787 , 20.6394700000001 )],
map:map,
clickable:true,
fillColor: "#B0DB00",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 38.1759000000002 , 20.7632300000005 ),
new google.maps.LatLng( 38.1092000000008 , 20.8076099999998 ),
new google.maps.LatLng( 38.0657900000006 , 20.7795700000006 ),
new google.maps.LatLng( 38.0641099999993 , 20.7294700000002 ),
new google.maps.LatLng( 38.0845599999993 , 20.6826799999999 ),
new google.maps.LatLng( 38.1080999999995 , 20.6379300000008 ),
new google.maps.LatLng( 38.1086699999996 , 20.5875199999991 ),
new google.maps.LatLng( 38.0963400000001 , 20.5376099999994 ),
new google.maps.LatLng( 38.1188099999999 , 20.4917600000008 ),
new google.maps.LatLng( 38.1966499999999 , 20.4398899999997 ),
new google.maps.LatLng( 38.1594399999994 , 20.3938099999996 ),
new google.maps.LatLng( 38.1827499999999 , 20.3487700000005 ),
new google.maps.LatLng( 38.2337100000004 , 20.3461800000005 ),
new google.maps.LatLng( 38.2721799999999 , 20.3781199999994 ),
new google.maps.LatLng( 38.3521999999994 , 20.4238000000005 ),
new google.maps.LatLng( 38.3296499999997 , 20.5074000000004 ),
new google.maps.LatLng( 38.3758899999993 , 20.5299599999998 ),
new google.maps.LatLng( 38.4588600000006 , 20.5389200000009 ),
new google.maps.LatLng( 38.36787 , 20.6394700000001 ),
new google.maps.LatLng( 38.2961300000006 , 20.6068200000009 ),
new google.maps.LatLng( 38.2678099999994 , 20.6480900000006 ),
new google.maps.LatLng( 38.2526899999993 , 20.6967199999999 ),
new google.maps.LatLng( 38.2115099999992 , 20.7256500000003 ),
new google.maps.LatLng( 38.1759000000002 , 20.7632300000005 )],
map:map,
clickable:true,
fillColor: "#D3C800",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 38.0044999999991 , 23.5730700000004 ),
new google.maps.LatLng( 37.9319200000009 , 23.5539499999995 ),
new google.maps.LatLng( 37.9011499999997 , 23.5139799999997 ),
new google.maps.LatLng( 37.8945500000009 , 23.4478799999997 ),
new google.maps.LatLng( 37.9589400000004 , 23.4872500000001 ),
new google.maps.LatLng( 38.0307100000009 , 23.4939300000005 ),
new google.maps.LatLng( 38.0044999999991 , 23.5730700000004 )],
map:map,
clickable:true,
fillColor: "#D3C800",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 37.7667000000001 , 20.9221799999996 ),
new google.maps.LatLng( 37.7142100000001 , 20.8553699999993 ),
new google.maps.LatLng( 37.6977599999991 , 20.7793500000007 ),
new google.maps.LatLng( 37.7211200000002 , 20.7346899999993 ),
new google.maps.LatLng( 37.7611699999998 , 20.7046599999994 ),
new google.maps.LatLng( 37.7899099999995 , 20.6619800000008 ),
new google.maps.LatLng( 37.8301200000005 , 20.6312500000004 ),
new google.maps.LatLng( 37.8805699999994 , 20.6410500000002 ),
new google.maps.LatLng( 37.9169500000007 , 20.6772600000004 ),
new google.maps.LatLng( 37.9059099999995 , 20.7262200000005 ),
new google.maps.LatLng( 37.8632199999993 , 20.7539899999992 ),
new google.maps.LatLng( 37.8466599999992 , 20.8015599999999 ),
new google.maps.LatLng( 37.8340399999997 , 20.8524699999998 ),
new google.maps.LatLng( 37.7667000000001 , 20.9221799999996 )],
map:map,
clickable:true,
fillColor: "#D3C800",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 37.7205200000008 , 27.0693100000008 ),
new google.maps.LatLng( 37.7110300000004 , 27.0190999999995 ),
new google.maps.LatLng( 37.6987700000009 , 26.9694999999992 ),
new google.maps.LatLng( 37.6809699999994 , 26.9193500000001 ),
new google.maps.LatLng( 37.6508099999992 , 26.8764499999997 ),
new google.maps.LatLng( 37.65697 , 26.8268000000007 ),
new google.maps.LatLng( 37.6791400000002 , 26.7783400000008 ),
new google.maps.LatLng( 37.7140400000008 , 26.7417100000002 ),
new google.maps.LatLng( 37.7181500000006 , 26.6897100000006 ),
new google.maps.LatLng( 37.7000000000007 , 26.6411599999992 ),
new google.maps.LatLng( 37.7143099999994 , 26.59159 ),
new google.maps.LatLng( 37.7626999999993 , 26.6055300000007 ),
new google.maps.LatLng( 37.7906600000006 , 26.6501800000005 ),
new google.maps.LatLng( 37.8143799999998 , 26.7003999999997 ),
new google.maps.LatLng( 37.8150999999998 , 26.7513500000005 ),
new google.maps.LatLng( 37.8162400000001 , 26.8020400000005 ),
new google.maps.LatLng( 37.8188599999994 , 26.8575799999999 ),
new google.maps.LatLng( 37.7912899999992 , 26.9172199999994 ),
new google.maps.LatLng( 37.7977300000002 , 26.9687599999997 ),
new google.maps.LatLng( 37.8001100000001 , 27.0192000000006 ),
new google.maps.LatLng( 37.77045 , 27.0603499999997 ),
new google.maps.LatLng( 37.7205200000008 , 27.0693100000008 )],
map:map,
clickable:true,
fillColor: "#D3C800",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 37.7019799999998 , 23.4632999999994 ),
new google.maps.LatLng( 37.7411499999998 , 23.4285199999995 ),
new google.maps.LatLng( 37.7707900000005 , 23.4706800000004 ),
new google.maps.LatLng( 37.7764999999999 , 23.5212499999998 ),
new google.maps.LatLng( 37.7277300000005 , 23.5335300000006 ),
new google.maps.LatLng( 37.7019799999998 , 23.4632999999994 )],
map:map,
clickable:true,
fillColor: "#F1B100",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 37.5278300000009 , 26.00569 ),
new google.maps.LatLng( 37.6095800000003 , 26.0427400000008 ),
new google.maps.LatLng( 37.6429100000005 , 26.0832599999994 ),
new google.maps.LatLng( 37.6431599999996 , 26.1342000000004 ),
new google.maps.LatLng( 37.6481199999998 , 26.1846499999992 ),
new google.maps.LatLng( 37.6518400000004 , 26.2361600000004 ),
new google.maps.LatLng( 37.6826000000001 , 26.2755799999995 ),
new google.maps.LatLng( 37.6993199999997 , 26.3295400000006 ),
new google.maps.LatLng( 37.6351099999993 , 26.3209100000004 ),
new google.maps.LatLng( 37.5970699999998 , 26.2779100000007 ),
new google.maps.LatLng( 37.5831799999996 , 26.2268399999994 ),
new google.maps.LatLng( 37.5720899999997 , 26.1773099999991 ),
new google.maps.LatLng( 37.5605699999996 , 26.1244499999993 ),
new google.maps.LatLng( 37.5294599999997 , 26.0839099999994 ),
new google.maps.LatLng( 37.5278300000009 , 26.00569 )],
map:map,
clickable:true,
fillColor: "#F1B100",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 37.5395000000008 , 24.3117399999992 ),
new google.maps.LatLng( 37.5510699999995 , 24.2624599999999 ),
new google.maps.LatLng( 37.6032599999999 , 24.2620999999999 ),
new google.maps.LatLng( 37.6504000000004 , 24.2844499999992 ),
new google.maps.LatLng( 37.6862299999993 , 24.3240299999998 ),
new google.maps.LatLng( 37.6683499999999 , 24.3873000000003 ),
new google.maps.LatLng( 37.6192499999997 , 24.3764300000003 ),
new google.maps.LatLng( 37.5780400000003 , 24.3460099999993 ),
new google.maps.LatLng( 37.5395000000008 , 24.3117399999992 )],
map:map,
clickable:true,
fillColor: "#F1B100",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 37.5344100000002 , 25.1819099999993 ),
new google.maps.LatLng( 37.55141 , 25.1347399999995 ),
new google.maps.LatLng( 37.5838399999993 , 25.0955900000008 ),
new google.maps.LatLng( 37.6041499999992 , 25.0489500000003 ),
new google.maps.LatLng( 37.6860899999992 , 25.0178300000007 ),
new google.maps.LatLng( 37.6610899999996 , 25.1061900000004 ),
new google.maps.LatLng( 37.6443799999997 , 25.1538799999998 ),
new google.maps.LatLng( 37.6413799999991 , 25.2046100000007 ),
new google.maps.LatLng( 37.5927599999995 , 25.2524599999997 ),
new google.maps.LatLng( 37.5456699999995 , 25.2306399999998 ),
new google.maps.LatLng( 37.5344100000002 , 25.1819099999993 )],
map:map,
clickable:true,
fillColor: "#F1B100",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 37.3359899999996 , 24.4161499999991 ),
new google.maps.LatLng( 37.3552600000003 , 24.3698999999997 ),
new google.maps.LatLng( 37.4073100000005 , 24.3776999999991 ),
new google.maps.LatLng( 37.4582499999997 , 24.3774900000008 ),
new google.maps.LatLng( 37.4856999999993 , 24.4208600000002 ),
new google.maps.LatLng( 37.4391300000007 , 24.4441700000007 ),
new google.maps.LatLng( 37.3804 , 24.4411500000006 ),
new google.maps.LatLng( 37.3359899999996 , 24.4161499999991 )],
map:map,
clickable:true,
fillColor: "#F5970F",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 37.3902400000006 , 24.8747800000001 ),
new google.maps.LatLng( 37.4830500000007 , 24.8795699999992 ),
new google.maps.LatLng( 37.4688100000003 , 24.9491799999996 ),
new google.maps.LatLng( 37.4177799999998 , 24.9533900000006 ),
new google.maps.LatLng( 37.3902400000006 , 24.8747800000001 )],
map:map,
clickable:true,
fillColor: "#F5970F",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 37.1291000000001 , 24.4668399999991 ),
new google.maps.LatLng( 37.1414100000002 , 24.4179899999999 ),
new google.maps.LatLng( 37.1889900000006 , 24.4346600000008 ),
new google.maps.LatLng( 37.2131700000009 , 24.4800799999994 ),
new google.maps.LatLng( 37.1463399999993 , 24.5142599999999 ),
new google.maps.LatLng( 37.1291000000001 , 24.4668399999991 )],
map:map,
clickable:true,
fillColor: "#F5970F",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 36.9302900000002 , 25.4526700000006 ),
new google.maps.LatLng( 36.9615900000008 , 25.4136500000004 ),
new google.maps.LatLng( 37.0036600000003 , 25.3864699999995 ),
new google.maps.LatLng( 37.0953000000009 , 25.3873899999999 ),
new google.maps.LatLng( 37.1496599999991 , 25.4294300000001 ),
new google.maps.LatLng( 37.1774800000003 , 25.4728200000009 ),
new google.maps.LatLng( 37.1979699999993 , 25.5195899999999 ),
new google.maps.LatLng( 37.1565699999992 , 25.5817399999996 ),
new google.maps.LatLng( 37.1108299999996 , 25.6031800000001 ),
new google.maps.LatLng( 37.0600400000003 , 25.5903799999996 ),
new google.maps.LatLng( 37.0120399999996 , 25.5724100000007 ),
new google.maps.LatLng( 36.9686399999991 , 25.5467700000008 ),
new google.maps.LatLng( 36.9481500000002 , 25.4999200000002 ),
new google.maps.LatLng( 36.9302900000002 , 25.4526700000006 )],
map:map,
clickable:true,
fillColor: "#F5970F",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 37.0302300000003 , 25.0954500000007 ),
new google.maps.LatLng( 37.0820600000006 , 25.12327 ),
new google.maps.LatLng( 37.1222899999993 , 25.1538199999995 ),
new google.maps.LatLng( 37.1393399999997 , 25.2015599999995 ),
new google.maps.LatLng( 37.1377900000007 , 25.2658699999993 ),
new google.maps.LatLng( 37.0385399999996 , 25.2629500000003 ),
new google.maps.LatLng( 36.9994000000006 , 25.23171 ),
new google.maps.LatLng( 36.9801800000005 , 25.1828000000005 ),
new google.maps.LatLng( 37.0302300000003 , 25.0954500000007 )],
map:map,
clickable:true,
fillColor: "#E17D1E",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 36.9432899999993 , 26.9606199999998 ),
new google.maps.LatLng( 36.9784799999998 , 26.9210800000001 ),
new google.maps.LatLng( 37.0587699999996 , 26.9831599999998 ),
new google.maps.LatLng( 36.9928500000005 , 27.0439299999998 ),
new google.maps.LatLng( 36.9547000000002 , 27.0102100000004 ),
new google.maps.LatLng( 36.9432899999993 , 26.9606199999998 )],
map:map,
clickable:true,
fillColor: "#E17D1E",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 36.9412300000004 , 27.2739099999999 ),
new google.maps.LatLng( 36.8951199999992 , 27.3270799999991 ),
new google.maps.LatLng( 36.8441899999998 , 27.3108300000004 ),
new google.maps.LatLng( 36.8324100000009 , 27.2611799999995 ),
new google.maps.LatLng( 36.8244799999993 , 27.2110200000006 ),
new google.maps.LatLng( 36.7909600000003 , 27.1708799999997 ),
new google.maps.LatLng( 36.7641899999999 , 27.1271400000005 ),
new google.maps.LatLng( 36.7653100000007 , 27.0752300000004 ),
new google.maps.LatLng( 36.8274700000002 , 27.0464400000001 ),
new google.maps.LatLng( 36.8569000000007 , 27.0868900000005 ),
new google.maps.LatLng( 36.8783899999999 , 27.1326499999996 ),
new google.maps.LatLng( 36.8982400000004 , 27.1789499999995 ),
new google.maps.LatLng( 36.9035399999993 , 27.2291499999992 ),
new google.maps.LatLng( 36.9412300000004 , 27.2739099999999 )],
map:map,
clickable:true,
fillColor: "#E17D1E",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 36.87255 , 25.9509899999994 ),
new google.maps.LatLng( 36.7935699999998 , 25.8884400000006 ),
new google.maps.LatLng( 36.8296800000007 , 25.8518100000001 ),
new google.maps.LatLng( 36.8710599999995 , 25.8828200000007 ),
new google.maps.LatLng( 36.87255 , 25.9509899999994 )],
map:map,
clickable:true,
fillColor: "#E17D1E",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 36.8274700000002 , 27.0464400000001 ),
new google.maps.LatLng( 36.7149000000009 , 26.9985400000005 ),
new google.maps.LatLng( 36.6947099999998 , 26.9526900000001 ),
new google.maps.LatLng( 36.7397999999994 , 26.9255200000007 ),
new google.maps.LatLng( 36.7744000000002 , 26.9618200000004 ),
new google.maps.LatLng( 36.8274700000002 , 27.0464400000001 )],
map:map,
clickable:true,
fillColor: "#CD6325",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 36.7493200000008 , 27.9180199999992 ),
new google.maps.LatLng( 36.7410199999995 , 27.8454899999997 ),
new google.maps.LatLng( 36.7756800000006 , 27.7706899999994 ),
new google.maps.LatLng( 36.8092799999995 , 27.8506099999995 ),
new google.maps.LatLng( 36.7493200000008 , 27.9180199999992 )],
map:map,
clickable:true,
fillColor: "#CD6325",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 36.6561899999997 , 25.3632799999996 ),
new google.maps.LatLng( 36.7157700000007 , 25.2817200000009 ),
new google.maps.LatLng( 36.7620800000004 , 25.2588599999999 ),
new google.maps.LatLng( 36.7977599999995 , 25.2960299999995 ),
new google.maps.LatLng( 36.7599300000002 , 25.3295300000009 ),
new google.maps.LatLng( 36.7464400000008 , 25.3779099999992 ),
new google.maps.LatLng( 36.6561899999997 , 25.3632799999996 )],
map:map,
clickable:true,
fillColor: "#CD6325",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 36.7943300000006 , 27.6539200000007 ),
new google.maps.LatLng( 36.69463 , 27.67389 ),
new google.maps.LatLng( 36.6662300000007 , 27.6313499999997 ),
new google.maps.LatLng( 36.6701499999999 , 27.5814399999999 ),
new google.maps.LatLng( 36.6747899999991 , 27.5307799999991 ),
new google.maps.LatLng( 36.6579099999999 , 27.4812700000002 ),
new google.maps.LatLng( 36.6614699999991 , 27.4307900000003 ),
new google.maps.LatLng( 36.7418699999998 , 27.4317900000005 ),
new google.maps.LatLng( 36.7521699999998 , 27.5081699999992 ),
new google.maps.LatLng( 36.7665099999995 , 27.5565600000009 ),
new google.maps.LatLng( 36.7770400000009 , 27.6057999999994 ),
new google.maps.LatLng( 36.7943300000006 , 27.6539200000007 )],
map:map,
clickable:true,
fillColor: "#CD6325",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 36.6499000000003 , 24.3650500000003 ),
new google.maps.LatLng( 36.6592600000004 , 24.3140899999999 ),
new google.maps.LatLng( 36.7113200000003 , 24.3106499999994 ),
new google.maps.LatLng( 36.7516599999999 , 24.3412499999995 ),
new google.maps.LatLng( 36.7337399999997 , 24.4057699999994 ),
new google.maps.LatLng( 36.7674200000001 , 24.5122200000005 ),
new google.maps.LatLng( 36.6792299999997 , 24.5177899999999 ),
new google.maps.LatLng( 36.6765099999993 , 24.4671099999996 ),
new google.maps.LatLng( 36.6688400000003 , 24.4156800000001 ),
new google.maps.LatLng( 36.6499000000003 , 24.3650500000003 )],
map:map,
clickable:true,
fillColor: "#B94828",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 36.5383299999994 , 27.8348600000008 ),
new google.maps.LatLng( 36.5715299999993 , 27.7974200000008 ),
new google.maps.LatLng( 36.6085700000003 , 27.7621099999997 ),
new google.maps.LatLng( 36.6394199999995 , 27.8022400000009 ),
new google.maps.LatLng( 36.6643000000004 , 27.8477199999998 ),
new google.maps.LatLng( 36.5756899999997 , 27.86888 ),
new google.maps.LatLng( 36.5383299999994 , 27.8348600000008 )],
map:map,
clickable:true,
fillColor: "#B94828",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 36.5856100000001 , 26.3755199999996 ),
new google.maps.LatLng( 36.5176200000005 , 26.3651800000007 ),
new google.maps.LatLng( 36.5242500000004 , 26.3154599999998 ),
new google.maps.LatLng( 36.5438300000005 , 26.2675299999992 ),
new google.maps.LatLng( 36.5933299999997 , 26.2760099999996 ),
new google.maps.LatLng( 36.5856100000001 , 26.3755199999996 )],
map:map,
clickable:true,
fillColor: "#B94828",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 36.2287799999995 , 28.1500599999999 ),
new google.maps.LatLng( 36.1916899999997 , 28.11276 ),
new google.maps.LatLng( 36.1522199999999 , 28.0811300000005 ),
new google.maps.LatLng( 36.1007800000007 , 28.0839500000002 ),
new google.maps.LatLng( 36.0794900000001 , 28.0374300000003 ),
new google.maps.LatLng( 36.0738199999996 , 27.9873399999997 ),
new google.maps.LatLng( 36.0441699999992 , 27.9428499999995 ),
new google.maps.LatLng( 35.9970400000002 , 27.9162899999992 ),
new google.maps.LatLng( 35.9492399999999 , 27.8915400000005 ),
new google.maps.LatLng( 35.9143299999996 , 27.8516299999992 ),
new google.maps.LatLng( 35.9003699999994 , 27.8004099999998 ),
new google.maps.LatLng( 35.9174399999993 , 27.7529599999998 ),
new google.maps.LatLng( 35.9682699999994 , 27.7476999999999 ),
new google.maps.LatLng( 36.0191099999993 , 27.7491800000007 ),
new google.maps.LatLng( 36.0701000000008 , 27.7598099999996 ),
new google.maps.LatLng( 36.1183600000004 , 27.7427599999992 ),
new google.maps.LatLng( 36.1432100000002 , 27.6980100000001 ),
new google.maps.LatLng( 36.1848900000005 , 27.7284600000003 ),
new google.maps.LatLng( 36.2110100000009 , 27.7752400000008 ),
new google.maps.LatLng( 36.2560799999992 , 27.79853 ),
new google.maps.LatLng( 36.2924899999998 , 27.8352699999996 ),
new google.maps.LatLng( 36.3167400000002 , 27.8829399999995 ),
new google.maps.LatLng( 36.3412499999995 , 27.9275600000001 ),
new google.maps.LatLng( 36.3664800000006 , 27.9718200000007 ),
new google.maps.LatLng( 36.3872699999993 , 28.0197100000005 ),
new google.maps.LatLng( 36.4070599999995 , 28.06567 ),
new google.maps.LatLng( 36.4221500000003 , 28.1137099999996 ),
new google.maps.LatLng( 36.4248599999992 , 28.1667500000003 ),
new google.maps.LatLng( 36.4475899999998 , 28.2118399999999 ),
new google.maps.LatLng( 36.4044799999992 , 28.2385200000008 ),
new google.maps.LatLng( 36.3666699999994 , 28.2045799999996 ),
new google.maps.LatLng( 36.3156999999992 , 28.2011999999995 ),
new google.maps.LatLng( 36.2737199999992 , 28.1720600000008 ),
new google.maps.LatLng( 36.2287799999995 , 28.1500599999999 )],
map:map,
clickable:true,
fillColor: "#B94828",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 36.4351800000004 , 25.4433100000006 ),
new google.maps.LatLng( 36.3662899999999 , 25.4722600000005 ),
new google.maps.LatLng( 36.3803000000007 , 25.3905200000008 ),
new google.maps.LatLng( 36.4351800000004 , 25.4433100000006 )],
map:map,
clickable:true,
fillColor: "#A52A2A",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 36.1430099999998 , 23.0188400000006 ),
new google.maps.LatLng( 36.1532999999999 , 22.9696899999999 ),
new google.maps.LatLng( 36.1888199999994 , 22.9331899999997 ),
new google.maps.LatLng( 36.2403599999998 , 22.9209200000005 ),
new google.maps.LatLng( 36.2916800000003 , 22.9283799999994 ),
new google.maps.LatLng( 36.3786999999993 , 22.9452199999996 ),
new google.maps.LatLng( 36.3085599999995 , 23.0186599999997 ),
new google.maps.LatLng( 36.2889799999994 , 23.0667599999997 ),
new google.maps.LatLng( 36.2239300000001 , 23.0783900000006 ),
new google.maps.LatLng( 36.1813099999999 , 23.0520400000005 ),
new google.maps.LatLng( 36.1430099999998 , 23.0188400000006 )],
map:map,
clickable:true,
fillColor: "#A52A2A",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 35.5953300000001 , 27.1855899999991 ),
new google.maps.LatLng( 35.5232799999994 , 27.2387600000002 ),
new google.maps.LatLng( 35.4737800000003 , 27.2304800000002 ),
new google.maps.LatLng( 35.45075 , 27.1841899999999 ),
new google.maps.LatLng( 35.4166700000005 , 27.1303700000008 ),
new google.maps.LatLng( 35.4611399999994 , 27.10664 ),
new google.maps.LatLng( 35.5064000000002 , 27.1287900000007 ),
new google.maps.LatLng( 35.5480200000002 , 27.1002900000003 ),
new google.maps.LatLng( 35.5946899999999 , 27.0813099999996 ),
new google.maps.LatLng( 35.6351200000008 , 27.1128399999998 ),
new google.maps.LatLng( 35.6830399999999 , 27.1334100000004 ),
new google.maps.LatLng( 35.7263500000008 , 27.2045699999999 ),
new google.maps.LatLng( 35.6480200000005 , 27.1872000000003 ),
new google.maps.LatLng( 35.5953300000001 , 27.1855899999991 )],
map:map,
clickable:true,
fillColor: "#A52A2A",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
var polygon= new google.maps.Polygon({
paths:[ new google.maps.LatLng( 35.3349600000001 , 26.9153499999993 ),
new google.maps.LatLng( 35.3679499999998 , 26.8777599999994 ),
new google.maps.LatLng( 35.4064299999991 , 26.9103699999996 ),
new google.maps.LatLng( 35.3982500000002 , 26.9861799999999 ),
new google.maps.LatLng( 35.3349600000001 , 26.9153499999993 )],
map:map,
clickable:true,
fillColor: "#A52A2A",
strokeColor: "",
strokeOpacity:1,
fillOpacity:0.7,
strokeWeight:1,
geodesic:true,
zIndex:null});
polyalex4466.push(polygon);
function showR(R,boxname, map) {
R.setMap(map);
document.getElementById(boxname).checked = true; }
function hideR(R,boxname) {
R.setMap(null);
document.getElementById(boxname).checked = false; }
function showO(MLPArray,boxname, map ) {
for (var i = 0; i < MLPArray.length; i++) {
MLPArray[i].setMap(map); }
document.getElementById(boxname).checked = true; }
function hideO(MLPArray,boxname) {
for (var i = 0; i < MLPArray.length; i++) {
MLPArray[i].setMap(null);}
document.getElementById(boxname).checked = false; }
function boxclick(box,MLPArray,boxname, map) {
if (box.checked) { showO(MLPArray,boxname, map);
}else { hideO(MLPArray,boxname);} }
function setOpac(MLPArray,textname){
opacity=0.01*parseInt(document.getElementById(textname).value)
for(var i = 0; i < MLPArray.length; i++) {
MLPArray[i].setOptions({strokeOpacity: opacity, fillOpacity: opacity}); }}
function setOpacL(MLPArray,textname) {
opacity=0.01*parseInt(document.getElementById(textname).value)
for (var i = 0; i < MLPArray.length; i++) {
MLPArray[i].setOptions({strokeOpacity: opacity});}}
function setLineWeight(MLPArray,textnameW){
weight=parseInt(document.getElementById(textnameW).value)
for (var i = 0; i < MLPArray.length; i++){
MLPArray[i].setOptions({strokeWeight: weight}); } }
function legendDisplay(box,divLegendImage){
element = document.getElementById(divLegendImage).style;
if (box.checked){ element.display="block";} else { element.display="none";}}
function boxclickR(box,R,boxname, map) {
if (box.checked){
showR(R,boxname,map); } else { hideR(R,boxname);} }
function legendDisplay(box,divLegendImage){
element = document.getElementById(divLegendImage).style;
if (box.checked){ element.display="block";} else { element.display="none";}}
function initialize() {
var latlng = new google.maps.LatLng( 34.1733650000006 , 46.6863549999998 ) ;
var myOptions = { zoom: 15 ,
center: latlng ,
mapTypeId: google.maps.MapTypeId.HYBRID ,
disableDefaultUI: false ,
disableDoubleClickZoom: false ,
draggable: true ,
keyboardShortcuts: true ,
mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DEFAULT} ,
navigationControl: true ,
navigationControlOptions: {style: google.maps.NavigationControlStyle.DEFAULT} ,
noClear: false ,
scaleControl: true ,
scaleControlOptions: {style: google.maps.ScaleControlStyle.STANDARD} ,
scrollwheel: true ,
streetViewControl: false } ;
map= new google.maps.Map(document.getElementById("map_canvas"),myOptions);
map.fitBounds(new google.maps.LatLngBounds(
new google.maps.LatLng(22.8954900000008,19.3432799999991),
new google.maps.LatLng( 45.4512400000003,74.0294300000005)));
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[0] ,"click",function(event){
infowindow.content="OBJECTID : 44 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[1] ,"click",function(event){
infowindow.content="OBJECTID : 47 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[2] ,"click",function(event){
infowindow.content="OBJECTID : 48 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[3] ,"click",function(event){
infowindow.content="OBJECTID : 49 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[4] ,"click",function(event){
infowindow.content="OBJECTID : 52 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[5] ,"click",function(event){
infowindow.content="OBJECTID : 54 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[6] ,"click",function(event){
infowindow.content="OBJECTID : 60 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[7] ,"click",function(event){
infowindow.content="OBJECTID : 62 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[8] ,"click",function(event){
infowindow.content="OBJECTID : 63 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[9] ,"click",function(event){
infowindow.content="OBJECTID : 66 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[10] ,"click",function(event){
infowindow.content="OBJECTID : 69 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[11] ,"click",function(event){
infowindow.content="OBJECTID : 70 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[12] ,"click",function(event){
infowindow.content="OBJECTID : 73 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[13] ,"click",function(event){
infowindow.content="OBJECTID : 74 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[14] ,"click",function(event){
infowindow.content="OBJECTID : 78 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[15] ,"click",function(event){
infowindow.content="OBJECTID : 81 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[16] ,"click",function(event){
infowindow.content="OBJECTID : 83 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[17] ,"click",function(event){
infowindow.content="OBJECTID : 84 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[18] ,"click",function(event){
infowindow.content="OBJECTID : 85 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[19] ,"click",function(event){
infowindow.content="OBJECTID : 86 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[20] ,"click",function(event){
infowindow.content="OBJECTID : 87 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[21] ,"click",function(event){
infowindow.content="OBJECTID : 88 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[22] ,"click",function(event){
infowindow.content="OBJECTID : 89 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[23] ,"click",function(event){
infowindow.content="OBJECTID : 92 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[24] ,"click",function(event){
infowindow.content="OBJECTID : 93 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[25] ,"click",function(event){
infowindow.content="OBJECTID : 94 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[26] ,"click",function(event){
infowindow.content="OBJECTID : 95 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[27] ,"click",function(event){
infowindow.content="OBJECTID : 96 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[28] ,"click",function(event){
infowindow.content="OBJECTID : 97 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[29] ,"click",function(event){
infowindow.content="OBJECTID : 99 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[30] ,"click",function(event){
infowindow.content="OBJECTID : 100 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[31] ,"click",function(event){
infowindow.content="OBJECTID : 101 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[32] ,"click",function(event){
infowindow.content="OBJECTID : 102 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[33] ,"click",function(event){
infowindow.content="OBJECTID : 103 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[34] ,"click",function(event){
infowindow.content="OBJECTID : 104 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[35] ,"click",function(event){
infowindow.content="OBJECTID : 105 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[36] ,"click",function(event){
infowindow.content="OBJECTID : 106 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[37] ,"click",function(event){
infowindow.content="OBJECTID : 107 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[38] ,"click",function(event){
infowindow.content="OBJECTID : 108 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[39] ,"click",function(event){
infowindow.content="OBJECTID : 111 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
var infowindow = new google.maps.InfoWindow({ content: "",
position:event.latLng, disableAutoPan:false, maxWidth :330, pixelOffset :null });
google.maps.event.addListener(polyalex4466[40] ,"click",function(event){
infowindow.content="OBJECTID : 115 <br>";
infowindow.position=event.latLng;
infowindow.open(map)});
showO(polyalex4466,"polyalex4466box",map); google.maps.event.addListener( map , 'rightclick', function(event) {
var lat = event.latLng.lat();
var lng = event.latLng.lng();
alert('Lat=' + lat + '; Lng=' + lng);});
}
</script>
</head>
<body onload="initialize()">
<div id="map_canvas"></div>
<div id="cBoxes">
<table border="0">
<tr>
<td>
<input type="checkbox" id="polyalex4466box"
onClick='boxclick(this,polyalex4466,"polyalex4466box",map);' /> <b> alex<b> </td> </tr>
<tr> <td>
<input type="text" id="polyalex4466text" value="50" onChange='setOpac(polyalex4466,"polyalex4466text")' size=3 />
Opacity (0-100 %) </td> </tr>
<tr> <td>
<input type="text"
id="polyalex4466W" value="1" onChange='
setLineWeight(polyalex4466,"polyalex4466W")'
size=3 /> Line weight (pixels) </td> </tr>
<tr> <td> <input type="checkbox" checked="checked" id="boxLegend549166d68e7d" onClick='legendDisplay(this,"Legend549166d68e7d");' /> LEGEND </td> </tr> <tr> <td>OBJECTID</td> </tr>
<tr> <td> <div style="display:block;" id="Legend549166d68e7d"> <img src="Legend549166d68e7d.png" alt="Legend" height="70%"> </div>
</td> </tr>
</table>
<hr>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment