File size: 30,421 Bytes
eb914d7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_d118a726e1330aa1bbe3c33cb7f732b8 {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
.leaflet-container { font-size: 1rem; }
</style>
<style>html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
</style>
<style>#map {
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
}
</style>
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet-locatecontrol/0.66.2/L.Control.Locate.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet-locatecontrol/0.66.2/L.Control.Locate.min.css"/>
</head>
<body>
<h3 style='direction:rtl;text-align:center;margin:10px 0'>باحث رقم 8</h3>
<div style="
position: fixed;
bottom: 8px; left: 8px;
background: rgba(255,255,255,0.85);
padding: 6px 10px;
border-radius: 8px;
font-size: 13px;
direction: rtl;
z-index: 9999;
box-shadow: 0 1px 6px rgba(0,0,0,0.15);
">
تصميم وإعداد <b>نوف الناصر</b>
</div>
<div class="folium-map" id="map_d118a726e1330aa1bbe3c33cb7f732b8" ></div>
</body>
<script>
var map_d118a726e1330aa1bbe3c33cb7f732b8 = L.map(
"map_d118a726e1330aa1bbe3c33cb7f732b8",
{
center: [26.311832013762327, 50.19664301648467],
crs: L.CRS.EPSG3857,
...{
"zoom": 13,
"zoomControl": true,
"preferCanvas": false,
}
}
);
L.control.scale().addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var tile_layer_0d24fb18b9435bd5b98e66c1a290fef0 = L.tileLayer(
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
{
"minZoom": 0,
"maxZoom": 19,
"maxNativeZoom": 19,
"noWrap": false,
"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors",
"subdomains": "abc",
"detectRetina": false,
"tms": false,
"opacity": 1,
}
);
tile_layer_0d24fb18b9435bd5b98e66c1a290fef0.addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var tile_layer_518f61bce6495c65106f8b824c623eb2 = L.tileLayer(
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
{
"minZoom": 0,
"maxZoom": 19,
"maxNativeZoom": 19,
"noWrap": false,
"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors",
"subdomains": "abc",
"detectRetina": false,
"tms": false,
"opacity": 1,
}
);
tile_layer_518f61bce6495c65106f8b824c623eb2.addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var tile_layer_82fbc7288c09a31465fd3cab3e49506f = L.tileLayer(
"https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}",
{
"minZoom": 0,
"maxZoom": 18,
"maxNativeZoom": 18,
"noWrap": false,
"attribution": "\u0026copy; Esri",
"subdomains": "abc",
"detectRetina": false,
"tms": false,
"opacity": 1,
}
);
tile_layer_82fbc7288c09a31465fd3cab3e49506f.addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var locate_control_420b4dc22ae4c9145e0b83ca36e7a2b4 = L.control.locate(
{"flyTo": true}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var marker_8718ced1bae13eae70461b4268bd707d = L.marker(
[26.33564324, 50.19692745],
{
}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var icon_6b60e06e896feaf7fc5d7aca3b078c2f = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_3e7886e70028351c06d7eca910e7c229 = L.popup({
"maxWidth": 250,
});
var html_b48d9326f3ade6ee0c79b371b2c04362 = $(`<div id="html_b48d9326f3ade6ee0c79b371b2c04362" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl"> <b>شركة خدمات المركبات العامة شركة شخص واحد</b><br> الباحث: باحث رقم 8<br> السجل التجاري: 2051026620.0<br> المنطقة: الخبر<br> الحارة: الجوهرة<br> <a href="https://www.google.com/maps?q=26.33564324,50.19692745" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_3e7886e70028351c06d7eca910e7c229.setContent(html_b48d9326f3ade6ee0c79b371b2c04362);
marker_8718ced1bae13eae70461b4268bd707d.bindPopup(popup_3e7886e70028351c06d7eca910e7c229)
;
marker_8718ced1bae13eae70461b4268bd707d.bindTooltip(
`<div>
شركة خدمات المركبات العامة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_8718ced1bae13eae70461b4268bd707d.setIcon(icon_6b60e06e896feaf7fc5d7aca3b078c2f);
var marker_02f849a06fa4f7bf33e0bb610749035c = L.marker(
[26.32862998, 50.19310278],
{
}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var icon_20381c5505710631a9ed171aea4ab16b = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c1ab4081611bad4511a85693d1043d88 = L.popup({
"maxWidth": 250,
});
var html_d78d85cc005d3e0aaa6582e6323f8be3 = $(`<div id="html_d78d85cc005d3e0aaa6582e6323f8be3" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl"> <b>مجموعة مدارس الملك عبدالعزيز الأهلية فرع شركة أبناء عبدالله بونهيةالمحدودة</b><br> الباحث: باحث رقم 8<br> السجل التجاري: 2051015813.0<br> المنطقة: الخبر<br> الحارة: الجوهرة<br> <a href="https://www.google.com/maps?q=26.32862998,50.19310278" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c1ab4081611bad4511a85693d1043d88.setContent(html_d78d85cc005d3e0aaa6582e6323f8be3);
marker_02f849a06fa4f7bf33e0bb610749035c.bindPopup(popup_c1ab4081611bad4511a85693d1043d88)
;
marker_02f849a06fa4f7bf33e0bb610749035c.bindTooltip(
`<div>
مجموعة مدارس الملك عبدالعزيز الأهلية فرع شركة أبناء عبدالله بونهيةالمحدودة
</div>`,
{
"sticky": true,
}
);
marker_02f849a06fa4f7bf33e0bb610749035c.setIcon(icon_20381c5505710631a9ed171aea4ab16b);
var marker_f3604e5deb084f37c3c8c57bea7963e5 = L.marker(
[26.2863389084673, 50.1941718070371],
{
}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var icon_b33d0289441ba91555762a60f0188e0c = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ba64ba59243c54cb5585a12945ccc526 = L.popup({
"maxWidth": 250,
});
var html_34886e84d161d4837309878f45bbb4af = $(`<div id="html_34886e84d161d4837309878f45bbb4af" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl"> <b>تمايا للشقق الفندقية</b><br> الباحث: باحث رقم 8<br> السجل التجاري: 2051221439.0<br> المنطقة: الخبر<br> الحارة: العقربية<br> <a href="https://www.google.com/maps?q=26.2863389084673,50.1941718070371" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ba64ba59243c54cb5585a12945ccc526.setContent(html_34886e84d161d4837309878f45bbb4af);
marker_f3604e5deb084f37c3c8c57bea7963e5.bindPopup(popup_ba64ba59243c54cb5585a12945ccc526)
;
marker_f3604e5deb084f37c3c8c57bea7963e5.bindTooltip(
`<div>
تمايا للشقق الفندقية
</div>`,
{
"sticky": true,
}
);
marker_f3604e5deb084f37c3c8c57bea7963e5.setIcon(icon_b33d0289441ba91555762a60f0188e0c);
var marker_c9254d8671d147239d59b153c34faf47 = L.marker(
[26.2865889494591, 50.1907670114833],
{
}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var icon_665f089a379f96f3e888fe83d68e32a6 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_cce344f5528210b1da7eb5f9e2af2c0a = L.popup({
"maxWidth": 250,
});
var html_ce130a1f77abb9ab91783f62fdcc63d8 = $(`<div id="html_ce130a1f77abb9ab91783f62fdcc63d8" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl"> <b>شركة استثمار المتحدة شركة شخص واحد</b><br> الباحث: باحث رقم 8<br> السجل التجاري: 2051030056.0<br> المنطقة: الخبر<br> الحارة: العقربية<br> <a href="https://www.google.com/maps?q=26.2865889494591,50.1907670114833" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_cce344f5528210b1da7eb5f9e2af2c0a.setContent(html_ce130a1f77abb9ab91783f62fdcc63d8);
marker_c9254d8671d147239d59b153c34faf47.bindPopup(popup_cce344f5528210b1da7eb5f9e2af2c0a)
;
marker_c9254d8671d147239d59b153c34faf47.bindTooltip(
`<div>
شركة استثمار المتحدة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_c9254d8671d147239d59b153c34faf47.setIcon(icon_665f089a379f96f3e888fe83d68e32a6);
var marker_bb8c1167439302747a038cc3b08ff71e = L.marker(
[26.28474057688882, 50.19713278806327],
{
}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var icon_0df744bb352b227b6df983483439d40b = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_4460fd002eca6319aa6dbb7c568e12d5 = L.popup({
"maxWidth": 250,
});
var html_abfb67239b7b18bb09898ca49286d297 = $(`<div id="html_abfb67239b7b18bb09898ca49286d297" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl"> <b>شركة دوائر السرعة لتقنية المعلومات</b><br> الباحث: باحث رقم 8<br> السجل التجاري: 2051221541.0<br> المنطقة: الخبر<br> الحارة: العقربية<br> <a href="https://www.google.com/maps?q=26.28474057688882,50.19713278806327" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_4460fd002eca6319aa6dbb7c568e12d5.setContent(html_abfb67239b7b18bb09898ca49286d297);
marker_bb8c1167439302747a038cc3b08ff71e.bindPopup(popup_4460fd002eca6319aa6dbb7c568e12d5)
;
marker_bb8c1167439302747a038cc3b08ff71e.bindTooltip(
`<div>
شركة دوائر السرعة لتقنية المعلومات
</div>`,
{
"sticky": true,
}
);
marker_bb8c1167439302747a038cc3b08ff71e.setIcon(icon_0df744bb352b227b6df983483439d40b);
var marker_eb5714b16ff55dab5267e32fbd450da0 = L.marker(
[26.29328718, 50.19460983],
{
}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var icon_dca838c948c92c5420e9736f12903dea = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ef63d4ed2e51e3cc32a35e74e681c07d = L.popup({
"maxWidth": 250,
});
var html_f32b677ead04eea04e44bb3c172fbb79 = $(`<div id="html_f32b677ead04eea04e44bb3c172fbb79" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl"> <b>مكتب نقطة البدايه العقاري</b><br> الباحث: باحث رقم 8<br> السجل التجاري: 2051240109.0<br> المنطقة: الخبر<br> الحارة: العقربية<br> <a href="https://www.google.com/maps?q=26.29328718,50.19460983" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ef63d4ed2e51e3cc32a35e74e681c07d.setContent(html_f32b677ead04eea04e44bb3c172fbb79);
marker_eb5714b16ff55dab5267e32fbd450da0.bindPopup(popup_ef63d4ed2e51e3cc32a35e74e681c07d)
;
marker_eb5714b16ff55dab5267e32fbd450da0.bindTooltip(
`<div>
مكتب نقطة البدايه العقاري
</div>`,
{
"sticky": true,
}
);
marker_eb5714b16ff55dab5267e32fbd450da0.setIcon(icon_dca838c948c92c5420e9736f12903dea);
var marker_cddb36ba99409f35e3f3eea2acc43ecf = L.marker(
[26.2999851, 50.18233835],
{
}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var icon_9f1691a1f1888daa66a7cdc2c9680268 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_d23f4804a02087b282c1e18f525261c4 = L.popup({
"maxWidth": 250,
});
var html_e79fecf3339b01419eb129d51fd5bd11 = $(`<div id="html_e79fecf3339b01419eb129d51fd5bd11" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl"> <b>مدراس التطوير الأهلية</b><br> الباحث: باحث رقم 8<br> السجل التجاري: 2050067774.0<br> المنطقة: الخبر<br> الحارة: العليا<br> <a href="https://www.google.com/maps?q=26.2999851,50.18233835" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_d23f4804a02087b282c1e18f525261c4.setContent(html_e79fecf3339b01419eb129d51fd5bd11);
marker_cddb36ba99409f35e3f3eea2acc43ecf.bindPopup(popup_d23f4804a02087b282c1e18f525261c4)
;
marker_cddb36ba99409f35e3f3eea2acc43ecf.bindTooltip(
`<div>
مدراس التطوير الأهلية
</div>`,
{
"sticky": true,
}
);
marker_cddb36ba99409f35e3f3eea2acc43ecf.setIcon(icon_9f1691a1f1888daa66a7cdc2c9680268);
var marker_119e37d2291e45d711a6169b345780de = L.marker(
[26.3057145576958, 50.1749179107522],
{
}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var icon_995078622e3293ca3a84d54833476de5 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_898f097d6334ec92c015e55b79dcb161 = L.popup({
"maxWidth": 250,
});
var html_b50b1e49e74453a6eece3b5776649aad = $(`<div id="html_b50b1e49e74453a6eece3b5776649aad" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl"> <b>شركة هوفينكونس السعودية المحدودة</b><br> الباحث: باحث رقم 8<br> السجل التجاري: 2051041568.0<br> المنطقة: الخبر<br> الحارة: العليا<br> <a href="https://www.google.com/maps?q=26.3057145576958,50.1749179107522" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_898f097d6334ec92c015e55b79dcb161.setContent(html_b50b1e49e74453a6eece3b5776649aad);
marker_119e37d2291e45d711a6169b345780de.bindPopup(popup_898f097d6334ec92c015e55b79dcb161)
;
marker_119e37d2291e45d711a6169b345780de.bindTooltip(
`<div>
شركة هوفينكونس السعودية المحدودة
</div>`,
{
"sticky": true,
}
);
marker_119e37d2291e45d711a6169b345780de.setIcon(icon_995078622e3293ca3a84d54833476de5);
var marker_13b81ce54a68fc718aa5f73eae2b56aa = L.marker(
[26.3227997125414, 50.2184204110713],
{
}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var icon_53e1861602680fd377ebbcbc04acd8c9 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_165037764b8990624f316bdb6c92e556 = L.popup({
"maxWidth": 250,
});
var html_b50d48e8b33aa7a7df2e75bbc445e99c = $(`<div id="html_b50d48e8b33aa7a7df2e75bbc445e99c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl"> <b>مركز قسورة للتدريب</b><br> الباحث: باحث رقم 8<br> السجل التجاري: 2051231134.0<br> المنطقة: الخبر<br> الحارة: الكورنيش<br> <a href="https://www.google.com/maps?q=26.3227997125414,50.2184204110713" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_165037764b8990624f316bdb6c92e556.setContent(html_b50d48e8b33aa7a7df2e75bbc445e99c);
marker_13b81ce54a68fc718aa5f73eae2b56aa.bindPopup(popup_165037764b8990624f316bdb6c92e556)
;
marker_13b81ce54a68fc718aa5f73eae2b56aa.bindTooltip(
`<div>
مركز قسورة للتدريب
</div>`,
{
"sticky": true,
}
);
marker_13b81ce54a68fc718aa5f73eae2b56aa.setIcon(icon_53e1861602680fd377ebbcbc04acd8c9);
var marker_7d8732c9d68c0d38c2298c2ee875adbe = L.marker(
[26.30959256, 50.22318487],
{
}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var icon_16087cf63788c7051dd7c860713b3150 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9dc17898b9b8b88c2d9d1f906427d2ec = L.popup({
"maxWidth": 250,
});
var html_b4b82c9944f452b2a040711af757a056 = $(`<div id="html_b4b82c9944f452b2a040711af757a056" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl"> <b>مؤسسة بحر النهر للسفر و السياحة</b><br> الباحث: باحث رقم 8<br> السجل التجاري: 2051245577.0<br> المنطقة: الخبر<br> الحارة: اليرموك<br> <a href="https://www.google.com/maps?q=26.30959256,50.22318487" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9dc17898b9b8b88c2d9d1f906427d2ec.setContent(html_b4b82c9944f452b2a040711af757a056);
marker_7d8732c9d68c0d38c2298c2ee875adbe.bindPopup(popup_9dc17898b9b8b88c2d9d1f906427d2ec)
;
marker_7d8732c9d68c0d38c2298c2ee875adbe.bindTooltip(
`<div>
مؤسسة بحر النهر للسفر و السياحة
</div>`,
{
"sticky": true,
}
);
marker_7d8732c9d68c0d38c2298c2ee875adbe.setIcon(icon_16087cf63788c7051dd7c860713b3150);
var marker_96351130c9edd0861c6342eaa738803d = L.marker(
[26.31200851, 50.21780074],
{
}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var icon_3eaa3dbea361fb2f8f4f3f75f548dc2b = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e8cf38b6e7939e4df045588fb3c80dbe = L.popup({
"maxWidth": 250,
});
var html_ab15a1220f425ac4e7951c02624a19a4 = $(`<div id="html_ab15a1220f425ac4e7951c02624a19a4" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl"> <b>شركة سبيدكاست العربية السعودية المحدودة</b><br> الباحث: باحث رقم 8<br> السجل التجاري: 2051065390.0<br> المنطقة: الخبر<br> الحارة: اليرموك<br> <a href="https://www.google.com/maps?q=26.31200851,50.21780074" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e8cf38b6e7939e4df045588fb3c80dbe.setContent(html_ab15a1220f425ac4e7951c02624a19a4);
marker_96351130c9edd0861c6342eaa738803d.bindPopup(popup_e8cf38b6e7939e4df045588fb3c80dbe)
;
marker_96351130c9edd0861c6342eaa738803d.bindTooltip(
`<div>
شركة سبيدكاست العربية السعودية المحدودة
</div>`,
{
"sticky": true,
}
);
marker_96351130c9edd0861c6342eaa738803d.setIcon(icon_3eaa3dbea361fb2f8f4f3f75f548dc2b);
var marker_3dcf90e5dc6808a5bab608b9e0ef76f8 = L.marker(
[26.3425770050916, 50.1816968844524],
{
}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var icon_be4d203fa8168272c931c0e2e37fb509 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_eaa8de69f2ed40cff8e36a209e5beb59 = L.popup({
"maxWidth": 250,
});
var html_3481d9f5266039878c71ad51fe87e28d = $(`<div id="html_3481d9f5266039878c71ad51fe87e28d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl"> <b>شركة فهد بن محمد المزروع المحدودة شركة شخص واحد</b><br> الباحث: باحث رقم 8<br> السجل التجاري: 2051029667.0<br> المنطقة: الخبر<br> الحارة: قرطبة<br> <a href="https://www.google.com/maps?q=26.3425770050916,50.1816968844524" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_eaa8de69f2ed40cff8e36a209e5beb59.setContent(html_3481d9f5266039878c71ad51fe87e28d);
marker_3dcf90e5dc6808a5bab608b9e0ef76f8.bindPopup(popup_eaa8de69f2ed40cff8e36a209e5beb59)
;
marker_3dcf90e5dc6808a5bab608b9e0ef76f8.bindTooltip(
`<div>
شركة فهد بن محمد المزروع المحدودة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_3dcf90e5dc6808a5bab608b9e0ef76f8.setIcon(icon_be4d203fa8168272c931c0e2e37fb509);
var marker_bf34a4293f4482efec1210e74b0eb595 = L.marker(
[26.3459098987663, 50.1912883814412],
{
}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
var icon_1aeb5995ea72de41edae9963a8b71af5 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_11f840e62bf1840d8a026621e456b5a5 = L.popup({
"maxWidth": 250,
});
var html_b5ce916c52fe5f178158c0465d845832 = $(`<div id="html_b5ce916c52fe5f178158c0465d845832" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl"> <b>شركة أبيان للاستثمار</b><br> الباحث: باحث رقم 8<br> السجل التجاري: 2051053341.0<br> المنطقة: الخبر<br> الحارة: قرطبة<br> <a href="https://www.google.com/maps?q=26.3459098987663,50.1912883814412" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_11f840e62bf1840d8a026621e456b5a5.setContent(html_b5ce916c52fe5f178158c0465d845832);
marker_bf34a4293f4482efec1210e74b0eb595.bindPopup(popup_11f840e62bf1840d8a026621e456b5a5)
;
marker_bf34a4293f4482efec1210e74b0eb595.bindTooltip(
`<div>
شركة أبيان للاستثمار
</div>`,
{
"sticky": true,
}
);
marker_bf34a4293f4482efec1210e74b0eb595.setIcon(icon_1aeb5995ea72de41edae9963a8b71af5);
var layer_control_ff99c85cf5fa5492cb6be8288bed208f_layers = {
base_layers : {
"openstreetmap" : tile_layer_0d24fb18b9435bd5b98e66c1a290fef0,
"\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u0634\u0627\u0631\u0639" : tile_layer_518f61bce6495c65106f8b824c623eb2,
"\u0623\u0642\u0645\u0627\u0631 \u0635\u0646\u0627\u0639\u064a\u0629 (Esri)" : tile_layer_82fbc7288c09a31465fd3cab3e49506f,
},
overlays : {
},
};
let layer_control_ff99c85cf5fa5492cb6be8288bed208f = L.control.layers(
layer_control_ff99c85cf5fa5492cb6be8288bed208f_layers.base_layers,
layer_control_ff99c85cf5fa5492cb6be8288bed208f_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_d118a726e1330aa1bbe3c33cb7f732b8);
</script>
</html> |