Map / EQ /11.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_a555f92f190af05adccf6c67cd8566ba {
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">مرتضى عبدالجليل بن عيسى الحكيم - 11</span>
<span class="toggle" id="hideStats">إخفاء</span>
</div>
<div class="stats-body" id="statsBody">
<b>عدد المواقع:</b> 29<br>
<b>عدد الحارات:</b> 1<br>
<b>الأكثر:</b> <b>الخضرية</b>: 29
<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:#f5f5dc;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;">(29)</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_a555f92f190af05adccf6c67cd8566ba;
// items: list of objects (title, lat, lon, markerVar)
const items = [{"title": "شركة ورشة ماس للحدادة و الألمنيوم", "lat": 26.45636594, "lon": 50.0433207199999, "markerVar": "marker_36b77d000ae02d0dcf41b3915b84d066"}, {"title": "شركة تكنولوجيا القطع للتجارة شركة شخص واحد", "lat": 26.44001429, "lon": 50.05202508, "markerVar": "marker_d1ea9c3e3eb58cfde16a5a10cd2a09e2"}, {"title": "شركة باحشوان الدولية للتجارة", "lat": 26.440111, "lon": 50.0535331399999, "markerVar": "marker_90698a4c5a5df0ed7fe804b7c3dae6b6"}, {"title": "شركة مصدر الشرقية التجارية", "lat": 26.4402209, "lon": 50.05171113, "markerVar": "marker_0d842f8b101d8246d0fd59091f3d909b"}, {"title": "شركة اساس الزمرد لتقديم الوجبات شركة شخص واحد", "lat": 26.4402919499999, "lon": 50.05433656, "markerVar": "marker_f49b634b4048526fcb897ad4738ceaa3"}, {"title": "شركة رموز الخليج الذهبية لصيانة السيارات", "lat": 26.44073334, "lon": 50.05591832, "markerVar": "marker_a2bd510e25072c31753b829f3e0116e5"}, {"title": "فرع شركة إيسترن سيتي اوفشور كونتراكتينج ذ م م", "lat": 26.44103898078413, "lon": 50.05337910346642, "markerVar": "marker_d34f55a2ab726e29f7475716cf6e68df"}, {"title": "شركة الدقه والابداع للمقاولات العامة", "lat": 26.4410627699999, "lon": 50.0574452899999, "markerVar": "marker_7c2f659a9afeae731b6cc2bcfb741a77"}, {"title": "ِشركة حلول المفتاح لصيانة السيارات", "lat": 26.44122545, "lon": 50.04958157, "markerVar": "marker_e0a3e8f38891c293d65164f3b2e7fcbc"}, {"title": "شركة طرق الجزيرة للمقاولات العامة", "lat": 26.44128321162105, "lon": 50.05745898932219, "markerVar": "marker_2d6c3aa5e91dd4279193d8298954224f"}, {"title": "شركة التقنيات الاولى لصيانة السيارات شركة شخص واحد", "lat": 26.44138684, "lon": 50.05007381, "markerVar": "marker_f29762b29046516156c9e39591839f83"}, {"title": "شركة المركز الألماني للسيارات", "lat": 26.44144843, "lon": 50.0508754499999, "markerVar": "marker_e46826e2412fef265f52499a66816749"}, {"title": "شركة مطاط معدني متقدم للصناعة", "lat": 26.45639832, "lon": 50.0404445499999, "markerVar": "marker_225efedd8bc25b13a2aca44cd82525d6"}, {"title": "شركة هشام علوي الموسوي التجارية شركة ذات مسؤولية محدودة", "lat": 26.4564576699999, "lon": 50.0496928999999, "markerVar": "marker_242dfdc8ede18cdc71aa5f29f86aa3af"}, {"title": "شركة اقصى سرعة للالمنيوم", "lat": 26.4568275148949, "lon": 50.0412695648664, "markerVar": "marker_da04a197cd4e6044e5559155545055d6"}, {"title": "شركة الزاد العربي المحدودة", "lat": 26.45692658128566, "lon": 50.05076667549145, "markerVar": "marker_35380d03a33642f81cf3151cd10f421d"}, {"title": "شركة بيادز للمقاولات شخص واحد", "lat": 26.4572253195222, "lon": 50.04558107427135, "markerVar": "marker_585a80b4559566f53e62172796880fb4"}, {"title": "شركة فخامة نجدية التجارية شركة شخص واحد", "lat": 26.45737889, "lon": 50.04901464, "markerVar": "marker_2e5f1bbc773b3ae3c51fb250d7574e22"}, {"title": "شركة نيب تيك الصناعية للمقاولات شخص واحد", "lat": 26.45737897693107, "lon": 50.04302419871195, "markerVar": "marker_2b41f52d3d884355c05f04224b07115f"}, {"title": "شركة أساسيات الأبتكار التجارية", "lat": 26.45789316198844, "lon": 50.04466426558793, "markerVar": "marker_87766afbc8375a39b771452297c8e0f3"}, {"title": "شركة قدرات الصقور للصناعة", "lat": 26.45821106298488, "lon": 50.04466131067758, "markerVar": "marker_5083f62eca29dc737c18d1ee05fa7d0d"}, {"title": "شركة جود الرياض التجارية شركة شخص واحد", "lat": 26.4582797499999, "lon": 50.0453756499999, "markerVar": "marker_c370e4c62dd7be62471c3f268e7a862b"}, {"title": "شركة التجاره الرقميه", "lat": 26.4585042699999, "lon": 50.0474394299999, "markerVar": "marker_cfe9242e55e90fc28bfa89976905e588"}, {"title": "شركة الخليج العذب لزيوت التشحيم", "lat": 26.45850982, "lon": 50.0501359599999, "markerVar": "marker_d3359a3d48cea1983ac19b2c267bafc6"}, {"title": "شركة الصقور الأربعة المحدودة", "lat": 26.4595984197763, "lon": 50.04859025785686, "markerVar": "marker_65d0e6144584a3143e24ad1c9c6c9ae4"}, {"title": "شركة عبدالعزيز عبدالرحمن أبوسبيت للفيبر جلاس شركة ذات المسؤولية محدودة", "lat": 26.4598027999999, "lon": 50.03063997, "markerVar": "marker_4d896c23cda49ad69ebf9c782b89de29"}, {"title": "مصنع شركة لين العربية التجارية", "lat": 26.46000832, "lon": 50.0479222499999, "markerVar": "marker_0076037c9433e8d2adf98fa9a22574a1"}, {"title": "شركة معادن العربية الخاصة المحدودة", "lat": 26.46037740132165, "lon": 50.03996340724387, "markerVar": "marker_f5f9fff31d0772cbc397384f9720e37f"}, {"title": "شركة هلال الجزيرة للتجارة", "lat": 26.46177497, "lon": 50.03859037, "markerVar": "marker_a41f4c406b33d981e4612a6244323bbf"}];
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_a555f92f190af05adccf6c67cd8566ba" ></div>
</body>
<script>
var map_a555f92f190af05adccf6c67cd8566ba = L.map(
"map_a555f92f190af05adccf6c67cd8566ba",
{
center: [26.451611598314127, 50.047842608189484],
crs: L.CRS.EPSG3857,
...{
"zoom": 13,
"zoomControl": true,
"preferCanvas": false,
}
}
);
L.control.scale().addTo(map_a555f92f190af05adccf6c67cd8566ba);
var tile_layer_9493faca86e0202214df7ee6393e414b = 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_9493faca86e0202214df7ee6393e414b.addTo(map_a555f92f190af05adccf6c67cd8566ba);
var tile_layer_e8530bbfac701496af5f5e1810ea7524 = 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_e8530bbfac701496af5f5e1810ea7524.addTo(map_a555f92f190af05adccf6c67cd8566ba);
var locate_control_6e776577ef4f448610b35531f4392258 = L.control.locate(
{"flyTo": true}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var marker_36b77d000ae02d0dcf41b3915b84d066 = L.marker(
[26.45636594, 50.0433207199999],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_62883000bb6fd49ad9702fdacf9b35e4 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_674432a15a69ef25ced87d57fa39f498 = L.popup({
"maxWidth": 320,
});
var html_c3eb8dae6805dcac012cd86b4cf361f4 = $(`<div id="html_c3eb8dae6805dcac012cd86b4cf361f4" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ورشة ماس للحدادة و الألمنيوم</b><br> السجل التجاري: 2050074132<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.45636594,50.0433207199999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_674432a15a69ef25ced87d57fa39f498.setContent(html_c3eb8dae6805dcac012cd86b4cf361f4);
marker_36b77d000ae02d0dcf41b3915b84d066.bindPopup(popup_674432a15a69ef25ced87d57fa39f498)
;
marker_36b77d000ae02d0dcf41b3915b84d066.bindTooltip(
`<div>
شركة ورشة ماس للحدادة و الألمنيوم
</div>`,
{
"sticky": true,
}
);
marker_36b77d000ae02d0dcf41b3915b84d066.setIcon(icon_62883000bb6fd49ad9702fdacf9b35e4);
var marker_d1ea9c3e3eb58cfde16a5a10cd2a09e2 = L.marker(
[26.44001429, 50.05202508],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_39f8e979923f496fb6955b38c617f421 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_298051295a1847cdb25f30b62bb750c0 = L.popup({
"maxWidth": 320,
});
var html_3e66de0ed0673654afb5ab7809eadbf5 = $(`<div id="html_3e66de0ed0673654afb5ab7809eadbf5" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة تكنولوجيا القطع للتجارة شركة شخص واحد</b><br> السجل التجاري: 2050102856<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.44001429,50.05202508" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_298051295a1847cdb25f30b62bb750c0.setContent(html_3e66de0ed0673654afb5ab7809eadbf5);
marker_d1ea9c3e3eb58cfde16a5a10cd2a09e2.bindPopup(popup_298051295a1847cdb25f30b62bb750c0)
;
marker_d1ea9c3e3eb58cfde16a5a10cd2a09e2.bindTooltip(
`<div>
شركة تكنولوجيا القطع للتجارة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_d1ea9c3e3eb58cfde16a5a10cd2a09e2.setIcon(icon_39f8e979923f496fb6955b38c617f421);
var marker_90698a4c5a5df0ed7fe804b7c3dae6b6 = L.marker(
[26.440111, 50.0535331399999],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_49abf9784a110bb37e028d07378e8117 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_3f1830443da6312987da145641874c84 = L.popup({
"maxWidth": 320,
});
var html_ec9c02911516c51a5c6ca2bc50f6867b = $(`<div id="html_ec9c02911516c51a5c6ca2bc50f6867b" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة باحشوان الدولية للتجارة</b><br> السجل التجاري: 1010242665<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.440111,50.0535331399999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_3f1830443da6312987da145641874c84.setContent(html_ec9c02911516c51a5c6ca2bc50f6867b);
marker_90698a4c5a5df0ed7fe804b7c3dae6b6.bindPopup(popup_3f1830443da6312987da145641874c84)
;
marker_90698a4c5a5df0ed7fe804b7c3dae6b6.bindTooltip(
`<div>
شركة باحشوان الدولية للتجارة
</div>`,
{
"sticky": true,
}
);
marker_90698a4c5a5df0ed7fe804b7c3dae6b6.setIcon(icon_49abf9784a110bb37e028d07378e8117);
var marker_0d842f8b101d8246d0fd59091f3d909b = L.marker(
[26.4402209, 50.05171113],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_71067d39fed31c79248de5319346a68e = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ebc29b700e4301d2c71f8376a6a9e11d = L.popup({
"maxWidth": 320,
});
var html_91da98fa8121ef89f3061fe270dfd390 = $(`<div id="html_91da98fa8121ef89f3061fe270dfd390" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مصدر الشرقية التجارية</b><br> السجل التجاري: 2052102448<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.4402209,50.05171113" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ebc29b700e4301d2c71f8376a6a9e11d.setContent(html_91da98fa8121ef89f3061fe270dfd390);
marker_0d842f8b101d8246d0fd59091f3d909b.bindPopup(popup_ebc29b700e4301d2c71f8376a6a9e11d)
;
marker_0d842f8b101d8246d0fd59091f3d909b.bindTooltip(
`<div>
شركة مصدر الشرقية التجارية
</div>`,
{
"sticky": true,
}
);
marker_0d842f8b101d8246d0fd59091f3d909b.setIcon(icon_71067d39fed31c79248de5319346a68e);
var marker_f49b634b4048526fcb897ad4738ceaa3 = L.marker(
[26.4402919499999, 50.05433656],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_610fb1d76d45c2b1cdd4c2d50d038e8d = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_10b7179883fa8b6443f07e0ff20e75da = L.popup({
"maxWidth": 320,
});
var html_c9f817410ba9266da0e115b8df7484ac = $(`<div id="html_c9f817410ba9266da0e115b8df7484ac" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة اساس الزمرد لتقديم الوجبات شركة شخص واحد</b><br> السجل التجاري: 1010335790<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.4402919499999,50.05433656" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_10b7179883fa8b6443f07e0ff20e75da.setContent(html_c9f817410ba9266da0e115b8df7484ac);
marker_f49b634b4048526fcb897ad4738ceaa3.bindPopup(popup_10b7179883fa8b6443f07e0ff20e75da)
;
marker_f49b634b4048526fcb897ad4738ceaa3.bindTooltip(
`<div>
شركة اساس الزمرد لتقديم الوجبات شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_f49b634b4048526fcb897ad4738ceaa3.setIcon(icon_610fb1d76d45c2b1cdd4c2d50d038e8d);
var marker_a2bd510e25072c31753b829f3e0116e5 = L.marker(
[26.44073334, 50.05591832],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_bbe2b2c999dfd0c6918aeb629f2f36b8 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_44e5ea1b148217db9d68d757e9e3e8f8 = L.popup({
"maxWidth": 320,
});
var html_ae59da75ae84b12da7d740373624a924 = $(`<div id="html_ae59da75ae84b12da7d740373624a924" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة رموز الخليج الذهبية لصيانة السيارات</b><br> السجل التجاري: 2050092575<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.44073334,50.05591832" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_44e5ea1b148217db9d68d757e9e3e8f8.setContent(html_ae59da75ae84b12da7d740373624a924);
marker_a2bd510e25072c31753b829f3e0116e5.bindPopup(popup_44e5ea1b148217db9d68d757e9e3e8f8)
;
marker_a2bd510e25072c31753b829f3e0116e5.bindTooltip(
`<div>
شركة رموز الخليج الذهبية لصيانة السيارات
</div>`,
{
"sticky": true,
}
);
marker_a2bd510e25072c31753b829f3e0116e5.setIcon(icon_bbe2b2c999dfd0c6918aeb629f2f36b8);
var marker_d34f55a2ab726e29f7475716cf6e68df = L.marker(
[26.44103898078413, 50.05337910346642],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_6d467a0371a84310e656258c6be74917 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_6a6233af86583a3e7d58d24d156762b8 = L.popup({
"maxWidth": 320,
});
var html_75c9c5a6f9b3589f433a00fc84d5bcd2 = $(`<div id="html_75c9c5a6f9b3589f433a00fc84d5bcd2" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>فرع شركة إيسترن سيتي اوفشور كونتراكتينج ذ م م</b><br> السجل التجاري: 2057473964<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.44103898078413,50.05337910346642" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_6a6233af86583a3e7d58d24d156762b8.setContent(html_75c9c5a6f9b3589f433a00fc84d5bcd2);
marker_d34f55a2ab726e29f7475716cf6e68df.bindPopup(popup_6a6233af86583a3e7d58d24d156762b8)
;
marker_d34f55a2ab726e29f7475716cf6e68df.bindTooltip(
`<div>
فرع شركة إيسترن سيتي اوفشور كونتراكتينج ذ م م
</div>`,
{
"sticky": true,
}
);
marker_d34f55a2ab726e29f7475716cf6e68df.setIcon(icon_6d467a0371a84310e656258c6be74917);
var marker_7c2f659a9afeae731b6cc2bcfb741a77 = L.marker(
[26.4410627699999, 50.0574452899999],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_15780b3e94a319b9ba44d802cb762f4e = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_afa3d508e926baff70f26fef81d8ece6 = L.popup({
"maxWidth": 320,
});
var html_aeeff08d2ecbd1cfb05b6820ca12f4be = $(`<div id="html_aeeff08d2ecbd1cfb05b6820ca12f4be" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الدقه والابداع للمقاولات العامة</b><br> السجل التجاري: 2050040694<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.4410627699999,50.0574452899999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_afa3d508e926baff70f26fef81d8ece6.setContent(html_aeeff08d2ecbd1cfb05b6820ca12f4be);
marker_7c2f659a9afeae731b6cc2bcfb741a77.bindPopup(popup_afa3d508e926baff70f26fef81d8ece6)
;
marker_7c2f659a9afeae731b6cc2bcfb741a77.bindTooltip(
`<div>
شركة الدقه والابداع للمقاولات العامة
</div>`,
{
"sticky": true,
}
);
marker_7c2f659a9afeae731b6cc2bcfb741a77.setIcon(icon_15780b3e94a319b9ba44d802cb762f4e);
var marker_e0a3e8f38891c293d65164f3b2e7fcbc = L.marker(
[26.44122545, 50.04958157],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_707b6bfd9abccf97b49ccfe60fe2fb37 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e8d7702cfd6cad3918b1230af3d55ab1 = L.popup({
"maxWidth": 320,
});
var html_7a03ef9db812f13f229cfa5198f69bb9 = $(`<div id="html_7a03ef9db812f13f229cfa5198f69bb9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>ِشركة حلول المفتاح لصيانة السيارات</b><br> السجل التجاري: 1010848942<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.44122545,50.04958157" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e8d7702cfd6cad3918b1230af3d55ab1.setContent(html_7a03ef9db812f13f229cfa5198f69bb9);
marker_e0a3e8f38891c293d65164f3b2e7fcbc.bindPopup(popup_e8d7702cfd6cad3918b1230af3d55ab1)
;
marker_e0a3e8f38891c293d65164f3b2e7fcbc.bindTooltip(
`<div>
ِشركة حلول المفتاح لصيانة السيارات
</div>`,
{
"sticky": true,
}
);
marker_e0a3e8f38891c293d65164f3b2e7fcbc.setIcon(icon_707b6bfd9abccf97b49ccfe60fe2fb37);
var marker_2d6c3aa5e91dd4279193d8298954224f = L.marker(
[26.44128321162105, 50.05745898932219],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_be9272d6379133038b6c8136baf4b86c = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ac418d05f00d47043dbf5d9ac5d02641 = L.popup({
"maxWidth": 320,
});
var html_5f05a8e3a1329797a9bcbf0daab2688b = $(`<div id="html_5f05a8e3a1329797a9bcbf0daab2688b" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة طرق الجزيرة للمقاولات العامة</b><br> السجل التجاري: 2050141277<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.44128321162105,50.05745898932219" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ac418d05f00d47043dbf5d9ac5d02641.setContent(html_5f05a8e3a1329797a9bcbf0daab2688b);
marker_2d6c3aa5e91dd4279193d8298954224f.bindPopup(popup_ac418d05f00d47043dbf5d9ac5d02641)
;
marker_2d6c3aa5e91dd4279193d8298954224f.bindTooltip(
`<div>
شركة طرق الجزيرة للمقاولات العامة
</div>`,
{
"sticky": true,
}
);
marker_2d6c3aa5e91dd4279193d8298954224f.setIcon(icon_be9272d6379133038b6c8136baf4b86c);
var marker_f29762b29046516156c9e39591839f83 = L.marker(
[26.44138684, 50.05007381],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_00eb542abd4e33a9ccbd168ca2c0b102 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_2954f8c26f2c34b83edb0740db568045 = L.popup({
"maxWidth": 320,
});
var html_188461985c9bd2af885b1971c7eace96 = $(`<div id="html_188461985c9bd2af885b1971c7eace96" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة التقنيات الاولى لصيانة السيارات شركة شخص واحد</b><br> السجل التجاري: 2050110723<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.44138684,50.05007381" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_2954f8c26f2c34b83edb0740db568045.setContent(html_188461985c9bd2af885b1971c7eace96);
marker_f29762b29046516156c9e39591839f83.bindPopup(popup_2954f8c26f2c34b83edb0740db568045)
;
marker_f29762b29046516156c9e39591839f83.bindTooltip(
`<div>
شركة التقنيات الاولى لصيانة السيارات شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_f29762b29046516156c9e39591839f83.setIcon(icon_00eb542abd4e33a9ccbd168ca2c0b102);
var marker_e46826e2412fef265f52499a66816749 = L.marker(
[26.44144843, 50.0508754499999],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_8c4927557e5994785854512b57dca8bb = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9b0cd57e4d972b66feb673e0eccbafdd = L.popup({
"maxWidth": 320,
});
var html_14740a77c085b46b4fc670c0af4e6301 = $(`<div id="html_14740a77c085b46b4fc670c0af4e6301" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة المركز الألماني للسيارات</b><br> السجل التجاري: 2050045418<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.44144843,50.0508754499999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9b0cd57e4d972b66feb673e0eccbafdd.setContent(html_14740a77c085b46b4fc670c0af4e6301);
marker_e46826e2412fef265f52499a66816749.bindPopup(popup_9b0cd57e4d972b66feb673e0eccbafdd)
;
marker_e46826e2412fef265f52499a66816749.bindTooltip(
`<div>
شركة المركز الألماني للسيارات
</div>`,
{
"sticky": true,
}
);
marker_e46826e2412fef265f52499a66816749.setIcon(icon_8c4927557e5994785854512b57dca8bb);
var marker_225efedd8bc25b13a2aca44cd82525d6 = L.marker(
[26.45639832, 50.0404445499999],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_165e19a78aa33fcf76db0f8f9fdcac53 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_59eeac001c03877b70037530197cd9c1 = L.popup({
"maxWidth": 320,
});
var html_8fa197f5ea2b098bbacf2fa692be5ef8 = $(`<div id="html_8fa197f5ea2b098bbacf2fa692be5ef8" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مطاط معدني متقدم للصناعة</b><br> السجل التجاري: 2050050085<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.45639832,50.0404445499999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_59eeac001c03877b70037530197cd9c1.setContent(html_8fa197f5ea2b098bbacf2fa692be5ef8);
marker_225efedd8bc25b13a2aca44cd82525d6.bindPopup(popup_59eeac001c03877b70037530197cd9c1)
;
marker_225efedd8bc25b13a2aca44cd82525d6.bindTooltip(
`<div>
شركة مطاط معدني متقدم للصناعة
</div>`,
{
"sticky": true,
}
);
marker_225efedd8bc25b13a2aca44cd82525d6.setIcon(icon_165e19a78aa33fcf76db0f8f9fdcac53);
var marker_242dfdc8ede18cdc71aa5f29f86aa3af = L.marker(
[26.4564576699999, 50.0496928999999],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_463045c4b1795f667acfbc9bca6d576c = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ba1bcd5cb459fe001217b070931e3fe6 = L.popup({
"maxWidth": 320,
});
var html_932d94d662f1eacf39c522300149dcbd = $(`<div id="html_932d94d662f1eacf39c522300149dcbd" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة هشام علوي الموسوي التجارية شركة ذات مسؤولية محدودة</b><br> السجل التجاري: 2050095088<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.4564576699999,50.0496928999999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ba1bcd5cb459fe001217b070931e3fe6.setContent(html_932d94d662f1eacf39c522300149dcbd);
marker_242dfdc8ede18cdc71aa5f29f86aa3af.bindPopup(popup_ba1bcd5cb459fe001217b070931e3fe6)
;
marker_242dfdc8ede18cdc71aa5f29f86aa3af.bindTooltip(
`<div>
شركة هشام علوي الموسوي التجارية شركة ذات مسؤولية محدودة
</div>`,
{
"sticky": true,
}
);
marker_242dfdc8ede18cdc71aa5f29f86aa3af.setIcon(icon_463045c4b1795f667acfbc9bca6d576c);
var marker_da04a197cd4e6044e5559155545055d6 = L.marker(
[26.4568275148949, 50.0412695648664],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_fac47118b03eef928e54b11d47a3465b = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_d993fbc3f226f69505decc13ad03dbf0 = L.popup({
"maxWidth": 320,
});
var html_a132e821c116428e02e11b94e570bc59 = $(`<div id="html_a132e821c116428e02e11b94e570bc59" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة اقصى سرعة للالمنيوم</b><br> السجل التجاري: 2050207296<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.4568275148949,50.0412695648664" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_d993fbc3f226f69505decc13ad03dbf0.setContent(html_a132e821c116428e02e11b94e570bc59);
marker_da04a197cd4e6044e5559155545055d6.bindPopup(popup_d993fbc3f226f69505decc13ad03dbf0)
;
marker_da04a197cd4e6044e5559155545055d6.bindTooltip(
`<div>
شركة اقصى سرعة للالمنيوم
</div>`,
{
"sticky": true,
}
);
marker_da04a197cd4e6044e5559155545055d6.setIcon(icon_fac47118b03eef928e54b11d47a3465b);
var marker_35380d03a33642f81cf3151cd10f421d = L.marker(
[26.45692658128566, 50.05076667549145],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_1d1486b0cf016b7e3e295eb608967f70 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_2c71491364d81de9567fc87ec23627fb = L.popup({
"maxWidth": 320,
});
var html_a1472da8e8923325f71a0d848bde88bb = $(`<div id="html_a1472da8e8923325f71a0d848bde88bb" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الزاد العربي المحدودة</b><br> السجل التجاري: 2050200509<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.45692658128566,50.05076667549145" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_2c71491364d81de9567fc87ec23627fb.setContent(html_a1472da8e8923325f71a0d848bde88bb);
marker_35380d03a33642f81cf3151cd10f421d.bindPopup(popup_2c71491364d81de9567fc87ec23627fb)
;
marker_35380d03a33642f81cf3151cd10f421d.bindTooltip(
`<div>
شركة الزاد العربي المحدودة
</div>`,
{
"sticky": true,
}
);
marker_35380d03a33642f81cf3151cd10f421d.setIcon(icon_1d1486b0cf016b7e3e295eb608967f70);
var marker_585a80b4559566f53e62172796880fb4 = L.marker(
[26.4572253195222, 50.04558107427135],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_ed1fd76621c7946b02090d7293643008 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b6e9326d12aa318b05b5ed58452fe321 = L.popup({
"maxWidth": 320,
});
var html_b012fa7cd2ebcff478eec047252c1089 = $(`<div id="html_b012fa7cd2ebcff478eec047252c1089" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة بيادز للمقاولات شخص واحد</b><br> السجل التجاري: 2050171959<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.4572253195222,50.04558107427135" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b6e9326d12aa318b05b5ed58452fe321.setContent(html_b012fa7cd2ebcff478eec047252c1089);
marker_585a80b4559566f53e62172796880fb4.bindPopup(popup_b6e9326d12aa318b05b5ed58452fe321)
;
marker_585a80b4559566f53e62172796880fb4.bindTooltip(
`<div>
شركة بيادز للمقاولات شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_585a80b4559566f53e62172796880fb4.setIcon(icon_ed1fd76621c7946b02090d7293643008);
var marker_2e5f1bbc773b3ae3c51fb250d7574e22 = L.marker(
[26.45737889, 50.04901464],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_4978208c7ab26c43f66a2931c63f2ceb = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_dfe0171b5ad742e1152fd369a861282e = L.popup({
"maxWidth": 320,
});
var html_eaea749c1f7b5be8a56d0e5d589b5843 = $(`<div id="html_eaea749c1f7b5be8a56d0e5d589b5843" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة فخامة نجدية التجارية شركة شخص واحد</b><br> السجل التجاري: 2050239015<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.45737889,50.04901464" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_dfe0171b5ad742e1152fd369a861282e.setContent(html_eaea749c1f7b5be8a56d0e5d589b5843);
marker_2e5f1bbc773b3ae3c51fb250d7574e22.bindPopup(popup_dfe0171b5ad742e1152fd369a861282e)
;
marker_2e5f1bbc773b3ae3c51fb250d7574e22.bindTooltip(
`<div>
شركة فخامة نجدية التجارية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_2e5f1bbc773b3ae3c51fb250d7574e22.setIcon(icon_4978208c7ab26c43f66a2931c63f2ceb);
var marker_2b41f52d3d884355c05f04224b07115f = L.marker(
[26.45737897693107, 50.04302419871195],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_29f95918429559890c2f9f12bcf6a54d = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_eaec9306882beace02f34c6b4128ad41 = L.popup({
"maxWidth": 320,
});
var html_614c7e313db2470099c44f377c1521f9 = $(`<div id="html_614c7e313db2470099c44f377c1521f9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نيب تيك الصناعية للمقاولات شخص واحد</b><br> السجل التجاري: 2050178127<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.45737897693107,50.04302419871195" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_eaec9306882beace02f34c6b4128ad41.setContent(html_614c7e313db2470099c44f377c1521f9);
marker_2b41f52d3d884355c05f04224b07115f.bindPopup(popup_eaec9306882beace02f34c6b4128ad41)
;
marker_2b41f52d3d884355c05f04224b07115f.bindTooltip(
`<div>
شركة نيب تيك الصناعية للمقاولات شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_2b41f52d3d884355c05f04224b07115f.setIcon(icon_29f95918429559890c2f9f12bcf6a54d);
var marker_87766afbc8375a39b771452297c8e0f3 = L.marker(
[26.45789316198844, 50.04466426558793],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_f217ea7d22360704b0cc480efa12583e = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a2822fa86cf9073375bd3de739ec4aaf = L.popup({
"maxWidth": 320,
});
var html_64cdb777fb78f91b02681952b860e7b8 = $(`<div id="html_64cdb777fb78f91b02681952b860e7b8" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة أساسيات الأبتكار التجارية</b><br> السجل التجاري: 2050109859<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.45789316198844,50.04466426558793" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a2822fa86cf9073375bd3de739ec4aaf.setContent(html_64cdb777fb78f91b02681952b860e7b8);
marker_87766afbc8375a39b771452297c8e0f3.bindPopup(popup_a2822fa86cf9073375bd3de739ec4aaf)
;
marker_87766afbc8375a39b771452297c8e0f3.bindTooltip(
`<div>
شركة أساسيات الأبتكار التجارية
</div>`,
{
"sticky": true,
}
);
marker_87766afbc8375a39b771452297c8e0f3.setIcon(icon_f217ea7d22360704b0cc480efa12583e);
var marker_5083f62eca29dc737c18d1ee05fa7d0d = L.marker(
[26.45821106298488, 50.04466131067758],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_1d9b9738e6b9b4c9dd3b903f36030254 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_8f6e300f97b6dc07bd3229d17b70b460 = L.popup({
"maxWidth": 320,
});
var html_db3167bac2f1e1e62b9b51489adbebaa = $(`<div id="html_db3167bac2f1e1e62b9b51489adbebaa" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة قدرات الصقور للصناعة</b><br> السجل التجاري: 2050179886<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.45821106298488,50.04466131067758" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_8f6e300f97b6dc07bd3229d17b70b460.setContent(html_db3167bac2f1e1e62b9b51489adbebaa);
marker_5083f62eca29dc737c18d1ee05fa7d0d.bindPopup(popup_8f6e300f97b6dc07bd3229d17b70b460)
;
marker_5083f62eca29dc737c18d1ee05fa7d0d.bindTooltip(
`<div>
شركة قدرات الصقور للصناعة
</div>`,
{
"sticky": true,
}
);
marker_5083f62eca29dc737c18d1ee05fa7d0d.setIcon(icon_1d9b9738e6b9b4c9dd3b903f36030254);
var marker_c370e4c62dd7be62471c3f268e7a862b = L.marker(
[26.4582797499999, 50.0453756499999],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_2466b378790279138a5f79afb676b49e = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a4ef12959663e0b4ea0ac0229aa925cf = L.popup({
"maxWidth": 320,
});
var html_390805e28318251c188a4fecfc1d5df3 = $(`<div id="html_390805e28318251c188a4fecfc1d5df3" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة جود الرياض التجارية شركة شخص واحد</b><br> السجل التجاري: 2050073687<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.4582797499999,50.0453756499999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a4ef12959663e0b4ea0ac0229aa925cf.setContent(html_390805e28318251c188a4fecfc1d5df3);
marker_c370e4c62dd7be62471c3f268e7a862b.bindPopup(popup_a4ef12959663e0b4ea0ac0229aa925cf)
;
marker_c370e4c62dd7be62471c3f268e7a862b.bindTooltip(
`<div>
شركة جود الرياض التجارية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_c370e4c62dd7be62471c3f268e7a862b.setIcon(icon_2466b378790279138a5f79afb676b49e);
var marker_cfe9242e55e90fc28bfa89976905e588 = L.marker(
[26.4585042699999, 50.0474394299999],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_68b276aa565a818b7a3aa66aea09b820 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0773d9e4a83b6d9d7b975391deb98f51 = L.popup({
"maxWidth": 320,
});
var html_cfd666b30c805cb4b291c5768b836b63 = $(`<div id="html_cfd666b30c805cb4b291c5768b836b63" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة التجاره الرقميه</b><br> السجل التجاري: 2051032367<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.4585042699999,50.0474394299999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0773d9e4a83b6d9d7b975391deb98f51.setContent(html_cfd666b30c805cb4b291c5768b836b63);
marker_cfe9242e55e90fc28bfa89976905e588.bindPopup(popup_0773d9e4a83b6d9d7b975391deb98f51)
;
marker_cfe9242e55e90fc28bfa89976905e588.bindTooltip(
`<div>
شركة التجاره الرقميه
</div>`,
{
"sticky": true,
}
);
marker_cfe9242e55e90fc28bfa89976905e588.setIcon(icon_68b276aa565a818b7a3aa66aea09b820);
var marker_d3359a3d48cea1983ac19b2c267bafc6 = L.marker(
[26.45850982, 50.0501359599999],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_573e42ce97671d7b705dc586399cea79 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_921908daf00a54f8f60cf4e1b5dfa3d6 = L.popup({
"maxWidth": 320,
});
var html_a24992a489425f3a37f534960c371c1f = $(`<div id="html_a24992a489425f3a37f534960c371c1f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الخليج العذب لزيوت التشحيم</b><br> السجل التجاري: 2050036623<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.45850982,50.0501359599999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_921908daf00a54f8f60cf4e1b5dfa3d6.setContent(html_a24992a489425f3a37f534960c371c1f);
marker_d3359a3d48cea1983ac19b2c267bafc6.bindPopup(popup_921908daf00a54f8f60cf4e1b5dfa3d6)
;
marker_d3359a3d48cea1983ac19b2c267bafc6.bindTooltip(
`<div>
شركة الخليج العذب لزيوت التشحيم
</div>`,
{
"sticky": true,
}
);
marker_d3359a3d48cea1983ac19b2c267bafc6.setIcon(icon_573e42ce97671d7b705dc586399cea79);
var marker_65d0e6144584a3143e24ad1c9c6c9ae4 = L.marker(
[26.4595984197763, 50.04859025785686],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_9565b8436b33782727a0999f57c49378 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c09015473b90767ddd184d3a58b5d019 = L.popup({
"maxWidth": 320,
});
var html_4aa107ff741fb34590ce42b4e7eb2f73 = $(`<div id="html_4aa107ff741fb34590ce42b4e7eb2f73" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الصقور الأربعة المحدودة</b><br> السجل التجاري: 2050194519<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.4595984197763,50.04859025785686" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c09015473b90767ddd184d3a58b5d019.setContent(html_4aa107ff741fb34590ce42b4e7eb2f73);
marker_65d0e6144584a3143e24ad1c9c6c9ae4.bindPopup(popup_c09015473b90767ddd184d3a58b5d019)
;
marker_65d0e6144584a3143e24ad1c9c6c9ae4.bindTooltip(
`<div>
شركة الصقور الأربعة المحدودة
</div>`,
{
"sticky": true,
}
);
marker_65d0e6144584a3143e24ad1c9c6c9ae4.setIcon(icon_9565b8436b33782727a0999f57c49378);
var marker_4d896c23cda49ad69ebf9c782b89de29 = L.marker(
[26.4598027999999, 50.03063997],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_24a2521c7bb9c4e0c7f57cd7fbe37efb = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_89b42d58f11c7c4bae4a657a13fd934e = L.popup({
"maxWidth": 320,
});
var html_7126256753f709fdedbbbb647f9d26cf = $(`<div id="html_7126256753f709fdedbbbb647f9d26cf" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عبدالعزيز عبدالرحمن أبوسبيت للفيبر جلاس شركة ذات المسؤولية محدودة</b><br> السجل التجاري: 2050032377<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.4598027999999,50.03063997" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_89b42d58f11c7c4bae4a657a13fd934e.setContent(html_7126256753f709fdedbbbb647f9d26cf);
marker_4d896c23cda49ad69ebf9c782b89de29.bindPopup(popup_89b42d58f11c7c4bae4a657a13fd934e)
;
marker_4d896c23cda49ad69ebf9c782b89de29.bindTooltip(
`<div>
شركة عبدالعزيز عبدالرحمن أبوسبيت للفيبر جلاس شركة ذات المسؤولية محدودة
</div>`,
{
"sticky": true,
}
);
marker_4d896c23cda49ad69ebf9c782b89de29.setIcon(icon_24a2521c7bb9c4e0c7f57cd7fbe37efb);
var marker_0076037c9433e8d2adf98fa9a22574a1 = L.marker(
[26.46000832, 50.0479222499999],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_4877522c0a19e128c58f556ed30eab37 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_14c6391dbaafe8377e9d465b25de41ec = L.popup({
"maxWidth": 320,
});
var html_2073c9664a72524f4796c849539677a2 = $(`<div id="html_2073c9664a72524f4796c849539677a2" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مصنع شركة لين العربية التجارية</b><br> السجل التجاري: 2050067186<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.46000832,50.0479222499999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_14c6391dbaafe8377e9d465b25de41ec.setContent(html_2073c9664a72524f4796c849539677a2);
marker_0076037c9433e8d2adf98fa9a22574a1.bindPopup(popup_14c6391dbaafe8377e9d465b25de41ec)
;
marker_0076037c9433e8d2adf98fa9a22574a1.bindTooltip(
`<div>
مصنع شركة لين العربية التجارية
</div>`,
{
"sticky": true,
}
);
marker_0076037c9433e8d2adf98fa9a22574a1.setIcon(icon_4877522c0a19e128c58f556ed30eab37);
var marker_f5f9fff31d0772cbc397384f9720e37f = L.marker(
[26.46037740132165, 50.03996340724387],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_b4329352cf39f18ca415f7e7c3c19655 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_41dd88d14354ff50ccb3979bf16966d3 = L.popup({
"maxWidth": 320,
});
var html_891bd8dafc2754539959b2370cce9cfe = $(`<div id="html_891bd8dafc2754539959b2370cce9cfe" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة معادن العربية الخاصة المحدودة</b><br> السجل التجاري: 2050188002<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.46037740132165,50.03996340724387" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_41dd88d14354ff50ccb3979bf16966d3.setContent(html_891bd8dafc2754539959b2370cce9cfe);
marker_f5f9fff31d0772cbc397384f9720e37f.bindPopup(popup_41dd88d14354ff50ccb3979bf16966d3)
;
marker_f5f9fff31d0772cbc397384f9720e37f.bindTooltip(
`<div>
شركة معادن العربية الخاصة المحدودة
</div>`,
{
"sticky": true,
}
);
marker_f5f9fff31d0772cbc397384f9720e37f.setIcon(icon_b4329352cf39f18ca415f7e7c3c19655);
var marker_a41f4c406b33d981e4612a6244323bbf = L.marker(
[26.46177497, 50.03859037],
{
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
var icon_ee437e7a7f20198c0a185ab4480df219 = L.AwesomeMarkers.icon(
{
"markerColor": "beige",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9561cf83039d3692dd05a1aa64893b48 = L.popup({
"maxWidth": 320,
});
var html_48c4beaaf9536edbb8da2ab93b8560bd = $(`<div id="html_48c4beaaf9536edbb8da2ab93b8560bd" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة هلال الجزيرة للتجارة</b><br> السجل التجاري: 2050111140<br> المنطقة: الدمام<br> الحارة: الخضرية<br> <a href="https://www.google.com/maps?q=26.46177497,50.03859037" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9561cf83039d3692dd05a1aa64893b48.setContent(html_48c4beaaf9536edbb8da2ab93b8560bd);
marker_a41f4c406b33d981e4612a6244323bbf.bindPopup(popup_9561cf83039d3692dd05a1aa64893b48)
;
marker_a41f4c406b33d981e4612a6244323bbf.bindTooltip(
`<div>
شركة هلال الجزيرة للتجارة
</div>`,
{
"sticky": true,
}
);
marker_a41f4c406b33d981e4612a6244323bbf.setIcon(icon_ee437e7a7f20198c0a185ab4480df219);
map_a555f92f190af05adccf6c67cd8566ba.fitBounds(
[[26.45636594, 50.0433207199999], [26.44001429, 50.05202508], [26.440111, 50.0535331399999], [26.4402209, 50.05171113], [26.4402919499999, 50.05433656], [26.44073334, 50.05591832], [26.44103898078413, 50.05337910346642], [26.4410627699999, 50.0574452899999], [26.44122545, 50.04958157], [26.44128321162105, 50.05745898932219], [26.44138684, 50.05007381], [26.44144843, 50.0508754499999], [26.45639832, 50.0404445499999], [26.4564576699999, 50.0496928999999], [26.4568275148949, 50.0412695648664], [26.45692658128566, 50.05076667549145], [26.4572253195222, 50.04558107427135], [26.45737889, 50.04901464], [26.45737897693107, 50.04302419871195], [26.45789316198844, 50.04466426558793], [26.45821106298488, 50.04466131067758], [26.4582797499999, 50.0453756499999], [26.4585042699999, 50.0474394299999], [26.45850982, 50.0501359599999], [26.4595984197763, 50.04859025785686], [26.4598027999999, 50.03063997], [26.46000832, 50.0479222499999], [26.46037740132165, 50.03996340724387], [26.46177497, 50.03859037]],
{"padding": [30, 30]}
);
var layer_control_c52e35eec355d36a865694caa00679d9_layers = {
base_layers : {
"\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u0634\u0627\u0631\u0639" : tile_layer_9493faca86e0202214df7ee6393e414b,
"\u0623\u0642\u0645\u0627\u0631 \u0635\u0646\u0627\u0639\u064a\u0629 (Esri)" : tile_layer_e8530bbfac701496af5f5e1810ea7524,
},
overlays : {
},
};
let layer_control_c52e35eec355d36a865694caa00679d9 = L.control.layers(
layer_control_c52e35eec355d36a865694caa00679d9_layers.base_layers,
layer_control_c52e35eec355d36a865694caa00679d9_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_a555f92f190af05adccf6c67cd8566ba);
</script>
</html>