Map / EQ /04.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_07aa86e9253cb7c5d98c5a9d77f05405 {
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">نوف سعود بن سالم الخثعمي - 4</span>
<span class="toggle" id="hideStats">إخفاء</span>
</div>
<div class="stats-body" id="statsBody">
<b>عدد المواقع:</b> 25<br>
<b>عدد الحارات:</b> 1<br>
<b>الأكثر:</b> <b>الصناعية</b>: 25
<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:#dc3545;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;">(25)</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_07aa86e9253cb7c5d98c5a9d77f05405;
// items: list of objects (title, lat, lon, markerVar)
const items = [{"title": "شركة ملتقى الأعمال الحديثة للتجارة", "lat": 26.4336377561337, "lon": 50.01485235057771, "markerVar": "marker_b835b43c138387ed2929dde4e178d7e4"}, {"title": "شركة أرماس المحدودة", "lat": 26.4406158180179, "lon": 50.0154809136929, "markerVar": "marker_ba3db2e2c73e09f9b4e774c0edd59ca5"}, {"title": "شركة الماسة الأولى للصناعة", "lat": 26.44292651264901, "lon": 50.01415506005287, "markerVar": "marker_b1648eb5af4b4967e395782864dc106c"}, {"title": "المصنع الوطني للعبوات والأغطية والمستلزمات البلاستيكية للصناعة", "lat": 26.4439756, "lon": 50.0238786999999, "markerVar": "marker_1003c92c4eda1ecb43679da236eef11b"}, {"title": "شركة رواد الزيوت للتجارة", "lat": 26.44453971, "lon": 50.0300368099999, "markerVar": "marker_f237544316b7e523b76750af0580d35f"}, {"title": "مصنع أحمد محمد الابطح للصناعة", "lat": 26.44499696, "lon": 50.0149486199999, "markerVar": "marker_488ded4ae707b719653ba25a8764e3b3"}, {"title": "شركة سنجار العالمية المحدودة شخص واحد", "lat": 26.44526136173475, "lon": 50.0309282541275, "markerVar": "marker_a29c98d9db8dd1ef095d86a81c4b4673"}, {"title": "فرع شركة القاضي العمومية للمقاولات", "lat": 26.44590424, "lon": 50.02640737, "markerVar": "marker_916e17e4171906fa08344f79ea76989f"}, {"title": "شركة رالكو للخدمات الصناعة", "lat": 26.44624096, "lon": 50.0321971199999, "markerVar": "marker_0116e3e2d2c4a95b20b9410d81f7098d"}, {"title": "شركة عالم زجاج السيارات التجارية", "lat": 26.4464213999999, "lon": 50.02711439, "markerVar": "marker_704d24b0101c8d0a9141166766ff55d2"}, {"title": "شركة جودة المواسم التجارية شركة شخص واحد", "lat": 26.44694097, "lon": 50.02746612, "markerVar": "marker_4f00cc8a090252333b0b7ca6a5d65c7f"}, {"title": "شركة عبدالستار البراهيم التجارية", "lat": 26.44696400419, "lon": 50.0200258909005, "markerVar": "marker_53e11975a5857e76b32456e5916836cd"}, {"title": "شركة أصداء حمدان للنقليات", "lat": 26.44702624817062, "lon": 50.0267491206876, "markerVar": "marker_5a6c1605789fc4124f23f060ce6ac83a"}, {"title": "شركة سبيد لاين للخدمات اللوجستية", "lat": 26.44722460665118, "lon": 50.02651585265994, "markerVar": "marker_60a99665cc50b202d86a146fc2d92a34"}, {"title": "شركة بابا رمضان المحدودة", "lat": 26.44730055413854, "lon": 50.02655734308064, "markerVar": "marker_88c7ae333c4c3464d50af6fefad42d89"}, {"title": "شركة رافعات الامارات للمقاولات", "lat": 26.44757109789355, "lon": 50.02616942860186, "markerVar": "marker_b5240ae5f806a58640b4a5f0dc8eb10f"}, {"title": "شركة تلال الامل لخدمات السيارات", "lat": 26.4476547099999, "lon": 50.0339814499999, "markerVar": "marker_fd0db16117d5f3e0f4793899498c8753"}, {"title": "شركة حسن عبدالله النمر التجارية", "lat": 26.44766273, "lon": 50.02783147, "markerVar": "marker_36bdc8ff0a1804ca063eb210277acfd5"}, {"title": "شركة مشروعات العاصمة المحدودة", "lat": 26.44786798234808, "lon": 50.0326656550169, "markerVar": "marker_fab72b95d84213fc78c9186bb510133a"}, {"title": "شركة المسار المناسب للخدمات اللوجستية", "lat": 26.44806850650114, "lon": 50.02627730369568, "markerVar": "marker_24e1c86858559191b21baa091645eef1"}, {"title": "شركة فيكتور فلويد باور الصناعية", "lat": 26.44878639811812, "lon": 50.02756560221314, "markerVar": "marker_83a01e4b74aa80dcc1d087f7dc1b7d8f"}, {"title": "شركة النور انتربرايس المحدودة", "lat": 26.4497299467485, "lon": 50.01764033921063, "markerVar": "marker_4904b1427f57198ac382058827c5c485"}, {"title": "شركة أجاكس للتجارة", "lat": 26.4497328399999, "lon": 50.0355394199999, "markerVar": "marker_fb1bfb81bcba867ec6c14859550f8cb1"}, {"title": "شركة ماسة الشرقية للتشغيل والصيانة", "lat": 26.45012028, "lon": 50.03446933, "markerVar": "marker_2e4651bd25548c9c873b46232765df85"}, {"title": "شركة ركائز الغربية للتجارة", "lat": 26.4501372, "lon": 50.0235341599999, "markerVar": "marker_f9b7c91646049ecf88447a897346dbdf"}];
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_07aa86e9253cb7c5d98c5a9d77f05405" ></div>
</body>
<script>
var map_07aa86e9253cb7c5d98c5a9d77f05405 = L.map(
"map_07aa86e9253cb7c5d98c5a9d77f05405",
{
center: [26.44629233573179, 50.02571952298068],
crs: L.CRS.EPSG3857,
...{
"zoom": 13,
"zoomControl": true,
"preferCanvas": false,
}
}
);
L.control.scale().addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var tile_layer_1f31dc32d6338778103c7525190d1295 = 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_1f31dc32d6338778103c7525190d1295.addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var tile_layer_22f81a109843e0bdf2a1a2193a46f78e = 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_22f81a109843e0bdf2a1a2193a46f78e.addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var locate_control_14222e18e3f04abb0d7f6fba2b7927f6 = L.control.locate(
{"flyTo": true}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var marker_b835b43c138387ed2929dde4e178d7e4 = L.marker(
[26.4336377561337, 50.01485235057771],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_eefe0086d1cdf31ee10839855c85215c = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1aff4cb1e0b28e00d941920d9e8cceee = L.popup({
"maxWidth": 320,
});
var html_2e5971f6ce83a4b82a36f8b0f09f3891 = $(`<div id="html_2e5971f6ce83a4b82a36f8b0f09f3891" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ملتقى الأعمال الحديثة للتجارة</b><br> السجل التجاري: 1010436095<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.4336377561337,50.01485235057771" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1aff4cb1e0b28e00d941920d9e8cceee.setContent(html_2e5971f6ce83a4b82a36f8b0f09f3891);
marker_b835b43c138387ed2929dde4e178d7e4.bindPopup(popup_1aff4cb1e0b28e00d941920d9e8cceee)
;
marker_b835b43c138387ed2929dde4e178d7e4.bindTooltip(
`<div>
شركة ملتقى الأعمال الحديثة للتجارة
</div>`,
{
"sticky": true,
}
);
marker_b835b43c138387ed2929dde4e178d7e4.setIcon(icon_eefe0086d1cdf31ee10839855c85215c);
var marker_ba3db2e2c73e09f9b4e774c0edd59ca5 = L.marker(
[26.4406158180179, 50.0154809136929],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_3674332582c4addf5640e63dcc512d24 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b857dc18df0d22bdaf0ea0985aad60c4 = L.popup({
"maxWidth": 320,
});
var html_4b9177a7602a64417cad4273eea08729 = $(`<div id="html_4b9177a7602a64417cad4273eea08729" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة أرماس المحدودة</b><br> السجل التجاري: 2050028436<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.4406158180179,50.0154809136929" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b857dc18df0d22bdaf0ea0985aad60c4.setContent(html_4b9177a7602a64417cad4273eea08729);
marker_ba3db2e2c73e09f9b4e774c0edd59ca5.bindPopup(popup_b857dc18df0d22bdaf0ea0985aad60c4)
;
marker_ba3db2e2c73e09f9b4e774c0edd59ca5.bindTooltip(
`<div>
شركة أرماس المحدودة
</div>`,
{
"sticky": true,
}
);
marker_ba3db2e2c73e09f9b4e774c0edd59ca5.setIcon(icon_3674332582c4addf5640e63dcc512d24);
var marker_b1648eb5af4b4967e395782864dc106c = L.marker(
[26.44292651264901, 50.01415506005287],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_9812f1775f486d3421ee36083c377b6a = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_79a2f487c155b8837ed0c9d7f9cdfc9a = L.popup({
"maxWidth": 320,
});
var html_ef1de3e20aafedfeafd4d82a2c1f34b6 = $(`<div id="html_ef1de3e20aafedfeafd4d82a2c1f34b6" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الماسة الأولى للصناعة</b><br> السجل التجاري: 2050187521<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44292651264901,50.01415506005287" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_79a2f487c155b8837ed0c9d7f9cdfc9a.setContent(html_ef1de3e20aafedfeafd4d82a2c1f34b6);
marker_b1648eb5af4b4967e395782864dc106c.bindPopup(popup_79a2f487c155b8837ed0c9d7f9cdfc9a)
;
marker_b1648eb5af4b4967e395782864dc106c.bindTooltip(
`<div>
شركة الماسة الأولى للصناعة
</div>`,
{
"sticky": true,
}
);
marker_b1648eb5af4b4967e395782864dc106c.setIcon(icon_9812f1775f486d3421ee36083c377b6a);
var marker_1003c92c4eda1ecb43679da236eef11b = L.marker(
[26.4439756, 50.0238786999999],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_1ef8906ddf29b6f3351f6658229a18d9 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_70a81802f5f61d8a0690889425df51d8 = L.popup({
"maxWidth": 320,
});
var html_aa0a65e5ef6b0dd654f440353b37487b = $(`<div id="html_aa0a65e5ef6b0dd654f440353b37487b" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>المصنع الوطني للعبوات والأغطية والمستلزمات البلاستيكية للصناعة</b><br> السجل التجاري: 2050038919<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.4439756,50.0238786999999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_70a81802f5f61d8a0690889425df51d8.setContent(html_aa0a65e5ef6b0dd654f440353b37487b);
marker_1003c92c4eda1ecb43679da236eef11b.bindPopup(popup_70a81802f5f61d8a0690889425df51d8)
;
marker_1003c92c4eda1ecb43679da236eef11b.bindTooltip(
`<div>
المصنع الوطني للعبوات والأغطية والمستلزمات البلاستيكية للصناعة
</div>`,
{
"sticky": true,
}
);
marker_1003c92c4eda1ecb43679da236eef11b.setIcon(icon_1ef8906ddf29b6f3351f6658229a18d9);
var marker_f237544316b7e523b76750af0580d35f = L.marker(
[26.44453971, 50.0300368099999],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_9883762b39f034cfb95af6cc7a008f36 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_934333b9fbe69f6ee2da238983b81c47 = L.popup({
"maxWidth": 320,
});
var html_bbc5836e59dffa565f34814f966e9648 = $(`<div id="html_bbc5836e59dffa565f34814f966e9648" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة رواد الزيوت للتجارة</b><br> السجل التجاري: 2050091377<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44453971,50.0300368099999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_934333b9fbe69f6ee2da238983b81c47.setContent(html_bbc5836e59dffa565f34814f966e9648);
marker_f237544316b7e523b76750af0580d35f.bindPopup(popup_934333b9fbe69f6ee2da238983b81c47)
;
marker_f237544316b7e523b76750af0580d35f.bindTooltip(
`<div>
شركة رواد الزيوت للتجارة
</div>`,
{
"sticky": true,
}
);
marker_f237544316b7e523b76750af0580d35f.setIcon(icon_9883762b39f034cfb95af6cc7a008f36);
var marker_488ded4ae707b719653ba25a8764e3b3 = L.marker(
[26.44499696, 50.0149486199999],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_e22fcdfe3b0fc08f74275c8bc088f748 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_45909e6710ab3315a397856e01cc08bb = L.popup({
"maxWidth": 320,
});
var html_5ec565328369f94f8734ec096e26aa99 = $(`<div id="html_5ec565328369f94f8734ec096e26aa99" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مصنع أحمد محمد الابطح للصناعة</b><br> السجل التجاري: 2050068005<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44499696,50.0149486199999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_45909e6710ab3315a397856e01cc08bb.setContent(html_5ec565328369f94f8734ec096e26aa99);
marker_488ded4ae707b719653ba25a8764e3b3.bindPopup(popup_45909e6710ab3315a397856e01cc08bb)
;
marker_488ded4ae707b719653ba25a8764e3b3.bindTooltip(
`<div>
مصنع أحمد محمد الابطح للصناعة
</div>`,
{
"sticky": true,
}
);
marker_488ded4ae707b719653ba25a8764e3b3.setIcon(icon_e22fcdfe3b0fc08f74275c8bc088f748);
var marker_a29c98d9db8dd1ef095d86a81c4b4673 = L.marker(
[26.44526136173475, 50.0309282541275],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_3cd9345f9a6b731c251a40bedbbcecef = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_d8282bb2e47d6ad173c8e86267267c4a = L.popup({
"maxWidth": 320,
});
var html_4118800b2aa58bc67d84bda87f2080c7 = $(`<div id="html_4118800b2aa58bc67d84bda87f2080c7" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سنجار العالمية المحدودة شخص واحد</b><br> السجل التجاري: 1010920813<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44526136173475,50.0309282541275" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_d8282bb2e47d6ad173c8e86267267c4a.setContent(html_4118800b2aa58bc67d84bda87f2080c7);
marker_a29c98d9db8dd1ef095d86a81c4b4673.bindPopup(popup_d8282bb2e47d6ad173c8e86267267c4a)
;
marker_a29c98d9db8dd1ef095d86a81c4b4673.bindTooltip(
`<div>
شركة سنجار العالمية المحدودة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_a29c98d9db8dd1ef095d86a81c4b4673.setIcon(icon_3cd9345f9a6b731c251a40bedbbcecef);
var marker_916e17e4171906fa08344f79ea76989f = L.marker(
[26.44590424, 50.02640737],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_bbf8d792502330291559bb16c76f646a = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_114cdcd83f9d712c69a9afe226ccadf4 = L.popup({
"maxWidth": 320,
});
var html_6f0b8107d9b95aa6c02b280b4bbb1e6f = $(`<div id="html_6f0b8107d9b95aa6c02b280b4bbb1e6f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>فرع شركة القاضي العمومية للمقاولات</b><br> السجل التجاري: 2050161362<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44590424,50.02640737" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_114cdcd83f9d712c69a9afe226ccadf4.setContent(html_6f0b8107d9b95aa6c02b280b4bbb1e6f);
marker_916e17e4171906fa08344f79ea76989f.bindPopup(popup_114cdcd83f9d712c69a9afe226ccadf4)
;
marker_916e17e4171906fa08344f79ea76989f.bindTooltip(
`<div>
فرع شركة القاضي العمومية للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_916e17e4171906fa08344f79ea76989f.setIcon(icon_bbf8d792502330291559bb16c76f646a);
var marker_0116e3e2d2c4a95b20b9410d81f7098d = L.marker(
[26.44624096, 50.0321971199999],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_e3771170d06ddf4d3e8436fd6888363f = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e8a839ad11e0b57dc6f28532f4333f49 = L.popup({
"maxWidth": 320,
});
var html_9eda7221a0da78657dc8677d65db1526 = $(`<div id="html_9eda7221a0da78657dc8677d65db1526" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة رالكو للخدمات الصناعة</b><br> السجل التجاري: 2050122646<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44624096,50.0321971199999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e8a839ad11e0b57dc6f28532f4333f49.setContent(html_9eda7221a0da78657dc8677d65db1526);
marker_0116e3e2d2c4a95b20b9410d81f7098d.bindPopup(popup_e8a839ad11e0b57dc6f28532f4333f49)
;
marker_0116e3e2d2c4a95b20b9410d81f7098d.bindTooltip(
`<div>
شركة رالكو للخدمات الصناعة
</div>`,
{
"sticky": true,
}
);
marker_0116e3e2d2c4a95b20b9410d81f7098d.setIcon(icon_e3771170d06ddf4d3e8436fd6888363f);
var marker_704d24b0101c8d0a9141166766ff55d2 = L.marker(
[26.4464213999999, 50.02711439],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_5728aa06f078c92dbf6c41211db2e069 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_cbdc9ccfe9103e4fd01d31155fd0094b = L.popup({
"maxWidth": 320,
});
var html_b7312b49dd1521f49e60b7407f83f7d1 = $(`<div id="html_b7312b49dd1521f49e60b7407f83f7d1" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عالم زجاج السيارات التجارية</b><br> السجل التجاري: 2050119070<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.4464213999999,50.02711439" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_cbdc9ccfe9103e4fd01d31155fd0094b.setContent(html_b7312b49dd1521f49e60b7407f83f7d1);
marker_704d24b0101c8d0a9141166766ff55d2.bindPopup(popup_cbdc9ccfe9103e4fd01d31155fd0094b)
;
marker_704d24b0101c8d0a9141166766ff55d2.bindTooltip(
`<div>
شركة عالم زجاج السيارات التجارية
</div>`,
{
"sticky": true,
}
);
marker_704d24b0101c8d0a9141166766ff55d2.setIcon(icon_5728aa06f078c92dbf6c41211db2e069);
var marker_4f00cc8a090252333b0b7ca6a5d65c7f = L.marker(
[26.44694097, 50.02746612],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_7533dc63197216632ef444176465321c = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_88e8fe998fe3628d1bbf51e0672c9ff6 = L.popup({
"maxWidth": 320,
});
var html_bcdef2d60f63dab716ef0614a1d8daa1 = $(`<div id="html_bcdef2d60f63dab716ef0614a1d8daa1" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة جودة المواسم التجارية شركة شخص واحد</b><br> السجل التجاري: 2050147911<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44694097,50.02746612" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_88e8fe998fe3628d1bbf51e0672c9ff6.setContent(html_bcdef2d60f63dab716ef0614a1d8daa1);
marker_4f00cc8a090252333b0b7ca6a5d65c7f.bindPopup(popup_88e8fe998fe3628d1bbf51e0672c9ff6)
;
marker_4f00cc8a090252333b0b7ca6a5d65c7f.bindTooltip(
`<div>
شركة جودة المواسم التجارية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_4f00cc8a090252333b0b7ca6a5d65c7f.setIcon(icon_7533dc63197216632ef444176465321c);
var marker_53e11975a5857e76b32456e5916836cd = L.marker(
[26.44696400419, 50.0200258909005],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_357a26e8928ec0e9dce38f9a5537dd61 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_d930887aee354ad1aba42a7d10403b2a = L.popup({
"maxWidth": 320,
});
var html_6eb6c066959f73a7fc203bbfa26119f8 = $(`<div id="html_6eb6c066959f73a7fc203bbfa26119f8" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عبدالستار البراهيم التجارية</b><br> السجل التجاري: 2050020266<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44696400419,50.0200258909005" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_d930887aee354ad1aba42a7d10403b2a.setContent(html_6eb6c066959f73a7fc203bbfa26119f8);
marker_53e11975a5857e76b32456e5916836cd.bindPopup(popup_d930887aee354ad1aba42a7d10403b2a)
;
marker_53e11975a5857e76b32456e5916836cd.bindTooltip(
`<div>
شركة عبدالستار البراهيم التجارية
</div>`,
{
"sticky": true,
}
);
marker_53e11975a5857e76b32456e5916836cd.setIcon(icon_357a26e8928ec0e9dce38f9a5537dd61);
var marker_5a6c1605789fc4124f23f060ce6ac83a = L.marker(
[26.44702624817062, 50.0267491206876],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_efbc583f0871ec77447859945ee6d1bc = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9c5ebc0993ede0e2844d22e6d26319f8 = L.popup({
"maxWidth": 320,
});
var html_c02aebdd807a57d131865426ffbadd52 = $(`<div id="html_c02aebdd807a57d131865426ffbadd52" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة أصداء حمدان للنقليات</b><br> السجل التجاري: 2050196399<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44702624817062,50.0267491206876" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9c5ebc0993ede0e2844d22e6d26319f8.setContent(html_c02aebdd807a57d131865426ffbadd52);
marker_5a6c1605789fc4124f23f060ce6ac83a.bindPopup(popup_9c5ebc0993ede0e2844d22e6d26319f8)
;
marker_5a6c1605789fc4124f23f060ce6ac83a.bindTooltip(
`<div>
شركة أصداء حمدان للنقليات
</div>`,
{
"sticky": true,
}
);
marker_5a6c1605789fc4124f23f060ce6ac83a.setIcon(icon_efbc583f0871ec77447859945ee6d1bc);
var marker_60a99665cc50b202d86a146fc2d92a34 = L.marker(
[26.44722460665118, 50.02651585265994],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_34ddbfb9f4c26e07548341c4b15a6899 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_7567ff4d771fa5820ceec8ffc507b27b = L.popup({
"maxWidth": 320,
});
var html_a0f33c15347d5436fd9f6a9e849b47fa = $(`<div id="html_a0f33c15347d5436fd9f6a9e849b47fa" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سبيد لاين للخدمات اللوجستية</b><br> السجل التجاري: 2050181110<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44722460665118,50.02651585265994" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_7567ff4d771fa5820ceec8ffc507b27b.setContent(html_a0f33c15347d5436fd9f6a9e849b47fa);
marker_60a99665cc50b202d86a146fc2d92a34.bindPopup(popup_7567ff4d771fa5820ceec8ffc507b27b)
;
marker_60a99665cc50b202d86a146fc2d92a34.bindTooltip(
`<div>
شركة سبيد لاين للخدمات اللوجستية
</div>`,
{
"sticky": true,
}
);
marker_60a99665cc50b202d86a146fc2d92a34.setIcon(icon_34ddbfb9f4c26e07548341c4b15a6899);
var marker_88c7ae333c4c3464d50af6fefad42d89 = L.marker(
[26.44730055413854, 50.02655734308064],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_df703fe2ebcc4a27587b67f9976f31f6 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9a2a1f924c9f810e81d0cf9b25d34f54 = L.popup({
"maxWidth": 320,
});
var html_3ef9425ef26059ccbec6b48465e2198d = $(`<div id="html_3ef9425ef26059ccbec6b48465e2198d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة بابا رمضان المحدودة</b><br> السجل التجاري: 2051259260<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44730055413854,50.02655734308064" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9a2a1f924c9f810e81d0cf9b25d34f54.setContent(html_3ef9425ef26059ccbec6b48465e2198d);
marker_88c7ae333c4c3464d50af6fefad42d89.bindPopup(popup_9a2a1f924c9f810e81d0cf9b25d34f54)
;
marker_88c7ae333c4c3464d50af6fefad42d89.bindTooltip(
`<div>
شركة بابا رمضان المحدودة
</div>`,
{
"sticky": true,
}
);
marker_88c7ae333c4c3464d50af6fefad42d89.setIcon(icon_df703fe2ebcc4a27587b67f9976f31f6);
var marker_b5240ae5f806a58640b4a5f0dc8eb10f = L.marker(
[26.44757109789355, 50.02616942860186],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_99c8b667b6ede7d743afb2c247d0a2cb = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_cd6862dc4901345a337cb6c302913527 = L.popup({
"maxWidth": 320,
});
var html_6fae19993dc508e604dd4e71b4763558 = $(`<div id="html_6fae19993dc508e604dd4e71b4763558" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة رافعات الامارات للمقاولات</b><br> السجل التجاري: 2050198318<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44757109789355,50.02616942860186" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_cd6862dc4901345a337cb6c302913527.setContent(html_6fae19993dc508e604dd4e71b4763558);
marker_b5240ae5f806a58640b4a5f0dc8eb10f.bindPopup(popup_cd6862dc4901345a337cb6c302913527)
;
marker_b5240ae5f806a58640b4a5f0dc8eb10f.bindTooltip(
`<div>
شركة رافعات الامارات للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_b5240ae5f806a58640b4a5f0dc8eb10f.setIcon(icon_99c8b667b6ede7d743afb2c247d0a2cb);
var marker_fd0db16117d5f3e0f4793899498c8753 = L.marker(
[26.4476547099999, 50.0339814499999],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_cc6a050bc24294f6f6887d8448186f12 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_5ad881464fe794fba5a1a6945d46bfbf = L.popup({
"maxWidth": 320,
});
var html_fd3556e151d99d5740cf5492ab478e66 = $(`<div id="html_fd3556e151d99d5740cf5492ab478e66" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة تلال الامل لخدمات السيارات</b><br> السجل التجاري: 2050131296<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.4476547099999,50.0339814499999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_5ad881464fe794fba5a1a6945d46bfbf.setContent(html_fd3556e151d99d5740cf5492ab478e66);
marker_fd0db16117d5f3e0f4793899498c8753.bindPopup(popup_5ad881464fe794fba5a1a6945d46bfbf)
;
marker_fd0db16117d5f3e0f4793899498c8753.bindTooltip(
`<div>
شركة تلال الامل لخدمات السيارات
</div>`,
{
"sticky": true,
}
);
marker_fd0db16117d5f3e0f4793899498c8753.setIcon(icon_cc6a050bc24294f6f6887d8448186f12);
var marker_36bdc8ff0a1804ca063eb210277acfd5 = L.marker(
[26.44766273, 50.02783147],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_27c53d9eb64899138fc12341ecf2d036 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_4f900e49b550dddd307df4c58510707b = L.popup({
"maxWidth": 320,
});
var html_03ecb207fd9daa4eda6848a8fccd4be3 = $(`<div id="html_03ecb207fd9daa4eda6848a8fccd4be3" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة حسن عبدالله النمر التجارية</b><br> السجل التجاري: 2050054470<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44766273,50.02783147" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_4f900e49b550dddd307df4c58510707b.setContent(html_03ecb207fd9daa4eda6848a8fccd4be3);
marker_36bdc8ff0a1804ca063eb210277acfd5.bindPopup(popup_4f900e49b550dddd307df4c58510707b)
;
marker_36bdc8ff0a1804ca063eb210277acfd5.bindTooltip(
`<div>
شركة حسن عبدالله النمر التجارية
</div>`,
{
"sticky": true,
}
);
marker_36bdc8ff0a1804ca063eb210277acfd5.setIcon(icon_27c53d9eb64899138fc12341ecf2d036);
var marker_fab72b95d84213fc78c9186bb510133a = L.marker(
[26.44786798234808, 50.0326656550169],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_fd05d32022ce3389837b24651a728883 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9807e91f03309db470977bbf309dc480 = L.popup({
"maxWidth": 320,
});
var html_5e65736274d9a36708e4026b65ec8db3 = $(`<div id="html_5e65736274d9a36708e4026b65ec8db3" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مشروعات العاصمة المحدودة</b><br> السجل التجاري: 2050182962<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44786798234808,50.0326656550169" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9807e91f03309db470977bbf309dc480.setContent(html_5e65736274d9a36708e4026b65ec8db3);
marker_fab72b95d84213fc78c9186bb510133a.bindPopup(popup_9807e91f03309db470977bbf309dc480)
;
marker_fab72b95d84213fc78c9186bb510133a.bindTooltip(
`<div>
شركة مشروعات العاصمة المحدودة
</div>`,
{
"sticky": true,
}
);
marker_fab72b95d84213fc78c9186bb510133a.setIcon(icon_fd05d32022ce3389837b24651a728883);
var marker_24e1c86858559191b21baa091645eef1 = L.marker(
[26.44806850650114, 50.02627730369568],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_ff47b1243c14453d804bce54558f8183 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_312b8663f0c4aa9346db0641404bc0be = L.popup({
"maxWidth": 320,
});
var html_c83faf0f660a51187d9f689d9c6e414b = $(`<div id="html_c83faf0f660a51187d9f689d9c6e414b" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة المسار المناسب للخدمات اللوجستية</b><br> السجل التجاري: 2050185759<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44806850650114,50.02627730369568" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_312b8663f0c4aa9346db0641404bc0be.setContent(html_c83faf0f660a51187d9f689d9c6e414b);
marker_24e1c86858559191b21baa091645eef1.bindPopup(popup_312b8663f0c4aa9346db0641404bc0be)
;
marker_24e1c86858559191b21baa091645eef1.bindTooltip(
`<div>
شركة المسار المناسب للخدمات اللوجستية
</div>`,
{
"sticky": true,
}
);
marker_24e1c86858559191b21baa091645eef1.setIcon(icon_ff47b1243c14453d804bce54558f8183);
var marker_83a01e4b74aa80dcc1d087f7dc1b7d8f = L.marker(
[26.44878639811812, 50.02756560221314],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_96cc6fa40e393a3ff1eb15b9dcc196de = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_89951eb71173ebafb2454869343ea6e1 = L.popup({
"maxWidth": 320,
});
var html_33c04f3f55180baf2f493be0db8bbe6c = $(`<div id="html_33c04f3f55180baf2f493be0db8bbe6c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة فيكتور فلويد باور الصناعية</b><br> السجل التجاري: 1010960604<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.44878639811812,50.02756560221314" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_89951eb71173ebafb2454869343ea6e1.setContent(html_33c04f3f55180baf2f493be0db8bbe6c);
marker_83a01e4b74aa80dcc1d087f7dc1b7d8f.bindPopup(popup_89951eb71173ebafb2454869343ea6e1)
;
marker_83a01e4b74aa80dcc1d087f7dc1b7d8f.bindTooltip(
`<div>
شركة فيكتور فلويد باور الصناعية
</div>`,
{
"sticky": true,
}
);
marker_83a01e4b74aa80dcc1d087f7dc1b7d8f.setIcon(icon_96cc6fa40e393a3ff1eb15b9dcc196de);
var marker_4904b1427f57198ac382058827c5c485 = L.marker(
[26.4497299467485, 50.01764033921063],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_212eecb77dc7321e1afb39d16326422f = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_f5deb0ccf5f4ce9bb225078e0964a628 = L.popup({
"maxWidth": 320,
});
var html_aa8f08f8f84a8abd796b7d31fed6616c = $(`<div id="html_aa8f08f8f84a8abd796b7d31fed6616c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة النور انتربرايس المحدودة</b><br> السجل التجاري: 2051254367<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.4497299467485,50.01764033921063" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_f5deb0ccf5f4ce9bb225078e0964a628.setContent(html_aa8f08f8f84a8abd796b7d31fed6616c);
marker_4904b1427f57198ac382058827c5c485.bindPopup(popup_f5deb0ccf5f4ce9bb225078e0964a628)
;
marker_4904b1427f57198ac382058827c5c485.bindTooltip(
`<div>
شركة النور انتربرايس المحدودة
</div>`,
{
"sticky": true,
}
);
marker_4904b1427f57198ac382058827c5c485.setIcon(icon_212eecb77dc7321e1afb39d16326422f);
var marker_fb1bfb81bcba867ec6c14859550f8cb1 = L.marker(
[26.4497328399999, 50.0355394199999],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_5d25c66359285ca68f5de4c3575ad88b = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c0e4f60713d3437d63ce3ab25558bf5d = L.popup({
"maxWidth": 320,
});
var html_13b8c875a46e9398370c9eb0974f2ed0 = $(`<div id="html_13b8c875a46e9398370c9eb0974f2ed0" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة أجاكس للتجارة</b><br> السجل التجاري: 2050048785<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.4497328399999,50.0355394199999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c0e4f60713d3437d63ce3ab25558bf5d.setContent(html_13b8c875a46e9398370c9eb0974f2ed0);
marker_fb1bfb81bcba867ec6c14859550f8cb1.bindPopup(popup_c0e4f60713d3437d63ce3ab25558bf5d)
;
marker_fb1bfb81bcba867ec6c14859550f8cb1.bindTooltip(
`<div>
شركة أجاكس للتجارة
</div>`,
{
"sticky": true,
}
);
marker_fb1bfb81bcba867ec6c14859550f8cb1.setIcon(icon_5d25c66359285ca68f5de4c3575ad88b);
var marker_2e4651bd25548c9c873b46232765df85 = L.marker(
[26.45012028, 50.03446933],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_6a0997bcb15579db6a63ad9a615ca2b6 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9c63a7245194e65a91778864e00c5953 = L.popup({
"maxWidth": 320,
});
var html_7877cb9295847b8637e1b36df1fc34cb = $(`<div id="html_7877cb9295847b8637e1b36df1fc34cb" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ماسة الشرقية للتشغيل والصيانة</b><br> السجل التجاري: 2050123561<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.45012028,50.03446933" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9c63a7245194e65a91778864e00c5953.setContent(html_7877cb9295847b8637e1b36df1fc34cb);
marker_2e4651bd25548c9c873b46232765df85.bindPopup(popup_9c63a7245194e65a91778864e00c5953)
;
marker_2e4651bd25548c9c873b46232765df85.bindTooltip(
`<div>
شركة ماسة الشرقية للتشغيل والصيانة
</div>`,
{
"sticky": true,
}
);
marker_2e4651bd25548c9c873b46232765df85.setIcon(icon_6a0997bcb15579db6a63ad9a615ca2b6);
var marker_f9b7c91646049ecf88447a897346dbdf = L.marker(
[26.4501372, 50.0235341599999],
{
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
var icon_280fd85a1a9954f7da07d1cebd2a26a4 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ec4092f21647a3200b880aaa577f1778 = L.popup({
"maxWidth": 320,
});
var html_3c390cda1a6e68ba0545ab8a9dab7be1 = $(`<div id="html_3c390cda1a6e68ba0545ab8a9dab7be1" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ركائز الغربية للتجارة</b><br> السجل التجاري: 4030314594<br> المنطقة: الدمام<br> الحارة: الصناعية<br> <a href="https://www.google.com/maps?q=26.4501372,50.0235341599999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ec4092f21647a3200b880aaa577f1778.setContent(html_3c390cda1a6e68ba0545ab8a9dab7be1);
marker_f9b7c91646049ecf88447a897346dbdf.bindPopup(popup_ec4092f21647a3200b880aaa577f1778)
;
marker_f9b7c91646049ecf88447a897346dbdf.bindTooltip(
`<div>
شركة ركائز الغربية للتجارة
</div>`,
{
"sticky": true,
}
);
marker_f9b7c91646049ecf88447a897346dbdf.setIcon(icon_280fd85a1a9954f7da07d1cebd2a26a4);
map_07aa86e9253cb7c5d98c5a9d77f05405.fitBounds(
[[26.4336377561337, 50.01485235057771], [26.4406158180179, 50.0154809136929], [26.44292651264901, 50.01415506005287], [26.4439756, 50.0238786999999], [26.44453971, 50.0300368099999], [26.44499696, 50.0149486199999], [26.44526136173475, 50.0309282541275], [26.44590424, 50.02640737], [26.44624096, 50.0321971199999], [26.4464213999999, 50.02711439], [26.44694097, 50.02746612], [26.44696400419, 50.0200258909005], [26.44702624817062, 50.0267491206876], [26.44722460665118, 50.02651585265994], [26.44730055413854, 50.02655734308064], [26.44757109789355, 50.02616942860186], [26.4476547099999, 50.0339814499999], [26.44766273, 50.02783147], [26.44786798234808, 50.0326656550169], [26.44806850650114, 50.02627730369568], [26.44878639811812, 50.02756560221314], [26.4497299467485, 50.01764033921063], [26.4497328399999, 50.0355394199999], [26.45012028, 50.03446933], [26.4501372, 50.0235341599999]],
{"padding": [30, 30]}
);
var layer_control_377472074d0bfc576ea1ccaaf4ef410b_layers = {
base_layers : {
"\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u0634\u0627\u0631\u0639" : tile_layer_1f31dc32d6338778103c7525190d1295,
"\u0623\u0642\u0645\u0627\u0631 \u0635\u0646\u0627\u0639\u064a\u0629 (Esri)" : tile_layer_22f81a109843e0bdf2a1a2193a46f78e,
},
overlays : {
},
};
let layer_control_377472074d0bfc576ea1ccaaf4ef410b = L.control.layers(
layer_control_377472074d0bfc576ea1ccaaf4ef410b_layers.base_layers,
layer_control_377472074d0bfc576ea1ccaaf4ef410b_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_07aa86e9253cb7c5d98c5a9d77f05405);
</script>
</html>