Map / EQ /14.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_150b71fefe1c8c2e5b4852bde8f37eb1 {
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">أمل جعفر بن علي آل حماد - 14</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>: 22 | <b>العنود</b>: 13
<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:#5f9ea0;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;">(22)</span>
</div>
<div style="display:flex;gap:6px;align-items:center;margin:4px 0;">
<span style="width:12px;height:12px;border-radius:50%;
background:#212529;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;">(13)</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_150b71fefe1c8c2e5b4852bde8f37eb1;
// items: list of objects (title, lat, lon, markerVar)
const items = [{"title": "شركة برج الجزيرة للمقاولات", "lat": 26.4510815329514, "lon": 50.0793577476879, "markerVar": "marker_82f2354ea0132284b68b367993ac99bc"}, {"title": "شركة مفاهيم التصميم للتجارة", "lat": 26.4517063999999, "lon": 50.0767069899999, "markerVar": "marker_8588c740c1a9993cd4c0146357976f52"}, {"title": "شركة تسينج العربية للخدمات الصناعية", "lat": 26.451789606, "lon": 50.078008702, "markerVar": "marker_27f33ff85b0997a54bfca5cbf4a56aab"}, {"title": "شركة سنجار للتجارة", "lat": 26.45256007, "lon": 50.0727222499999, "markerVar": "marker_abd407782240b1aa8cad4cc1368670f6"}, {"title": "شركة واحة العوازل العالمية للمقاولات العامة شخص واحد", "lat": 26.45278950366411, "lon": 50.0706719700247, "markerVar": "marker_3643057aac970255f1171b2ca31c8c5f"}, {"title": "مؤسسة الركن الجليدي لاعمال التكييف", "lat": 26.45325244, "lon": 50.08078192, "markerVar": "marker_9483229b005894335ec0d74975430689"}, {"title": "شركة اي تك المباني للمقاولات شركة الشخص الواحد", "lat": 26.45331965, "lon": 50.08083288, "markerVar": "marker_cbc32385299a49be5815e78e9087e5be"}, {"title": "شركة ريادة المجال للمقاولات", "lat": 26.45334167110989, "lon": 50.08059815503657, "markerVar": "marker_0bffd5be115d90505421342af2d8ac11"}, {"title": "شركة جدران الخليج المستقبل المحدودة", "lat": 26.45338203429015, "lon": 50.08051332512595, "markerVar": "marker_daded2d17db51304d1a090a06eed5d02"}, {"title": "شركة كازا العرب لتقديم الوجبات", "lat": 26.45351986, "lon": 50.06489441, "markerVar": "marker_fb8582e66b5e4583e0b2fc6744cf9c08"}, {"title": "شركة المتخصصون الإدارية", "lat": 26.4538721, "lon": 50.0806493799999, "markerVar": "marker_33081d4b9acfe08df01d879abe57810b"}, {"title": "شركة سيفل بلس للمقاولات", "lat": 26.45395237654832, "lon": 50.08043955144731, "markerVar": "marker_a9f949f56c12e3afffaf632b42f6babb"}, {"title": "شركة البمارل السعودية للتجارة", "lat": 26.45626807, "lon": 50.08102753, "markerVar": "marker_509b933b0da2117caf4c077386185154"}, {"title": "شركة الفهد المتميزة التجارية", "lat": 26.45781919834432, "lon": 50.06728480245862, "markerVar": "marker_675711abd5a034a0d7ee770e57f5e085"}, {"title": "شركة المشروعات الرائدة للمقاولات", "lat": 26.45806440313344, "lon": 50.06201061420143, "markerVar": "marker_fe1b73417316913fc3d405753947c234"}, {"title": "شركة ايادي الاتقان للمقاولات", "lat": 26.45853728, "lon": 50.07726078, "markerVar": "marker_2452054f12818d5393971aa9147a04d2"}, {"title": "مؤسسة اضواء نجمة الغدير للتجارة", "lat": 26.4585789799999, "lon": 50.0623371699999, "markerVar": "marker_b166bed78bd997ccfce71a1be46b06d1"}, {"title": "شركة درة الضاحية التجاري", "lat": 26.4588270399999, "lon": 50.07673612, "markerVar": "marker_a657e5a13f321f5fb16d84ba55ba6ecb"}, {"title": "شركـة اعالي السعوديه للمقاولات", "lat": 26.4602825999999, "lon": 50.0774589, "markerVar": "marker_aa2f1159c5e566c2ad5ce31beb913315"}, {"title": "شركة تصاميم النخبة للاستشارات الهندسية مهنية", "lat": 26.46029747, "lon": 50.0777979599999, "markerVar": "marker_1488382289f5785550c283b349927765"}, {"title": "شركة موج الشرقية للتجارة", "lat": 26.46130704, "lon": 50.06492578, "markerVar": "marker_cf465e1ca6768a65de158aecf99821fb"}, {"title": "مؤسسة وسام الطيف للتجارة", "lat": 26.4614665299999, "lon": 50.06496237, "markerVar": "marker_cf543ceaafd2e145f11ae82bfd77be21"}, {"title": "شركة اضواء الشرقية للبطاريات", "lat": 26.44159841, "lon": 50.07194562, "markerVar": "marker_2d4388685bdf7e6b3d30664f0b5b711b"}, {"title": "شركة مصادر المحركات للتجارة", "lat": 26.44171451, "lon": 50.07462462, "markerVar": "marker_8e93d85ae71b3dec1648fdc953198a5d"}, {"title": "شركة سما يافع التجارية", "lat": 26.44193572, "lon": 50.0753918099999, "markerVar": "marker_3037e4198fc417b5d07787380992d1c1"}, {"title": "شركة النورس الابيض التجارية", "lat": 26.44201000146639, "lon": 50.07562207058072, "markerVar": "marker_6de27d436aa7357cc76a8e4ccae7912b"}, {"title": "شركة المتخصص الفضي للصيانة", "lat": 26.44202524, "lon": 50.0758066499999, "markerVar": "marker_7df1422567da2c22a95386c1b2391559"}, {"title": "شركة الليثي المتطورة للمقاولات المعمارية شركة شخص واحد", "lat": 26.4420442999999, "lon": 50.0755652699999, "markerVar": "marker_63c97a6f919889fd9e9230c23fbe62b4"}, {"title": "شركة حور العالمية للمقاولات شركة شخص واحد", "lat": 26.4420522799999, "lon": 50.0757162199999, "markerVar": "marker_e90e6ede0503ef0ee1c270f3a9a70675"}, {"title": "فرع شركة الدمام الجديدة للخدمات التجارية", "lat": 26.4420563599999, "lon": 50.07540867, "markerVar": "marker_625b63af6bab8897eaca4ebf5470758e"}, {"title": "مركز وسام التوفير للتجارة", "lat": 26.4421115864654, "lon": 50.0742673605143, "markerVar": "marker_a3110dafdf18204daa7eabd24897501f"}, {"title": "شركة مافين للتجارة", "lat": 26.44222471, "lon": 50.06693173, "markerVar": "marker_f63960b683e03e0534206373c45be9b6"}, {"title": "شركة نجمة ركن العقيق التجارية", "lat": 26.44226337155612, "lon": 50.06711228573229, "markerVar": "marker_81c9f5e89ad174df81bb4c2640075a2e"}, {"title": "شركة اتحاد السكب للمقاولات", "lat": 26.44227237717803, "lon": 50.07562978193164, "markerVar": "marker_a7edf8f4a1612c9068de85d909c9d70f"}, {"title": "شركة عمر محسن السناني للذهب والمجوهرات", "lat": 26.44229753, "lon": 50.0678442399999, "markerVar": "marker_2493c50efd3fe4460b0b9c73b440d355"}];
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_150b71fefe1c8c2e5b4852bde8f37eb1" ></div>
</body>
<script>
var map_150b71fefe1c8c2e5b4852bde8f37eb1 = L.map(
"map_150b71fefe1c8c2e5b4852bde8f37eb1",
{
center: [26.45064635007734, 50.073995589621155],
crs: L.CRS.EPSG3857,
...{
"zoom": 13,
"zoomControl": true,
"preferCanvas": false,
}
}
);
L.control.scale().addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var tile_layer_345d41609139d389e669432defe6d84a = 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_345d41609139d389e669432defe6d84a.addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var tile_layer_d1655a2e78fa1ccb384df45bad0bef50 = 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_d1655a2e78fa1ccb384df45bad0bef50.addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var locate_control_f42980c9cb233bbba8a2c36fe836aa28 = L.control.locate(
{"flyTo": true}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var marker_82f2354ea0132284b68b367993ac99bc = L.marker(
[26.4510815329514, 50.0793577476879],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_acf4fbb40b0699d4fff524cadbf31c9b = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_bf0d17a47220f2e263309868188f2218 = L.popup({
"maxWidth": 320,
});
var html_9285c130aa439195534f00490a578398 = $(`<div id="html_9285c130aa439195534f00490a578398" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة برج الجزيرة للمقاولات</b><br> السجل التجاري: 2050131330<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.4510815329514,50.0793577476879" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_bf0d17a47220f2e263309868188f2218.setContent(html_9285c130aa439195534f00490a578398);
marker_82f2354ea0132284b68b367993ac99bc.bindPopup(popup_bf0d17a47220f2e263309868188f2218)
;
marker_82f2354ea0132284b68b367993ac99bc.bindTooltip(
`<div>
شركة برج الجزيرة للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_82f2354ea0132284b68b367993ac99bc.setIcon(icon_acf4fbb40b0699d4fff524cadbf31c9b);
var marker_8588c740c1a9993cd4c0146357976f52 = L.marker(
[26.4517063999999, 50.0767069899999],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_714c5b86cd6fcc6fda01bb5989b8f30a = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_4a63cc768c01dd04326baa4444bccfdd = L.popup({
"maxWidth": 320,
});
var html_62e69bf1562ebea42429d87021de68a4 = $(`<div id="html_62e69bf1562ebea42429d87021de68a4" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مفاهيم التصميم للتجارة</b><br> السجل التجاري: 2050204139<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.4517063999999,50.0767069899999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_4a63cc768c01dd04326baa4444bccfdd.setContent(html_62e69bf1562ebea42429d87021de68a4);
marker_8588c740c1a9993cd4c0146357976f52.bindPopup(popup_4a63cc768c01dd04326baa4444bccfdd)
;
marker_8588c740c1a9993cd4c0146357976f52.bindTooltip(
`<div>
شركة مفاهيم التصميم للتجارة
</div>`,
{
"sticky": true,
}
);
marker_8588c740c1a9993cd4c0146357976f52.setIcon(icon_714c5b86cd6fcc6fda01bb5989b8f30a);
var marker_27f33ff85b0997a54bfca5cbf4a56aab = L.marker(
[26.451789606, 50.078008702],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_dfc5271d95b35e58f9d1bfc72f268052 = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0a56c0bd4f919338bd47c754243c630d = L.popup({
"maxWidth": 320,
});
var html_1eaca0084fdc4558f336a55df812d03a = $(`<div id="html_1eaca0084fdc4558f336a55df812d03a" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة تسينج العربية للخدمات الصناعية</b><br> السجل التجاري: 2050075033<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.451789606,50.078008702" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0a56c0bd4f919338bd47c754243c630d.setContent(html_1eaca0084fdc4558f336a55df812d03a);
marker_27f33ff85b0997a54bfca5cbf4a56aab.bindPopup(popup_0a56c0bd4f919338bd47c754243c630d)
;
marker_27f33ff85b0997a54bfca5cbf4a56aab.bindTooltip(
`<div>
شركة تسينج العربية للخدمات الصناعية
</div>`,
{
"sticky": true,
}
);
marker_27f33ff85b0997a54bfca5cbf4a56aab.setIcon(icon_dfc5271d95b35e58f9d1bfc72f268052);
var marker_abd407782240b1aa8cad4cc1368670f6 = L.marker(
[26.45256007, 50.0727222499999],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_3832e396133422f1e23c653273b190e7 = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_508ddb29c7f68cb7d19d4cbe5a1e0dfb = L.popup({
"maxWidth": 320,
});
var html_3c71b7c71bfed52a9bf8af3a09723b8c = $(`<div id="html_3c71b7c71bfed52a9bf8af3a09723b8c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سنجار للتجارة</b><br> السجل التجاري: 2050138750<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.45256007,50.0727222499999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_508ddb29c7f68cb7d19d4cbe5a1e0dfb.setContent(html_3c71b7c71bfed52a9bf8af3a09723b8c);
marker_abd407782240b1aa8cad4cc1368670f6.bindPopup(popup_508ddb29c7f68cb7d19d4cbe5a1e0dfb)
;
marker_abd407782240b1aa8cad4cc1368670f6.bindTooltip(
`<div>
شركة سنجار للتجارة
</div>`,
{
"sticky": true,
}
);
marker_abd407782240b1aa8cad4cc1368670f6.setIcon(icon_3832e396133422f1e23c653273b190e7);
var marker_3643057aac970255f1171b2ca31c8c5f = L.marker(
[26.45278950366411, 50.0706719700247],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_9fdf7abc0a3f97a75762ddea8af965f0 = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_93b03d79e0a03b25e90eb760485ae02d = L.popup({
"maxWidth": 320,
});
var html_be1fe225ce635fde188cdc7d691cdd3e = $(`<div id="html_be1fe225ce635fde188cdc7d691cdd3e" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة واحة العوازل العالمية للمقاولات العامة شخص واحد</b><br> السجل التجاري: 2050175937<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.45278950366411,50.0706719700247" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_93b03d79e0a03b25e90eb760485ae02d.setContent(html_be1fe225ce635fde188cdc7d691cdd3e);
marker_3643057aac970255f1171b2ca31c8c5f.bindPopup(popup_93b03d79e0a03b25e90eb760485ae02d)
;
marker_3643057aac970255f1171b2ca31c8c5f.bindTooltip(
`<div>
شركة واحة العوازل العالمية للمقاولات العامة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_3643057aac970255f1171b2ca31c8c5f.setIcon(icon_9fdf7abc0a3f97a75762ddea8af965f0);
var marker_9483229b005894335ec0d74975430689 = L.marker(
[26.45325244, 50.08078192],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_316e73f18f33ae1ddc6c6b7c636cfbdc = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_2e49ff019cb78f2e39d7b428f7c64e68 = L.popup({
"maxWidth": 320,
});
var html_ef74b287e6e4b743bc4eae5929618ca5 = $(`<div id="html_ef74b287e6e4b743bc4eae5929618ca5" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مؤسسة الركن الجليدي لاعمال التكييف</b><br> السجل التجاري: 2055133732<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.45325244,50.08078192" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_2e49ff019cb78f2e39d7b428f7c64e68.setContent(html_ef74b287e6e4b743bc4eae5929618ca5);
marker_9483229b005894335ec0d74975430689.bindPopup(popup_2e49ff019cb78f2e39d7b428f7c64e68)
;
marker_9483229b005894335ec0d74975430689.bindTooltip(
`<div>
مؤسسة الركن الجليدي لاعمال التكييف
</div>`,
{
"sticky": true,
}
);
marker_9483229b005894335ec0d74975430689.setIcon(icon_316e73f18f33ae1ddc6c6b7c636cfbdc);
var marker_cbc32385299a49be5815e78e9087e5be = L.marker(
[26.45331965, 50.08083288],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_cfcdb0ce2523d9172e5f7211677bc2b3 = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_8c7a21959c34f38844054d60a3e690b5 = L.popup({
"maxWidth": 320,
});
var html_b1fe6f9f76549010d87a9eff24dcc2aa = $(`<div id="html_b1fe6f9f76549010d87a9eff24dcc2aa" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة اي تك المباني للمقاولات شركة الشخص الواحد</b><br> السجل التجاري: 2050145623<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.45331965,50.08083288" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_8c7a21959c34f38844054d60a3e690b5.setContent(html_b1fe6f9f76549010d87a9eff24dcc2aa);
marker_cbc32385299a49be5815e78e9087e5be.bindPopup(popup_8c7a21959c34f38844054d60a3e690b5)
;
marker_cbc32385299a49be5815e78e9087e5be.bindTooltip(
`<div>
شركة اي تك المباني للمقاولات شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_cbc32385299a49be5815e78e9087e5be.setIcon(icon_cfcdb0ce2523d9172e5f7211677bc2b3);
var marker_0bffd5be115d90505421342af2d8ac11 = L.marker(
[26.45334167110989, 50.08059815503657],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_45b97c47a728bb8033767f36c60fe140 = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_f5b6c5a918d5d9f3e24380df4221f0a6 = L.popup({
"maxWidth": 320,
});
var html_33b08db5eab0cab46ac00967ee4195ff = $(`<div id="html_33b08db5eab0cab46ac00967ee4195ff" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ريادة المجال للمقاولات</b><br> السجل التجاري: 2050186702<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.45334167110989,50.08059815503657" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_f5b6c5a918d5d9f3e24380df4221f0a6.setContent(html_33b08db5eab0cab46ac00967ee4195ff);
marker_0bffd5be115d90505421342af2d8ac11.bindPopup(popup_f5b6c5a918d5d9f3e24380df4221f0a6)
;
marker_0bffd5be115d90505421342af2d8ac11.bindTooltip(
`<div>
شركة ريادة المجال للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_0bffd5be115d90505421342af2d8ac11.setIcon(icon_45b97c47a728bb8033767f36c60fe140);
var marker_daded2d17db51304d1a090a06eed5d02 = L.marker(
[26.45338203429015, 50.08051332512595],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_d9c817ff18b9c8743d00933ffdb99fa3 = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_2871991b534079667fbbc4b4a7c10bb5 = L.popup({
"maxWidth": 320,
});
var html_182dcfdbc0e4eae4e7c505783f712d35 = $(`<div id="html_182dcfdbc0e4eae4e7c505783f712d35" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة جدران الخليج المستقبل المحدودة</b><br> السجل التجاري: 2050196794<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.45338203429015,50.08051332512595" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_2871991b534079667fbbc4b4a7c10bb5.setContent(html_182dcfdbc0e4eae4e7c505783f712d35);
marker_daded2d17db51304d1a090a06eed5d02.bindPopup(popup_2871991b534079667fbbc4b4a7c10bb5)
;
marker_daded2d17db51304d1a090a06eed5d02.bindTooltip(
`<div>
شركة جدران الخليج المستقبل المحدودة
</div>`,
{
"sticky": true,
}
);
marker_daded2d17db51304d1a090a06eed5d02.setIcon(icon_d9c817ff18b9c8743d00933ffdb99fa3);
var marker_fb8582e66b5e4583e0b2fc6744cf9c08 = L.marker(
[26.45351986, 50.06489441],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_d08fe835eec4a635e7ce3ae4a012a8d8 = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_cbbfff893cad8659d9a1156bb85c42cd = L.popup({
"maxWidth": 320,
});
var html_fac3744b07d7a7fa5f6affb3762fc01f = $(`<div id="html_fac3744b07d7a7fa5f6affb3762fc01f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة كازا العرب لتقديم الوجبات</b><br> السجل التجاري: 2050175752<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.45351986,50.06489441" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_cbbfff893cad8659d9a1156bb85c42cd.setContent(html_fac3744b07d7a7fa5f6affb3762fc01f);
marker_fb8582e66b5e4583e0b2fc6744cf9c08.bindPopup(popup_cbbfff893cad8659d9a1156bb85c42cd)
;
marker_fb8582e66b5e4583e0b2fc6744cf9c08.bindTooltip(
`<div>
شركة كازا العرب لتقديم الوجبات
</div>`,
{
"sticky": true,
}
);
marker_fb8582e66b5e4583e0b2fc6744cf9c08.setIcon(icon_d08fe835eec4a635e7ce3ae4a012a8d8);
var marker_33081d4b9acfe08df01d879abe57810b = L.marker(
[26.4538721, 50.0806493799999],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_d52bf20ad105a2b5e993e597961a02da = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_576925b38b1042504c2892bd408ddd7a = L.popup({
"maxWidth": 320,
});
var html_d32b95674359ee16e1ed8b426f1cbe1f = $(`<div id="html_d32b95674359ee16e1ed8b426f1cbe1f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة المتخصصون الإدارية</b><br> السجل التجاري: 2050154140<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.4538721,50.0806493799999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_576925b38b1042504c2892bd408ddd7a.setContent(html_d32b95674359ee16e1ed8b426f1cbe1f);
marker_33081d4b9acfe08df01d879abe57810b.bindPopup(popup_576925b38b1042504c2892bd408ddd7a)
;
marker_33081d4b9acfe08df01d879abe57810b.bindTooltip(
`<div>
شركة المتخصصون الإدارية
</div>`,
{
"sticky": true,
}
);
marker_33081d4b9acfe08df01d879abe57810b.setIcon(icon_d52bf20ad105a2b5e993e597961a02da);
var marker_a9f949f56c12e3afffaf632b42f6babb = L.marker(
[26.45395237654832, 50.08043955144731],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_fddf0f51bfff89c67ca13b52abdc649c = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_d205a7791f84aa671b3a08998469f218 = L.popup({
"maxWidth": 320,
});
var html_ca034e9839b1127758f2cfca06d462d5 = $(`<div id="html_ca034e9839b1127758f2cfca06d462d5" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سيفل بلس للمقاولات</b><br> السجل التجاري: 2050189185<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.45395237654832,50.08043955144731" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_d205a7791f84aa671b3a08998469f218.setContent(html_ca034e9839b1127758f2cfca06d462d5);
marker_a9f949f56c12e3afffaf632b42f6babb.bindPopup(popup_d205a7791f84aa671b3a08998469f218)
;
marker_a9f949f56c12e3afffaf632b42f6babb.bindTooltip(
`<div>
شركة سيفل بلس للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_a9f949f56c12e3afffaf632b42f6babb.setIcon(icon_fddf0f51bfff89c67ca13b52abdc649c);
var marker_509b933b0da2117caf4c077386185154 = L.marker(
[26.45626807, 50.08102753],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_4d9d60055f62ded77d2797e43ce70a2a = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1d34abd05e9ef03f8872b3eabdc5c4d2 = L.popup({
"maxWidth": 320,
});
var html_b01add93dd68c49959f4bae3df25bef4 = $(`<div id="html_b01add93dd68c49959f4bae3df25bef4" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة البمارل السعودية للتجارة</b><br> السجل التجاري: 2050104466<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.45626807,50.08102753" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1d34abd05e9ef03f8872b3eabdc5c4d2.setContent(html_b01add93dd68c49959f4bae3df25bef4);
marker_509b933b0da2117caf4c077386185154.bindPopup(popup_1d34abd05e9ef03f8872b3eabdc5c4d2)
;
marker_509b933b0da2117caf4c077386185154.bindTooltip(
`<div>
شركة البمارل السعودية للتجارة
</div>`,
{
"sticky": true,
}
);
marker_509b933b0da2117caf4c077386185154.setIcon(icon_4d9d60055f62ded77d2797e43ce70a2a);
var marker_675711abd5a034a0d7ee770e57f5e085 = L.marker(
[26.45781919834432, 50.06728480245862],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_a1d8e5325a819f0e0da58e890083409b = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a6391496965e3824c0e042594695eb79 = L.popup({
"maxWidth": 320,
});
var html_6c472581e7b436eaaa06b8a5f683eaaa = $(`<div id="html_6c472581e7b436eaaa06b8a5f683eaaa" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الفهد المتميزة التجارية</b><br> السجل التجاري: 2050194884<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.45781919834432,50.06728480245862" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a6391496965e3824c0e042594695eb79.setContent(html_6c472581e7b436eaaa06b8a5f683eaaa);
marker_675711abd5a034a0d7ee770e57f5e085.bindPopup(popup_a6391496965e3824c0e042594695eb79)
;
marker_675711abd5a034a0d7ee770e57f5e085.bindTooltip(
`<div>
شركة الفهد المتميزة التجارية
</div>`,
{
"sticky": true,
}
);
marker_675711abd5a034a0d7ee770e57f5e085.setIcon(icon_a1d8e5325a819f0e0da58e890083409b);
var marker_fe1b73417316913fc3d405753947c234 = L.marker(
[26.45806440313344, 50.06201061420143],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_1087bdac5f46a32f3cab33c020888840 = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c55e4b393ee609ce05d42bcd5e7b1494 = L.popup({
"maxWidth": 320,
});
var html_7ee34964132f52ddd772e8588d7d9a01 = $(`<div id="html_7ee34964132f52ddd772e8588d7d9a01" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة المشروعات الرائدة للمقاولات</b><br> السجل التجاري: 2050182296<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.45806440313344,50.06201061420143" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c55e4b393ee609ce05d42bcd5e7b1494.setContent(html_7ee34964132f52ddd772e8588d7d9a01);
marker_fe1b73417316913fc3d405753947c234.bindPopup(popup_c55e4b393ee609ce05d42bcd5e7b1494)
;
marker_fe1b73417316913fc3d405753947c234.bindTooltip(
`<div>
شركة المشروعات الرائدة للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_fe1b73417316913fc3d405753947c234.setIcon(icon_1087bdac5f46a32f3cab33c020888840);
var marker_2452054f12818d5393971aa9147a04d2 = L.marker(
[26.45853728, 50.07726078],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_18bbc4496be6c79e9f82b0783df690a4 = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_647e14b8068b8261b6f89a17cf6de2a4 = L.popup({
"maxWidth": 320,
});
var html_104b0c34d45ec848ed399270f4c47c53 = $(`<div id="html_104b0c34d45ec848ed399270f4c47c53" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ايادي الاتقان للمقاولات</b><br> السجل التجاري: 2050064451<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.45853728,50.07726078" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_647e14b8068b8261b6f89a17cf6de2a4.setContent(html_104b0c34d45ec848ed399270f4c47c53);
marker_2452054f12818d5393971aa9147a04d2.bindPopup(popup_647e14b8068b8261b6f89a17cf6de2a4)
;
marker_2452054f12818d5393971aa9147a04d2.bindTooltip(
`<div>
شركة ايادي الاتقان للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_2452054f12818d5393971aa9147a04d2.setIcon(icon_18bbc4496be6c79e9f82b0783df690a4);
var marker_b166bed78bd997ccfce71a1be46b06d1 = L.marker(
[26.4585789799999, 50.0623371699999],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_804ee524ee60b8cb3fdfce8c9798e4c4 = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0a76f24427fbf34679f01cea41ec76d0 = L.popup({
"maxWidth": 320,
});
var html_35059d570086176130d8f3a1485c5c50 = $(`<div id="html_35059d570086176130d8f3a1485c5c50" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مؤسسة اضواء نجمة الغدير للتجارة</b><br> السجل التجاري: 2062033203<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.4585789799999,50.0623371699999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0a76f24427fbf34679f01cea41ec76d0.setContent(html_35059d570086176130d8f3a1485c5c50);
marker_b166bed78bd997ccfce71a1be46b06d1.bindPopup(popup_0a76f24427fbf34679f01cea41ec76d0)
;
marker_b166bed78bd997ccfce71a1be46b06d1.bindTooltip(
`<div>
مؤسسة اضواء نجمة الغدير للتجارة
</div>`,
{
"sticky": true,
}
);
marker_b166bed78bd997ccfce71a1be46b06d1.setIcon(icon_804ee524ee60b8cb3fdfce8c9798e4c4);
var marker_a657e5a13f321f5fb16d84ba55ba6ecb = L.marker(
[26.4588270399999, 50.07673612],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_dcab1e6af25a05949740a80594f1b5c3 = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e893c83771cc63858fe48ac192bf8ef7 = L.popup({
"maxWidth": 320,
});
var html_37b5fc1c69be2cd1d36d2491b0b57337 = $(`<div id="html_37b5fc1c69be2cd1d36d2491b0b57337" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة درة الضاحية التجاري</b><br> السجل التجاري: 2050209496<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.4588270399999,50.07673612" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e893c83771cc63858fe48ac192bf8ef7.setContent(html_37b5fc1c69be2cd1d36d2491b0b57337);
marker_a657e5a13f321f5fb16d84ba55ba6ecb.bindPopup(popup_e893c83771cc63858fe48ac192bf8ef7)
;
marker_a657e5a13f321f5fb16d84ba55ba6ecb.bindTooltip(
`<div>
شركة درة الضاحية التجاري
</div>`,
{
"sticky": true,
}
);
marker_a657e5a13f321f5fb16d84ba55ba6ecb.setIcon(icon_dcab1e6af25a05949740a80594f1b5c3);
var marker_aa2f1159c5e566c2ad5ce31beb913315 = L.marker(
[26.4602825999999, 50.0774589],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_c39756c6748e108a8158b50827ffc302 = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_98d8e5abb491de01f82beba2f7751c1e = L.popup({
"maxWidth": 320,
});
var html_1f63a64018c2cc7c19fb44d6d03c812a = $(`<div id="html_1f63a64018c2cc7c19fb44d6d03c812a" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركـة اعالي السعوديه للمقاولات</b><br> السجل التجاري: 1010223265<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.4602825999999,50.0774589" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_98d8e5abb491de01f82beba2f7751c1e.setContent(html_1f63a64018c2cc7c19fb44d6d03c812a);
marker_aa2f1159c5e566c2ad5ce31beb913315.bindPopup(popup_98d8e5abb491de01f82beba2f7751c1e)
;
marker_aa2f1159c5e566c2ad5ce31beb913315.bindTooltip(
`<div>
شركـة اعالي السعوديه للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_aa2f1159c5e566c2ad5ce31beb913315.setIcon(icon_c39756c6748e108a8158b50827ffc302);
var marker_1488382289f5785550c283b349927765 = L.marker(
[26.46029747, 50.0777979599999],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_b6e5f3e03c57d734907e5a0f0b23801e = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_bf9acf9a5e6d911cb8183227d5c69350 = L.popup({
"maxWidth": 320,
});
var html_2aaeb8cdade6be22cdf53fee5b8eead1 = $(`<div id="html_2aaeb8cdade6be22cdf53fee5b8eead1" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة تصاميم النخبة للاستشارات الهندسية مهنية</b><br> السجل التجاري: 2050173603<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.46029747,50.0777979599999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_bf9acf9a5e6d911cb8183227d5c69350.setContent(html_2aaeb8cdade6be22cdf53fee5b8eead1);
marker_1488382289f5785550c283b349927765.bindPopup(popup_bf9acf9a5e6d911cb8183227d5c69350)
;
marker_1488382289f5785550c283b349927765.bindTooltip(
`<div>
شركة تصاميم النخبة للاستشارات الهندسية مهنية
</div>`,
{
"sticky": true,
}
);
marker_1488382289f5785550c283b349927765.setIcon(icon_b6e5f3e03c57d734907e5a0f0b23801e);
var marker_cf465e1ca6768a65de158aecf99821fb = L.marker(
[26.46130704, 50.06492578],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_02f005dc3b23df95c925b15db3c2fa7b = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_71d027ca74e2e0a28726e5c4dd0727e1 = L.popup({
"maxWidth": 320,
});
var html_5afe48cf0349d2b23fcd739af94afb71 = $(`<div id="html_5afe48cf0349d2b23fcd739af94afb71" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة موج الشرقية للتجارة</b><br> السجل التجاري: 2031111651<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.46130704,50.06492578" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_71d027ca74e2e0a28726e5c4dd0727e1.setContent(html_5afe48cf0349d2b23fcd739af94afb71);
marker_cf465e1ca6768a65de158aecf99821fb.bindPopup(popup_71d027ca74e2e0a28726e5c4dd0727e1)
;
marker_cf465e1ca6768a65de158aecf99821fb.bindTooltip(
`<div>
شركة موج الشرقية للتجارة
</div>`,
{
"sticky": true,
}
);
marker_cf465e1ca6768a65de158aecf99821fb.setIcon(icon_02f005dc3b23df95c925b15db3c2fa7b);
var marker_cf543ceaafd2e145f11ae82bfd77be21 = L.marker(
[26.4614665299999, 50.06496237],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_d427c008543a3b2360efe653639af45c = L.AwesomeMarkers.icon(
{
"markerColor": "cadetblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_3b033e3f49b654211f08c9a9dcac1567 = L.popup({
"maxWidth": 320,
});
var html_707f68fad0cf53f289869e2902a01312 = $(`<div id="html_707f68fad0cf53f289869e2902a01312" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مؤسسة وسام الطيف للتجارة</b><br> السجل التجاري: 2050139832<br> المنطقة: الدمام<br> الحارة: العزيزية<br> <a href="https://www.google.com/maps?q=26.4614665299999,50.06496237" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_3b033e3f49b654211f08c9a9dcac1567.setContent(html_707f68fad0cf53f289869e2902a01312);
marker_cf543ceaafd2e145f11ae82bfd77be21.bindPopup(popup_3b033e3f49b654211f08c9a9dcac1567)
;
marker_cf543ceaafd2e145f11ae82bfd77be21.bindTooltip(
`<div>
مؤسسة وسام الطيف للتجارة
</div>`,
{
"sticky": true,
}
);
marker_cf543ceaafd2e145f11ae82bfd77be21.setIcon(icon_d427c008543a3b2360efe653639af45c);
var marker_2d4388685bdf7e6b3d30664f0b5b711b = L.marker(
[26.44159841, 50.07194562],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_78e931cfb1069a0905ee9d482992dc6d = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_67c47f8fc536632dbea92306d507fbb9 = L.popup({
"maxWidth": 320,
});
var html_0208922dd0b7657bd64b99825ca9828b = $(`<div id="html_0208922dd0b7657bd64b99825ca9828b" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة اضواء الشرقية للبطاريات</b><br> السجل التجاري: 2050131174<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44159841,50.07194562" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_67c47f8fc536632dbea92306d507fbb9.setContent(html_0208922dd0b7657bd64b99825ca9828b);
marker_2d4388685bdf7e6b3d30664f0b5b711b.bindPopup(popup_67c47f8fc536632dbea92306d507fbb9)
;
marker_2d4388685bdf7e6b3d30664f0b5b711b.bindTooltip(
`<div>
شركة اضواء الشرقية للبطاريات
</div>`,
{
"sticky": true,
}
);
marker_2d4388685bdf7e6b3d30664f0b5b711b.setIcon(icon_78e931cfb1069a0905ee9d482992dc6d);
var marker_8e93d85ae71b3dec1648fdc953198a5d = L.marker(
[26.44171451, 50.07462462],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_2d816cc368c9bc518f171fd09e1c896b = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_5390a9a16c6d8692f7e7c5242cc970aa = L.popup({
"maxWidth": 320,
});
var html_4d3d4acea1bd155a9839f9e86dacd400 = $(`<div id="html_4d3d4acea1bd155a9839f9e86dacd400" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مصادر المحركات للتجارة</b><br> السجل التجاري: 2050239622<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44171451,50.07462462" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_5390a9a16c6d8692f7e7c5242cc970aa.setContent(html_4d3d4acea1bd155a9839f9e86dacd400);
marker_8e93d85ae71b3dec1648fdc953198a5d.bindPopup(popup_5390a9a16c6d8692f7e7c5242cc970aa)
;
marker_8e93d85ae71b3dec1648fdc953198a5d.bindTooltip(
`<div>
شركة مصادر المحركات للتجارة
</div>`,
{
"sticky": true,
}
);
marker_8e93d85ae71b3dec1648fdc953198a5d.setIcon(icon_2d816cc368c9bc518f171fd09e1c896b);
var marker_3037e4198fc417b5d07787380992d1c1 = L.marker(
[26.44193572, 50.0753918099999],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_85e8a6cc6d1a5f2182ba2bee1d01defa = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9ba0b16bf96da79b0bb5bc22d674aeae = L.popup({
"maxWidth": 320,
});
var html_85ee039054fc26eaf4241ab249266186 = $(`<div id="html_85ee039054fc26eaf4241ab249266186" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سما يافع التجارية</b><br> السجل التجاري: 2050135555<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44193572,50.0753918099999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9ba0b16bf96da79b0bb5bc22d674aeae.setContent(html_85ee039054fc26eaf4241ab249266186);
marker_3037e4198fc417b5d07787380992d1c1.bindPopup(popup_9ba0b16bf96da79b0bb5bc22d674aeae)
;
marker_3037e4198fc417b5d07787380992d1c1.bindTooltip(
`<div>
شركة سما يافع التجارية
</div>`,
{
"sticky": true,
}
);
marker_3037e4198fc417b5d07787380992d1c1.setIcon(icon_85e8a6cc6d1a5f2182ba2bee1d01defa);
var marker_6de27d436aa7357cc76a8e4ccae7912b = L.marker(
[26.44201000146639, 50.07562207058072],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_ffa90a51e5b2c9578673047063a220d4 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0dc1b2d7b3757c3fc74f1ab037ae6623 = L.popup({
"maxWidth": 320,
});
var html_9654fcf837f8d1c044d386b74b065668 = $(`<div id="html_9654fcf837f8d1c044d386b74b065668" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة النورس الابيض التجارية</b><br> السجل التجاري: 2050199322<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44201000146639,50.07562207058072" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0dc1b2d7b3757c3fc74f1ab037ae6623.setContent(html_9654fcf837f8d1c044d386b74b065668);
marker_6de27d436aa7357cc76a8e4ccae7912b.bindPopup(popup_0dc1b2d7b3757c3fc74f1ab037ae6623)
;
marker_6de27d436aa7357cc76a8e4ccae7912b.bindTooltip(
`<div>
شركة النورس الابيض التجارية
</div>`,
{
"sticky": true,
}
);
marker_6de27d436aa7357cc76a8e4ccae7912b.setIcon(icon_ffa90a51e5b2c9578673047063a220d4);
var marker_7df1422567da2c22a95386c1b2391559 = L.marker(
[26.44202524, 50.0758066499999],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_8551bda83fa4e129b2559272a562258d = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_bfb7ec7554c48e6d80fb12af05236478 = L.popup({
"maxWidth": 320,
});
var html_f8fedfe322aba7024a99d79edbed6e25 = $(`<div id="html_f8fedfe322aba7024a99d79edbed6e25" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة المتخصص الفضي للصيانة</b><br> السجل التجاري: 2050159421<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44202524,50.0758066499999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_bfb7ec7554c48e6d80fb12af05236478.setContent(html_f8fedfe322aba7024a99d79edbed6e25);
marker_7df1422567da2c22a95386c1b2391559.bindPopup(popup_bfb7ec7554c48e6d80fb12af05236478)
;
marker_7df1422567da2c22a95386c1b2391559.bindTooltip(
`<div>
شركة المتخصص الفضي للصيانة
</div>`,
{
"sticky": true,
}
);
marker_7df1422567da2c22a95386c1b2391559.setIcon(icon_8551bda83fa4e129b2559272a562258d);
var marker_63c97a6f919889fd9e9230c23fbe62b4 = L.marker(
[26.4420442999999, 50.0755652699999],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_2d3bc763e25e318557f454ee18ee5332 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0496fd6e257811a000088da3306ab10d = L.popup({
"maxWidth": 320,
});
var html_bf841ef6f2d2b2564ce7ea0d37b65a39 = $(`<div id="html_bf841ef6f2d2b2564ce7ea0d37b65a39" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الليثي المتطورة للمقاولات المعمارية شركة شخص واحد</b><br> السجل التجاري: 2050175572<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4420442999999,50.0755652699999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0496fd6e257811a000088da3306ab10d.setContent(html_bf841ef6f2d2b2564ce7ea0d37b65a39);
marker_63c97a6f919889fd9e9230c23fbe62b4.bindPopup(popup_0496fd6e257811a000088da3306ab10d)
;
marker_63c97a6f919889fd9e9230c23fbe62b4.bindTooltip(
`<div>
شركة الليثي المتطورة للمقاولات المعمارية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_63c97a6f919889fd9e9230c23fbe62b4.setIcon(icon_2d3bc763e25e318557f454ee18ee5332);
var marker_e90e6ede0503ef0ee1c270f3a9a70675 = L.marker(
[26.4420522799999, 50.0757162199999],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_96e4578ed881f227f07fbe37e5ab8eb6 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_5055c24921c9a1fd5a0bc2ba9482d6ea = L.popup({
"maxWidth": 320,
});
var html_fc0675114694c22f837d2282b510b805 = $(`<div id="html_fc0675114694c22f837d2282b510b805" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة حور العالمية للمقاولات شركة شخص واحد</b><br> السجل التجاري: 2050170492<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4420522799999,50.0757162199999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_5055c24921c9a1fd5a0bc2ba9482d6ea.setContent(html_fc0675114694c22f837d2282b510b805);
marker_e90e6ede0503ef0ee1c270f3a9a70675.bindPopup(popup_5055c24921c9a1fd5a0bc2ba9482d6ea)
;
marker_e90e6ede0503ef0ee1c270f3a9a70675.bindTooltip(
`<div>
شركة حور العالمية للمقاولات شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_e90e6ede0503ef0ee1c270f3a9a70675.setIcon(icon_96e4578ed881f227f07fbe37e5ab8eb6);
var marker_625b63af6bab8897eaca4ebf5470758e = L.marker(
[26.4420563599999, 50.07540867],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_884fe93b1ae5f78fd60f6ab1bce4e770 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ef4ac0667647bdc1f839d811586b3f88 = L.popup({
"maxWidth": 320,
});
var html_17bf45db5926f8c431b314f2196357dd = $(`<div id="html_17bf45db5926f8c431b314f2196357dd" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>فرع شركة الدمام الجديدة للخدمات التجارية</b><br> السجل التجاري: 2050051031<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4420563599999,50.07540867" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ef4ac0667647bdc1f839d811586b3f88.setContent(html_17bf45db5926f8c431b314f2196357dd);
marker_625b63af6bab8897eaca4ebf5470758e.bindPopup(popup_ef4ac0667647bdc1f839d811586b3f88)
;
marker_625b63af6bab8897eaca4ebf5470758e.bindTooltip(
`<div>
فرع شركة الدمام الجديدة للخدمات التجارية
</div>`,
{
"sticky": true,
}
);
marker_625b63af6bab8897eaca4ebf5470758e.setIcon(icon_884fe93b1ae5f78fd60f6ab1bce4e770);
var marker_a3110dafdf18204daa7eabd24897501f = L.marker(
[26.4421115864654, 50.0742673605143],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_ca648bee6e6b1e9f719c75289db71e90 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a0b5067300dcb69c997a767094f3f98a = L.popup({
"maxWidth": 320,
});
var html_0ca8dfd6716e6e83ca5d03718dcdd1f1 = $(`<div id="html_0ca8dfd6716e6e83ca5d03718dcdd1f1" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مركز وسام التوفير للتجارة</b><br> السجل التجاري: 2050068622<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4421115864654,50.0742673605143" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a0b5067300dcb69c997a767094f3f98a.setContent(html_0ca8dfd6716e6e83ca5d03718dcdd1f1);
marker_a3110dafdf18204daa7eabd24897501f.bindPopup(popup_a0b5067300dcb69c997a767094f3f98a)
;
marker_a3110dafdf18204daa7eabd24897501f.bindTooltip(
`<div>
مركز وسام التوفير للتجارة
</div>`,
{
"sticky": true,
}
);
marker_a3110dafdf18204daa7eabd24897501f.setIcon(icon_ca648bee6e6b1e9f719c75289db71e90);
var marker_f63960b683e03e0534206373c45be9b6 = L.marker(
[26.44222471, 50.06693173],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_7147d1998646ab953799ed7278a2e352 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_dd85f7ce87d3e52ea1d99fa60f74422e = L.popup({
"maxWidth": 320,
});
var html_e8f14bf4241970a0ec3ded764d9a2039 = $(`<div id="html_e8f14bf4241970a0ec3ded764d9a2039" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مافين للتجارة</b><br> السجل التجاري: 2050069104<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44222471,50.06693173" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_dd85f7ce87d3e52ea1d99fa60f74422e.setContent(html_e8f14bf4241970a0ec3ded764d9a2039);
marker_f63960b683e03e0534206373c45be9b6.bindPopup(popup_dd85f7ce87d3e52ea1d99fa60f74422e)
;
marker_f63960b683e03e0534206373c45be9b6.bindTooltip(
`<div>
شركة مافين للتجارة
</div>`,
{
"sticky": true,
}
);
marker_f63960b683e03e0534206373c45be9b6.setIcon(icon_7147d1998646ab953799ed7278a2e352);
var marker_81c9f5e89ad174df81bb4c2640075a2e = L.marker(
[26.44226337155612, 50.06711228573229],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_3425d74849c92318729db1baff90e838 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b93de64a4661596d8f8037ab4e1ffa4d = L.popup({
"maxWidth": 320,
});
var html_21f71b65ec757acf0122ae26320d26ef = $(`<div id="html_21f71b65ec757acf0122ae26320d26ef" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نجمة ركن العقيق التجارية</b><br> السجل التجاري: 2050127851<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44226337155612,50.06711228573229" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b93de64a4661596d8f8037ab4e1ffa4d.setContent(html_21f71b65ec757acf0122ae26320d26ef);
marker_81c9f5e89ad174df81bb4c2640075a2e.bindPopup(popup_b93de64a4661596d8f8037ab4e1ffa4d)
;
marker_81c9f5e89ad174df81bb4c2640075a2e.bindTooltip(
`<div>
شركة نجمة ركن العقيق التجارية
</div>`,
{
"sticky": true,
}
);
marker_81c9f5e89ad174df81bb4c2640075a2e.setIcon(icon_3425d74849c92318729db1baff90e838);
var marker_a7edf8f4a1612c9068de85d909c9d70f = L.marker(
[26.44227237717803, 50.07562978193164],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_3775aea1cdf207ab0c2d6f82c1462068 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c4c926fe9b9212d90e579bb5a6cf84a0 = L.popup({
"maxWidth": 320,
});
var html_c4ded5e1756beadec35904b0b47164a3 = $(`<div id="html_c4ded5e1756beadec35904b0b47164a3" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة اتحاد السكب للمقاولات</b><br> السجل التجاري: 1009033543<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44227237717803,50.07562978193164" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c4c926fe9b9212d90e579bb5a6cf84a0.setContent(html_c4ded5e1756beadec35904b0b47164a3);
marker_a7edf8f4a1612c9068de85d909c9d70f.bindPopup(popup_c4c926fe9b9212d90e579bb5a6cf84a0)
;
marker_a7edf8f4a1612c9068de85d909c9d70f.bindTooltip(
`<div>
شركة اتحاد السكب للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_a7edf8f4a1612c9068de85d909c9d70f.setIcon(icon_3775aea1cdf207ab0c2d6f82c1462068);
var marker_2493c50efd3fe4460b0b9c73b440d355 = L.marker(
[26.44229753, 50.0678442399999],
{
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
var icon_90524cede49473337ced27bb7e224838 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_3f5383385c5f4e050aed6b15491c71ec = L.popup({
"maxWidth": 320,
});
var html_134a496115f8f917f4f5a83e1d55a6e2 = $(`<div id="html_134a496115f8f917f4f5a83e1d55a6e2" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عمر محسن السناني للذهب والمجوهرات</b><br> السجل التجاري: 2050239756<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44229753,50.0678442399999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_3f5383385c5f4e050aed6b15491c71ec.setContent(html_134a496115f8f917f4f5a83e1d55a6e2);
marker_2493c50efd3fe4460b0b9c73b440d355.bindPopup(popup_3f5383385c5f4e050aed6b15491c71ec)
;
marker_2493c50efd3fe4460b0b9c73b440d355.bindTooltip(
`<div>
شركة عمر محسن السناني للذهب والمجوهرات
</div>`,
{
"sticky": true,
}
);
marker_2493c50efd3fe4460b0b9c73b440d355.setIcon(icon_90524cede49473337ced27bb7e224838);
map_150b71fefe1c8c2e5b4852bde8f37eb1.fitBounds(
[[26.4510815329514, 50.0793577476879], [26.4517063999999, 50.0767069899999], [26.451789606, 50.078008702], [26.45256007, 50.0727222499999], [26.45278950366411, 50.0706719700247], [26.45325244, 50.08078192], [26.45331965, 50.08083288], [26.45334167110989, 50.08059815503657], [26.45338203429015, 50.08051332512595], [26.45351986, 50.06489441], [26.4538721, 50.0806493799999], [26.45395237654832, 50.08043955144731], [26.45626807, 50.08102753], [26.45781919834432, 50.06728480245862], [26.45806440313344, 50.06201061420143], [26.45853728, 50.07726078], [26.4585789799999, 50.0623371699999], [26.4588270399999, 50.07673612], [26.4602825999999, 50.0774589], [26.46029747, 50.0777979599999], [26.46130704, 50.06492578], [26.4614665299999, 50.06496237], [26.44159841, 50.07194562], [26.44171451, 50.07462462], [26.44193572, 50.0753918099999], [26.44201000146639, 50.07562207058072], [26.44202524, 50.0758066499999], [26.4420442999999, 50.0755652699999], [26.4420522799999, 50.0757162199999], [26.4420563599999, 50.07540867], [26.4421115864654, 50.0742673605143], [26.44222471, 50.06693173], [26.44226337155612, 50.06711228573229], [26.44227237717803, 50.07562978193164], [26.44229753, 50.0678442399999]],
{"padding": [30, 30]}
);
var layer_control_b09ead3d1982e4b32cc8c1d9526ddcdd_layers = {
base_layers : {
"\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u0634\u0627\u0631\u0639" : tile_layer_345d41609139d389e669432defe6d84a,
"\u0623\u0642\u0645\u0627\u0631 \u0635\u0646\u0627\u0639\u064a\u0629 (Esri)" : tile_layer_d1655a2e78fa1ccb384df45bad0bef50,
},
overlays : {
},
};
let layer_control_b09ead3d1982e4b32cc8c1d9526ddcdd = L.control.layers(
layer_control_b09ead3d1982e4b32cc8c1d9526ddcdd_layers.base_layers,
layer_control_b09ead3d1982e4b32cc8c1d9526ddcdd_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_150b71fefe1c8c2e5b4852bde8f37eb1);
</script>
</html>