File size: 33,173 Bytes
a85e155 | 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 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 | <!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_c951072acd305a7a579e1fcbe128ec83 {
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>
<div class="desktop-stats-toggle" style="
position:fixed;
top:10px;
right:10px;
z-index:10000;
direction:rtl;
font-family:Arial, sans-serif;
">
<button id="btn_stats_16" onclick="
var panel = document.getElementById('stats_16');
var btn = document.getElementById('btn_stats_16');
if (panel.style.display === 'none') {
panel.style.display = 'block';
btn.innerText = 'إخفاء';
} else {
panel.style.display = 'none';
btn.innerText = 'عرض الملخص';
}
" style="
background:rgba(255,255,255,0.92);
border:none;
border-radius:14px;
padding:10px 14px;
font-size:14px;
font-weight:bold;
cursor:pointer;
box-shadow:0 2px 10px rgba(0,0,0,0.18);
">إخفاء</button>
</div>
<div id="stats_16" class="stats-panel mobile-map-sheet" style="
display:block;
position:fixed;
top:10px;
right:58px;
width:320px;
max-height:85vh;
overflow-y:auto;
background:rgba(255,255,255,0.86);
backdrop-filter:blur(4px);
-webkit-backdrop-filter:blur(4px);
border-radius:22px;
padding:18px 18px 16px 18px;
z-index:9999;
direction:rtl;
font-family:Arial, sans-serif;
box-shadow:0 8px 28px rgba(0,0,0,0.16);
line-height:1.9;
color:#222;
">
<div style="
font-size:18px;
font-weight:800;
text-align:center;
margin-bottom:10px;
">فوز عائد نومان المطيري - 1</div>
<div style="font-size:15px;">
<div><b>عدد المواقع:</b> 6</div>
<div><b>عدد الحارات:</b> 3</div>
</div>
<div style="margin-top:10px;">
<div style="font-weight:bold;">أكثر الحارات:</div>
<div style="padding-right:8px;"><div>• المدينة الصناعية بحفر الباطن: 4</div><div>• مدينة سدير للصناعة و الاعمال: 1</div><div>• مجمع البوابة الصناعية: 1</div></div>
</div>
<div style="
margin-top:14px;
padding-top:10px;
border-top:1px solid rgba(0,0,0,0.08);
">
<a href="report_16_فوز_عائد_نومان_المطيري.pdf" target="_blank" style="
display:block;
text-align:center;
background:#16a34a;
color:#fff;
text-decoration:none;
padding:10px 12px;
border-radius:12px;
font-weight:700;
margin-bottom:8px;
">تصدير بيانات هذه الخريطة PDF</a>
<a href="report_16_فوز_عائد_نومان_المطيري.xlsx" target="_blank" style="
display:block;
text-align:center;
background:#2563eb;
color:#fff;
text-decoration:none;
padding:10px 12px;
border-radius:12px;
font-weight:700;
margin-bottom:8px;
">تصدير بيانات هذه الخريطة Excel</a>
<a href="no_coordinates_16_فوز_عائد_نومان_المطيري.pdf" target="_blank" style="
display:block;
text-align:center;
background:#dc2626;
color:#fff;
text-decoration:none;
padding:10px 12px;
border-radius:12px;
font-weight:700;
margin-bottom:14px;
">عينات بدون إحداثية PDF</a>
<div style="font-weight:bold; margin-bottom:6px;">تلوين حسب الحارة</div>
<div style="font-size:13px;">
<div style="display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px;">
<div style="display:flex;align-items:center;gap:8px;">
<span style="
width:12px;
height:12px;
border-radius:50%;
display:inline-block;
background:lightgray;
border:1px solid rgba(0,0,0,0.15);
"></span>
<span>المدينة الصناعية بحفر الباطن</span>
</div>
<span style="color:#555;">(4)</span>
</div>
<div style="display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px;">
<div style="display:flex;align-items:center;gap:8px;">
<span style="
width:12px;
height:12px;
border-radius:50%;
display:inline-block;
background:green;
border:1px solid rgba(0,0,0,0.15);
"></span>
<span>مدينة سدير للصناعة و الاعمال</span>
</div>
<span style="color:#555;">(1)</span>
</div>
<div style="display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px;">
<div style="display:flex;align-items:center;gap:8px;">
<span style="
width:12px;
height:12px;
border-radius:50%;
display:inline-block;
background:darkgreen;
border:1px solid rgba(0,0,0,0.15);
"></span>
<span>مجمع البوابة الصناعية</span>
</div>
<span style="color:#555;">(1)</span>
</div>
</div>
</div>
</div>
<div class="desktop-search-toggle" style="
position:fixed;
top:10px;
left:10px;
z-index:10000;
direction:rtl;
font-family:Arial, sans-serif;
">
<button id="searchToggleBtn" onclick="toggleSearchBox()" style="
background:rgba(255,255,255,0.92);
border:none;
border-radius:14px;
padding:10px 14px;
font-size:14px;
font-weight:bold;
cursor:pointer;
box-shadow:0 2px 10px rgba(0,0,0,0.18);
">إخفاء البحث</button>
</div>
<div id="searchBoxPanel" class="search-panel mobile-map-sheet" style="
position:fixed;
top:55px;
left:10px;
z-index:10000;
direction:rtl;
font-family:Arial, sans-serif;
background:rgba(255,255,255,0.92);
padding:10px;
border-radius:16px;
box-shadow:0 2px 10px rgba(0,0,0,0.18);
width:300px;
">
<input id="mapSearchInput" type="text" placeholder="ابحث عن اسم المنشأة..."
style="
width:100%;
box-sizing:border-box;
padding:10px;
border-radius:12px;
border:1px solid #ccc;
font-size:14px;
direction:rtl;
">
<div id="searchCount" style="
margin-top:7px;
font-size:13px;
color:#334155;
line-height:1.7;
">
اكتب للبحث داخل نقاط الخريطة
</div>
<button onclick="clearMapSearch()" style="
margin-top:8px;
width:100%;
padding:8px;
border:none;
border-radius:10px;
background:#f3f4f6;
cursor:pointer;
font-weight:bold;
">
مسح البحث
</button>
</div>
<div id="mobileMapToolbar">
<button id="mobileSearchBtn" type="button" onclick="toggleMobileSheet('search')">
بحث
</button>
<button id="mobileStatsBtn" type="button" onclick="toggleMobileSheet('stats')">
الملخص والتصدير
</button>
</div>
<style>
#mobileMapToolbar {
display:none;
}
@media (max-width: 768px) {
.desktop-search-toggle,
.desktop-stats-toggle {
display:none !important;
}
.mobile-map-sheet {
display:none !important;
position:fixed !important;
top:auto !important;
right:10px !important;
left:10px !important;
bottom:72px !important;
width:auto !important;
max-height:68vh !important;
overflow-y:auto !important;
box-sizing:border-box !important;
z-index:10900 !important;
border-radius:20px !important;
background:rgba(255,255,255,0.96) !important;
box-shadow:0 8px 30px rgba(0,0,0,0.28) !important;
}
.mobile-map-sheet.mobile-open {
display:block !important;
}
#searchBoxPanel {
padding:14px !important;
}
#mobileMapToolbar {
display:flex;
position:fixed;
right:10px;
left:10px;
bottom:10px;
z-index:11000;
gap:8px;
padding:7px;
direction:rtl;
border-radius:16px;
background:rgba(255,255,255,0.94);
box-shadow:0 4px 18px rgba(0,0,0,0.24);
font-family:Arial, sans-serif;
}
#mobileMapToolbar button {
flex:1;
min-height:44px;
border:0;
border-radius:12px;
background:#f1f5f9;
color:#1f2937;
font-size:14px;
font-weight:700;
cursor:pointer;
}
#mobileMapToolbar button.active {
background:#2563eb;
color:#fff;
}
.map-footer {
display:none !important;
}
.leaflet-control-zoom,
.leaflet-control-locate {
margin-bottom:82px !important;
}
}
</style>
<script>
window.searchableMarkers = [];
window.noCoordinateSamples = [{"name": "شركة يونيتشارم الخليج للصناعات الصحيه المحدوده"}, {"name": "شركه سمسا للنقل السريع"}];
function closeMobileSheets() {
var searchPanel = document.getElementById("searchBoxPanel");
var statsPanel = document.querySelector(".stats-panel");
var searchBtn = document.getElementById("mobileSearchBtn");
var statsBtn = document.getElementById("mobileStatsBtn");
if (searchPanel) searchPanel.classList.remove("mobile-open");
if (statsPanel) statsPanel.classList.remove("mobile-open");
if (searchBtn) searchBtn.classList.remove("active");
if (statsBtn) statsBtn.classList.remove("active");
}
function toggleMobileSheet(sheetName) {
var panel = sheetName === "search"
? document.getElementById("searchBoxPanel")
: document.querySelector(".stats-panel");
var button = sheetName === "search"
? document.getElementById("mobileSearchBtn")
: document.getElementById("mobileStatsBtn");
var wasOpen = panel && panel.classList.contains("mobile-open");
closeMobileSheets();
if (panel && !wasOpen) {
panel.classList.add("mobile-open");
if (button) button.classList.add("active");
}
}
function toggleSearchBox() {
var panel = document.getElementById("searchBoxPanel");
var btn = document.getElementById("searchToggleBtn");
if (panel.style.display === "none") {
panel.style.display = "block";
btn.innerText = "إخفاء البحث";
} else {
panel.style.display = "none";
btn.innerText = "إظهار البحث";
}
}
function normalizeArabicText(text) {
return (text || "")
.toString()
.toLowerCase()
.replace(/[أإآا]/g, "ا")
.replace(/ى/g, "ي")
.replace(/ة/g, "ه")
.replace(/ؤ/g, "و")
.replace(/ئ/g, "ي")
.replace(/ـ/g, "")
.trim();
}
function applyMapSearch() {
var input = document.getElementById("mapSearchInput");
var countBox = document.getElementById("searchCount");
var query = normalizeArabicText(input.value);
var shown = 0;
var noCoordMatch = false;
window.searchableMarkers.forEach(function(item) {
var match = query === "" || normalizeArabicText(item.name).includes(query);
if (match) {
if (!item.map.hasLayer(item.marker)) {
item.marker.addTo(item.map);
}
shown++;
} else {
if (item.map.hasLayer(item.marker)) {
item.map.removeLayer(item.marker);
}
}
});
if (query !== "") {
window.noCoordinateSamples.forEach(function(item) {
if (normalizeArabicText(item.name).includes(query)) {
noCoordMatch = true;
}
});
}
if (query === "") {
countBox.style.color = "#334155";
countBox.innerText = "اكتب للبحث داخل نقاط الخريطة";
} else if (shown > 0) {
countBox.style.color = "#334155";
countBox.innerText = "عدد النتائج على الخريطة: " + shown;
} else if (noCoordMatch) {
countBox.style.color = "#dc2626";
countBox.innerText = "العينة موجودة ضمن عينات الباحث، لكنها بدون إحداثية. كرماً الدخول عليها من الجهاز اللوحي.";
} else {
countBox.style.color = "#dc2626";
countBox.innerText = "لا توجد نتيجة مطابقة داخل نقاط الخريطة.";
}
}
function clearMapSearch() {
document.getElementById("mapSearchInput").value = "";
applyMapSearch();
}
setTimeout(function() {
var input = document.getElementById("mapSearchInput");
if (input) {
input.addEventListener("keyup", applyMapSearch);
input.addEventListener("change", applyMapSearch);
}
}, 800);
</script>
<script>
setTimeout(function() {
if (!window.searchableMarkers) {
window.searchableMarkers = [];
}
window.searchableMarkers.push({
name: "مصنع مروج الدولي للمعجنات",
marker: marker_62d84881ba579bb74910fcfd58361a3b,
map: map_c951072acd305a7a579e1fcbe128ec83
});
}, 800);
</script>
<script>
setTimeout(function() {
if (!window.searchableMarkers) {
window.searchableMarkers = [];
}
window.searchableMarkers.push({
name: "مؤسسة مصنع ماس للصناعات البلاستيكية",
marker: marker_6965420f82fec0bddd851353250bf49c,
map: map_c951072acd305a7a579e1fcbe128ec83
});
}, 800);
</script>
<script>
setTimeout(function() {
if (!window.searchableMarkers) {
window.searchableMarkers = [];
}
window.searchableMarkers.push({
name: "شركة سهم الخليج للصناعة",
marker: marker_254be8138b11e0147ea2bb4104401ff2,
map: map_c951072acd305a7a579e1fcbe128ec83
});
}, 800);
</script>
<script>
setTimeout(function() {
if (!window.searchableMarkers) {
window.searchableMarkers = [];
}
window.searchableMarkers.push({
name: "مصنع عبد الله عبد اللطيف حمود الجسار للبلاستيك",
marker: marker_a498a87395e21b9e55f3db93e1252333,
map: map_c951072acd305a7a579e1fcbe128ec83
});
}, 800);
</script>
<script>
setTimeout(function() {
if (!window.searchableMarkers) {
window.searchableMarkers = [];
}
window.searchableMarkers.push({
name: "مؤسسة مصنع عبدالعالي بن ناصر بن سعد المطيري للصناعة",
marker: marker_69e31f214307df1e41c560395ba7281f,
map: map_c951072acd305a7a579e1fcbe128ec83
});
}, 800);
</script>
<script>
setTimeout(function() {
if (!window.searchableMarkers) {
window.searchableMarkers = [];
}
window.searchableMarkers.push({
name: "شركة مسارات الجود للخدمات التجارية والمقاولات",
marker: marker_8e7d24e3cde99c34b7fbab40b6ce2e64,
map: map_c951072acd305a7a579e1fcbe128ec83
});
}, 800);
</script>
<div class="map-footer" style="
position: fixed;
bottom: 8px;
left: 8px;
background: rgba(255,255,255,0.85);
padding: 6px 10px;
border-radius: 10px;
font-size: 13px;
direction: rtl;
z-index: 9999;
box-shadow: 0 1px 8px rgba(0,0,0,0.15);
">
تصميم وإعداد <b>نوف الناصر</b>
</div>
<div class="folium-map" id="map_c951072acd305a7a579e1fcbe128ec83" ></div>
</body>
<script>
var map_c951072acd305a7a579e1fcbe128ec83 = L.map(
"map_c951072acd305a7a579e1fcbe128ec83",
{
center: [28.356613421666662, 46.52556808],
crs: L.CRS.EPSG3857,
...{
"zoom": 13,
"zoomControl": true,
"preferCanvas": false,
}
}
);
var tile_layer_ed1206d80360a87c199c8aa65c557356 = 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_ed1206d80360a87c199c8aa65c557356.addTo(map_c951072acd305a7a579e1fcbe128ec83);
var tile_layer_3674bd3700e3a41501778ea64a36f710 = 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_3674bd3700e3a41501778ea64a36f710.addTo(map_c951072acd305a7a579e1fcbe128ec83);
var tile_layer_677511e9d73f7826e886a27855ceaebd = 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_677511e9d73f7826e886a27855ceaebd.addTo(map_c951072acd305a7a579e1fcbe128ec83);
var locate_control_e0b31ce07a4b07aaa4559ee962dadbf2 = L.control.locate(
{}
).addTo(map_c951072acd305a7a579e1fcbe128ec83);
var marker_62d84881ba579bb74910fcfd58361a3b = L.marker(
[28.43855011, 46.01565535],
{
}
).addTo(map_c951072acd305a7a579e1fcbe128ec83);
var icon_195ac7118521349da5ce05d20d0cd856 = L.AwesomeMarkers.icon(
{
"markerColor": "green",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_968713c7962dc2ac9810b648197e53a6 = L.popup({
"maxWidth": 320,
});
var html_84f1760875b0d690464e9b6d68fc5936 = $(`<div id="html_84f1760875b0d690464e9b6d68fc5936" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-size:13px;line-height:1.8;"> <b>مصنع مروج الدولي للمعجنات</b><br> السجل التجاري: 1126106080<br> الرقم الموحد: -<br> isic4: 1071.0<br> المنطقة: المنطقة الشرقية<br> الحارة: مدينة سدير للصناعة و الاعمال<br> <a href="https://www.google.com/maps?q=28.43855011,46.01565535" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_968713c7962dc2ac9810b648197e53a6.setContent(html_84f1760875b0d690464e9b6d68fc5936);
marker_62d84881ba579bb74910fcfd58361a3b.bindPopup(popup_968713c7962dc2ac9810b648197e53a6)
;
marker_62d84881ba579bb74910fcfd58361a3b.setIcon(icon_195ac7118521349da5ce05d20d0cd856);
var marker_6965420f82fec0bddd851353250bf49c = L.marker(
[28.44108529, 46.0276011],
{
}
).addTo(map_c951072acd305a7a579e1fcbe128ec83);
var icon_072bbab41a6ac3ebe0a082545b4b6f04 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_42ef6652b41c915150e9d10c3737331a = L.popup({
"maxWidth": 320,
});
var html_5b164c10736ff542778d9aa763515259 = $(`<div id="html_5b164c10736ff542778d9aa763515259" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-size:13px;line-height:1.8;"> <b>مؤسسة مصنع ماس للصناعات البلاستيكية</b><br> السجل التجاري: 2511021094<br> الرقم الموحد: -<br> isic4: 2013.0<br> المنطقة: المنطقة الشرقية<br> الحارة: المدينة الصناعية بحفر الباطن<br> <a href="https://www.google.com/maps?q=28.44108529,46.0276011" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_42ef6652b41c915150e9d10c3737331a.setContent(html_5b164c10736ff542778d9aa763515259);
marker_6965420f82fec0bddd851353250bf49c.bindPopup(popup_42ef6652b41c915150e9d10c3737331a)
;
marker_6965420f82fec0bddd851353250bf49c.setIcon(icon_072bbab41a6ac3ebe0a082545b4b6f04);
var marker_254be8138b11e0147ea2bb4104401ff2 = L.marker(
[28.23032866, 46.35388239],
{
}
).addTo(map_c951072acd305a7a579e1fcbe128ec83);
var icon_e71046e974590346a12d338730e86bba = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_2c84d23cf6ac96a72b4a07dfc9999ae5 = L.popup({
"maxWidth": 320,
});
var html_76080661a2c0d514c1069b1563eb0287 = $(`<div id="html_76080661a2c0d514c1069b1563eb0287" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-size:13px;line-height:1.8;"> <b>شركة سهم الخليج للصناعة</b><br> السجل التجاري: 1010777207<br> الرقم الموحد: 7027678916.0<br> isic4: 2813.0<br> المنطقة: المنطقة الشرقية<br> الحارة: المدينة الصناعية بحفر الباطن<br> <a href="https://www.google.com/maps?q=28.23032866,46.35388239" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_2c84d23cf6ac96a72b4a07dfc9999ae5.setContent(html_76080661a2c0d514c1069b1563eb0287);
marker_254be8138b11e0147ea2bb4104401ff2.bindPopup(popup_2c84d23cf6ac96a72b4a07dfc9999ae5)
;
marker_254be8138b11e0147ea2bb4104401ff2.setIcon(icon_e71046e974590346a12d338730e86bba);
var marker_a498a87395e21b9e55f3db93e1252333 = L.marker(
[28.30879306, 46.13719033],
{
}
).addTo(map_c951072acd305a7a579e1fcbe128ec83);
var icon_6c480245fd014b2fc41f74a5787af287 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a3224acb7fba975404acabb150a44207 = L.popup({
"maxWidth": 320,
});
var html_c96470c1d9942d2e83b7a5648f468d6c = $(`<div id="html_c96470c1d9942d2e83b7a5648f468d6c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-size:13px;line-height:1.8;"> <b>مصنع عبد الله عبد اللطيف حمود الجسار للبلاستيك</b><br> السجل التجاري: 2511019698<br> الرقم الموحد: 7011041238.0<br> isic4: 2512.0<br> المنطقة: المنطقة الشرقية<br> الحارة: المدينة الصناعية بحفر الباطن<br> <a href="https://www.google.com/maps?q=28.30879306,46.13719033" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a3224acb7fba975404acabb150a44207.setContent(html_c96470c1d9942d2e83b7a5648f468d6c);
marker_a498a87395e21b9e55f3db93e1252333.bindPopup(popup_a3224acb7fba975404acabb150a44207)
;
marker_a498a87395e21b9e55f3db93e1252333.setIcon(icon_6c480245fd014b2fc41f74a5787af287);
var marker_69e31f214307df1e41c560395ba7281f = L.marker(
[28.31263138, 46.14477985],
{
}
).addTo(map_c951072acd305a7a579e1fcbe128ec83);
var icon_66b3a47cb50f782bc4110c6fc3513004 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1e96ef8441dabfe15e530984f1b38475 = L.popup({
"maxWidth": 320,
});
var html_a7fac8762287cea23821e38dce986bc7 = $(`<div id="html_a7fac8762287cea23821e38dce986bc7" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-size:13px;line-height:1.8;"> <b>مؤسسة مصنع عبدالعالي بن ناصر بن سعد المطيري للصناعة</b><br> السجل التجاري: 2512100939<br> الرقم الموحد: 7025719142.0<br> isic4: 1920.0<br> المنطقة: المنطقة الشرقية<br> الحارة: المدينة الصناعية بحفر الباطن<br> <a href="https://www.google.com/maps?q=28.31263138,46.14477985" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1e96ef8441dabfe15e530984f1b38475.setContent(html_a7fac8762287cea23821e38dce986bc7);
marker_69e31f214307df1e41c560395ba7281f.bindPopup(popup_1e96ef8441dabfe15e530984f1b38475)
;
marker_69e31f214307df1e41c560395ba7281f.setIcon(icon_66b3a47cb50f782bc4110c6fc3513004);
var marker_8e7d24e3cde99c34b7fbab40b6ce2e64 = L.marker(
[28.40829203, 48.47429946],
{
}
).addTo(map_c951072acd305a7a579e1fcbe128ec83);
var icon_57605a1ae7f4609bfcd9e751d63d8497 = L.AwesomeMarkers.icon(
{
"markerColor": "darkgreen",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_abe163cc798eec859ab373b304aedc8e = L.popup({
"maxWidth": 320,
});
var html_711488912ded7be3e23866bda397b741 = $(`<div id="html_711488912ded7be3e23866bda397b741" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-size:13px;line-height:1.8;"> <b>شركة مسارات الجود للخدمات التجارية والمقاولات</b><br> السجل التجاري: 2057004518<br> الرقم الموحد: -<br> isic4: 4100.0<br> المنطقة: المنطقة الشرقية<br> الحارة: مجمع البوابة الصناعية<br> <a href="https://www.google.com/maps?q=28.40829203,48.47429946" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_abe163cc798eec859ab373b304aedc8e.setContent(html_711488912ded7be3e23866bda397b741);
marker_8e7d24e3cde99c34b7fbab40b6ce2e64.bindPopup(popup_abe163cc798eec859ab373b304aedc8e)
;
marker_8e7d24e3cde99c34b7fbab40b6ce2e64.setIcon(icon_57605a1ae7f4609bfcd9e751d63d8497);
</script>
</html> |