Map / EQ /32.html
stat2025's picture
Upload 82 files
63d85a4 verified
<!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_e61d092ba24ffaed6691323d7c9898ba {
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>
<style>
.stats-box {
position: fixed;
bottom: 14px;
right: 14px;
width: 300px;
background: rgba(255,255,255,0.92);
border-radius: 14px;
box-shadow: 0 2px 14px rgba(0,0,0,0.2);
z-index: 9999;
font-family: Arial, sans-serif;
overflow: hidden;
}
.stats-head {
padding:10px 12px;
font-weight:700;
font-size:14px;
border-bottom:1px solid rgba(0,0,0,0.08);
direction:rtl;
display:flex;
justify-content:space-between;
align-items:center;
gap:10px;
}
.stats-title {
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
max-width: 210px;
}
.toggle {
cursor:pointer;
background:rgba(0,0,0,0.06);
border-radius:10px;
padding:4px 8px;
font-size:12px;
}
.stats-body {
padding:10px 12px;
direction:rtl;
font-size:13px;
line-height:1.8;
}
.legend {
max-height: 180px;
overflow:auto;
padding-right: 2px;
margin-top: 8px;
}
.stats-fab {
position: fixed;
bottom: 14px;
right: 14px;
z-index: 9999;
display:none;
cursor:pointer;
background: rgba(255,255,255,0.92);
padding: 10px 12px;
border-radius: 14px;
box-shadow: 0 2px 14px rgba(0,0,0,0.2);
font-family: Arial, sans-serif;
font-size: 13px;
direction: rtl;
}
hr {
border:none;
border-top:1px solid rgba(0,0,0,0.08);
margin:10px 0;
}
</style>
<div id="statsFab" class="stats-fab">إظهار الإحصاءات</div>
<div id="statsBox" class="stats-box">
<div class="stats-head">
<span class="stats-title">أروى سعيد بن عبدالله القحطاني - 32</span>
<span class="toggle" id="hideStats">إخفاء</span>
</div>
<div class="stats-body" id="statsBody">
<b>عدد المواقع:</b> 35<br>
<b>عدد الحارات:</b> 2<br>
<b>الأكثر:</b> <b>الخبر الجنوبية</b>: 28 | <b>الخبرالشمالية</b>: 7
<hr>
<b>تلوين حسب الحارة</b>
<div class="legend">
<div style="display:flex;gap:6px;align-items:center;margin:4px 0;">
<span style="width:12px;height:12px;border-radius:50%;
background:#ced4da;display:inline-block;border:1px solid rgba(0,0,0,0.2);"></span>
<span style="font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px;">الخبر الجنوبية</span>
<span style="font-size:12px;color:#666;">(28)</span>
</div>
<div style="display:flex;gap:6px;align-items:center;margin:4px 0;">
<span style="width:12px;height:12px;border-radius:50%;
background:#ff6b6b;display:inline-block;border:1px solid rgba(0,0,0,0.2);"></span>
<span style="font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px;">الخبرالشمالية</span>
<span style="font-size:12px;color:#666;">(7)</span>
</div>
</div>
</div>
</div>
<script>
(function(){
const box = document.getElementById('statsBox');
const fab = document.getElementById('statsFab');
const hide = document.getElementById('hideStats');
hide.addEventListener('click', function(){
box.style.display = 'none';
fab.style.display = 'block';
});
fab.addEventListener('click', function(){
box.style.display = 'block';
fab.style.display = 'none';
});
})();
</script>
<style>
.leaflet-control.est-search-control {
background: rgba(255,255,255,0.92);
box-shadow: 0 2px 14px rgba(0,0,0,0.20);
border-radius: 14px;
padding: 10px 10px;
width: 320px;
direction: rtl;
font-family: Arial, sans-serif;
}
.est-search-control input {
width: 100%;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 10px;
padding: 10px 12px;
font-size: 13px;
outline: none;
}
.est-search-meta {
margin-top: 6px;
font-size: 12px;
color: #666;
display:flex;
justify-content:space-between;
gap:8px;
}
.est-results {
margin-top: 8px;
max-height: 180px;
overflow: auto;
border-top: 1px solid rgba(0,0,0,0.08);
padding-top: 6px;
}
.est-item {
cursor: pointer;
padding: 8px 10px;
border-radius: 10px;
font-size: 13px;
line-height: 1.4;
}
.est-item:hover {
background: rgba(0,0,0,0.06);
}
.est-badge {
font-size: 12px;
color: #333;
}
.est-clear {
cursor:pointer;
user-select:none;
font-size:12px;
color:#0b6efd;
}
</style>
<script>
(function(){
const map = map_e61d092ba24ffaed6691323d7c9898ba;
// items: list of objects (title, lat, lon, markerVar)
const items = [{"title": "شركة رموز الصناعية للتشغيل والصيانة شركة الشخص الواحد", "lat": 26.27886445, "lon": 50.20350581, "markerVar": "marker_f9056adbbdd51919860cde4f91dad480"}, {"title": "شركة عالم تقنية الشبكات للتجارة", "lat": 26.28135750955931, "lon": 50.20412838086486, "markerVar": "marker_acf0bdaeee3f316136a8b922319611e0"}, {"title": "شركة ابتكار التكنولوجيا للتجارة شركة شخص واحد", "lat": 26.28127363687912, "lon": 50.2044390141964, "markerVar": "marker_ac9b63da52b47a9323dfd214f87af169"}, {"title": "شركة رواد الحاسب التجارية", "lat": 26.28128993, "lon": 50.20452601, "markerVar": "marker_100cf160281e7bbbddd3cdce7ca8157c"}, {"title": "شركة زوا للمقاولات العامة", "lat": 26.2641447399999, "lon": 50.20458644, "markerVar": "marker_3e6846de42afe77e8866b3ada1236174"}, {"title": "شركة محمد بن عبدالرحمن بن محمد الزاهد لتقنية المعلومات", "lat": 26.2810681799999, "lon": 50.2046296299999, "markerVar": "marker_5b4f08fd6faa0e643f95e00a7db1356d"}, {"title": "فرع شركة المهندس للمقاولات والتوريدات العمومية", "lat": 26.27831656006929, "lon": 50.20750192925334, "markerVar": "marker_1e056a7a694b850be0994959d353f69c"}, {"title": "بنشر شارع خبر لخدمات السيارات", "lat": 26.2701317199999, "lon": 50.20777288, "markerVar": "marker_90bd470bfde47e98fe15684cffc748cc"}, {"title": "شركة اوبن واي للخدمات الفنية المسانده", "lat": 26.278411990574, "lon": 50.2078374200065, "markerVar": "marker_21eb820b76f84ebceef2c1dce9d19aeb"}, {"title": "شركة القنوات والتجهيز التجارية", "lat": 26.2777099599999, "lon": 50.20831299, "markerVar": "marker_d557f7baf0224d97a02a4b456c01da37"}, {"title": "شركة الخطوط الحمراء للمقاولات شركة شخص واحد", "lat": 26.27840849, "lon": 50.20879226, "markerVar": "marker_85bc729a89655d34373f732ce88968ab"}, {"title": "شركة العميد المتحدة التجارية", "lat": 26.26507986, "lon": 50.20935749, "markerVar": "marker_8dd6378130d502e314c978f550ae5e9b"}, {"title": "شركة اربعة كاف للمواد البناء التجارية", "lat": 26.26606551, "lon": 50.2097246, "markerVar": "marker_af7d19ac48a28ffdfa9fe914d9db1c92"}, {"title": "شركة غويدر العالمية المحدودة", "lat": 26.26536911, "lon": 50.2098488399999, "markerVar": "marker_9bad8b1db5026368c831d16051be18f0"}, {"title": "مؤسسة العمل الشرقي للمقاولات", "lat": 26.27415909, "lon": 50.2114747999999, "markerVar": "marker_fb1aef17ca9038fe3507b3a45608b199"}, {"title": "شركة مصدر قوة التجارية شركة شخص واحد", "lat": 26.27958842949069, "lon": 50.21165742538869, "markerVar": "marker_0da9907ddcff27d9463d5f63b87d2b84"}, {"title": "شركة سمير الدولية المحدودة", "lat": 26.27468127527273, "lon": 50.21173414786548, "markerVar": "marker_38ab827a9bac979e1638dbfbcaf702ea"}, {"title": "شركة نيلوفر البركة التجارية شركة شخص واحد", "lat": 26.2795125799999, "lon": 50.2119676499999, "markerVar": "marker_cb845d572ecadef74c8a53be681927a6"}, {"title": "شركة ألفيريو مودرن آرتس الخاصة المحدودة", "lat": 26.27172415549381, "lon": 50.21214231848717, "markerVar": "marker_170ca94246fe967c2a378cd41bea5c6f"}, {"title": "شركة رباعيات المواسم التجارية", "lat": 26.27795318, "lon": 50.21294528, "markerVar": "marker_09907cc28b32fb0168d7e9974701e267"}, {"title": "شركة الريان العربية للرخام والحجر شركة شخص واحد", "lat": 26.2701977699999, "lon": 50.21320233, "markerVar": "marker_9c751e41c4e69912bf55e3d052c33969"}, {"title": "فرع شركة تاج العالمي للاسماك", "lat": 26.27501003, "lon": 50.21332772, "markerVar": "marker_bb58f9820d9e763d33b1e0d8a7ee3806"}, {"title": "شركة نادين الخليج للمقاولات", "lat": 26.2714747873932, "lon": 50.21392709207022, "markerVar": "marker_ba5bef3cbe32bba827ac8a738bb16ec6"}, {"title": "شركة براعم الذوق لتقديم الوجبات", "lat": 26.26751844, "lon": 50.2140631999999, "markerVar": "marker_0ec463e42746e4171d4fa7a01cfde584"}, {"title": "شركة الطعم الهندي لتقديم الوجبات", "lat": 26.2769547199999, "lon": 50.21426918, "markerVar": "marker_7f397fee37564317e350efcf0e80b820"}, {"title": "شركة عبدالرحمن محمد المدني للمقاولات العامة", "lat": 26.27456373, "lon": 50.21427767, "markerVar": "marker_3aadac0679d9a2ef944c7cf87921020f"}, {"title": "شركة مطاعم شارع الجنوب لتقديم الوجبات", "lat": 26.2751251299999, "lon": 50.2157169299999, "markerVar": "marker_10e3bff1994c9f98606816906961b45a"}, {"title": "شركة آسيا العروبة للتجارة", "lat": 26.27793471, "lon": 50.21613748, "markerVar": "marker_e894075684a4ca555b0635af357ae614"}, {"title": "شركة نواعم دعاء للذهب", "lat": 26.2803041899999, "lon": 50.2151599199999, "markerVar": "marker_4c9a200cb0542d750c27c384600428e5"}, {"title": "شركة انهار الحوسبة الذكية التجارية", "lat": 26.2804190499999, "lon": 50.21150789, "markerVar": "marker_ab35e796d51460cfa34daee27cd9a6dc"}, {"title": "مؤسسة نون العربية التجارية", "lat": 26.28043041, "lon": 50.21372332, "markerVar": "marker_3056dc67e05405825810e3b4a2504eb1"}, {"title": "شركة مودكو للانشاءات والمقاولات شخص واحد", "lat": 26.28050562785995, "lon": 50.2124568913132, "markerVar": "marker_589514b712cc8d7c2ea062057efe7c65"}, {"title": "شركة نكست جنريشن بيتس العربية المحدودة شركة شخص واحد", "lat": 26.28054764987411, "lon": 50.21185618016665, "markerVar": "marker_df157bd0e8563642699ad66455aa0b85"}, {"title": "شركة ماكسي للمقاولات شركة شخص واحد", "lat": 26.2805796299999, "lon": 50.2117799999999, "markerVar": "marker_3fbc3a0054665652dc9afdcb7f87cc87"}, {"title": "شركة دولفين ميدل ايست مارين للصيانة شخص واحد", "lat": 26.2806025415125, "lon": 50.211786017855, "markerVar": "marker_1058b1e2cdcbbed7aa0d51542cd79907"}];
function norm(s){
if(!s) return "";
s = (""+s).toLowerCase();
// إزالة التشكيل
s = s.replace(/[\u064B-\u065F]/g, "");
// تطبيع عربي
s = s.replace(/[إأآا]/g, "ا")
.replace(/ى/g, "ي")
.replace(/ة/g, "ه")
.replace(/ؤ/g, "و")
.replace(/ئ/g, "ي")
.replace(/ـ/g, "");
// مسافات
s = s.replace(/\s+/g, " ").trim();
return s;
}
const SearchControl = L.Control.extend({
options: { position: 'bottomleft' },
onAdd: function(){
const div = L.DomUtil.create('div', 'leaflet-control est-search-control');
div.innerHTML = `
<input id="estQ" type="text" placeholder="ابحث باسم المنشأة (جزء من الاسم)..." />
<div class="est-search-meta">
<span id="estCount" class="est-badge"></span>
<span id="estClear" class="est-clear">مسح</span>
</div>
<div id="estResults" class="est-results"></div>
`;
L.DomEvent.disableClickPropagation(div);
L.DomEvent.disableScrollPropagation(div);
return div;
}
});
map.addControl(new SearchControl());
function renderResults(hits){
const results = document.getElementById('estResults');
const count = document.getElementById('estCount');
results.innerHTML = "";
if(!hits.length){
count.textContent = "لا توجد نتائج";
return;
}
count.textContent = "النتائج: " + hits.length;
for(const h of hits.slice(0, 50)){
const el = document.createElement('div');
el.className = 'est-item';
el.textContent = h.title;
el.onclick = function(){
try {
const mv = window[h.markerVar];
if(mv && mv.getLatLng){
map.setView(mv.getLatLng(), Math.max(map.getZoom(), 17), {animate:true});
if(mv.openPopup) mv.openPopup();
} else {
map.setView([h.lat, h.lon], Math.max(map.getZoom(), 17), {animate:true});
}
} catch(e) {}
};
results.appendChild(el);
}
}
function search(q){
const nq = norm(q);
if(!nq) return [];
const hits = [];
for(const it of items){
if(norm(it.title).includes(nq)) hits.push(it);
}
return hits;
}
setTimeout(function(){
const input = document.getElementById('estQ');
const clearBtn = document.getElementById('estClear');
input.addEventListener('input', function(){
renderResults(search(this.value));
});
input.addEventListener('keydown', function(e){
if(e.key === 'Enter'){
const hits = search(this.value);
renderResults(hits);
if(hits.length){
try {
const mv = window[hits[0].markerVar];
if(mv && mv.getLatLng){
map.setView(mv.getLatLng(), Math.max(map.getZoom(), 17), {animate:true});
if(mv.openPopup) mv.openPopup();
}
} catch(e) {}
}
}
});
clearBtn.addEventListener('click', function(){
input.value = "";
document.getElementById('estResults').innerHTML = "";
document.getElementById('estCount').textContent = "";
});
}, 0);
})();
</script>
<div 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);
font-family: Arial, sans-serif;
">
تصميم وإعداد <b>نوف الناصر</b>
</div>
<div class="folium-map" id="map_e61d092ba24ffaed6691323d7c9898ba" ></div>
</body>
<script>
var map_e61d092ba24ffaed6691323d7c9898ba = L.map(
"map_e61d092ba24ffaed6691323d7c9898ba",
{
center: [26.275922250685074, 50.21057363249905],
crs: L.CRS.EPSG3857,
...{
"zoom": 13,
"zoomControl": true,
"preferCanvas": false,
}
}
);
L.control.scale().addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var tile_layer_c9332ee3350aa749f88c43b046598cce = 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_c9332ee3350aa749f88c43b046598cce.addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var tile_layer_3352daf3856e0321cc3e016618965437 = 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_3352daf3856e0321cc3e016618965437.addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var locate_control_c8e2e24dfd6602a3254dbe131216b25b = L.control.locate(
{"flyTo": true}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var marker_f9056adbbdd51919860cde4f91dad480 = L.marker(
[26.27886445, 50.20350581],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_52d69b46c3c74df3421752626079193e = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a4da5f07f2ca2dee9e1075cf5cb31c34 = L.popup({
"maxWidth": 320,
});
var html_bec3ac231424b9c8cadb75f705dcf6dc = $(`<div id="html_bec3ac231424b9c8cadb75f705dcf6dc" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة رموز الصناعية للتشغيل والصيانة شركة الشخص الواحد</b><br> السجل التجاري: 2051044880<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.27886445,50.20350581" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a4da5f07f2ca2dee9e1075cf5cb31c34.setContent(html_bec3ac231424b9c8cadb75f705dcf6dc);
marker_f9056adbbdd51919860cde4f91dad480.bindPopup(popup_a4da5f07f2ca2dee9e1075cf5cb31c34)
;
marker_f9056adbbdd51919860cde4f91dad480.bindTooltip(
`<div>
شركة رموز الصناعية للتشغيل والصيانة شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_f9056adbbdd51919860cde4f91dad480.setIcon(icon_52d69b46c3c74df3421752626079193e);
var marker_acf0bdaeee3f316136a8b922319611e0 = L.marker(
[26.28135750955931, 50.20412838086486],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_56ba51cc237d89701229ea30d1bed647 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_eb585eec25467dda208926537d98b8c8 = L.popup({
"maxWidth": 320,
});
var html_124ef0134a7d694303ff2cde19dead20 = $(`<div id="html_124ef0134a7d694303ff2cde19dead20" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عالم تقنية الشبكات للتجارة</b><br> السجل التجاري: 4030538253<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.28135750955931,50.20412838086486" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_eb585eec25467dda208926537d98b8c8.setContent(html_124ef0134a7d694303ff2cde19dead20);
marker_acf0bdaeee3f316136a8b922319611e0.bindPopup(popup_eb585eec25467dda208926537d98b8c8)
;
marker_acf0bdaeee3f316136a8b922319611e0.bindTooltip(
`<div>
شركة عالم تقنية الشبكات للتجارة
</div>`,
{
"sticky": true,
}
);
marker_acf0bdaeee3f316136a8b922319611e0.setIcon(icon_56ba51cc237d89701229ea30d1bed647);
var marker_ac9b63da52b47a9323dfd214f87af169 = L.marker(
[26.28127363687912, 50.2044390141964],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_85b61a317beeac0280d4b8f225f1b589 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c85587e3169cc4053dc93db7e0f01b17 = L.popup({
"maxWidth": 320,
});
var html_982a8c4f76e84c47ae53d22003061f5f = $(`<div id="html_982a8c4f76e84c47ae53d22003061f5f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ابتكار التكنولوجيا للتجارة شركة شخص واحد</b><br> السجل التجاري: 1010790241<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.28127363687912,50.2044390141964" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c85587e3169cc4053dc93db7e0f01b17.setContent(html_982a8c4f76e84c47ae53d22003061f5f);
marker_ac9b63da52b47a9323dfd214f87af169.bindPopup(popup_c85587e3169cc4053dc93db7e0f01b17)
;
marker_ac9b63da52b47a9323dfd214f87af169.bindTooltip(
`<div>
شركة ابتكار التكنولوجيا للتجارة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_ac9b63da52b47a9323dfd214f87af169.setIcon(icon_85b61a317beeac0280d4b8f225f1b589);
var marker_100cf160281e7bbbddd3cdce7ca8157c = L.marker(
[26.28128993, 50.20452601],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_7337924dd2d1e5afeee8286405df1290 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0b137089cb0b4570c9a6a6b541399004 = L.popup({
"maxWidth": 320,
});
var html_6ea866ed46c881e28b06c289bbdb8e2f = $(`<div id="html_6ea866ed46c881e28b06c289bbdb8e2f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة رواد الحاسب التجارية</b><br> السجل التجاري: 2051224517<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.28128993,50.20452601" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0b137089cb0b4570c9a6a6b541399004.setContent(html_6ea866ed46c881e28b06c289bbdb8e2f);
marker_100cf160281e7bbbddd3cdce7ca8157c.bindPopup(popup_0b137089cb0b4570c9a6a6b541399004)
;
marker_100cf160281e7bbbddd3cdce7ca8157c.bindTooltip(
`<div>
شركة رواد الحاسب التجارية
</div>`,
{
"sticky": true,
}
);
marker_100cf160281e7bbbddd3cdce7ca8157c.setIcon(icon_7337924dd2d1e5afeee8286405df1290);
var marker_3e6846de42afe77e8866b3ada1236174 = L.marker(
[26.2641447399999, 50.20458644],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_b66da3a113c55bf7b3d17254c26df6d3 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_40a1f048cf2fea0e8dc3146af7f1be50 = L.popup({
"maxWidth": 320,
});
var html_309eeb7ea1f3b55f51c3082888187a20 = $(`<div id="html_309eeb7ea1f3b55f51c3082888187a20" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة زوا للمقاولات العامة</b><br> السجل التجاري: 2055132241<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.2641447399999,50.20458644" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_40a1f048cf2fea0e8dc3146af7f1be50.setContent(html_309eeb7ea1f3b55f51c3082888187a20);
marker_3e6846de42afe77e8866b3ada1236174.bindPopup(popup_40a1f048cf2fea0e8dc3146af7f1be50)
;
marker_3e6846de42afe77e8866b3ada1236174.bindTooltip(
`<div>
شركة زوا للمقاولات العامة
</div>`,
{
"sticky": true,
}
);
marker_3e6846de42afe77e8866b3ada1236174.setIcon(icon_b66da3a113c55bf7b3d17254c26df6d3);
var marker_5b4f08fd6faa0e643f95e00a7db1356d = L.marker(
[26.2810681799999, 50.2046296299999],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_820137ad676b9ac111e937d646a30540 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1fef196f7a2d7c13fd3a3567fa315768 = L.popup({
"maxWidth": 320,
});
var html_09cb56a296f23f32b5591a44d5ff6550 = $(`<div id="html_09cb56a296f23f32b5591a44d5ff6550" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة محمد بن عبدالرحمن بن محمد الزاهد لتقنية المعلومات</b><br> السجل التجاري: 2051031298<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.2810681799999,50.2046296299999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1fef196f7a2d7c13fd3a3567fa315768.setContent(html_09cb56a296f23f32b5591a44d5ff6550);
marker_5b4f08fd6faa0e643f95e00a7db1356d.bindPopup(popup_1fef196f7a2d7c13fd3a3567fa315768)
;
marker_5b4f08fd6faa0e643f95e00a7db1356d.bindTooltip(
`<div>
شركة محمد بن عبدالرحمن بن محمد الزاهد لتقنية المعلومات
</div>`,
{
"sticky": true,
}
);
marker_5b4f08fd6faa0e643f95e00a7db1356d.setIcon(icon_820137ad676b9ac111e937d646a30540);
var marker_1e056a7a694b850be0994959d353f69c = L.marker(
[26.27831656006929, 50.20750192925334],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_7fb999204abce36aae4e46034a881ab4 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b1b5db8ca1f51cc048b66efbfccd607e = L.popup({
"maxWidth": 320,
});
var html_f1b4d3442a9ac26d45e14ae77d045bf2 = $(`<div id="html_f1b4d3442a9ac26d45e14ae77d045bf2" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>فرع شركة المهندس للمقاولات والتوريدات العمومية</b><br> السجل التجاري: 2050187873<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.27831656006929,50.20750192925334" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b1b5db8ca1f51cc048b66efbfccd607e.setContent(html_f1b4d3442a9ac26d45e14ae77d045bf2);
marker_1e056a7a694b850be0994959d353f69c.bindPopup(popup_b1b5db8ca1f51cc048b66efbfccd607e)
;
marker_1e056a7a694b850be0994959d353f69c.bindTooltip(
`<div>
فرع شركة المهندس للمقاولات والتوريدات العمومية
</div>`,
{
"sticky": true,
}
);
marker_1e056a7a694b850be0994959d353f69c.setIcon(icon_7fb999204abce36aae4e46034a881ab4);
var marker_90bd470bfde47e98fe15684cffc748cc = L.marker(
[26.2701317199999, 50.20777288],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_ead8aefbc727a629382bf3df2e718ecf = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_88d998eb0698856ed02b6ec88f95fd23 = L.popup({
"maxWidth": 320,
});
var html_faca6e5c1716815e30197a873a376efa = $(`<div id="html_faca6e5c1716815e30197a873a376efa" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>بنشر شارع خبر لخدمات السيارات</b><br> السجل التجاري: 2051061216<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.2701317199999,50.20777288" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_88d998eb0698856ed02b6ec88f95fd23.setContent(html_faca6e5c1716815e30197a873a376efa);
marker_90bd470bfde47e98fe15684cffc748cc.bindPopup(popup_88d998eb0698856ed02b6ec88f95fd23)
;
marker_90bd470bfde47e98fe15684cffc748cc.bindTooltip(
`<div>
بنشر شارع خبر لخدمات السيارات
</div>`,
{
"sticky": true,
}
);
marker_90bd470bfde47e98fe15684cffc748cc.setIcon(icon_ead8aefbc727a629382bf3df2e718ecf);
var marker_21eb820b76f84ebceef2c1dce9d19aeb = L.marker(
[26.278411990574, 50.2078374200065],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_4c688037edad1243e6015f196e037407 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_2fd766b4641c0f30684bba594be87bc7 = L.popup({
"maxWidth": 320,
});
var html_4db884a293f04c2903594f0ebc2c4da2 = $(`<div id="html_4db884a293f04c2903594f0ebc2c4da2" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة اوبن واي للخدمات الفنية المسانده</b><br> السجل التجاري: 2050204032<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.278411990574,50.2078374200065" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_2fd766b4641c0f30684bba594be87bc7.setContent(html_4db884a293f04c2903594f0ebc2c4da2);
marker_21eb820b76f84ebceef2c1dce9d19aeb.bindPopup(popup_2fd766b4641c0f30684bba594be87bc7)
;
marker_21eb820b76f84ebceef2c1dce9d19aeb.bindTooltip(
`<div>
شركة اوبن واي للخدمات الفنية المسانده
</div>`,
{
"sticky": true,
}
);
marker_21eb820b76f84ebceef2c1dce9d19aeb.setIcon(icon_4c688037edad1243e6015f196e037407);
var marker_d557f7baf0224d97a02a4b456c01da37 = L.marker(
[26.2777099599999, 50.20831299],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_035edc9d1b2e74f9339689c0197bbc8a = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_aa88db977858362df99a7fe96ea07f31 = L.popup({
"maxWidth": 320,
});
var html_4ff02d7a91d74a43c2bbb5109d14e926 = $(`<div id="html_4ff02d7a91d74a43c2bbb5109d14e926" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة القنوات والتجهيز التجارية</b><br> السجل التجاري: 2051213927<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.2777099599999,50.20831299" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_aa88db977858362df99a7fe96ea07f31.setContent(html_4ff02d7a91d74a43c2bbb5109d14e926);
marker_d557f7baf0224d97a02a4b456c01da37.bindPopup(popup_aa88db977858362df99a7fe96ea07f31)
;
marker_d557f7baf0224d97a02a4b456c01da37.bindTooltip(
`<div>
شركة القنوات والتجهيز التجارية
</div>`,
{
"sticky": true,
}
);
marker_d557f7baf0224d97a02a4b456c01da37.setIcon(icon_035edc9d1b2e74f9339689c0197bbc8a);
var marker_85bc729a89655d34373f732ce88968ab = L.marker(
[26.27840849, 50.20879226],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_3f71e4ec8ec1d56ac774cb5b040ea713 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_91d526031c54eb676e5dd6578d5877a8 = L.popup({
"maxWidth": 320,
});
var html_4551203a6280ba2f779622031804602d = $(`<div id="html_4551203a6280ba2f779622031804602d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الخطوط الحمراء للمقاولات شركة شخص واحد</b><br> السجل التجاري: 2051030672<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.27840849,50.20879226" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_91d526031c54eb676e5dd6578d5877a8.setContent(html_4551203a6280ba2f779622031804602d);
marker_85bc729a89655d34373f732ce88968ab.bindPopup(popup_91d526031c54eb676e5dd6578d5877a8)
;
marker_85bc729a89655d34373f732ce88968ab.bindTooltip(
`<div>
شركة الخطوط الحمراء للمقاولات شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_85bc729a89655d34373f732ce88968ab.setIcon(icon_3f71e4ec8ec1d56ac774cb5b040ea713);
var marker_8dd6378130d502e314c978f550ae5e9b = L.marker(
[26.26507986, 50.20935749],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_5396167e95dff3fd3be932fa5f085c53 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_54acaf1871046b65c49fb39bde8c3069 = L.popup({
"maxWidth": 320,
});
var html_47d225421288f0fb9730af3ef6ed7e03 = $(`<div id="html_47d225421288f0fb9730af3ef6ed7e03" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة العميد المتحدة التجارية</b><br> السجل التجاري: 2060622237<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.26507986,50.20935749" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_54acaf1871046b65c49fb39bde8c3069.setContent(html_47d225421288f0fb9730af3ef6ed7e03);
marker_8dd6378130d502e314c978f550ae5e9b.bindPopup(popup_54acaf1871046b65c49fb39bde8c3069)
;
marker_8dd6378130d502e314c978f550ae5e9b.bindTooltip(
`<div>
شركة العميد المتحدة التجارية
</div>`,
{
"sticky": true,
}
);
marker_8dd6378130d502e314c978f550ae5e9b.setIcon(icon_5396167e95dff3fd3be932fa5f085c53);
var marker_af7d19ac48a28ffdfa9fe914d9db1c92 = L.marker(
[26.26606551, 50.2097246],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_2bbf6a67631f4037dbcaec04c906e0d4 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_172f5cddb13799eb67dbb81f0b747d91 = L.popup({
"maxWidth": 320,
});
var html_7b1b5e0486e5666ead963d79d723be07 = $(`<div id="html_7b1b5e0486e5666ead963d79d723be07" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة اربعة كاف للمواد البناء التجارية</b><br> السجل التجاري: 2051060828<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.26606551,50.2097246" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_172f5cddb13799eb67dbb81f0b747d91.setContent(html_7b1b5e0486e5666ead963d79d723be07);
marker_af7d19ac48a28ffdfa9fe914d9db1c92.bindPopup(popup_172f5cddb13799eb67dbb81f0b747d91)
;
marker_af7d19ac48a28ffdfa9fe914d9db1c92.bindTooltip(
`<div>
شركة اربعة كاف للمواد البناء التجارية
</div>`,
{
"sticky": true,
}
);
marker_af7d19ac48a28ffdfa9fe914d9db1c92.setIcon(icon_2bbf6a67631f4037dbcaec04c906e0d4);
var marker_9bad8b1db5026368c831d16051be18f0 = L.marker(
[26.26536911, 50.2098488399999],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_33c342269fdc7290af3117bbe471ed19 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_874fd71428190dfc50a758fac1018919 = L.popup({
"maxWidth": 320,
});
var html_3c543462eb45ae3f099f1af8f4671327 = $(`<div id="html_3c543462eb45ae3f099f1af8f4671327" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة غويدر العالمية المحدودة</b><br> السجل التجاري: 2051040042<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.26536911,50.2098488399999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_874fd71428190dfc50a758fac1018919.setContent(html_3c543462eb45ae3f099f1af8f4671327);
marker_9bad8b1db5026368c831d16051be18f0.bindPopup(popup_874fd71428190dfc50a758fac1018919)
;
marker_9bad8b1db5026368c831d16051be18f0.bindTooltip(
`<div>
شركة غويدر العالمية المحدودة
</div>`,
{
"sticky": true,
}
);
marker_9bad8b1db5026368c831d16051be18f0.setIcon(icon_33c342269fdc7290af3117bbe471ed19);
var marker_fb1aef17ca9038fe3507b3a45608b199 = L.marker(
[26.27415909, 50.2114747999999],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_7939d6267c2c98bbd516476429719fc3 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_969442ed0c3ec2922e5e104ff127f01c = L.popup({
"maxWidth": 320,
});
var html_edd90a7a702f567f0f59f1821dbc71df = $(`<div id="html_edd90a7a702f567f0f59f1821dbc71df" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مؤسسة العمل الشرقي للمقاولات</b><br> السجل التجاري: 2051037592<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.27415909,50.2114747999999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_969442ed0c3ec2922e5e104ff127f01c.setContent(html_edd90a7a702f567f0f59f1821dbc71df);
marker_fb1aef17ca9038fe3507b3a45608b199.bindPopup(popup_969442ed0c3ec2922e5e104ff127f01c)
;
marker_fb1aef17ca9038fe3507b3a45608b199.bindTooltip(
`<div>
مؤسسة العمل الشرقي للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_fb1aef17ca9038fe3507b3a45608b199.setIcon(icon_7939d6267c2c98bbd516476429719fc3);
var marker_0da9907ddcff27d9463d5f63b87d2b84 = L.marker(
[26.27958842949069, 50.21165742538869],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_4ce07733a67f056f37d31c9d3e4a45b5 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_fb1f45024dcc0c4d4739d1a0fa33ac0f = L.popup({
"maxWidth": 320,
});
var html_82e9ad648137883301758abfd7f26766 = $(`<div id="html_82e9ad648137883301758abfd7f26766" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مصدر قوة التجارية شركة شخص واحد</b><br> السجل التجاري: 1010573014<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.27958842949069,50.21165742538869" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_fb1f45024dcc0c4d4739d1a0fa33ac0f.setContent(html_82e9ad648137883301758abfd7f26766);
marker_0da9907ddcff27d9463d5f63b87d2b84.bindPopup(popup_fb1f45024dcc0c4d4739d1a0fa33ac0f)
;
marker_0da9907ddcff27d9463d5f63b87d2b84.bindTooltip(
`<div>
شركة مصدر قوة التجارية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_0da9907ddcff27d9463d5f63b87d2b84.setIcon(icon_4ce07733a67f056f37d31c9d3e4a45b5);
var marker_38ab827a9bac979e1638dbfbcaf702ea = L.marker(
[26.27468127527273, 50.21173414786548],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_2b9c9b8bfab0f40dbdfbd2b56bcfcdc8 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_72d927284110aa1f61b3d80183181058 = L.popup({
"maxWidth": 320,
});
var html_b7f6b9ea39c53079d7148d0b244dccc0 = $(`<div id="html_b7f6b9ea39c53079d7148d0b244dccc0" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سمير الدولية المحدودة</b><br> السجل التجاري: 2050202886<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.27468127527273,50.21173414786548" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_72d927284110aa1f61b3d80183181058.setContent(html_b7f6b9ea39c53079d7148d0b244dccc0);
marker_38ab827a9bac979e1638dbfbcaf702ea.bindPopup(popup_72d927284110aa1f61b3d80183181058)
;
marker_38ab827a9bac979e1638dbfbcaf702ea.bindTooltip(
`<div>
شركة سمير الدولية المحدودة
</div>`,
{
"sticky": true,
}
);
marker_38ab827a9bac979e1638dbfbcaf702ea.setIcon(icon_2b9c9b8bfab0f40dbdfbd2b56bcfcdc8);
var marker_cb845d572ecadef74c8a53be681927a6 = L.marker(
[26.2795125799999, 50.2119676499999],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_57608a779fb7888cafb2ac275d2f9323 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_acc34f218d749e931e957e77c8478d77 = L.popup({
"maxWidth": 320,
});
var html_e607cf96c312f7fe311db00085448f89 = $(`<div id="html_e607cf96c312f7fe311db00085448f89" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نيلوفر البركة التجارية شركة شخص واحد</b><br> السجل التجاري: 2051231991<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.2795125799999,50.2119676499999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_acc34f218d749e931e957e77c8478d77.setContent(html_e607cf96c312f7fe311db00085448f89);
marker_cb845d572ecadef74c8a53be681927a6.bindPopup(popup_acc34f218d749e931e957e77c8478d77)
;
marker_cb845d572ecadef74c8a53be681927a6.bindTooltip(
`<div>
شركة نيلوفر البركة التجارية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_cb845d572ecadef74c8a53be681927a6.setIcon(icon_57608a779fb7888cafb2ac275d2f9323);
var marker_170ca94246fe967c2a378cd41bea5c6f = L.marker(
[26.27172415549381, 50.21214231848717],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_146a497912c2c2073572592e72b6fc32 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_fae163c13f89b0a4d9016cc99681ee08 = L.popup({
"maxWidth": 320,
});
var html_eb716345efcae17c92dfab43ca321b3e = $(`<div id="html_eb716345efcae17c92dfab43ca321b3e" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ألفيريو مودرن آرتس الخاصة المحدودة</b><br> السجل التجاري: 2051258663<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.27172415549381,50.21214231848717" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_fae163c13f89b0a4d9016cc99681ee08.setContent(html_eb716345efcae17c92dfab43ca321b3e);
marker_170ca94246fe967c2a378cd41bea5c6f.bindPopup(popup_fae163c13f89b0a4d9016cc99681ee08)
;
marker_170ca94246fe967c2a378cd41bea5c6f.bindTooltip(
`<div>
شركة ألفيريو مودرن آرتس الخاصة المحدودة
</div>`,
{
"sticky": true,
}
);
marker_170ca94246fe967c2a378cd41bea5c6f.setIcon(icon_146a497912c2c2073572592e72b6fc32);
var marker_09907cc28b32fb0168d7e9974701e267 = L.marker(
[26.27795318, 50.21294528],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_b955ef0971b088e9f447b571edab7193 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_628d29883193cc3220f717ccb7764864 = L.popup({
"maxWidth": 320,
});
var html_5100392bd314ad15a3ee3d0fffda6bd5 = $(`<div id="html_5100392bd314ad15a3ee3d0fffda6bd5" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة رباعيات المواسم التجارية</b><br> السجل التجاري: 2051047903<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.27795318,50.21294528" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_628d29883193cc3220f717ccb7764864.setContent(html_5100392bd314ad15a3ee3d0fffda6bd5);
marker_09907cc28b32fb0168d7e9974701e267.bindPopup(popup_628d29883193cc3220f717ccb7764864)
;
marker_09907cc28b32fb0168d7e9974701e267.bindTooltip(
`<div>
شركة رباعيات المواسم التجارية
</div>`,
{
"sticky": true,
}
);
marker_09907cc28b32fb0168d7e9974701e267.setIcon(icon_b955ef0971b088e9f447b571edab7193);
var marker_9c751e41c4e69912bf55e3d052c33969 = L.marker(
[26.2701977699999, 50.21320233],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_15e41efed29846a31e4fa41a41199956 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_5c0623fc9443504df2f4e123520c784b = L.popup({
"maxWidth": 320,
});
var html_03f78dfa5652dd32107f3d82e04a1b50 = $(`<div id="html_03f78dfa5652dd32107f3d82e04a1b50" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الريان العربية للرخام والحجر شركة شخص واحد</b><br> السجل التجاري: 2050051173<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.2701977699999,50.21320233" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_5c0623fc9443504df2f4e123520c784b.setContent(html_03f78dfa5652dd32107f3d82e04a1b50);
marker_9c751e41c4e69912bf55e3d052c33969.bindPopup(popup_5c0623fc9443504df2f4e123520c784b)
;
marker_9c751e41c4e69912bf55e3d052c33969.bindTooltip(
`<div>
شركة الريان العربية للرخام والحجر شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_9c751e41c4e69912bf55e3d052c33969.setIcon(icon_15e41efed29846a31e4fa41a41199956);
var marker_bb58f9820d9e763d33b1e0d8a7ee3806 = L.marker(
[26.27501003, 50.21332772],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_d0ed1775abbf70d811e6ad93b57670ab = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9dc0b1d546d2352f47d637ee47b93463 = L.popup({
"maxWidth": 320,
});
var html_502f62a57b4db402c208ac3d129f8d71 = $(`<div id="html_502f62a57b4db402c208ac3d129f8d71" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>فرع شركة تاج العالمي للاسماك</b><br> السجل التجاري: 2050160962<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.27501003,50.21332772" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9dc0b1d546d2352f47d637ee47b93463.setContent(html_502f62a57b4db402c208ac3d129f8d71);
marker_bb58f9820d9e763d33b1e0d8a7ee3806.bindPopup(popup_9dc0b1d546d2352f47d637ee47b93463)
;
marker_bb58f9820d9e763d33b1e0d8a7ee3806.bindTooltip(
`<div>
فرع شركة تاج العالمي للاسماك
</div>`,
{
"sticky": true,
}
);
marker_bb58f9820d9e763d33b1e0d8a7ee3806.setIcon(icon_d0ed1775abbf70d811e6ad93b57670ab);
var marker_ba5bef3cbe32bba827ac8a738bb16ec6 = L.marker(
[26.2714747873932, 50.21392709207022],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_81cd2d1d75efcd28e800dd8595c51908 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_8de7b6cd593c79c31166a69756207953 = L.popup({
"maxWidth": 320,
});
var html_cf38b9d27b8930f7423b8062f8aff8f9 = $(`<div id="html_cf38b9d27b8930f7423b8062f8aff8f9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نادين الخليج للمقاولات</b><br> السجل التجاري: 2051259532<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.2714747873932,50.21392709207022" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_8de7b6cd593c79c31166a69756207953.setContent(html_cf38b9d27b8930f7423b8062f8aff8f9);
marker_ba5bef3cbe32bba827ac8a738bb16ec6.bindPopup(popup_8de7b6cd593c79c31166a69756207953)
;
marker_ba5bef3cbe32bba827ac8a738bb16ec6.bindTooltip(
`<div>
شركة نادين الخليج للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_ba5bef3cbe32bba827ac8a738bb16ec6.setIcon(icon_81cd2d1d75efcd28e800dd8595c51908);
var marker_0ec463e42746e4171d4fa7a01cfde584 = L.marker(
[26.26751844, 50.2140631999999],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_b001745eb298059ac4638e3a9686a1ae = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_3e154364b7d9caabb1bec5c9a0418190 = L.popup({
"maxWidth": 320,
});
var html_e241ef7abb28e71d4ae945c4f3babf36 = $(`<div id="html_e241ef7abb28e71d4ae945c4f3babf36" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة براعم الذوق لتقديم الوجبات</b><br> السجل التجاري: 2051233012<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.26751844,50.2140631999999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_3e154364b7d9caabb1bec5c9a0418190.setContent(html_e241ef7abb28e71d4ae945c4f3babf36);
marker_0ec463e42746e4171d4fa7a01cfde584.bindPopup(popup_3e154364b7d9caabb1bec5c9a0418190)
;
marker_0ec463e42746e4171d4fa7a01cfde584.bindTooltip(
`<div>
شركة براعم الذوق لتقديم الوجبات
</div>`,
{
"sticky": true,
}
);
marker_0ec463e42746e4171d4fa7a01cfde584.setIcon(icon_b001745eb298059ac4638e3a9686a1ae);
var marker_7f397fee37564317e350efcf0e80b820 = L.marker(
[26.2769547199999, 50.21426918],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_4d67ea0276041bc42ebd567136f2f1e1 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_d921fe23b94989d0a5187b2e3defb4fe = L.popup({
"maxWidth": 320,
});
var html_dbb0f71e4337d2bb99e08d4e85703cca = $(`<div id="html_dbb0f71e4337d2bb99e08d4e85703cca" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الطعم الهندي لتقديم الوجبات</b><br> السجل التجاري: 1010417787<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.2769547199999,50.21426918" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_d921fe23b94989d0a5187b2e3defb4fe.setContent(html_dbb0f71e4337d2bb99e08d4e85703cca);
marker_7f397fee37564317e350efcf0e80b820.bindPopup(popup_d921fe23b94989d0a5187b2e3defb4fe)
;
marker_7f397fee37564317e350efcf0e80b820.bindTooltip(
`<div>
شركة الطعم الهندي لتقديم الوجبات
</div>`,
{
"sticky": true,
}
);
marker_7f397fee37564317e350efcf0e80b820.setIcon(icon_4d67ea0276041bc42ebd567136f2f1e1);
var marker_3aadac0679d9a2ef944c7cf87921020f = L.marker(
[26.27456373, 50.21427767],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_953bf6d4a74d04ef3dfd2a0d1420ab6c = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a1574555bbd95794ecf538b1600d8203 = L.popup({
"maxWidth": 320,
});
var html_d8c393f6703a4297ae974b0987b3d416 = $(`<div id="html_d8c393f6703a4297ae974b0987b3d416" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عبدالرحمن محمد المدني للمقاولات العامة</b><br> السجل التجاري: 2051024544<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.27456373,50.21427767" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a1574555bbd95794ecf538b1600d8203.setContent(html_d8c393f6703a4297ae974b0987b3d416);
marker_3aadac0679d9a2ef944c7cf87921020f.bindPopup(popup_a1574555bbd95794ecf538b1600d8203)
;
marker_3aadac0679d9a2ef944c7cf87921020f.bindTooltip(
`<div>
شركة عبدالرحمن محمد المدني للمقاولات العامة
</div>`,
{
"sticky": true,
}
);
marker_3aadac0679d9a2ef944c7cf87921020f.setIcon(icon_953bf6d4a74d04ef3dfd2a0d1420ab6c);
var marker_10e3bff1994c9f98606816906961b45a = L.marker(
[26.2751251299999, 50.2157169299999],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_4591ed94bf5180cd75f2ccf9fece1281 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_adb2096782e452f23b3354e045efca28 = L.popup({
"maxWidth": 320,
});
var html_9695e02bb8efa982a61991cd031542d4 = $(`<div id="html_9695e02bb8efa982a61991cd031542d4" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مطاعم شارع الجنوب لتقديم الوجبات</b><br> السجل التجاري: 2051249572<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.2751251299999,50.2157169299999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_adb2096782e452f23b3354e045efca28.setContent(html_9695e02bb8efa982a61991cd031542d4);
marker_10e3bff1994c9f98606816906961b45a.bindPopup(popup_adb2096782e452f23b3354e045efca28)
;
marker_10e3bff1994c9f98606816906961b45a.bindTooltip(
`<div>
شركة مطاعم شارع الجنوب لتقديم الوجبات
</div>`,
{
"sticky": true,
}
);
marker_10e3bff1994c9f98606816906961b45a.setIcon(icon_4591ed94bf5180cd75f2ccf9fece1281);
var marker_e894075684a4ca555b0635af357ae614 = L.marker(
[26.27793471, 50.21613748],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_7556dc7ed486d7d3781333c3f956b4c5 = L.AwesomeMarkers.icon(
{
"markerColor": "lightgray",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_3c4f7859654f58069ba88c62d256df82 = L.popup({
"maxWidth": 320,
});
var html_ba5ee22bbcf80eda493a391ce313c639 = $(`<div id="html_ba5ee22bbcf80eda493a391ce313c639" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة آسيا العروبة للتجارة</b><br> السجل التجاري: 2051065071<br> المنطقة: الثقبه<br> الحارة: الخبر الجنوبية<br> <a href="https://www.google.com/maps?q=26.27793471,50.21613748" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_3c4f7859654f58069ba88c62d256df82.setContent(html_ba5ee22bbcf80eda493a391ce313c639);
marker_e894075684a4ca555b0635af357ae614.bindPopup(popup_3c4f7859654f58069ba88c62d256df82)
;
marker_e894075684a4ca555b0635af357ae614.bindTooltip(
`<div>
شركة آسيا العروبة للتجارة
</div>`,
{
"sticky": true,
}
);
marker_e894075684a4ca555b0635af357ae614.setIcon(icon_7556dc7ed486d7d3781333c3f956b4c5);
var marker_4c9a200cb0542d750c27c384600428e5 = L.marker(
[26.2803041899999, 50.2151599199999],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_cf72e53cbd1da7652a7bd2c055970d07 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e2ebba9da7bb9ba4184d4638cdd8d60a = L.popup({
"maxWidth": 320,
});
var html_40dc15db976e66fe406cb9c6e261b0ac = $(`<div id="html_40dc15db976e66fe406cb9c6e261b0ac" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نواعم دعاء للذهب</b><br> السجل التجاري: 2051227009<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2803041899999,50.2151599199999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e2ebba9da7bb9ba4184d4638cdd8d60a.setContent(html_40dc15db976e66fe406cb9c6e261b0ac);
marker_4c9a200cb0542d750c27c384600428e5.bindPopup(popup_e2ebba9da7bb9ba4184d4638cdd8d60a)
;
marker_4c9a200cb0542d750c27c384600428e5.bindTooltip(
`<div>
شركة نواعم دعاء للذهب
</div>`,
{
"sticky": true,
}
);
marker_4c9a200cb0542d750c27c384600428e5.setIcon(icon_cf72e53cbd1da7652a7bd2c055970d07);
var marker_ab35e796d51460cfa34daee27cd9a6dc = L.marker(
[26.2804190499999, 50.21150789],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_2ff6956db291c770ac1e3f357fc603d9 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_5d3b0c5775432044ece45330a4aef0c0 = L.popup({
"maxWidth": 320,
});
var html_54d1806ea1d1e08c68c860837b8ce672 = $(`<div id="html_54d1806ea1d1e08c68c860837b8ce672" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة انهار الحوسبة الذكية التجارية</b><br> السجل التجاري: 2051061376<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2804190499999,50.21150789" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_5d3b0c5775432044ece45330a4aef0c0.setContent(html_54d1806ea1d1e08c68c860837b8ce672);
marker_ab35e796d51460cfa34daee27cd9a6dc.bindPopup(popup_5d3b0c5775432044ece45330a4aef0c0)
;
marker_ab35e796d51460cfa34daee27cd9a6dc.bindTooltip(
`<div>
شركة انهار الحوسبة الذكية التجارية
</div>`,
{
"sticky": true,
}
);
marker_ab35e796d51460cfa34daee27cd9a6dc.setIcon(icon_2ff6956db291c770ac1e3f357fc603d9);
var marker_3056dc67e05405825810e3b4a2504eb1 = L.marker(
[26.28043041, 50.21372332],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_e7fa956becd4841029850d16cccb1617 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1c8384ceb7243fc1f960755ffd60c91e = L.popup({
"maxWidth": 320,
});
var html_8299dd7c439c582c08af55b9fd88ee0a = $(`<div id="html_8299dd7c439c582c08af55b9fd88ee0a" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مؤسسة نون العربية التجارية</b><br> السجل التجاري: 2051046125<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28043041,50.21372332" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1c8384ceb7243fc1f960755ffd60c91e.setContent(html_8299dd7c439c582c08af55b9fd88ee0a);
marker_3056dc67e05405825810e3b4a2504eb1.bindPopup(popup_1c8384ceb7243fc1f960755ffd60c91e)
;
marker_3056dc67e05405825810e3b4a2504eb1.bindTooltip(
`<div>
مؤسسة نون العربية التجارية
</div>`,
{
"sticky": true,
}
);
marker_3056dc67e05405825810e3b4a2504eb1.setIcon(icon_e7fa956becd4841029850d16cccb1617);
var marker_589514b712cc8d7c2ea062057efe7c65 = L.marker(
[26.28050562785995, 50.2124568913132],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_0975b34c29aef36f102e00d2e436c810 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_31970a71f931caadc0866b44cebb7723 = L.popup({
"maxWidth": 320,
});
var html_8a1807b939d668b19677d359ad5912a1 = $(`<div id="html_8a1807b939d668b19677d359ad5912a1" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مودكو للانشاءات والمقاولات شخص واحد</b><br> السجل التجاري: 2051249282<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28050562785995,50.2124568913132" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_31970a71f931caadc0866b44cebb7723.setContent(html_8a1807b939d668b19677d359ad5912a1);
marker_589514b712cc8d7c2ea062057efe7c65.bindPopup(popup_31970a71f931caadc0866b44cebb7723)
;
marker_589514b712cc8d7c2ea062057efe7c65.bindTooltip(
`<div>
شركة مودكو للانشاءات والمقاولات شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_589514b712cc8d7c2ea062057efe7c65.setIcon(icon_0975b34c29aef36f102e00d2e436c810);
var marker_df157bd0e8563642699ad66455aa0b85 = L.marker(
[26.28054764987411, 50.21185618016665],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_fe8a0b1b65418a1187b6242f345fdc5a = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_39d344544112ad8fc4fb30b24a37a4c7 = L.popup({
"maxWidth": 320,
});
var html_132c69384ddd5cd890b49af3e65fbe56 = $(`<div id="html_132c69384ddd5cd890b49af3e65fbe56" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نكست جنريشن بيتس العربية المحدودة شركة شخص واحد</b><br> السجل التجاري: 2051247924<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28054764987411,50.21185618016665" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_39d344544112ad8fc4fb30b24a37a4c7.setContent(html_132c69384ddd5cd890b49af3e65fbe56);
marker_df157bd0e8563642699ad66455aa0b85.bindPopup(popup_39d344544112ad8fc4fb30b24a37a4c7)
;
marker_df157bd0e8563642699ad66455aa0b85.bindTooltip(
`<div>
شركة نكست جنريشن بيتس العربية المحدودة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_df157bd0e8563642699ad66455aa0b85.setIcon(icon_fe8a0b1b65418a1187b6242f345fdc5a);
var marker_3fbc3a0054665652dc9afdcb7f87cc87 = L.marker(
[26.2805796299999, 50.2117799999999],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_6527f42297627e55df2450efd9594e5d = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_aaaeae0fe51444161d884fd2cc2b82a7 = L.popup({
"maxWidth": 320,
});
var html_44cfaa3f037dd36c09c2b8ebef09f85b = $(`<div id="html_44cfaa3f037dd36c09c2b8ebef09f85b" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ماكسي للمقاولات شركة شخص واحد</b><br> السجل التجاري: 2051034080<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2805796299999,50.2117799999999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_aaaeae0fe51444161d884fd2cc2b82a7.setContent(html_44cfaa3f037dd36c09c2b8ebef09f85b);
marker_3fbc3a0054665652dc9afdcb7f87cc87.bindPopup(popup_aaaeae0fe51444161d884fd2cc2b82a7)
;
marker_3fbc3a0054665652dc9afdcb7f87cc87.bindTooltip(
`<div>
شركة ماكسي للمقاولات شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_3fbc3a0054665652dc9afdcb7f87cc87.setIcon(icon_6527f42297627e55df2450efd9594e5d);
var marker_1058b1e2cdcbbed7aa0d51542cd79907 = L.marker(
[26.2806025415125, 50.211786017855],
{
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
var icon_05b786f03c7f266b766cade6c75ff4cc = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c8644d57ddd167e02632d3c398497ed1 = L.popup({
"maxWidth": 320,
});
var html_a38afeb0beb11b705ef49a4d9814bc60 = $(`<div id="html_a38afeb0beb11b705ef49a4d9814bc60" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة دولفين ميدل ايست مارين للصيانة شخص واحد</b><br> السجل التجاري: 4030518023<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2806025415125,50.211786017855" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c8644d57ddd167e02632d3c398497ed1.setContent(html_a38afeb0beb11b705ef49a4d9814bc60);
marker_1058b1e2cdcbbed7aa0d51542cd79907.bindPopup(popup_c8644d57ddd167e02632d3c398497ed1)
;
marker_1058b1e2cdcbbed7aa0d51542cd79907.bindTooltip(
`<div>
شركة دولفين ميدل ايست مارين للصيانة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_1058b1e2cdcbbed7aa0d51542cd79907.setIcon(icon_05b786f03c7f266b766cade6c75ff4cc);
map_e61d092ba24ffaed6691323d7c9898ba.fitBounds(
[[26.27886445, 50.20350581], [26.28135750955931, 50.20412838086486], [26.28127363687912, 50.2044390141964], [26.28128993, 50.20452601], [26.2641447399999, 50.20458644], [26.2810681799999, 50.2046296299999], [26.27831656006929, 50.20750192925334], [26.2701317199999, 50.20777288], [26.278411990574, 50.2078374200065], [26.2777099599999, 50.20831299], [26.27840849, 50.20879226], [26.26507986, 50.20935749], [26.26606551, 50.2097246], [26.26536911, 50.2098488399999], [26.27415909, 50.2114747999999], [26.27958842949069, 50.21165742538869], [26.27468127527273, 50.21173414786548], [26.2795125799999, 50.2119676499999], [26.27172415549381, 50.21214231848717], [26.27795318, 50.21294528], [26.2701977699999, 50.21320233], [26.27501003, 50.21332772], [26.2714747873932, 50.21392709207022], [26.26751844, 50.2140631999999], [26.2769547199999, 50.21426918], [26.27456373, 50.21427767], [26.2751251299999, 50.2157169299999], [26.27793471, 50.21613748], [26.2803041899999, 50.2151599199999], [26.2804190499999, 50.21150789], [26.28043041, 50.21372332], [26.28050562785995, 50.2124568913132], [26.28054764987411, 50.21185618016665], [26.2805796299999, 50.2117799999999], [26.2806025415125, 50.211786017855]],
{"padding": [30, 30]}
);
var layer_control_e2443031aaa4a7aec7678d1ba00a64aa_layers = {
base_layers : {
"\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u0634\u0627\u0631\u0639" : tile_layer_c9332ee3350aa749f88c43b046598cce,
"\u0623\u0642\u0645\u0627\u0631 \u0635\u0646\u0627\u0639\u064a\u0629 (Esri)" : tile_layer_3352daf3856e0321cc3e016618965437,
},
overlays : {
},
};
let layer_control_e2443031aaa4a7aec7678d1ba00a64aa = L.control.layers(
layer_control_e2443031aaa4a7aec7678d1ba00a64aa_layers.base_layers,
layer_control_e2443031aaa4a7aec7678d1ba00a64aa_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_e61d092ba24ffaed6691323d7c9898ba);
</script>
</html>