Map / EQ /42.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_b8d9166c9431fc47ee7093a781cb2c85 {
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">عبدالعزيز بن ناصر بن محمد الزرعه - 42</span>
<span class="toggle" id="hideStats">إخفاء</span>
</div>
<div class="stats-body" id="statsBody">
<b>عدد المواقع:</b> 36<br>
<b>عدد الحارات:</b> 1<br>
<b>الأكثر:</b> <b>الخبرالشمالية</b>: 36
<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:#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;">(36)</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_b8d9166c9431fc47ee7093a781cb2c85;
// items: list of objects (title, lat, lon, markerVar)
const items = [{"title": "شركة باسم إبراهيم للمقاولات شركة الشخص الواحد", "lat": 26.28878721897329, "lon": 50.21555278035696, "markerVar": "marker_7a6fd2076ade11a4658f21e09b2487cd"}, {"title": "شركة الخليج الساحلية للخدمات البحرية شركة شخص واحد", "lat": 26.28885489358603, "lon": 50.21462156487251, "markerVar": "marker_ac6386730460e905cc89155dc9714331"}, {"title": "شركة سما الديرة المحدودة شركة شخص واحد", "lat": 26.28885507, "lon": 50.2150674, "markerVar": "marker_6e23308e733a67b300d3bba7a96befd8"}, {"title": "شركة موهبة الامتداد التجارية", "lat": 26.2888555199999, "lon": 50.21499346, "markerVar": "marker_625271c9c49dce941132c6ddaaf0c651"}, {"title": "شركة مشاريع الجنوب للمقاولات العامة شركة شخص واحد", "lat": 26.28887894, "lon": 50.2072691199999, "markerVar": "marker_67633823f72427108bf51c630dfb8e0a"}, {"title": "شركة أسماء الشرقية للملابس النسائية", "lat": 26.2891439519945, "lon": 50.21156421862543, "markerVar": "marker_e484ffb9e55788df172b89132326d97c"}, {"title": "شركة سيتي العربية المحدودة", "lat": 26.289500455, "lon": 50.207426378, "markerVar": "marker_36d2befdf31404e3591d7e40eeffc96e"}, {"title": "شركة مرفأ المشرق للمقاولات", "lat": 26.2895936219733, "lon": 50.2074261702815, "markerVar": "marker_2804f4098fd6262322faab242d758e02"}, {"title": "مؤسسة المحطة لصيانة الالكترونيات", "lat": 26.28982216, "lon": 50.20983313, "markerVar": "marker_3f4482676ebf8ae09c4c52e7d1cd8e47"}, {"title": "شركة انشاءات الحلول المتجددة للتجارة", "lat": 26.28989693, "lon": 50.2102085, "markerVar": "marker_3bbcd9e24eb857d5e2f797ff3d30805b"}, {"title": "شركة لمسات الأصابع السحرية لأعمال الديكور شركة الشخص الواحد", "lat": 26.28996059, "lon": 50.2151053799999, "markerVar": "marker_9300b7b862317192d8c4acea1a4658dd"}, {"title": "شركة زاوية مشوار التجارية", "lat": 26.29014119, "lon": 50.2122888299999, "markerVar": "marker_4683cb0f10cbb3b6fbbd85a0b0df2b89"}, {"title": "شركة الثقة العالمية للمقاولات العامة", "lat": 26.29022161634847, "lon": 50.21710410684397, "markerVar": "marker_06046632c25d89060f28f5db1c168468"}, {"title": "مؤسسة خير الأسعار التجارية", "lat": 26.29028037072134, "lon": 50.21172463763298, "markerVar": "marker_d3368c067e21ffc7c7651901da0c629d"}, {"title": "شركة وبره للتجارة و المقاولات شركة شخص واحد", "lat": 26.29039626, "lon": 50.21527273, "markerVar": "marker_fe2a4555494cdc093a5a37df0037523c"}, {"title": "شركة معادن الخبر للتجارة", "lat": 26.29075469, "lon": 50.21812426, "markerVar": "marker_f3546a0cffe303e816889860c41f58d4"}, {"title": "شركة قوة البنية العربية للمقاولات", "lat": 26.29112887984432, "lon": 50.21765242182036, "markerVar": "marker_d39693ea627a1b781ada337337114482"}, {"title": "شركة برج العليا التجارية", "lat": 26.29113126, "lon": 50.2151035699999, "markerVar": "marker_6182b8d4ddbc7e6df842c94bccee472e"}, {"title": "شركة ايه اي ام الدولية للمقاولات العامة", "lat": 26.29156352035353, "lon": 50.20901109091938, "markerVar": "marker_4e856a39ae4f70639b30270cb3cc787c"}, {"title": "شركة برفوماكس غلوبل المتحدة للمقاولات", "lat": 26.29156699515207, "lon": 50.20897115701767, "markerVar": "marker_f0b0302d4333f9b8eb0ea73491cf81f6"}, {"title": "شركة نقاط الثالث للتشغيل والصيانة شركة شخص واحد", "lat": 26.29159113, "lon": 50.2138810699999, "markerVar": "marker_5de049a010a3474cf35b8c0dba007f1d"}, {"title": "فرع شركة سودان بايل للطرق والجسور", "lat": 26.29180908368467, "lon": 50.20850619491733, "markerVar": "marker_fc2ce9e46beeca24a60a153c9d4859fa"}, {"title": "الشركة الكون الدقيق للمقاولات", "lat": 26.29203393844364, "lon": 50.21112078780948, "markerVar": "marker_c9f60d8c948cce2b53084c61552d2f40"}, {"title": "شركة مصادر البيئة التجارية شركة شخص واحد", "lat": 26.29256438, "lon": 50.2099725699999, "markerVar": "marker_09c3ecb3b9fea01c9f9a6b9d6771b8a9"}, {"title": "شركة الشادي التجارية", "lat": 26.29261232, "lon": 50.21868911, "markerVar": "marker_86a63ecdb69af83cb8aad1e9c1370678"}, {"title": "شركة مطاعم البخارية لتقديم الوجبات", "lat": 26.29306175, "lon": 50.21415451, "markerVar": "marker_9b99a3f91621988dea6fec4cc00752f2"}, {"title": "شركة شان البروج المحدودة", "lat": 26.29323878466946, "lon": 50.21877232007682, "markerVar": "marker_70c90b2f1b1d433e3af0b7bf077e7277"}, {"title": "شركة العلامة المستقبلية للمقاولات شخص واحد", "lat": 26.29342206756273, "lon": 50.20930164913351, "markerVar": "marker_02d0df9e4a1af011f40a3946828e265a"}, {"title": "او ام اس ساليري السعودية", "lat": 26.2935319099999, "lon": 50.2092274, "markerVar": "marker_7277f527dc03c3c0bca91b3219f2e821"}, {"title": "شركة باور العربية المحدودة", "lat": 26.29398491689641, "lon": 50.20847951062024, "markerVar": "marker_b7341eaf21f9fdd0948164f519983aba"}, {"title": "شركة المربع الفضي للتعبئة والتغليف", "lat": 26.2941097341475, "lon": 50.2090496395306, "markerVar": "marker_17186c67bf4850c421c7b5676aaa5f3c"}, {"title": "شركة نرالا المحدودة", "lat": 26.29411477001538, "lon": 50.21101444959641, "markerVar": "marker_769bd7b6f18b6f7cb6c5771bc39fba02"}, {"title": "شركة عالم الطب المتميز", "lat": 26.29416455, "lon": 50.2159165599999, "markerVar": "marker_b1bf80a18430deb5b27329fcbf8b454f"}, {"title": "شركة محترفو المشاريع للمقاولات", "lat": 26.2943964699999, "lon": 50.21677006, "markerVar": "marker_9772c11b39faf1774ecaacf8178e9a67"}, {"title": "شركة اساس الريادة التجارية", "lat": 26.2945018899999, "lon": 50.21697746, "markerVar": "marker_4a4596dfa2833b05a22191695c670a41"}, {"title": "شركة صديقي انفراتيك العربية المحدودة شركة الشخص الواحد", "lat": 26.29456685801269, "lon": 50.20866003667184, "markerVar": "marker_8551f693e3cab2deacd32ac58652c5c0"}];
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_b8d9166c9431fc47ee7093a781cb2c85" ></div>
</body>
<script>
var map_b8d9166c9431fc47ee7093a781cb2c85 = L.map(
"map_b8d9166c9431fc47ee7093a781cb2c85",
{
center: [26.29147329687164, 50.2126337287424],
crs: L.CRS.EPSG3857,
...{
"zoom": 13,
"zoomControl": true,
"preferCanvas": false,
}
}
);
L.control.scale().addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var tile_layer_aa349df790e927a89a185a971c31a273 = 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_aa349df790e927a89a185a971c31a273.addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var tile_layer_5c02491652b86a7998e234d5b64b5bb4 = 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_5c02491652b86a7998e234d5b64b5bb4.addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var locate_control_f76d91295337bf10b6114149dc84ea2e = L.control.locate(
{"flyTo": true}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var marker_7a6fd2076ade11a4658f21e09b2487cd = L.marker(
[26.28878721897329, 50.21555278035696],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_126fd72bc62658c3a92c8697cdf4a416 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_3a79f48b65fa72b41378bfb16c6fddb7 = L.popup({
"maxWidth": 320,
});
var html_42ada6235b72577beaddc48571df4ad7 = $(`<div id="html_42ada6235b72577beaddc48571df4ad7" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة باسم إبراهيم للمقاولات شركة الشخص الواحد</b><br> السجل التجاري: 2051041782<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28878721897329,50.21555278035696" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_3a79f48b65fa72b41378bfb16c6fddb7.setContent(html_42ada6235b72577beaddc48571df4ad7);
marker_7a6fd2076ade11a4658f21e09b2487cd.bindPopup(popup_3a79f48b65fa72b41378bfb16c6fddb7)
;
marker_7a6fd2076ade11a4658f21e09b2487cd.bindTooltip(
`<div>
شركة باسم إبراهيم للمقاولات شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_7a6fd2076ade11a4658f21e09b2487cd.setIcon(icon_126fd72bc62658c3a92c8697cdf4a416);
var marker_ac6386730460e905cc89155dc9714331 = L.marker(
[26.28885489358603, 50.21462156487251],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_6aa121b87d79906e6f00c15476c22701 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c1bbccb278f70771cf9caddea343fb71 = L.popup({
"maxWidth": 320,
});
var html_857354800f94bd0ff2044edda800899a = $(`<div id="html_857354800f94bd0ff2044edda800899a" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الخليج الساحلية للخدمات البحرية شركة شخص واحد</b><br> السجل التجاري: 4030393750<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28885489358603,50.21462156487251" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c1bbccb278f70771cf9caddea343fb71.setContent(html_857354800f94bd0ff2044edda800899a);
marker_ac6386730460e905cc89155dc9714331.bindPopup(popup_c1bbccb278f70771cf9caddea343fb71)
;
marker_ac6386730460e905cc89155dc9714331.bindTooltip(
`<div>
شركة الخليج الساحلية للخدمات البحرية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_ac6386730460e905cc89155dc9714331.setIcon(icon_6aa121b87d79906e6f00c15476c22701);
var marker_6e23308e733a67b300d3bba7a96befd8 = L.marker(
[26.28885507, 50.2150674],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_a2207ee44669b2466866ca6167804e78 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9a990677e36355af4de03847d14e6c08 = L.popup({
"maxWidth": 320,
});
var html_2bda1db0c28c71b2954af6c73ef68ced = $(`<div id="html_2bda1db0c28c71b2954af6c73ef68ced" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سما الديرة المحدودة شركة شخص واحد</b><br> السجل التجاري: 2050145616<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28885507,50.2150674" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9a990677e36355af4de03847d14e6c08.setContent(html_2bda1db0c28c71b2954af6c73ef68ced);
marker_6e23308e733a67b300d3bba7a96befd8.bindPopup(popup_9a990677e36355af4de03847d14e6c08)
;
marker_6e23308e733a67b300d3bba7a96befd8.bindTooltip(
`<div>
شركة سما الديرة المحدودة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_6e23308e733a67b300d3bba7a96befd8.setIcon(icon_a2207ee44669b2466866ca6167804e78);
var marker_625271c9c49dce941132c6ddaaf0c651 = L.marker(
[26.2888555199999, 50.21499346],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_30bef0b53fc2f64b056b77775bc01e54 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_54d5d7c1b1554152607db5f0592d3598 = L.popup({
"maxWidth": 320,
});
var html_67f57a91f2c9984c416e9fbb4a2476c3 = $(`<div id="html_67f57a91f2c9984c416e9fbb4a2476c3" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة موهبة الامتداد التجارية</b><br> السجل التجاري: 2051059984<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2888555199999,50.21499346" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_54d5d7c1b1554152607db5f0592d3598.setContent(html_67f57a91f2c9984c416e9fbb4a2476c3);
marker_625271c9c49dce941132c6ddaaf0c651.bindPopup(popup_54d5d7c1b1554152607db5f0592d3598)
;
marker_625271c9c49dce941132c6ddaaf0c651.bindTooltip(
`<div>
شركة موهبة الامتداد التجارية
</div>`,
{
"sticky": true,
}
);
marker_625271c9c49dce941132c6ddaaf0c651.setIcon(icon_30bef0b53fc2f64b056b77775bc01e54);
var marker_67633823f72427108bf51c630dfb8e0a = L.marker(
[26.28887894, 50.2072691199999],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_7922a3752ae27df74729a82702c808cf = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e8f140c1a723a1e4729c0a35dd27d6aa = L.popup({
"maxWidth": 320,
});
var html_dec1f43f46a4f5b5adec18b0023ec57d = $(`<div id="html_dec1f43f46a4f5b5adec18b0023ec57d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مشاريع الجنوب للمقاولات العامة شركة شخص واحد</b><br> السجل التجاري: 2051048029<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28887894,50.2072691199999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e8f140c1a723a1e4729c0a35dd27d6aa.setContent(html_dec1f43f46a4f5b5adec18b0023ec57d);
marker_67633823f72427108bf51c630dfb8e0a.bindPopup(popup_e8f140c1a723a1e4729c0a35dd27d6aa)
;
marker_67633823f72427108bf51c630dfb8e0a.bindTooltip(
`<div>
شركة مشاريع الجنوب للمقاولات العامة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_67633823f72427108bf51c630dfb8e0a.setIcon(icon_7922a3752ae27df74729a82702c808cf);
var marker_e484ffb9e55788df172b89132326d97c = L.marker(
[26.2891439519945, 50.21156421862543],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_d30183742d138fe0293072fe22cc1f5a = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9b8da0a77cfa6de695305d82e586655d = L.popup({
"maxWidth": 320,
});
var html_d55e336419693e6ef0a916b09da197ad = $(`<div id="html_d55e336419693e6ef0a916b09da197ad" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة أسماء الشرقية للملابس النسائية</b><br> السجل التجاري: 2051161720<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2891439519945,50.21156421862543" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9b8da0a77cfa6de695305d82e586655d.setContent(html_d55e336419693e6ef0a916b09da197ad);
marker_e484ffb9e55788df172b89132326d97c.bindPopup(popup_9b8da0a77cfa6de695305d82e586655d)
;
marker_e484ffb9e55788df172b89132326d97c.bindTooltip(
`<div>
شركة أسماء الشرقية للملابس النسائية
</div>`,
{
"sticky": true,
}
);
marker_e484ffb9e55788df172b89132326d97c.setIcon(icon_d30183742d138fe0293072fe22cc1f5a);
var marker_36d2befdf31404e3591d7e40eeffc96e = L.marker(
[26.289500455, 50.207426378],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_1a95374b7a60f3bfe6a2024a5c17a13d = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_f315934f49761f5f99ad9f94c82fcba3 = L.popup({
"maxWidth": 320,
});
var html_8f84507183d2f20f5d019c011e57da15 = $(`<div id="html_8f84507183d2f20f5d019c011e57da15" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سيتي العربية المحدودة</b><br> السجل التجاري: 2051033125<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.289500455,50.207426378" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_f315934f49761f5f99ad9f94c82fcba3.setContent(html_8f84507183d2f20f5d019c011e57da15);
marker_36d2befdf31404e3591d7e40eeffc96e.bindPopup(popup_f315934f49761f5f99ad9f94c82fcba3)
;
marker_36d2befdf31404e3591d7e40eeffc96e.bindTooltip(
`<div>
شركة سيتي العربية المحدودة
</div>`,
{
"sticky": true,
}
);
marker_36d2befdf31404e3591d7e40eeffc96e.setIcon(icon_1a95374b7a60f3bfe6a2024a5c17a13d);
var marker_2804f4098fd6262322faab242d758e02 = L.marker(
[26.2895936219733, 50.2074261702815],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_5f88554dd1750fe47187e8837b0d21e8 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_99fa00247398deceac3c1466844587d7 = L.popup({
"maxWidth": 320,
});
var html_b4ddf985b89aaf1fd2c5bf33c939899d = $(`<div id="html_b4ddf985b89aaf1fd2c5bf33c939899d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مرفأ المشرق للمقاولات</b><br> السجل التجاري: 2051228766<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2895936219733,50.2074261702815" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_99fa00247398deceac3c1466844587d7.setContent(html_b4ddf985b89aaf1fd2c5bf33c939899d);
marker_2804f4098fd6262322faab242d758e02.bindPopup(popup_99fa00247398deceac3c1466844587d7)
;
marker_2804f4098fd6262322faab242d758e02.bindTooltip(
`<div>
شركة مرفأ المشرق للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_2804f4098fd6262322faab242d758e02.setIcon(icon_5f88554dd1750fe47187e8837b0d21e8);
var marker_3f4482676ebf8ae09c4c52e7d1cd8e47 = L.marker(
[26.28982216, 50.20983313],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_976ed6e4bf591c275d7b87ae7b437eae = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_475a9ea690c8807f5b2830d13a6fec58 = L.popup({
"maxWidth": 320,
});
var html_5f19936aeceec905c7aec81a421931b7 = $(`<div id="html_5f19936aeceec905c7aec81a421931b7" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مؤسسة المحطة لصيانة الالكترونيات</b><br> السجل التجاري: 2051029754<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28982216,50.20983313" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_475a9ea690c8807f5b2830d13a6fec58.setContent(html_5f19936aeceec905c7aec81a421931b7);
marker_3f4482676ebf8ae09c4c52e7d1cd8e47.bindPopup(popup_475a9ea690c8807f5b2830d13a6fec58)
;
marker_3f4482676ebf8ae09c4c52e7d1cd8e47.bindTooltip(
`<div>
مؤسسة المحطة لصيانة الالكترونيات
</div>`,
{
"sticky": true,
}
);
marker_3f4482676ebf8ae09c4c52e7d1cd8e47.setIcon(icon_976ed6e4bf591c275d7b87ae7b437eae);
var marker_3bbcd9e24eb857d5e2f797ff3d30805b = L.marker(
[26.28989693, 50.2102085],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_8f93724c0bac9c67bc401a64f5f43948 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_46b4346e8c79fa4b2d6bbea6feaf6950 = L.popup({
"maxWidth": 320,
});
var html_d28be0b9ad437790ae3cde7e6186e69e = $(`<div id="html_d28be0b9ad437790ae3cde7e6186e69e" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة انشاءات الحلول المتجددة للتجارة</b><br> السجل التجاري: 2031100722<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28989693,50.2102085" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_46b4346e8c79fa4b2d6bbea6feaf6950.setContent(html_d28be0b9ad437790ae3cde7e6186e69e);
marker_3bbcd9e24eb857d5e2f797ff3d30805b.bindPopup(popup_46b4346e8c79fa4b2d6bbea6feaf6950)
;
marker_3bbcd9e24eb857d5e2f797ff3d30805b.bindTooltip(
`<div>
شركة انشاءات الحلول المتجددة للتجارة
</div>`,
{
"sticky": true,
}
);
marker_3bbcd9e24eb857d5e2f797ff3d30805b.setIcon(icon_8f93724c0bac9c67bc401a64f5f43948);
var marker_9300b7b862317192d8c4acea1a4658dd = L.marker(
[26.28996059, 50.2151053799999],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_0732d3b066973d731a193bbe80f2995f = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_12f6862c5fc541b7774bd3163f71dabc = L.popup({
"maxWidth": 320,
});
var html_e9a88dad13873e30b326789c7cc39dff = $(`<div id="html_e9a88dad13873e30b326789c7cc39dff" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة لمسات الأصابع السحرية لأعمال الديكور شركة الشخص الواحد</b><br> السجل التجاري: 2051036256<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28996059,50.2151053799999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_12f6862c5fc541b7774bd3163f71dabc.setContent(html_e9a88dad13873e30b326789c7cc39dff);
marker_9300b7b862317192d8c4acea1a4658dd.bindPopup(popup_12f6862c5fc541b7774bd3163f71dabc)
;
marker_9300b7b862317192d8c4acea1a4658dd.bindTooltip(
`<div>
شركة لمسات الأصابع السحرية لأعمال الديكور شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_9300b7b862317192d8c4acea1a4658dd.setIcon(icon_0732d3b066973d731a193bbe80f2995f);
var marker_4683cb0f10cbb3b6fbbd85a0b0df2b89 = L.marker(
[26.29014119, 50.2122888299999],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_eef41c48961dfe50ef848df51faa49a6 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c855b42ccb069dc099c649ca6dc4a547 = L.popup({
"maxWidth": 320,
});
var html_fb6aa99e7d8de1a96a1ec10fe903f51a = $(`<div id="html_fb6aa99e7d8de1a96a1ec10fe903f51a" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة زاوية مشوار التجارية</b><br> السجل التجاري: 2051026281<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29014119,50.2122888299999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c855b42ccb069dc099c649ca6dc4a547.setContent(html_fb6aa99e7d8de1a96a1ec10fe903f51a);
marker_4683cb0f10cbb3b6fbbd85a0b0df2b89.bindPopup(popup_c855b42ccb069dc099c649ca6dc4a547)
;
marker_4683cb0f10cbb3b6fbbd85a0b0df2b89.bindTooltip(
`<div>
شركة زاوية مشوار التجارية
</div>`,
{
"sticky": true,
}
);
marker_4683cb0f10cbb3b6fbbd85a0b0df2b89.setIcon(icon_eef41c48961dfe50ef848df51faa49a6);
var marker_06046632c25d89060f28f5db1c168468 = L.marker(
[26.29022161634847, 50.21710410684397],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_577aec5fb7ef85f8f60bbf5eb0c88f08 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_5a7dcfaf6b6f3428dab2150983fbdd51 = L.popup({
"maxWidth": 320,
});
var html_bf1f35b9779d25b86c2c083ebc1d5d2d = $(`<div id="html_bf1f35b9779d25b86c2c083ebc1d5d2d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الثقة العالمية للمقاولات العامة</b><br> السجل التجاري: 2051255431<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29022161634847,50.21710410684397" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_5a7dcfaf6b6f3428dab2150983fbdd51.setContent(html_bf1f35b9779d25b86c2c083ebc1d5d2d);
marker_06046632c25d89060f28f5db1c168468.bindPopup(popup_5a7dcfaf6b6f3428dab2150983fbdd51)
;
marker_06046632c25d89060f28f5db1c168468.bindTooltip(
`<div>
شركة الثقة العالمية للمقاولات العامة
</div>`,
{
"sticky": true,
}
);
marker_06046632c25d89060f28f5db1c168468.setIcon(icon_577aec5fb7ef85f8f60bbf5eb0c88f08);
var marker_d3368c067e21ffc7c7651901da0c629d = L.marker(
[26.29028037072134, 50.21172463763298],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_342ac3de812c9f17feaaa8337d0f6c81 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_3318779069f42c015134b2b329806115 = L.popup({
"maxWidth": 320,
});
var html_bf2b303081529fdff5e0bc9ab4bae108 = $(`<div id="html_bf2b303081529fdff5e0bc9ab4bae108" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مؤسسة خير الأسعار التجارية</b><br> السجل التجاري: 2051022638<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29028037072134,50.21172463763298" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_3318779069f42c015134b2b329806115.setContent(html_bf2b303081529fdff5e0bc9ab4bae108);
marker_d3368c067e21ffc7c7651901da0c629d.bindPopup(popup_3318779069f42c015134b2b329806115)
;
marker_d3368c067e21ffc7c7651901da0c629d.bindTooltip(
`<div>
مؤسسة خير الأسعار التجارية
</div>`,
{
"sticky": true,
}
);
marker_d3368c067e21ffc7c7651901da0c629d.setIcon(icon_342ac3de812c9f17feaaa8337d0f6c81);
var marker_fe2a4555494cdc093a5a37df0037523c = L.marker(
[26.29039626, 50.21527273],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_efe3e0d19d849ad2990b93e1c09d9f4f = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_76d73cf61d9c25a60473b7cd24cf69cc = L.popup({
"maxWidth": 320,
});
var html_f57871dc4c21a390e98cc71cdccbb425 = $(`<div id="html_f57871dc4c21a390e98cc71cdccbb425" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة وبره للتجارة و المقاولات شركة شخص واحد</b><br> السجل التجاري: 2051044625<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29039626,50.21527273" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_76d73cf61d9c25a60473b7cd24cf69cc.setContent(html_f57871dc4c21a390e98cc71cdccbb425);
marker_fe2a4555494cdc093a5a37df0037523c.bindPopup(popup_76d73cf61d9c25a60473b7cd24cf69cc)
;
marker_fe2a4555494cdc093a5a37df0037523c.bindTooltip(
`<div>
شركة وبره للتجارة و المقاولات شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_fe2a4555494cdc093a5a37df0037523c.setIcon(icon_efe3e0d19d849ad2990b93e1c09d9f4f);
var marker_f3546a0cffe303e816889860c41f58d4 = L.marker(
[26.29075469, 50.21812426],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_d6898423126732d74da9c1635a015890 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0c5e15a8e899b9b5a1df2c48f3b3861f = L.popup({
"maxWidth": 320,
});
var html_87f2bc12a7c264c99563027f2462b283 = $(`<div id="html_87f2bc12a7c264c99563027f2462b283" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة معادن الخبر للتجارة</b><br> السجل التجاري: 2051220208<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29075469,50.21812426" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0c5e15a8e899b9b5a1df2c48f3b3861f.setContent(html_87f2bc12a7c264c99563027f2462b283);
marker_f3546a0cffe303e816889860c41f58d4.bindPopup(popup_0c5e15a8e899b9b5a1df2c48f3b3861f)
;
marker_f3546a0cffe303e816889860c41f58d4.bindTooltip(
`<div>
شركة معادن الخبر للتجارة
</div>`,
{
"sticky": true,
}
);
marker_f3546a0cffe303e816889860c41f58d4.setIcon(icon_d6898423126732d74da9c1635a015890);
var marker_d39693ea627a1b781ada337337114482 = L.marker(
[26.29112887984432, 50.21765242182036],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_6b245472ca242a5290136cbca906bb0b = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_d9c8dd6071fd9ca5dd78715ede659467 = L.popup({
"maxWidth": 320,
});
var html_b98e7a71ebf5548c12b88ff5ff86e334 = $(`<div id="html_b98e7a71ebf5548c12b88ff5ff86e334" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة قوة البنية العربية للمقاولات</b><br> السجل التجاري: 1010967878<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29112887984432,50.21765242182036" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_d9c8dd6071fd9ca5dd78715ede659467.setContent(html_b98e7a71ebf5548c12b88ff5ff86e334);
marker_d39693ea627a1b781ada337337114482.bindPopup(popup_d9c8dd6071fd9ca5dd78715ede659467)
;
marker_d39693ea627a1b781ada337337114482.bindTooltip(
`<div>
شركة قوة البنية العربية للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_d39693ea627a1b781ada337337114482.setIcon(icon_6b245472ca242a5290136cbca906bb0b);
var marker_6182b8d4ddbc7e6df842c94bccee472e = L.marker(
[26.29113126, 50.2151035699999],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_5600c5c03279ba40d4b39e6266daede7 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_73abea0ffc7017ba76563aa45eab8e10 = L.popup({
"maxWidth": 320,
});
var html_a9c69eb68c22c0d91e2e4e4d5603af68 = $(`<div id="html_a9c69eb68c22c0d91e2e4e4d5603af68" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة برج العليا التجارية</b><br> السجل التجاري: 2051052536<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29113126,50.2151035699999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_73abea0ffc7017ba76563aa45eab8e10.setContent(html_a9c69eb68c22c0d91e2e4e4d5603af68);
marker_6182b8d4ddbc7e6df842c94bccee472e.bindPopup(popup_73abea0ffc7017ba76563aa45eab8e10)
;
marker_6182b8d4ddbc7e6df842c94bccee472e.bindTooltip(
`<div>
شركة برج العليا التجارية
</div>`,
{
"sticky": true,
}
);
marker_6182b8d4ddbc7e6df842c94bccee472e.setIcon(icon_5600c5c03279ba40d4b39e6266daede7);
var marker_4e856a39ae4f70639b30270cb3cc787c = L.marker(
[26.29156352035353, 50.20901109091938],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_c37917cdee063c16fec0122ca9c9eda8 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_dbc660588d0397e2f385d878fbc16bc0 = L.popup({
"maxWidth": 320,
});
var html_432d162a9f3f8b484004931d0951ef57 = $(`<div id="html_432d162a9f3f8b484004931d0951ef57" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ايه اي ام الدولية للمقاولات العامة</b><br> السجل التجاري: 2050184499<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29156352035353,50.20901109091938" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_dbc660588d0397e2f385d878fbc16bc0.setContent(html_432d162a9f3f8b484004931d0951ef57);
marker_4e856a39ae4f70639b30270cb3cc787c.bindPopup(popup_dbc660588d0397e2f385d878fbc16bc0)
;
marker_4e856a39ae4f70639b30270cb3cc787c.bindTooltip(
`<div>
شركة ايه اي ام الدولية للمقاولات العامة
</div>`,
{
"sticky": true,
}
);
marker_4e856a39ae4f70639b30270cb3cc787c.setIcon(icon_c37917cdee063c16fec0122ca9c9eda8);
var marker_f0b0302d4333f9b8eb0ea73491cf81f6 = L.marker(
[26.29156699515207, 50.20897115701767],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_6d188ef98fe50c74aebc784568ee5e43 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_98c91d4749c9755d2afb0efaf7089ba0 = L.popup({
"maxWidth": 320,
});
var html_e004a2399b4bbf22ebbaf08bc1828b06 = $(`<div id="html_e004a2399b4bbf22ebbaf08bc1828b06" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة برفوماكس غلوبل المتحدة للمقاولات</b><br> السجل التجاري: 2051261631<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29156699515207,50.20897115701767" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_98c91d4749c9755d2afb0efaf7089ba0.setContent(html_e004a2399b4bbf22ebbaf08bc1828b06);
marker_f0b0302d4333f9b8eb0ea73491cf81f6.bindPopup(popup_98c91d4749c9755d2afb0efaf7089ba0)
;
marker_f0b0302d4333f9b8eb0ea73491cf81f6.bindTooltip(
`<div>
شركة برفوماكس غلوبل المتحدة للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_f0b0302d4333f9b8eb0ea73491cf81f6.setIcon(icon_6d188ef98fe50c74aebc784568ee5e43);
var marker_5de049a010a3474cf35b8c0dba007f1d = L.marker(
[26.29159113, 50.2138810699999],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_ab1587c79243b9304fda1f2637b5d5bf = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_aa482b21dcd447798b1e38351c394bd6 = L.popup({
"maxWidth": 320,
});
var html_22d711f7412a92f42c58ea9451c1b060 = $(`<div id="html_22d711f7412a92f42c58ea9451c1b060" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نقاط الثالث للتشغيل والصيانة شركة شخص واحد</b><br> السجل التجاري: 2051239099<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29159113,50.2138810699999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_aa482b21dcd447798b1e38351c394bd6.setContent(html_22d711f7412a92f42c58ea9451c1b060);
marker_5de049a010a3474cf35b8c0dba007f1d.bindPopup(popup_aa482b21dcd447798b1e38351c394bd6)
;
marker_5de049a010a3474cf35b8c0dba007f1d.bindTooltip(
`<div>
شركة نقاط الثالث للتشغيل والصيانة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_5de049a010a3474cf35b8c0dba007f1d.setIcon(icon_ab1587c79243b9304fda1f2637b5d5bf);
var marker_fc2ce9e46beeca24a60a153c9d4859fa = L.marker(
[26.29180908368467, 50.20850619491733],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_7df063a36fe9feca3914f8d0f90c3501 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_92310e72834febc1e6afe377878c5917 = L.popup({
"maxWidth": 320,
});
var html_0575bc5f562fa94ce6856f055d1c5295 = $(`<div id="html_0575bc5f562fa94ce6856f055d1c5295" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>فرع شركة سودان بايل للطرق والجسور</b><br> السجل التجاري: 2051254265<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29180908368467,50.20850619491733" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_92310e72834febc1e6afe377878c5917.setContent(html_0575bc5f562fa94ce6856f055d1c5295);
marker_fc2ce9e46beeca24a60a153c9d4859fa.bindPopup(popup_92310e72834febc1e6afe377878c5917)
;
marker_fc2ce9e46beeca24a60a153c9d4859fa.bindTooltip(
`<div>
فرع شركة سودان بايل للطرق والجسور
</div>`,
{
"sticky": true,
}
);
marker_fc2ce9e46beeca24a60a153c9d4859fa.setIcon(icon_7df063a36fe9feca3914f8d0f90c3501);
var marker_c9f60d8c948cce2b53084c61552d2f40 = L.marker(
[26.29203393844364, 50.21112078780948],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_4c6173ceb91364712bc3bd498c635e8a = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_914119f6b3905aa528cbbdbab5758489 = L.popup({
"maxWidth": 320,
});
var html_a62a44ee14e19fdad0f250d51501b108 = $(`<div id="html_a62a44ee14e19fdad0f250d51501b108" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>الشركة الكون الدقيق للمقاولات</b><br> السجل التجاري: 2051255932<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29203393844364,50.21112078780948" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_914119f6b3905aa528cbbdbab5758489.setContent(html_a62a44ee14e19fdad0f250d51501b108);
marker_c9f60d8c948cce2b53084c61552d2f40.bindPopup(popup_914119f6b3905aa528cbbdbab5758489)
;
marker_c9f60d8c948cce2b53084c61552d2f40.bindTooltip(
`<div>
الشركة الكون الدقيق للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_c9f60d8c948cce2b53084c61552d2f40.setIcon(icon_4c6173ceb91364712bc3bd498c635e8a);
var marker_09c3ecb3b9fea01c9f9a6b9d6771b8a9 = L.marker(
[26.29256438, 50.2099725699999],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_e617ad924efd53a060f33f945eda4fdb = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1c454d0a805df785e9ef1d0c0bda087c = L.popup({
"maxWidth": 320,
});
var html_74fe91309355d5fcae582aba9aca6e7d = $(`<div id="html_74fe91309355d5fcae582aba9aca6e7d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مصادر البيئة التجارية شركة شخص واحد</b><br> السجل التجاري: 2051056272<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29256438,50.2099725699999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1c454d0a805df785e9ef1d0c0bda087c.setContent(html_74fe91309355d5fcae582aba9aca6e7d);
marker_09c3ecb3b9fea01c9f9a6b9d6771b8a9.bindPopup(popup_1c454d0a805df785e9ef1d0c0bda087c)
;
marker_09c3ecb3b9fea01c9f9a6b9d6771b8a9.bindTooltip(
`<div>
شركة مصادر البيئة التجارية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_09c3ecb3b9fea01c9f9a6b9d6771b8a9.setIcon(icon_e617ad924efd53a060f33f945eda4fdb);
var marker_86a63ecdb69af83cb8aad1e9c1370678 = L.marker(
[26.29261232, 50.21868911],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_61017d1e95ba2d2aa531b18f5026e836 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_750328d4332c71fcfa8425a0276d0679 = L.popup({
"maxWidth": 320,
});
var html_229a173c5dce2b305238ba3eb9c72f08 = $(`<div id="html_229a173c5dce2b305238ba3eb9c72f08" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الشادي التجارية</b><br> السجل التجاري: 2051015921<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29261232,50.21868911" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_750328d4332c71fcfa8425a0276d0679.setContent(html_229a173c5dce2b305238ba3eb9c72f08);
marker_86a63ecdb69af83cb8aad1e9c1370678.bindPopup(popup_750328d4332c71fcfa8425a0276d0679)
;
marker_86a63ecdb69af83cb8aad1e9c1370678.bindTooltip(
`<div>
شركة الشادي التجارية
</div>`,
{
"sticky": true,
}
);
marker_86a63ecdb69af83cb8aad1e9c1370678.setIcon(icon_61017d1e95ba2d2aa531b18f5026e836);
var marker_9b99a3f91621988dea6fec4cc00752f2 = L.marker(
[26.29306175, 50.21415451],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_75e3650814ff1280f9841c4ce9768c29 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_8041c34d8ae2879d2ce48d4be5e7aed5 = L.popup({
"maxWidth": 320,
});
var html_e2bdba7607ae1bbcf2e7fa40591445d0 = $(`<div id="html_e2bdba7607ae1bbcf2e7fa40591445d0" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مطاعم البخارية لتقديم الوجبات</b><br> السجل التجاري: 2050159099<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29306175,50.21415451" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_8041c34d8ae2879d2ce48d4be5e7aed5.setContent(html_e2bdba7607ae1bbcf2e7fa40591445d0);
marker_9b99a3f91621988dea6fec4cc00752f2.bindPopup(popup_8041c34d8ae2879d2ce48d4be5e7aed5)
;
marker_9b99a3f91621988dea6fec4cc00752f2.bindTooltip(
`<div>
شركة مطاعم البخارية لتقديم الوجبات
</div>`,
{
"sticky": true,
}
);
marker_9b99a3f91621988dea6fec4cc00752f2.setIcon(icon_75e3650814ff1280f9841c4ce9768c29);
var marker_70c90b2f1b1d433e3af0b7bf077e7277 = L.marker(
[26.29323878466946, 50.21877232007682],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_07b8b5361023926a26feccf015c973b2 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_121db83fd9c0d5d89ed1e2de5aebe029 = L.popup({
"maxWidth": 320,
});
var html_59f43f0c5865602598951eacbc60d6d3 = $(`<div id="html_59f43f0c5865602598951eacbc60d6d3" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة شان البروج المحدودة</b><br> السجل التجاري: 2052104856<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29323878466946,50.21877232007682" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_121db83fd9c0d5d89ed1e2de5aebe029.setContent(html_59f43f0c5865602598951eacbc60d6d3);
marker_70c90b2f1b1d433e3af0b7bf077e7277.bindPopup(popup_121db83fd9c0d5d89ed1e2de5aebe029)
;
marker_70c90b2f1b1d433e3af0b7bf077e7277.bindTooltip(
`<div>
شركة شان البروج المحدودة
</div>`,
{
"sticky": true,
}
);
marker_70c90b2f1b1d433e3af0b7bf077e7277.setIcon(icon_07b8b5361023926a26feccf015c973b2);
var marker_02d0df9e4a1af011f40a3946828e265a = L.marker(
[26.29342206756273, 50.20930164913351],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_e88e4375385c3ff3bd4e6cc249d4d6c3 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_089c77b547a1664c900e77afeee74f33 = L.popup({
"maxWidth": 320,
});
var html_3fa099d8535d8ee08ce52949d216843c = $(`<div id="html_3fa099d8535d8ee08ce52949d216843c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة العلامة المستقبلية للمقاولات شخص واحد</b><br> السجل التجاري: 2050182263<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29342206756273,50.20930164913351" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_089c77b547a1664c900e77afeee74f33.setContent(html_3fa099d8535d8ee08ce52949d216843c);
marker_02d0df9e4a1af011f40a3946828e265a.bindPopup(popup_089c77b547a1664c900e77afeee74f33)
;
marker_02d0df9e4a1af011f40a3946828e265a.bindTooltip(
`<div>
شركة العلامة المستقبلية للمقاولات شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_02d0df9e4a1af011f40a3946828e265a.setIcon(icon_e88e4375385c3ff3bd4e6cc249d4d6c3);
var marker_7277f527dc03c3c0bca91b3219f2e821 = L.marker(
[26.2935319099999, 50.2092274],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_24bb125653f71c2e64ddb74431c352b6 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_bf347e19dcb21523cd1747580ca3fac0 = L.popup({
"maxWidth": 320,
});
var html_2902da908cb8ea1777adbd2007ccd651 = $(`<div id="html_2902da908cb8ea1777adbd2007ccd651" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>او ام اس ساليري السعودية</b><br> السجل التجاري: 2051223237<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2935319099999,50.2092274" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_bf347e19dcb21523cd1747580ca3fac0.setContent(html_2902da908cb8ea1777adbd2007ccd651);
marker_7277f527dc03c3c0bca91b3219f2e821.bindPopup(popup_bf347e19dcb21523cd1747580ca3fac0)
;
marker_7277f527dc03c3c0bca91b3219f2e821.bindTooltip(
`<div>
او ام اس ساليري السعودية
</div>`,
{
"sticky": true,
}
);
marker_7277f527dc03c3c0bca91b3219f2e821.setIcon(icon_24bb125653f71c2e64ddb74431c352b6);
var marker_b7341eaf21f9fdd0948164f519983aba = L.marker(
[26.29398491689641, 50.20847951062024],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_0f7fa92892f153a9f217e2f5ccb1ed95 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_079af2cc4e3fafd1f9f83db688faf976 = L.popup({
"maxWidth": 320,
});
var html_5e34d283d19bdabc39a5a754e5762406 = $(`<div id="html_5e34d283d19bdabc39a5a754e5762406" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة باور العربية المحدودة</b><br> السجل التجاري: 2051257481<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29398491689641,50.20847951062024" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_079af2cc4e3fafd1f9f83db688faf976.setContent(html_5e34d283d19bdabc39a5a754e5762406);
marker_b7341eaf21f9fdd0948164f519983aba.bindPopup(popup_079af2cc4e3fafd1f9f83db688faf976)
;
marker_b7341eaf21f9fdd0948164f519983aba.bindTooltip(
`<div>
شركة باور العربية المحدودة
</div>`,
{
"sticky": true,
}
);
marker_b7341eaf21f9fdd0948164f519983aba.setIcon(icon_0f7fa92892f153a9f217e2f5ccb1ed95);
var marker_17186c67bf4850c421c7b5676aaa5f3c = L.marker(
[26.2941097341475, 50.2090496395306],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_79cd6e5b8cc6643aeeb192a7cf37eeaf = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b9bab3fe850c84c34b605896006b67eb = L.popup({
"maxWidth": 320,
});
var html_3a32231c37c80d0e5d2d00f33c59cc9f = $(`<div id="html_3a32231c37c80d0e5d2d00f33c59cc9f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة المربع الفضي للتعبئة والتغليف</b><br> السجل التجاري: 2051244352<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2941097341475,50.2090496395306" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b9bab3fe850c84c34b605896006b67eb.setContent(html_3a32231c37c80d0e5d2d00f33c59cc9f);
marker_17186c67bf4850c421c7b5676aaa5f3c.bindPopup(popup_b9bab3fe850c84c34b605896006b67eb)
;
marker_17186c67bf4850c421c7b5676aaa5f3c.bindTooltip(
`<div>
شركة المربع الفضي للتعبئة والتغليف
</div>`,
{
"sticky": true,
}
);
marker_17186c67bf4850c421c7b5676aaa5f3c.setIcon(icon_79cd6e5b8cc6643aeeb192a7cf37eeaf);
var marker_769bd7b6f18b6f7cb6c5771bc39fba02 = L.marker(
[26.29411477001538, 50.21101444959641],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_1a55864be179f8f6865d0ad842113521 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1ceed40c43889b5fe348b4786651a7b0 = L.popup({
"maxWidth": 320,
});
var html_bfa3892c166f81561218eb1fde5f7fc6 = $(`<div id="html_bfa3892c166f81561218eb1fde5f7fc6" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نرالا المحدودة</b><br> السجل التجاري: 2051255350<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29411477001538,50.21101444959641" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1ceed40c43889b5fe348b4786651a7b0.setContent(html_bfa3892c166f81561218eb1fde5f7fc6);
marker_769bd7b6f18b6f7cb6c5771bc39fba02.bindPopup(popup_1ceed40c43889b5fe348b4786651a7b0)
;
marker_769bd7b6f18b6f7cb6c5771bc39fba02.bindTooltip(
`<div>
شركة نرالا المحدودة
</div>`,
{
"sticky": true,
}
);
marker_769bd7b6f18b6f7cb6c5771bc39fba02.setIcon(icon_1a55864be179f8f6865d0ad842113521);
var marker_b1bf80a18430deb5b27329fcbf8b454f = L.marker(
[26.29416455, 50.2159165599999],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_4ed51870720b983ff9422b9d4b2e27a8 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_703a0035ac7cd6fb2ea8fab8cad0a779 = L.popup({
"maxWidth": 320,
});
var html_3ffa2c1cbb1266d6b248c9cde4098564 = $(`<div id="html_3ffa2c1cbb1266d6b248c9cde4098564" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عالم الطب المتميز</b><br> السجل التجاري: 2051044515<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29416455,50.2159165599999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_703a0035ac7cd6fb2ea8fab8cad0a779.setContent(html_3ffa2c1cbb1266d6b248c9cde4098564);
marker_b1bf80a18430deb5b27329fcbf8b454f.bindPopup(popup_703a0035ac7cd6fb2ea8fab8cad0a779)
;
marker_b1bf80a18430deb5b27329fcbf8b454f.bindTooltip(
`<div>
شركة عالم الطب المتميز
</div>`,
{
"sticky": true,
}
);
marker_b1bf80a18430deb5b27329fcbf8b454f.setIcon(icon_4ed51870720b983ff9422b9d4b2e27a8);
var marker_9772c11b39faf1774ecaacf8178e9a67 = L.marker(
[26.2943964699999, 50.21677006],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_1ccafb5e4edbf937bffa6687350bd3ed = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e809661f6c6dac4591494d5322608414 = L.popup({
"maxWidth": 320,
});
var html_fda39aa60d2ea4ecb90999f01fed97b9 = $(`<div id="html_fda39aa60d2ea4ecb90999f01fed97b9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة محترفو المشاريع للمقاولات</b><br> السجل التجاري: 2051229285<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2943964699999,50.21677006" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e809661f6c6dac4591494d5322608414.setContent(html_fda39aa60d2ea4ecb90999f01fed97b9);
marker_9772c11b39faf1774ecaacf8178e9a67.bindPopup(popup_e809661f6c6dac4591494d5322608414)
;
marker_9772c11b39faf1774ecaacf8178e9a67.bindTooltip(
`<div>
شركة محترفو المشاريع للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_9772c11b39faf1774ecaacf8178e9a67.setIcon(icon_1ccafb5e4edbf937bffa6687350bd3ed);
var marker_4a4596dfa2833b05a22191695c670a41 = L.marker(
[26.2945018899999, 50.21697746],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_5120673fbe6e4b52bf27e81e7b86afcf = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9ceb20d0ffd6a1c1f14230120924aab4 = L.popup({
"maxWidth": 320,
});
var html_84372b82931f6360007ed1b1095e3431 = $(`<div id="html_84372b82931f6360007ed1b1095e3431" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة اساس الريادة التجارية</b><br> السجل التجاري: 2051059898<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2945018899999,50.21697746" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9ceb20d0ffd6a1c1f14230120924aab4.setContent(html_84372b82931f6360007ed1b1095e3431);
marker_4a4596dfa2833b05a22191695c670a41.bindPopup(popup_9ceb20d0ffd6a1c1f14230120924aab4)
;
marker_4a4596dfa2833b05a22191695c670a41.bindTooltip(
`<div>
شركة اساس الريادة التجارية
</div>`,
{
"sticky": true,
}
);
marker_4a4596dfa2833b05a22191695c670a41.setIcon(icon_5120673fbe6e4b52bf27e81e7b86afcf);
var marker_8551f693e3cab2deacd32ac58652c5c0 = L.marker(
[26.29456685801269, 50.20866003667184],
{
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
var icon_cafae827397aab2de88a3c7edba4953d = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b3bb602148d7813e885028b1700b851e = L.popup({
"maxWidth": 320,
});
var html_7337fbad57be95ae855b2d003db4b374 = $(`<div id="html_7337fbad57be95ae855b2d003db4b374" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة صديقي انفراتيك العربية المحدودة شركة الشخص الواحد</b><br> السجل التجاري: 2051237059<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29456685801269,50.20866003667184" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b3bb602148d7813e885028b1700b851e.setContent(html_7337fbad57be95ae855b2d003db4b374);
marker_8551f693e3cab2deacd32ac58652c5c0.bindPopup(popup_b3bb602148d7813e885028b1700b851e)
;
marker_8551f693e3cab2deacd32ac58652c5c0.bindTooltip(
`<div>
شركة صديقي انفراتيك العربية المحدودة شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_8551f693e3cab2deacd32ac58652c5c0.setIcon(icon_cafae827397aab2de88a3c7edba4953d);
map_b8d9166c9431fc47ee7093a781cb2c85.fitBounds(
[[26.28878721897329, 50.21555278035696], [26.28885489358603, 50.21462156487251], [26.28885507, 50.2150674], [26.2888555199999, 50.21499346], [26.28887894, 50.2072691199999], [26.2891439519945, 50.21156421862543], [26.289500455, 50.207426378], [26.2895936219733, 50.2074261702815], [26.28982216, 50.20983313], [26.28989693, 50.2102085], [26.28996059, 50.2151053799999], [26.29014119, 50.2122888299999], [26.29022161634847, 50.21710410684397], [26.29028037072134, 50.21172463763298], [26.29039626, 50.21527273], [26.29075469, 50.21812426], [26.29112887984432, 50.21765242182036], [26.29113126, 50.2151035699999], [26.29156352035353, 50.20901109091938], [26.29156699515207, 50.20897115701767], [26.29159113, 50.2138810699999], [26.29180908368467, 50.20850619491733], [26.29203393844364, 50.21112078780948], [26.29256438, 50.2099725699999], [26.29261232, 50.21868911], [26.29306175, 50.21415451], [26.29323878466946, 50.21877232007682], [26.29342206756273, 50.20930164913351], [26.2935319099999, 50.2092274], [26.29398491689641, 50.20847951062024], [26.2941097341475, 50.2090496395306], [26.29411477001538, 50.21101444959641], [26.29416455, 50.2159165599999], [26.2943964699999, 50.21677006], [26.2945018899999, 50.21697746], [26.29456685801269, 50.20866003667184]],
{"padding": [30, 30]}
);
var layer_control_9f25d0415d0c1d3ca4fbd2d8489a10b4_layers = {
base_layers : {
"\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u0634\u0627\u0631\u0639" : tile_layer_aa349df790e927a89a185a971c31a273,
"\u0623\u0642\u0645\u0627\u0631 \u0635\u0646\u0627\u0639\u064a\u0629 (Esri)" : tile_layer_5c02491652b86a7998e234d5b64b5bb4,
},
overlays : {
},
};
let layer_control_9f25d0415d0c1d3ca4fbd2d8489a10b4 = L.control.layers(
layer_control_9f25d0415d0c1d3ca4fbd2d8489a10b4_layers.base_layers,
layer_control_9f25d0415d0c1d3ca4fbd2d8489a10b4_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_b8d9166c9431fc47ee7093a781cb2c85);
</script>
</html>