Map / EQ /01.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_80b968f12426a9f8f9c6194c234dde2f {
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">أمل احمد محمد مجرشي - 1</span>
<span class="toggle" id="hideStats">إخفاء</span>
</div>
<div class="stats-body" id="statsBody">
<b>عدد المواقع:</b> 17<br>
<b>عدد الحارات:</b> 1<br>
<b>الأكثر:</b> <b>المدينة الصناعية الثانية بالدمام</b>: 17
<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:#74c0fc;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;">(17)</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_80b968f12426a9f8f9c6194c234dde2f;
// items: list of objects (title, lat, lon, markerVar)
const items = [{"title": "شركة جزني الطاقة المتجددة العربية للصناعة", "lat": 26.19395608353415, "lon": 49.93095939791282, "markerVar": "marker_c1e12a34c9808b71a9f9d766f9c7bff0"}, {"title": "مصنع فرع شركة باسل ابو الرب وشريكة المحدودة", "lat": 26.1992980499999, "lon": 49.91238682, "markerVar": "marker_ecde325bac605ca0d5d332a20f0dc23d"}, {"title": "شركة كنز الفارس التجارية", "lat": 26.2063667299999, "lon": 49.95310589, "markerVar": "marker_c2b90f0ad8ec185b199f9e43537be18a"}, {"title": "شركة أمواج الخليج للتجارة والاستثمار شركة ذات مسئولية محدودة", "lat": 26.2121081917795, "lon": 49.9294659054592, "markerVar": "marker_488b5cc3843751ef2d2258c4dcb70321"}, {"title": "مؤسسة طيبات السنابل التجارية", "lat": 26.2170370199999, "lon": 49.92701735, "markerVar": "marker_16b5020b4d75446eee33d530cd84ee94"}, {"title": "شركة مواقيد دافئة للتجارة شركة شخص واحد", "lat": 26.2176346625001, "lon": 49.939038631, "markerVar": "marker_b6201263a3311d128b454b413ed833de"}, {"title": "شركة صباح الفول المحدودة", "lat": 26.22106017176035, "lon": 49.94624259867966, "markerVar": "marker_b9877382c75b8b234b44a12fc486ece0"}, {"title": "شركة ضواحي الشرقية للخدمات البيئية شركة الشخص الواحد", "lat": 26.22150684442651, "lon": 49.94405712001026, "markerVar": "marker_356f7d013ed713794461b2551b7cf7b6"}, {"title": "مصنع راديكس الشرق الاوسط للصناعة شركة شخص واحد", "lat": 26.22984596576321, "lon": 50.00164917769218, "markerVar": "marker_adf71eff3bf0d259707b06c0af0c0a31"}, {"title": "شركة اس ان اف السعودية", "lat": 26.2306944, "lon": 49.99924258, "markerVar": "marker_8602a124ab5b5de1e2412b85cf7067a9"}, {"title": "شركة مقبول للخدمات لتدوير النفايات شركة شخص واحد", "lat": 26.2320680790322, "lon": 49.93794618436137, "markerVar": "marker_6af32a4ac5acc361dada830f6948bcfc"}, {"title": "شركة أكسيس أي اس بي العربية للصيانة", "lat": 26.2322228903111, "lon": 49.9988966957442, "markerVar": "marker_386c3bee5417128441be2032934d5706"}, {"title": "شركة هاليبرتون مانيوفاكتشرينج ميدل ايست", "lat": 26.2322447899999, "lon": 49.9988369, "markerVar": "marker_24d36b831d0aaed02c841d644ecf83b9"}, {"title": "شركة باكرز بلس العربية السعودية للصناعة شركة شخص واحد", "lat": 26.23235712644592, "lon": 49.99907920137048, "markerVar": "marker_903102479ae348538f4de6da1d832cf0"}, {"title": "فرع شركة سبيري صن السعودية المحدودة", "lat": 26.2326390899999, "lon": 49.9982520699999, "markerVar": "marker_8f9008f5dff419a94531982d8cc1b18f"}, {"title": "شركة تكنولوجيا الوقود المحدودة", "lat": 26.2329075142278, "lon": 49.99599938021127, "markerVar": "marker_d7b7cea9a907224e29b123aebb1de796"}, {"title": "شركة ممر البيئة الصناعية", "lat": 26.2331068077901, "lon": 49.99573482200503, "markerVar": "marker_1d9f7f67062ae3de4bc08ac0fa27bef8"}];
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_80b968f12426a9f8f9c6194c234dde2f" ></div>
</body>
<script>
var map_80b968f12426a9f8f9c6194c234dde2f = L.map(
"map_80b968f12426a9f8f9c6194c234dde2f",
{
center: [26.22217967162179, 49.96517121908508],
crs: L.CRS.EPSG3857,
...{
"zoom": 13,
"zoomControl": true,
"preferCanvas": false,
}
}
);
L.control.scale().addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var tile_layer_cb6a916c420e3693bd136a0e0a5e7181 = 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_cb6a916c420e3693bd136a0e0a5e7181.addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var tile_layer_9e9e6ad54bb1a06ce940a4833adc0d1f = 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_9e9e6ad54bb1a06ce940a4833adc0d1f.addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var locate_control_d6124480b2a3bb4229351ae347ffab05 = L.control.locate(
{"flyTo": true}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var marker_c1e12a34c9808b71a9f9d766f9c7bff0 = L.marker(
[26.19395608353415, 49.93095939791282],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_423e8d4f3da5dda60c96c0fd29a45674 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b322307f01bbae553a96fd85ec8d390e = L.popup({
"maxWidth": 320,
});
var html_fa7ad3a351b072c26d3ef78f8a1069f8 = $(`<div id="html_fa7ad3a351b072c26d3ef78f8a1069f8" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة جزني الطاقة المتجددة العربية للصناعة</b><br> السجل التجاري: 2050185236<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.19395608353415,49.93095939791282" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b322307f01bbae553a96fd85ec8d390e.setContent(html_fa7ad3a351b072c26d3ef78f8a1069f8);
marker_c1e12a34c9808b71a9f9d766f9c7bff0.bindPopup(popup_b322307f01bbae553a96fd85ec8d390e)
;
marker_c1e12a34c9808b71a9f9d766f9c7bff0.bindTooltip(
`<div>
شركة جزني الطاقة المتجددة العربية للصناعة
</div>`,
{
"sticky": true,
}
);
marker_c1e12a34c9808b71a9f9d766f9c7bff0.setIcon(icon_423e8d4f3da5dda60c96c0fd29a45674);
var marker_ecde325bac605ca0d5d332a20f0dc23d = L.marker(
[26.1992980499999, 49.91238682],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_c2feb4a73bfaf9da1c2a2daf724b0d5c = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ae136b7fdd697e7dadd96f93bb649a2e = L.popup({
"maxWidth": 320,
});
var html_84fc62f8e73e1af16545d8cd3f03baa3 = $(`<div id="html_84fc62f8e73e1af16545d8cd3f03baa3" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مصنع فرع شركة باسل ابو الرب وشريكة المحدودة</b><br> السجل التجاري: 2050110730<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.1992980499999,49.91238682" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ae136b7fdd697e7dadd96f93bb649a2e.setContent(html_84fc62f8e73e1af16545d8cd3f03baa3);
marker_ecde325bac605ca0d5d332a20f0dc23d.bindPopup(popup_ae136b7fdd697e7dadd96f93bb649a2e)
;
marker_ecde325bac605ca0d5d332a20f0dc23d.bindTooltip(
`<div>
مصنع فرع شركة باسل ابو الرب وشريكة المحدودة
</div>`,
{
"sticky": true,
}
);
marker_ecde325bac605ca0d5d332a20f0dc23d.setIcon(icon_c2feb4a73bfaf9da1c2a2daf724b0d5c);
var marker_c2b90f0ad8ec185b199f9e43537be18a = L.marker(
[26.2063667299999, 49.95310589],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_cd698e9d72b8858a89c139e23380c4e7 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_80d33fb2311c07d62941cfc33cdef13d = L.popup({
"maxWidth": 320,
});
var html_56445fe75be98eb851c0ea977d1b52b3 = $(`<div id="html_56445fe75be98eb851c0ea977d1b52b3" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة كنز الفارس التجارية</b><br> السجل التجاري: 2050082022<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.2063667299999,49.95310589" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_80d33fb2311c07d62941cfc33cdef13d.setContent(html_56445fe75be98eb851c0ea977d1b52b3);
marker_c2b90f0ad8ec185b199f9e43537be18a.bindPopup(popup_80d33fb2311c07d62941cfc33cdef13d)
;
marker_c2b90f0ad8ec185b199f9e43537be18a.bindTooltip(
`<div>
شركة كنز الفارس التجارية
</div>`,
{
"sticky": true,
}
);
marker_c2b90f0ad8ec185b199f9e43537be18a.setIcon(icon_cd698e9d72b8858a89c139e23380c4e7);
var marker_488b5cc3843751ef2d2258c4dcb70321 = L.marker(
[26.2121081917795, 49.9294659054592],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_64cf44eb335030cf62671323c320aafb = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_182fc56010bac8e92d18b716f17b25c3 = L.popup({
"maxWidth": 320,
});
var html_215870dc15e54c26400a9bd25367a653 = $(`<div id="html_215870dc15e54c26400a9bd25367a653" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة أمواج الخليج للتجارة والاستثمار شركة ذات مسئولية محدودة</b><br> السجل التجاري: 2050079086<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.2121081917795,49.9294659054592" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_182fc56010bac8e92d18b716f17b25c3.setContent(html_215870dc15e54c26400a9bd25367a653);
marker_488b5cc3843751ef2d2258c4dcb70321.bindPopup(popup_182fc56010bac8e92d18b716f17b25c3)
;
marker_488b5cc3843751ef2d2258c4dcb70321.bindTooltip(
`<div>
شركة أمواج الخليج للتجارة والاستثمار شركة ذات مسئولية محدودة
</div>`,
{
"sticky": true,
}
);
marker_488b5cc3843751ef2d2258c4dcb70321.setIcon(icon_64cf44eb335030cf62671323c320aafb);
var marker_16b5020b4d75446eee33d530cd84ee94 = L.marker(
[26.2170370199999, 49.92701735],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_3922a2254ef539df851aa237799c5204 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_07c8ff6230e2a0f1f9ea8294ffb0fb04 = L.popup({
"maxWidth": 320,
});
var html_d99bbfb0794fcf4f1c60ff45684ca0d0 = $(`<div id="html_d99bbfb0794fcf4f1c60ff45684ca0d0" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مؤسسة طيبات السنابل التجارية</b><br> السجل التجاري: 2050081841<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.2170370199999,49.92701735" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_07c8ff6230e2a0f1f9ea8294ffb0fb04.setContent(html_d99bbfb0794fcf4f1c60ff45684ca0d0);
marker_16b5020b4d75446eee33d530cd84ee94.bindPopup(popup_07c8ff6230e2a0f1f9ea8294ffb0fb04)
;
marker_16b5020b4d75446eee33d530cd84ee94.bindTooltip(
`<div>
مؤسسة طيبات السنابل التجارية
</div>`,
{
"sticky": true,
}
);
marker_16b5020b4d75446eee33d530cd84ee94.setIcon(icon_3922a2254ef539df851aa237799c5204);
var marker_b6201263a3311d128b454b413ed833de = L.marker(
[26.2176346625001, 49.939038631],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_d6e1170e75d3a0be62e71a4a7f1ce2c0 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c56d98380cbd981ec39f76e220cf41c6 = L.popup({
"maxWidth": 320,
});
var html_d3226f4c69f3631962e9d2a47dec5ebd = $(`<div id="html_d3226f4c69f3631962e9d2a47dec5ebd" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مواقيد دافئة للتجارة شركة شخص واحد</b><br> السجل التجاري: 1010406838<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.2176346625001,49.939038631" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c56d98380cbd981ec39f76e220cf41c6.setContent(html_d3226f4c69f3631962e9d2a47dec5ebd);
marker_b6201263a3311d128b454b413ed833de.bindPopup(popup_c56d98380cbd981ec39f76e220cf41c6)
;
marker_b6201263a3311d128b454b413ed833de.bindTooltip(
`<div>
شركة مواقيد دافئة للتجارة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_b6201263a3311d128b454b413ed833de.setIcon(icon_d6e1170e75d3a0be62e71a4a7f1ce2c0);
var marker_b9877382c75b8b234b44a12fc486ece0 = L.marker(
[26.22106017176035, 49.94624259867966],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_f73064b88d674911f831ffeb1fd4270c = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ba2ae0fdb80c663d076e177a5e8b423b = L.popup({
"maxWidth": 320,
});
var html_4e61d795daf61086d4e143e13a11b00b = $(`<div id="html_4e61d795daf61086d4e143e13a11b00b" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة صباح الفول المحدودة</b><br> السجل التجاري: 2050202270<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.22106017176035,49.94624259867966" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ba2ae0fdb80c663d076e177a5e8b423b.setContent(html_4e61d795daf61086d4e143e13a11b00b);
marker_b9877382c75b8b234b44a12fc486ece0.bindPopup(popup_ba2ae0fdb80c663d076e177a5e8b423b)
;
marker_b9877382c75b8b234b44a12fc486ece0.bindTooltip(
`<div>
شركة صباح الفول المحدودة
</div>`,
{
"sticky": true,
}
);
marker_b9877382c75b8b234b44a12fc486ece0.setIcon(icon_f73064b88d674911f831ffeb1fd4270c);
var marker_356f7d013ed713794461b2551b7cf7b6 = L.marker(
[26.22150684442651, 49.94405712001026],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_b429533fe5ee4531c96da5f99033452b = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_596db1156fa62b1171ed62f3f02a216c = L.popup({
"maxWidth": 320,
});
var html_7111615537017535f7e5aa70745b3bc9 = $(`<div id="html_7111615537017535f7e5aa70745b3bc9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ضواحي الشرقية للخدمات البيئية شركة الشخص الواحد</b><br> السجل التجاري: 2050049937<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.22150684442651,49.94405712001026" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_596db1156fa62b1171ed62f3f02a216c.setContent(html_7111615537017535f7e5aa70745b3bc9);
marker_356f7d013ed713794461b2551b7cf7b6.bindPopup(popup_596db1156fa62b1171ed62f3f02a216c)
;
marker_356f7d013ed713794461b2551b7cf7b6.bindTooltip(
`<div>
شركة ضواحي الشرقية للخدمات البيئية شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_356f7d013ed713794461b2551b7cf7b6.setIcon(icon_b429533fe5ee4531c96da5f99033452b);
var marker_adf71eff3bf0d259707b06c0af0c0a31 = L.marker(
[26.22984596576321, 50.00164917769218],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_ee0a9065a0bbdd7c8902bfa569e90e1a = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_779a8e4d5e5be9ed04c9ef6523ab82b6 = L.popup({
"maxWidth": 320,
});
var html_0a3079a85333dc2237667629520eb30f = $(`<div id="html_0a3079a85333dc2237667629520eb30f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مصنع راديكس الشرق الاوسط للصناعة شركة شخص واحد</b><br> السجل التجاري: 2050119036<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.22984596576321,50.00164917769218" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_779a8e4d5e5be9ed04c9ef6523ab82b6.setContent(html_0a3079a85333dc2237667629520eb30f);
marker_adf71eff3bf0d259707b06c0af0c0a31.bindPopup(popup_779a8e4d5e5be9ed04c9ef6523ab82b6)
;
marker_adf71eff3bf0d259707b06c0af0c0a31.bindTooltip(
`<div>
مصنع راديكس الشرق الاوسط للصناعة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_adf71eff3bf0d259707b06c0af0c0a31.setIcon(icon_ee0a9065a0bbdd7c8902bfa569e90e1a);
var marker_8602a124ab5b5de1e2412b85cf7067a9 = L.marker(
[26.2306944, 49.99924258],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_d03e94b228ad1c40529229ef31480847 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1aad4184245f6afd1850d99f9ca42472 = L.popup({
"maxWidth": 320,
});
var html_2b3a1161d43a54ca24f27057b9cfe7e5 = $(`<div id="html_2b3a1161d43a54ca24f27057b9cfe7e5" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة اس ان اف السعودية</b><br> السجل التجاري: 2050112282<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.2306944,49.99924258" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1aad4184245f6afd1850d99f9ca42472.setContent(html_2b3a1161d43a54ca24f27057b9cfe7e5);
marker_8602a124ab5b5de1e2412b85cf7067a9.bindPopup(popup_1aad4184245f6afd1850d99f9ca42472)
;
marker_8602a124ab5b5de1e2412b85cf7067a9.bindTooltip(
`<div>
شركة اس ان اف السعودية
</div>`,
{
"sticky": true,
}
);
marker_8602a124ab5b5de1e2412b85cf7067a9.setIcon(icon_d03e94b228ad1c40529229ef31480847);
var marker_6af32a4ac5acc361dada830f6948bcfc = L.marker(
[26.2320680790322, 49.93794618436137],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_776679f3723ef27445a0a5ca385d357f = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9023153f2d5c8a1eb33151ac5b19903d = L.popup({
"maxWidth": 320,
});
var html_f5015a13054f06e9fa40b85f62465d58 = $(`<div id="html_f5015a13054f06e9fa40b85f62465d58" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مقبول للخدمات لتدوير النفايات شركة شخص واحد</b><br> السجل التجاري: 1010781244<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.2320680790322,49.93794618436137" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9023153f2d5c8a1eb33151ac5b19903d.setContent(html_f5015a13054f06e9fa40b85f62465d58);
marker_6af32a4ac5acc361dada830f6948bcfc.bindPopup(popup_9023153f2d5c8a1eb33151ac5b19903d)
;
marker_6af32a4ac5acc361dada830f6948bcfc.bindTooltip(
`<div>
شركة مقبول للخدمات لتدوير النفايات شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_6af32a4ac5acc361dada830f6948bcfc.setIcon(icon_776679f3723ef27445a0a5ca385d357f);
var marker_386c3bee5417128441be2032934d5706 = L.marker(
[26.2322228903111, 49.9988966957442],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_e28669fdccd02bafe6931983ce3c35d8 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_3d7ea52714bf9968b0ede67cbc97cae9 = L.popup({
"maxWidth": 320,
});
var html_d94f42b8bf26c621c9efc2dc97290659 = $(`<div id="html_d94f42b8bf26c621c9efc2dc97290659" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة أكسيس أي اس بي العربية للصيانة</b><br> السجل التجاري: 2052102589<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.2322228903111,49.9988966957442" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_3d7ea52714bf9968b0ede67cbc97cae9.setContent(html_d94f42b8bf26c621c9efc2dc97290659);
marker_386c3bee5417128441be2032934d5706.bindPopup(popup_3d7ea52714bf9968b0ede67cbc97cae9)
;
marker_386c3bee5417128441be2032934d5706.bindTooltip(
`<div>
شركة أكسيس أي اس بي العربية للصيانة
</div>`,
{
"sticky": true,
}
);
marker_386c3bee5417128441be2032934d5706.setIcon(icon_e28669fdccd02bafe6931983ce3c35d8);
var marker_24d36b831d0aaed02c841d644ecf83b9 = L.marker(
[26.2322447899999, 49.9988369],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_0ca48e77abf3eb008186b3ebba7271d7 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_de104fa8b1e7be453af59bd1cee06b1b = L.popup({
"maxWidth": 320,
});
var html_5eaa915c6732546734a5703b067e3330 = $(`<div id="html_5eaa915c6732546734a5703b067e3330" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة هاليبرتون مانيوفاكتشرينج ميدل ايست</b><br> السجل التجاري: 2052102110<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.2322447899999,49.9988369" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_de104fa8b1e7be453af59bd1cee06b1b.setContent(html_5eaa915c6732546734a5703b067e3330);
marker_24d36b831d0aaed02c841d644ecf83b9.bindPopup(popup_de104fa8b1e7be453af59bd1cee06b1b)
;
marker_24d36b831d0aaed02c841d644ecf83b9.bindTooltip(
`<div>
شركة هاليبرتون مانيوفاكتشرينج ميدل ايست
</div>`,
{
"sticky": true,
}
);
marker_24d36b831d0aaed02c841d644ecf83b9.setIcon(icon_0ca48e77abf3eb008186b3ebba7271d7);
var marker_903102479ae348538f4de6da1d832cf0 = L.marker(
[26.23235712644592, 49.99907920137048],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_5ab3081af6025633f8846f81c2be9291 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_542899c2b5498fa1487f9ee835163226 = L.popup({
"maxWidth": 320,
});
var html_64e35cfa72ec3c84b6d889bc66273749 = $(`<div id="html_64e35cfa72ec3c84b6d889bc66273749" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة باكرز بلس العربية السعودية للصناعة شركة شخص واحد</b><br> السجل التجاري: 2050150968<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.23235712644592,49.99907920137048" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_542899c2b5498fa1487f9ee835163226.setContent(html_64e35cfa72ec3c84b6d889bc66273749);
marker_903102479ae348538f4de6da1d832cf0.bindPopup(popup_542899c2b5498fa1487f9ee835163226)
;
marker_903102479ae348538f4de6da1d832cf0.bindTooltip(
`<div>
شركة باكرز بلس العربية السعودية للصناعة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_903102479ae348538f4de6da1d832cf0.setIcon(icon_5ab3081af6025633f8846f81c2be9291);
var marker_8f9008f5dff419a94531982d8cc1b18f = L.marker(
[26.2326390899999, 49.9982520699999],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_02ff15a74f15d3b55b730f693a10c2a6 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_707c75bf52783132f03d89944bbe8581 = L.popup({
"maxWidth": 320,
});
var html_81870c8d651875da59607421f3eaeef4 = $(`<div id="html_81870c8d651875da59607421f3eaeef4" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>فرع شركة سبيري صن السعودية المحدودة</b><br> السجل التجاري: 2052101828<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.2326390899999,49.9982520699999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_707c75bf52783132f03d89944bbe8581.setContent(html_81870c8d651875da59607421f3eaeef4);
marker_8f9008f5dff419a94531982d8cc1b18f.bindPopup(popup_707c75bf52783132f03d89944bbe8581)
;
marker_8f9008f5dff419a94531982d8cc1b18f.bindTooltip(
`<div>
فرع شركة سبيري صن السعودية المحدودة
</div>`,
{
"sticky": true,
}
);
marker_8f9008f5dff419a94531982d8cc1b18f.setIcon(icon_02ff15a74f15d3b55b730f693a10c2a6);
var marker_d7b7cea9a907224e29b123aebb1de796 = L.marker(
[26.2329075142278, 49.99599938021127],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_1ace47cb7879f893d44e8d573575034b = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_27f3581ba0e9779adeae8b8364cd577b = L.popup({
"maxWidth": 320,
});
var html_2351cafa5b1d971ab53cd4cba3734b96 = $(`<div id="html_2351cafa5b1d971ab53cd4cba3734b96" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة تكنولوجيا الوقود المحدودة</b><br> السجل التجاري: 2050173859<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.2329075142278,49.99599938021127" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_27f3581ba0e9779adeae8b8364cd577b.setContent(html_2351cafa5b1d971ab53cd4cba3734b96);
marker_d7b7cea9a907224e29b123aebb1de796.bindPopup(popup_27f3581ba0e9779adeae8b8364cd577b)
;
marker_d7b7cea9a907224e29b123aebb1de796.bindTooltip(
`<div>
شركة تكنولوجيا الوقود المحدودة
</div>`,
{
"sticky": true,
}
);
marker_d7b7cea9a907224e29b123aebb1de796.setIcon(icon_1ace47cb7879f893d44e8d573575034b);
var marker_1d9f7f67062ae3de4bc08ac0fa27bef8 = L.marker(
[26.2331068077901, 49.99573482200503],
{
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
var icon_32c24f6d56183a8b328f780ba0413a2c = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b7c67b9accf180a86b41c17a83e1cca0 = L.popup({
"maxWidth": 320,
});
var html_82e1340237bab3ef316943b59fb5a8b6 = $(`<div id="html_82e1340237bab3ef316943b59fb5a8b6" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ممر البيئة الصناعية</b><br> السجل التجاري: 2055026445<br> المنطقة: الدمام<br> الحارة: المدينة الصناعية الثانية بالدمام<br> <a href="https://www.google.com/maps?q=26.2331068077901,49.99573482200503" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b7c67b9accf180a86b41c17a83e1cca0.setContent(html_82e1340237bab3ef316943b59fb5a8b6);
marker_1d9f7f67062ae3de4bc08ac0fa27bef8.bindPopup(popup_b7c67b9accf180a86b41c17a83e1cca0)
;
marker_1d9f7f67062ae3de4bc08ac0fa27bef8.bindTooltip(
`<div>
شركة ممر البيئة الصناعية
</div>`,
{
"sticky": true,
}
);
marker_1d9f7f67062ae3de4bc08ac0fa27bef8.setIcon(icon_32c24f6d56183a8b328f780ba0413a2c);
map_80b968f12426a9f8f9c6194c234dde2f.fitBounds(
[[26.19395608353415, 49.93095939791282], [26.1992980499999, 49.91238682], [26.2063667299999, 49.95310589], [26.2121081917795, 49.9294659054592], [26.2170370199999, 49.92701735], [26.2176346625001, 49.939038631], [26.22106017176035, 49.94624259867966], [26.22150684442651, 49.94405712001026], [26.22984596576321, 50.00164917769218], [26.2306944, 49.99924258], [26.2320680790322, 49.93794618436137], [26.2322228903111, 49.9988966957442], [26.2322447899999, 49.9988369], [26.23235712644592, 49.99907920137048], [26.2326390899999, 49.9982520699999], [26.2329075142278, 49.99599938021127], [26.2331068077901, 49.99573482200503]],
{"padding": [30, 30]}
);
var layer_control_b2fc534a52b6eb0769c67c2ff03c102c_layers = {
base_layers : {
"\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u0634\u0627\u0631\u0639" : tile_layer_cb6a916c420e3693bd136a0e0a5e7181,
"\u0623\u0642\u0645\u0627\u0631 \u0635\u0646\u0627\u0639\u064a\u0629 (Esri)" : tile_layer_9e9e6ad54bb1a06ce940a4833adc0d1f,
},
overlays : {
},
};
let layer_control_b2fc534a52b6eb0769c67c2ff03c102c = L.control.layers(
layer_control_b2fc534a52b6eb0769c67c2ff03c102c_layers.base_layers,
layer_control_b2fc534a52b6eb0769c67c2ff03c102c_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_80b968f12426a9f8f9c6194c234dde2f);
</script>
</html>