Map / EQ /29.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_c46520386154ada7afa4393119e12294 {
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">فيصل تركي فيصل القحطاني - 29</span>
<span class="toggle" id="hideStats">إخفاء</span>
</div>
<div class="stats-body" id="statsBody">
<b>عدد المواقع:</b> 33<br>
<b>عدد الحارات:</b> 2<br>
<b>الأكثر:</b> <b>الثقبة</b>: 32 | <b>شاطى نصف القمر</b>: 1
<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;">(32)</span>
</div>
<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;">(1)</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_c46520386154ada7afa4393119e12294;
// items: list of objects (title, lat, lon, markerVar)
const items = [{"title": "شركة ألذ طبق لتقديم الوجبات شركة شخص واحد", "lat": 26.19070857, "lon": 50.003846, "markerVar": "marker_251829b030bed7598dca68765b7c38ec"}, {"title": "شركة الغين التقني لتقنية المعلومات", "lat": 26.277530556148, "lon": 50.1876755461468, "markerVar": "marker_c6e0f3616a37c39f38d16bd82b6d3ca4"}, {"title": "شركة ناصر سعيد الهاجرى وشركاه للمقاولات", "lat": 26.2684489399999, "lon": 50.18989019, "markerVar": "marker_c6f775e0993c7042a745dc5cbeb6d760"}, {"title": "شركة مختارات نجد للمجوهرات", "lat": 26.2775306899999, "lon": 50.19087322, "markerVar": "marker_36d2780a7b645cf1a2009d1786325eef"}, {"title": "شركة بسمة الشرق للمواد الغذائية", "lat": 26.2772371199999, "lon": 50.1925802299999, "markerVar": "marker_72ff27d1e0b7b5157bd1d2bb24789024"}, {"title": "شركة ماسح التجارية", "lat": 26.27691966, "lon": 50.1926446, "markerVar": "marker_d6de240800b4f6b368bac904e25ed7fd"}, {"title": "شركة ساميا التجارية", "lat": 26.27646766, "lon": 50.19363939, "markerVar": "marker_9e1274fe82adff8a96feb1b8bbb09001"}, {"title": "شركة الأنظمة الخليجيةالمبتكرة للتجارة والمقاولات", "lat": 26.27662158, "lon": 50.1939161299999, "markerVar": "marker_0297049fd49e690f4922da9b48967f25"}, {"title": "شركة ركن سلسبيل للتشغيل والصيانة", "lat": 26.2734805499999, "lon": 50.1942155699999, "markerVar": "marker_2d4f7f6acac70048c94816cd95f97d5c"}, {"title": "شركة سيمينتاثيونيس بيتروليراس العربية لحفر الآبار", "lat": 26.27429565426374, "lon": 50.1942821692676, "markerVar": "marker_ca1f0901ff15af01344d96ecfec54e2e"}, {"title": "شركة أمواج البحر الحديثة للمقاولات شخص واحد قابضة", "lat": 26.27174344739004, "lon": 50.19468460617298, "markerVar": "marker_03d153d85c7d5425443e992c238f983e"}, {"title": "شركة نجم البر للتجارة", "lat": 26.2742298299999, "lon": 50.19488167, "markerVar": "marker_7dc00e1798f95ae9645b705cb1d187a6"}, {"title": "شركة السماحة المشرقة التجارية شخص واحد", "lat": 26.269104004, "lon": 50.1954956050001, "markerVar": "marker_f63b273ba791b06d9d6339c22e209e01"}, {"title": "شركة يونيتي بيلد المحدودة", "lat": 26.27735743803106, "lon": 50.19653140349196, "markerVar": "marker_1f85b597795b95f0531d5a52065f6709"}, {"title": "شركة المسارات الأربعة لخدمات السيارات شركة الشخص الواحد", "lat": 26.26098167, "lon": 50.1977721399999, "markerVar": "marker_27a01b81d5a06c9f2936d6b389b0bdc2"}, {"title": "شركة حنيف علام للتجارة", "lat": 26.26697418735, "lon": 50.19864460453391, "markerVar": "marker_d8b8dc0356186e9c9ac1ab1387036121"}, {"title": "شركة كرز العرب للمواد الغذائية شركة شخص واحد", "lat": 26.2757229899999, "lon": 50.1992847699999, "markerVar": "marker_1585392d6818c225d092d5f3734f4db4"}, {"title": "شركة شاطى التوفير التجارية", "lat": 26.2633678099999, "lon": 50.20404922, "markerVar": "marker_660ecb4a1605fdde3f81fa27e1abcd5f"}, {"title": "شركة الفارس الأول التجارية", "lat": 26.26372925, "lon": 50.2043243, "markerVar": "marker_3f2b3c4f0b44b6c19036e70b1bd331cc"}, {"title": "شركة الواحه العربي شركة شخص واحد", "lat": 26.26356223, "lon": 50.20448403, "markerVar": "marker_d48a36f581b96a1b041ecd4f0d1a1870"}, {"title": "شركة الواصلة الدولي المحدودة شركة شخص واحد", "lat": 26.28417030493362, "lon": 50.18213394240323, "markerVar": "marker_d2981bc94fc38cb1b4f5fb90a3e90a22"}, {"title": "شركة أصالة كارمن للتجارة", "lat": 26.28604879680837, "lon": 50.18475729972124, "markerVar": "marker_3b1d44502d907131788d5dcba791eab5"}, {"title": "شركة نجوم العربية لتأجير المعدات شركة الشخص الواحد", "lat": 26.28431029, "lon": 50.1874305999999, "markerVar": "marker_c9a11511d55c257244b15fcd25a75fab"}, {"title": "فرع شركة ذا فيفث كونستركشن كومباني اوف سينوبيك", "lat": 26.28506287, "lon": 50.18746474, "markerVar": "marker_671d72a55725024db95d003a8ea27034"}, {"title": "شركة تراكيب المتقدمة للالمنيوم", "lat": 26.28132658, "lon": 50.18851997, "markerVar": "marker_d79aa855437e8f4c67e2ac5ece970cb1"}, {"title": "شركة سمت الارتفاع المحدودة شركة ذات المسؤولية المحدودة من شخص واحد", "lat": 26.2841536299999, "lon": 50.1886468499999, "markerVar": "marker_a7f82fd158e081ac71c3a82916d03369"}, {"title": "مركز تطبيقات التدريب للتدريب", "lat": 26.2841281199999, "lon": 50.1886568299999, "markerVar": "marker_f048910fc8ec7b885b14bd49be036ab3"}, {"title": "شركة أرم اسوشيتس للاستشارات شركة الشخص الواحد", "lat": 26.2859997599999, "lon": 50.18890734, "markerVar": "marker_5b58fab4418c0a2f07d2b8fa9b7c31bd"}, {"title": "شركة اقرار أحمد وشريكه للمقاولات المحدودة", "lat": 26.2820729642483, "lon": 50.1892387901078, "markerVar": "marker_3b9412c9674e8dccb6223e5874a8a435"}, {"title": "شركة الشجاعة العربية للمقاولات", "lat": 26.27753247509148, "lon": 50.19079979418431, "markerVar": "marker_2da951adbed069faf96d96879b91e065"}, {"title": "شركة سهم الدولي العقارية", "lat": 26.28545013, "lon": 50.1908032899999, "markerVar": "marker_c7036c18ed7404f8bee9193637bc22a7"}, {"title": "شركة جمال عيون المها للنظارات شركة شخص واحد", "lat": 26.2813395, "lon": 50.1916805299999, "markerVar": "marker_decdef3d949aedda52a66ccbffd5eca9"}, {"title": "شركة تعريب للترجمة شخص واحد", "lat": 26.28072583255105, "lon": 50.19185392186046, "markerVar": "marker_3450c5d433aee6be66364c34d2f8ae40"}];
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_c46520386154ada7afa4393119e12294" ></div>
</body>
<script>
var map_c46520386154ada7afa4393119e12294 = L.map(
"map_c46520386154ada7afa4393119e12294",
{
center: [26.273888942145902, 50.1871093725118],
crs: L.CRS.EPSG3857,
...{
"zoom": 13,
"zoomControl": true,
"preferCanvas": false,
}
}
);
L.control.scale().addTo(map_c46520386154ada7afa4393119e12294);
var tile_layer_f49548e01bf8d2e324e1c0a507f49c73 = 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_f49548e01bf8d2e324e1c0a507f49c73.addTo(map_c46520386154ada7afa4393119e12294);
var tile_layer_a10c86a69061c19380830614c0d3a9d2 = 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_a10c86a69061c19380830614c0d3a9d2.addTo(map_c46520386154ada7afa4393119e12294);
var locate_control_a7a8164f67c75b61c5443deb9f59d095 = L.control.locate(
{"flyTo": true}
).addTo(map_c46520386154ada7afa4393119e12294);
var marker_251829b030bed7598dca68765b7c38ec = L.marker(
[26.19070857, 50.003846],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_ecf5c2513e9bb6d4ef766989bbe42c02 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_42c8970e8e5f797cf97db44e57bda2f9 = L.popup({
"maxWidth": 320,
});
var html_cb5a010da1d5f559413a7b13b8753965 = $(`<div id="html_cb5a010da1d5f559413a7b13b8753965" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ألذ طبق لتقديم الوجبات شركة شخص واحد</b><br> السجل التجاري: 2050157411<br> المنطقة: شاطى نصف القمر<br> الحارة: شاطى نصف القمر<br> <a href="https://www.google.com/maps?q=26.19070857,50.003846" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_42c8970e8e5f797cf97db44e57bda2f9.setContent(html_cb5a010da1d5f559413a7b13b8753965);
marker_251829b030bed7598dca68765b7c38ec.bindPopup(popup_42c8970e8e5f797cf97db44e57bda2f9)
;
marker_251829b030bed7598dca68765b7c38ec.bindTooltip(
`<div>
شركة ألذ طبق لتقديم الوجبات شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_251829b030bed7598dca68765b7c38ec.setIcon(icon_ecf5c2513e9bb6d4ef766989bbe42c02);
var marker_c6e0f3616a37c39f38d16bd82b6d3ca4 = L.marker(
[26.277530556148, 50.1876755461468],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_71465890900a326079c1671557990e1e = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_2e6dfa8f557843eeff45d87162a0b24f = L.popup({
"maxWidth": 320,
});
var html_d391b5858e15a95c67ec5e8165c8f814 = $(`<div id="html_d391b5858e15a95c67ec5e8165c8f814" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الغين التقني لتقنية المعلومات</b><br> السجل التجاري: 2051214261<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.277530556148,50.1876755461468" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_2e6dfa8f557843eeff45d87162a0b24f.setContent(html_d391b5858e15a95c67ec5e8165c8f814);
marker_c6e0f3616a37c39f38d16bd82b6d3ca4.bindPopup(popup_2e6dfa8f557843eeff45d87162a0b24f)
;
marker_c6e0f3616a37c39f38d16bd82b6d3ca4.bindTooltip(
`<div>
شركة الغين التقني لتقنية المعلومات
</div>`,
{
"sticky": true,
}
);
marker_c6e0f3616a37c39f38d16bd82b6d3ca4.setIcon(icon_71465890900a326079c1671557990e1e);
var marker_c6f775e0993c7042a745dc5cbeb6d760 = L.marker(
[26.2684489399999, 50.18989019],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_4150aeb9091b9e7f668c8e1131d2b859 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_815dd9c637fce2d1580cfb95f95c75d5 = L.popup({
"maxWidth": 320,
});
var html_14f89063e2f581ee4831df62f7873e0d = $(`<div id="html_14f89063e2f581ee4831df62f7873e0d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ناصر سعيد الهاجرى وشركاه للمقاولات</b><br> السجل التجاري: 2060006231<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2684489399999,50.18989019" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_815dd9c637fce2d1580cfb95f95c75d5.setContent(html_14f89063e2f581ee4831df62f7873e0d);
marker_c6f775e0993c7042a745dc5cbeb6d760.bindPopup(popup_815dd9c637fce2d1580cfb95f95c75d5)
;
marker_c6f775e0993c7042a745dc5cbeb6d760.bindTooltip(
`<div>
شركة ناصر سعيد الهاجرى وشركاه للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_c6f775e0993c7042a745dc5cbeb6d760.setIcon(icon_4150aeb9091b9e7f668c8e1131d2b859);
var marker_36d2780a7b645cf1a2009d1786325eef = L.marker(
[26.2775306899999, 50.19087322],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_5f766aac1f02dc107e221be0a967486e = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ee2dd578fa727963b61e898e9e92c628 = L.popup({
"maxWidth": 320,
});
var html_1065432f0b1f6c67e267b1e50f4a2cdb = $(`<div id="html_1065432f0b1f6c67e267b1e50f4a2cdb" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مختارات نجد للمجوهرات</b><br> السجل التجاري: 2051062985<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2775306899999,50.19087322" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ee2dd578fa727963b61e898e9e92c628.setContent(html_1065432f0b1f6c67e267b1e50f4a2cdb);
marker_36d2780a7b645cf1a2009d1786325eef.bindPopup(popup_ee2dd578fa727963b61e898e9e92c628)
;
marker_36d2780a7b645cf1a2009d1786325eef.bindTooltip(
`<div>
شركة مختارات نجد للمجوهرات
</div>`,
{
"sticky": true,
}
);
marker_36d2780a7b645cf1a2009d1786325eef.setIcon(icon_5f766aac1f02dc107e221be0a967486e);
var marker_72ff27d1e0b7b5157bd1d2bb24789024 = L.marker(
[26.2772371199999, 50.1925802299999],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_38d67d507962806838c01cb72ca9751c = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_f8688c54773a0298d48c68fb15a4a026 = L.popup({
"maxWidth": 320,
});
var html_fc36ff01b0248d9b01673a57d6a175ed = $(`<div id="html_fc36ff01b0248d9b01673a57d6a175ed" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة بسمة الشرق للمواد الغذائية</b><br> السجل التجاري: 2051230017<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2772371199999,50.1925802299999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_f8688c54773a0298d48c68fb15a4a026.setContent(html_fc36ff01b0248d9b01673a57d6a175ed);
marker_72ff27d1e0b7b5157bd1d2bb24789024.bindPopup(popup_f8688c54773a0298d48c68fb15a4a026)
;
marker_72ff27d1e0b7b5157bd1d2bb24789024.bindTooltip(
`<div>
شركة بسمة الشرق للمواد الغذائية
</div>`,
{
"sticky": true,
}
);
marker_72ff27d1e0b7b5157bd1d2bb24789024.setIcon(icon_38d67d507962806838c01cb72ca9751c);
var marker_d6de240800b4f6b368bac904e25ed7fd = L.marker(
[26.27691966, 50.1926446],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_ed2b20a9ef57da19e9d3bd8710e789fe = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_753236eedc02c1e4fb04f5364709ab35 = L.popup({
"maxWidth": 320,
});
var html_b6533a9b04eb6c5ccad1febdca7f6903 = $(`<div id="html_b6533a9b04eb6c5ccad1febdca7f6903" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ماسح التجارية</b><br> السجل التجاري: 2052102236<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.27691966,50.1926446" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_753236eedc02c1e4fb04f5364709ab35.setContent(html_b6533a9b04eb6c5ccad1febdca7f6903);
marker_d6de240800b4f6b368bac904e25ed7fd.bindPopup(popup_753236eedc02c1e4fb04f5364709ab35)
;
marker_d6de240800b4f6b368bac904e25ed7fd.bindTooltip(
`<div>
شركة ماسح التجارية
</div>`,
{
"sticky": true,
}
);
marker_d6de240800b4f6b368bac904e25ed7fd.setIcon(icon_ed2b20a9ef57da19e9d3bd8710e789fe);
var marker_9e1274fe82adff8a96feb1b8bbb09001 = L.marker(
[26.27646766, 50.19363939],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_ea57346262fc7172718e4315720c2bb9 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_d6dd3b5d0dbc7b45e31cf9fe6ac58fd4 = L.popup({
"maxWidth": 320,
});
var html_13ef79867e17555670ee468fbe8b55ef = $(`<div id="html_13ef79867e17555670ee468fbe8b55ef" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ساميا التجارية</b><br> السجل التجاري: 2060028624<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.27646766,50.19363939" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_d6dd3b5d0dbc7b45e31cf9fe6ac58fd4.setContent(html_13ef79867e17555670ee468fbe8b55ef);
marker_9e1274fe82adff8a96feb1b8bbb09001.bindPopup(popup_d6dd3b5d0dbc7b45e31cf9fe6ac58fd4)
;
marker_9e1274fe82adff8a96feb1b8bbb09001.bindTooltip(
`<div>
شركة ساميا التجارية
</div>`,
{
"sticky": true,
}
);
marker_9e1274fe82adff8a96feb1b8bbb09001.setIcon(icon_ea57346262fc7172718e4315720c2bb9);
var marker_0297049fd49e690f4922da9b48967f25 = L.marker(
[26.27662158, 50.1939161299999],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_323f1bbe282f7508410b2a6eea4af139 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_2d68158722d5c698700eaa9e9618b57a = L.popup({
"maxWidth": 320,
});
var html_f5e1148b785931202b0ab55f3c669397 = $(`<div id="html_f5e1148b785931202b0ab55f3c669397" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الأنظمة الخليجيةالمبتكرة للتجارة والمقاولات</b><br> السجل التجاري: 2060036727<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.27662158,50.1939161299999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_2d68158722d5c698700eaa9e9618b57a.setContent(html_f5e1148b785931202b0ab55f3c669397);
marker_0297049fd49e690f4922da9b48967f25.bindPopup(popup_2d68158722d5c698700eaa9e9618b57a)
;
marker_0297049fd49e690f4922da9b48967f25.bindTooltip(
`<div>
شركة الأنظمة الخليجيةالمبتكرة للتجارة والمقاولات
</div>`,
{
"sticky": true,
}
);
marker_0297049fd49e690f4922da9b48967f25.setIcon(icon_323f1bbe282f7508410b2a6eea4af139);
var marker_2d4f7f6acac70048c94816cd95f97d5c = L.marker(
[26.2734805499999, 50.1942155699999],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_14310febc0cd77641781f7a91b54050f = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9f3ae1bd8d67dc1c3c2822a973700f86 = L.popup({
"maxWidth": 320,
});
var html_b27f639a13cef94e2f07b31ca2bdb257 = $(`<div id="html_b27f639a13cef94e2f07b31ca2bdb257" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ركن سلسبيل للتشغيل والصيانة</b><br> السجل التجاري: 2051244641<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2734805499999,50.1942155699999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9f3ae1bd8d67dc1c3c2822a973700f86.setContent(html_b27f639a13cef94e2f07b31ca2bdb257);
marker_2d4f7f6acac70048c94816cd95f97d5c.bindPopup(popup_9f3ae1bd8d67dc1c3c2822a973700f86)
;
marker_2d4f7f6acac70048c94816cd95f97d5c.bindTooltip(
`<div>
شركة ركن سلسبيل للتشغيل والصيانة
</div>`,
{
"sticky": true,
}
);
marker_2d4f7f6acac70048c94816cd95f97d5c.setIcon(icon_14310febc0cd77641781f7a91b54050f);
var marker_ca1f0901ff15af01344d96ecfec54e2e = L.marker(
[26.27429565426374, 50.1942821692676],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_fd2253d939dd41ca61ec10fadfe13f40 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_6dd7f2d88b6a39f8bc989d7605fbcbf5 = L.popup({
"maxWidth": 320,
});
var html_f1bd7b2ed8906c442daf865881d19b74 = $(`<div id="html_f1bd7b2ed8906c442daf865881d19b74" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سيمينتاثيونيس بيتروليراس العربية لحفر الآبار</b><br> السجل التجاري: 2051234046<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.27429565426374,50.1942821692676" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_6dd7f2d88b6a39f8bc989d7605fbcbf5.setContent(html_f1bd7b2ed8906c442daf865881d19b74);
marker_ca1f0901ff15af01344d96ecfec54e2e.bindPopup(popup_6dd7f2d88b6a39f8bc989d7605fbcbf5)
;
marker_ca1f0901ff15af01344d96ecfec54e2e.bindTooltip(
`<div>
شركة سيمينتاثيونيس بيتروليراس العربية لحفر الآبار
</div>`,
{
"sticky": true,
}
);
marker_ca1f0901ff15af01344d96ecfec54e2e.setIcon(icon_fd2253d939dd41ca61ec10fadfe13f40);
var marker_03d153d85c7d5425443e992c238f983e = L.marker(
[26.27174344739004, 50.19468460617298],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_0a1b80e70d5770f41608d65d0318e86e = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1ab7fd60d48a0f51d8d1f5e532f6adcf = L.popup({
"maxWidth": 320,
});
var html_1dba43ace11adb8524ac9abf2a8f1afd = $(`<div id="html_1dba43ace11adb8524ac9abf2a8f1afd" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة أمواج البحر الحديثة للمقاولات شخص واحد قابضة</b><br> السجل التجاري: 2051251737<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.27174344739004,50.19468460617298" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1ab7fd60d48a0f51d8d1f5e532f6adcf.setContent(html_1dba43ace11adb8524ac9abf2a8f1afd);
marker_03d153d85c7d5425443e992c238f983e.bindPopup(popup_1ab7fd60d48a0f51d8d1f5e532f6adcf)
;
marker_03d153d85c7d5425443e992c238f983e.bindTooltip(
`<div>
شركة أمواج البحر الحديثة للمقاولات شخص واحد قابضة
</div>`,
{
"sticky": true,
}
);
marker_03d153d85c7d5425443e992c238f983e.setIcon(icon_0a1b80e70d5770f41608d65d0318e86e);
var marker_7dc00e1798f95ae9645b705cb1d187a6 = L.marker(
[26.2742298299999, 50.19488167],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_2e5db81bb016306c2bacad3875e6000a = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_7716111b1c7a1a382053f27cb5055737 = L.popup({
"maxWidth": 320,
});
var html_21656a276bdb5037d70bd2a6d9c0786e = $(`<div id="html_21656a276bdb5037d70bd2a6d9c0786e" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نجم البر للتجارة</b><br> السجل التجاري: 1010239542<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2742298299999,50.19488167" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_7716111b1c7a1a382053f27cb5055737.setContent(html_21656a276bdb5037d70bd2a6d9c0786e);
marker_7dc00e1798f95ae9645b705cb1d187a6.bindPopup(popup_7716111b1c7a1a382053f27cb5055737)
;
marker_7dc00e1798f95ae9645b705cb1d187a6.bindTooltip(
`<div>
شركة نجم البر للتجارة
</div>`,
{
"sticky": true,
}
);
marker_7dc00e1798f95ae9645b705cb1d187a6.setIcon(icon_2e5db81bb016306c2bacad3875e6000a);
var marker_f63b273ba791b06d9d6339c22e209e01 = L.marker(
[26.269104004, 50.1954956050001],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_abc94dca144a2abeeed86b42fbb78f2b = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_08965a8ac5a1f85a81cb1c11e3613285 = L.popup({
"maxWidth": 320,
});
var html_5f063a02609d8f35b8dbdf63211ea7c9 = $(`<div id="html_5f063a02609d8f35b8dbdf63211ea7c9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة السماحة المشرقة التجارية شخص واحد</b><br> السجل التجاري: 2051064933<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.269104004,50.1954956050001" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_08965a8ac5a1f85a81cb1c11e3613285.setContent(html_5f063a02609d8f35b8dbdf63211ea7c9);
marker_f63b273ba791b06d9d6339c22e209e01.bindPopup(popup_08965a8ac5a1f85a81cb1c11e3613285)
;
marker_f63b273ba791b06d9d6339c22e209e01.bindTooltip(
`<div>
شركة السماحة المشرقة التجارية شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_f63b273ba791b06d9d6339c22e209e01.setIcon(icon_abc94dca144a2abeeed86b42fbb78f2b);
var marker_1f85b597795b95f0531d5a52065f6709 = L.marker(
[26.27735743803106, 50.19653140349196],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_1c8884350c9f3691bfeea3da7bc63b14 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_cd8d5f83e143a66dfe34767f5b65be86 = L.popup({
"maxWidth": 320,
});
var html_c5228a32e78c21c58bffabb73ba8b930 = $(`<div id="html_c5228a32e78c21c58bffabb73ba8b930" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة يونيتي بيلد المحدودة</b><br> السجل التجاري: 4031317632<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.27735743803106,50.19653140349196" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_cd8d5f83e143a66dfe34767f5b65be86.setContent(html_c5228a32e78c21c58bffabb73ba8b930);
marker_1f85b597795b95f0531d5a52065f6709.bindPopup(popup_cd8d5f83e143a66dfe34767f5b65be86)
;
marker_1f85b597795b95f0531d5a52065f6709.bindTooltip(
`<div>
شركة يونيتي بيلد المحدودة
</div>`,
{
"sticky": true,
}
);
marker_1f85b597795b95f0531d5a52065f6709.setIcon(icon_1c8884350c9f3691bfeea3da7bc63b14);
var marker_27a01b81d5a06c9f2936d6b389b0bdc2 = L.marker(
[26.26098167, 50.1977721399999],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_d185546918b28f9ee0b4f7ad72e43f29 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_8fd1eedfa46d42396b216ce8211d8e37 = L.popup({
"maxWidth": 320,
});
var html_19d4c49e64548dc74b29f6980b814151 = $(`<div id="html_19d4c49e64548dc74b29f6980b814151" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة المسارات الأربعة لخدمات السيارات شركة الشخص الواحد</b><br> السجل التجاري: 2051239464<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.26098167,50.1977721399999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_8fd1eedfa46d42396b216ce8211d8e37.setContent(html_19d4c49e64548dc74b29f6980b814151);
marker_27a01b81d5a06c9f2936d6b389b0bdc2.bindPopup(popup_8fd1eedfa46d42396b216ce8211d8e37)
;
marker_27a01b81d5a06c9f2936d6b389b0bdc2.bindTooltip(
`<div>
شركة المسارات الأربعة لخدمات السيارات شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_27a01b81d5a06c9f2936d6b389b0bdc2.setIcon(icon_d185546918b28f9ee0b4f7ad72e43f29);
var marker_d8b8dc0356186e9c9ac1ab1387036121 = L.marker(
[26.26697418735, 50.19864460453391],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_b00c21a92f5146b1b407df56d6a10f6b = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_58b1f5785ae122698468ad0af3515afa = L.popup({
"maxWidth": 320,
});
var html_d4e84a31e5728c82657216f815e27b68 = $(`<div id="html_d4e84a31e5728c82657216f815e27b68" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة حنيف علام للتجارة</b><br> السجل التجاري: 2051254377<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.26697418735,50.19864460453391" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_58b1f5785ae122698468ad0af3515afa.setContent(html_d4e84a31e5728c82657216f815e27b68);
marker_d8b8dc0356186e9c9ac1ab1387036121.bindPopup(popup_58b1f5785ae122698468ad0af3515afa)
;
marker_d8b8dc0356186e9c9ac1ab1387036121.bindTooltip(
`<div>
شركة حنيف علام للتجارة
</div>`,
{
"sticky": true,
}
);
marker_d8b8dc0356186e9c9ac1ab1387036121.setIcon(icon_b00c21a92f5146b1b407df56d6a10f6b);
var marker_1585392d6818c225d092d5f3734f4db4 = L.marker(
[26.2757229899999, 50.1992847699999],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_e3af31a5bb9a66297fcb7f4cf5e74eaf = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_d99ed2877d14f3391ab3681f3c658f29 = L.popup({
"maxWidth": 320,
});
var html_8e6d3fda23d5472cf3b1d646f1de48c8 = $(`<div id="html_8e6d3fda23d5472cf3b1d646f1de48c8" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة كرز العرب للمواد الغذائية شركة شخص واحد</b><br> السجل التجاري: 2051056365<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2757229899999,50.1992847699999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_d99ed2877d14f3391ab3681f3c658f29.setContent(html_8e6d3fda23d5472cf3b1d646f1de48c8);
marker_1585392d6818c225d092d5f3734f4db4.bindPopup(popup_d99ed2877d14f3391ab3681f3c658f29)
;
marker_1585392d6818c225d092d5f3734f4db4.bindTooltip(
`<div>
شركة كرز العرب للمواد الغذائية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_1585392d6818c225d092d5f3734f4db4.setIcon(icon_e3af31a5bb9a66297fcb7f4cf5e74eaf);
var marker_660ecb4a1605fdde3f81fa27e1abcd5f = L.marker(
[26.2633678099999, 50.20404922],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_d5e255cff08c4738bcbf6507f1451efd = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_50ca1e030687765b0255dc149351e9c0 = L.popup({
"maxWidth": 320,
});
var html_6fbe099c9f07c086a1a7c25a2d3c2583 = $(`<div id="html_6fbe099c9f07c086a1a7c25a2d3c2583" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة شاطى التوفير التجارية</b><br> السجل التجاري: 2051056752<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2633678099999,50.20404922" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_50ca1e030687765b0255dc149351e9c0.setContent(html_6fbe099c9f07c086a1a7c25a2d3c2583);
marker_660ecb4a1605fdde3f81fa27e1abcd5f.bindPopup(popup_50ca1e030687765b0255dc149351e9c0)
;
marker_660ecb4a1605fdde3f81fa27e1abcd5f.bindTooltip(
`<div>
شركة شاطى التوفير التجارية
</div>`,
{
"sticky": true,
}
);
marker_660ecb4a1605fdde3f81fa27e1abcd5f.setIcon(icon_d5e255cff08c4738bcbf6507f1451efd);
var marker_3f2b3c4f0b44b6c19036e70b1bd331cc = L.marker(
[26.26372925, 50.2043243],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_a07d3d1b1fb89de78e45cbcba47ef070 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e5233d182da3c79b74060be569c1714f = L.popup({
"maxWidth": 320,
});
var html_588553e37fef610187858f477ff4623c = $(`<div id="html_588553e37fef610187858f477ff4623c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الفارس الأول التجارية</b><br> السجل التجاري: 2053032725<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.26372925,50.2043243" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e5233d182da3c79b74060be569c1714f.setContent(html_588553e37fef610187858f477ff4623c);
marker_3f2b3c4f0b44b6c19036e70b1bd331cc.bindPopup(popup_e5233d182da3c79b74060be569c1714f)
;
marker_3f2b3c4f0b44b6c19036e70b1bd331cc.bindTooltip(
`<div>
شركة الفارس الأول التجارية
</div>`,
{
"sticky": true,
}
);
marker_3f2b3c4f0b44b6c19036e70b1bd331cc.setIcon(icon_a07d3d1b1fb89de78e45cbcba47ef070);
var marker_d48a36f581b96a1b041ecd4f0d1a1870 = L.marker(
[26.26356223, 50.20448403],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_d85affdceca01bacc218609692f739b8 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_d3882840a3d4e179722bf2650e681a5a = L.popup({
"maxWidth": 320,
});
var html_6d81a7127dfe38dedb84977cc7b6d822 = $(`<div id="html_6d81a7127dfe38dedb84977cc7b6d822" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الواحه العربي شركة شخص واحد</b><br> السجل التجاري: 2051024910<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.26356223,50.20448403" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_d3882840a3d4e179722bf2650e681a5a.setContent(html_6d81a7127dfe38dedb84977cc7b6d822);
marker_d48a36f581b96a1b041ecd4f0d1a1870.bindPopup(popup_d3882840a3d4e179722bf2650e681a5a)
;
marker_d48a36f581b96a1b041ecd4f0d1a1870.bindTooltip(
`<div>
شركة الواحه العربي شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_d48a36f581b96a1b041ecd4f0d1a1870.setIcon(icon_d85affdceca01bacc218609692f739b8);
var marker_d2981bc94fc38cb1b4f5fb90a3e90a22 = L.marker(
[26.28417030493362, 50.18213394240323],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_69dac48e9d9a1a795c475d98f809bebc = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_235a198cbadde21c8f40b7980ece9987 = L.popup({
"maxWidth": 320,
});
var html_ed2aa667fdf812143f82cf189271feea = $(`<div id="html_ed2aa667fdf812143f82cf189271feea" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الواصلة الدولي المحدودة شركة شخص واحد</b><br> السجل التجاري: 2051248283<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.28417030493362,50.18213394240323" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_235a198cbadde21c8f40b7980ece9987.setContent(html_ed2aa667fdf812143f82cf189271feea);
marker_d2981bc94fc38cb1b4f5fb90a3e90a22.bindPopup(popup_235a198cbadde21c8f40b7980ece9987)
;
marker_d2981bc94fc38cb1b4f5fb90a3e90a22.bindTooltip(
`<div>
شركة الواصلة الدولي المحدودة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_d2981bc94fc38cb1b4f5fb90a3e90a22.setIcon(icon_69dac48e9d9a1a795c475d98f809bebc);
var marker_3b1d44502d907131788d5dcba791eab5 = L.marker(
[26.28604879680837, 50.18475729972124],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_05c87b0e910207ff12c097d58b967e8b = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_86c40ead266e0c9592c0156e661c920d = L.popup({
"maxWidth": 320,
});
var html_ab004e51e3890a7ba75ba911606efab9 = $(`<div id="html_ab004e51e3890a7ba75ba911606efab9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة أصالة كارمن للتجارة</b><br> السجل التجاري: 4030396808<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.28604879680837,50.18475729972124" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_86c40ead266e0c9592c0156e661c920d.setContent(html_ab004e51e3890a7ba75ba911606efab9);
marker_3b1d44502d907131788d5dcba791eab5.bindPopup(popup_86c40ead266e0c9592c0156e661c920d)
;
marker_3b1d44502d907131788d5dcba791eab5.bindTooltip(
`<div>
شركة أصالة كارمن للتجارة
</div>`,
{
"sticky": true,
}
);
marker_3b1d44502d907131788d5dcba791eab5.setIcon(icon_05c87b0e910207ff12c097d58b967e8b);
var marker_c9a11511d55c257244b15fcd25a75fab = L.marker(
[26.28431029, 50.1874305999999],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_408c4ecc22f6fad1df7a144da83b6563 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_945d6894cfd1b29bbbe201e057c308bc = L.popup({
"maxWidth": 320,
});
var html_c02db350cec02880629e0adf5b0ccc97 = $(`<div id="html_c02db350cec02880629e0adf5b0ccc97" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نجوم العربية لتأجير المعدات شركة الشخص الواحد</b><br> السجل التجاري: 2050153647<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.28431029,50.1874305999999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_945d6894cfd1b29bbbe201e057c308bc.setContent(html_c02db350cec02880629e0adf5b0ccc97);
marker_c9a11511d55c257244b15fcd25a75fab.bindPopup(popup_945d6894cfd1b29bbbe201e057c308bc)
;
marker_c9a11511d55c257244b15fcd25a75fab.bindTooltip(
`<div>
شركة نجوم العربية لتأجير المعدات شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_c9a11511d55c257244b15fcd25a75fab.setIcon(icon_408c4ecc22f6fad1df7a144da83b6563);
var marker_671d72a55725024db95d003a8ea27034 = L.marker(
[26.28506287, 50.18746474],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_3d2854c4757a3bacf61ff3d66570c26c = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_fc306056ce2fe5d2b692b960e46c00b8 = L.popup({
"maxWidth": 320,
});
var html_8d2362bc4eef06bd9fd70a2daf5be2fd = $(`<div id="html_8d2362bc4eef06bd9fd70a2daf5be2fd" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>فرع شركة ذا فيفث كونستركشن كومباني اوف سينوبيك</b><br> السجل التجاري: 2051033310<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.28506287,50.18746474" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_fc306056ce2fe5d2b692b960e46c00b8.setContent(html_8d2362bc4eef06bd9fd70a2daf5be2fd);
marker_671d72a55725024db95d003a8ea27034.bindPopup(popup_fc306056ce2fe5d2b692b960e46c00b8)
;
marker_671d72a55725024db95d003a8ea27034.bindTooltip(
`<div>
فرع شركة ذا فيفث كونستركشن كومباني اوف سينوبيك
</div>`,
{
"sticky": true,
}
);
marker_671d72a55725024db95d003a8ea27034.setIcon(icon_3d2854c4757a3bacf61ff3d66570c26c);
var marker_d79aa855437e8f4c67e2ac5ece970cb1 = L.marker(
[26.28132658, 50.18851997],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_53d89064af1947abb5b83d01eafe33b0 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_3a40876c68a119f35a36a9678a0e3941 = L.popup({
"maxWidth": 320,
});
var html_1fee0f2dba70ec19cca6c96e3fc34624 = $(`<div id="html_1fee0f2dba70ec19cca6c96e3fc34624" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة تراكيب المتقدمة للالمنيوم</b><br> السجل التجاري: 2051229797<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.28132658,50.18851997" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_3a40876c68a119f35a36a9678a0e3941.setContent(html_1fee0f2dba70ec19cca6c96e3fc34624);
marker_d79aa855437e8f4c67e2ac5ece970cb1.bindPopup(popup_3a40876c68a119f35a36a9678a0e3941)
;
marker_d79aa855437e8f4c67e2ac5ece970cb1.bindTooltip(
`<div>
شركة تراكيب المتقدمة للالمنيوم
</div>`,
{
"sticky": true,
}
);
marker_d79aa855437e8f4c67e2ac5ece970cb1.setIcon(icon_53d89064af1947abb5b83d01eafe33b0);
var marker_a7f82fd158e081ac71c3a82916d03369 = L.marker(
[26.2841536299999, 50.1886468499999],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_29e690c31fee6c7e1b6e649b1a0ed97e = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b35e5e8112e2236f735abd939c31d5ec = L.popup({
"maxWidth": 320,
});
var html_c77c7ef77c5ceb78c28f5ba4812cc12f = $(`<div id="html_c77c7ef77c5ceb78c28f5ba4812cc12f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سمت الارتفاع المحدودة شركة ذات المسؤولية المحدودة من شخص واحد</b><br> السجل التجاري: 2051247074<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2841536299999,50.1886468499999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b35e5e8112e2236f735abd939c31d5ec.setContent(html_c77c7ef77c5ceb78c28f5ba4812cc12f);
marker_a7f82fd158e081ac71c3a82916d03369.bindPopup(popup_b35e5e8112e2236f735abd939c31d5ec)
;
marker_a7f82fd158e081ac71c3a82916d03369.bindTooltip(
`<div>
شركة سمت الارتفاع المحدودة شركة ذات المسؤولية المحدودة من شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_a7f82fd158e081ac71c3a82916d03369.setIcon(icon_29e690c31fee6c7e1b6e649b1a0ed97e);
var marker_f048910fc8ec7b885b14bd49be036ab3 = L.marker(
[26.2841281199999, 50.1886568299999],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_6ff24c70ecdb42d74b7a8d351bb48ca7 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c132c080149d493c82c9d0be195cea26 = L.popup({
"maxWidth": 320,
});
var html_96746f3c7ec473aa9124edd4448ba785 = $(`<div id="html_96746f3c7ec473aa9124edd4448ba785" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مركز تطبيقات التدريب للتدريب</b><br> السجل التجاري: 2051026572<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2841281199999,50.1886568299999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c132c080149d493c82c9d0be195cea26.setContent(html_96746f3c7ec473aa9124edd4448ba785);
marker_f048910fc8ec7b885b14bd49be036ab3.bindPopup(popup_c132c080149d493c82c9d0be195cea26)
;
marker_f048910fc8ec7b885b14bd49be036ab3.bindTooltip(
`<div>
مركز تطبيقات التدريب للتدريب
</div>`,
{
"sticky": true,
}
);
marker_f048910fc8ec7b885b14bd49be036ab3.setIcon(icon_6ff24c70ecdb42d74b7a8d351bb48ca7);
var marker_5b58fab4418c0a2f07d2b8fa9b7c31bd = L.marker(
[26.2859997599999, 50.18890734],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_8da810db37e8784f894bcc3aa80bc856 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_520ef3c5cf69eeb1c1b1c59a9a3b203c = L.popup({
"maxWidth": 320,
});
var html_77b6fced549198a2fc154c0b37687f7c = $(`<div id="html_77b6fced549198a2fc154c0b37687f7c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة أرم اسوشيتس للاستشارات شركة الشخص الواحد</b><br> السجل التجاري: 2051222539<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2859997599999,50.18890734" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_520ef3c5cf69eeb1c1b1c59a9a3b203c.setContent(html_77b6fced549198a2fc154c0b37687f7c);
marker_5b58fab4418c0a2f07d2b8fa9b7c31bd.bindPopup(popup_520ef3c5cf69eeb1c1b1c59a9a3b203c)
;
marker_5b58fab4418c0a2f07d2b8fa9b7c31bd.bindTooltip(
`<div>
شركة أرم اسوشيتس للاستشارات شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_5b58fab4418c0a2f07d2b8fa9b7c31bd.setIcon(icon_8da810db37e8784f894bcc3aa80bc856);
var marker_3b9412c9674e8dccb6223e5874a8a435 = L.marker(
[26.2820729642483, 50.1892387901078],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_84b6baffdf36ffb6b2ba1ecd5e4f8d97 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e5ec33bbada6ffa4b650f42a7e821932 = L.popup({
"maxWidth": 320,
});
var html_bf754538a0cce940bcea0b2ec493afd9 = $(`<div id="html_bf754538a0cce940bcea0b2ec493afd9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة اقرار أحمد وشريكه للمقاولات المحدودة</b><br> السجل التجاري: 2051026591<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2820729642483,50.1892387901078" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e5ec33bbada6ffa4b650f42a7e821932.setContent(html_bf754538a0cce940bcea0b2ec493afd9);
marker_3b9412c9674e8dccb6223e5874a8a435.bindPopup(popup_e5ec33bbada6ffa4b650f42a7e821932)
;
marker_3b9412c9674e8dccb6223e5874a8a435.bindTooltip(
`<div>
شركة اقرار أحمد وشريكه للمقاولات المحدودة
</div>`,
{
"sticky": true,
}
);
marker_3b9412c9674e8dccb6223e5874a8a435.setIcon(icon_84b6baffdf36ffb6b2ba1ecd5e4f8d97);
var marker_2da951adbed069faf96d96879b91e065 = L.marker(
[26.27753247509148, 50.19079979418431],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_e1d859a8dfe4517fcca69302b7749a36 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_bbe16fbfe4e5666531648472b5ed1d79 = L.popup({
"maxWidth": 320,
});
var html_dfa0a851f1db6ed145ac1bf472ab02fa = $(`<div id="html_dfa0a851f1db6ed145ac1bf472ab02fa" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الشجاعة العربية للمقاولات</b><br> السجل التجاري: 2051258355<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.27753247509148,50.19079979418431" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_bbe16fbfe4e5666531648472b5ed1d79.setContent(html_dfa0a851f1db6ed145ac1bf472ab02fa);
marker_2da951adbed069faf96d96879b91e065.bindPopup(popup_bbe16fbfe4e5666531648472b5ed1d79)
;
marker_2da951adbed069faf96d96879b91e065.bindTooltip(
`<div>
شركة الشجاعة العربية للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_2da951adbed069faf96d96879b91e065.setIcon(icon_e1d859a8dfe4517fcca69302b7749a36);
var marker_c7036c18ed7404f8bee9193637bc22a7 = L.marker(
[26.28545013, 50.1908032899999],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_53ee6df869525172f28de4630099aecf = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_78db9dc3131f460b5223a440593e02c2 = L.popup({
"maxWidth": 320,
});
var html_70ce82692d53168b7987378d03f45063 = $(`<div id="html_70ce82692d53168b7987378d03f45063" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سهم الدولي العقارية</b><br> السجل التجاري: 2050158373<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.28545013,50.1908032899999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_78db9dc3131f460b5223a440593e02c2.setContent(html_70ce82692d53168b7987378d03f45063);
marker_c7036c18ed7404f8bee9193637bc22a7.bindPopup(popup_78db9dc3131f460b5223a440593e02c2)
;
marker_c7036c18ed7404f8bee9193637bc22a7.bindTooltip(
`<div>
شركة سهم الدولي العقارية
</div>`,
{
"sticky": true,
}
);
marker_c7036c18ed7404f8bee9193637bc22a7.setIcon(icon_53ee6df869525172f28de4630099aecf);
var marker_decdef3d949aedda52a66ccbffd5eca9 = L.marker(
[26.2813395, 50.1916805299999],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_cf1bfdc841e029843f84f9f403d1f067 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c066de11421640c16b675414d079f7ef = L.popup({
"maxWidth": 320,
});
var html_c2dbc3849ab9abf5c7a4b1717eb4a96f = $(`<div id="html_c2dbc3849ab9abf5c7a4b1717eb4a96f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة جمال عيون المها للنظارات شركة شخص واحد</b><br> السجل التجاري: 2051224661<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2813395,50.1916805299999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c066de11421640c16b675414d079f7ef.setContent(html_c2dbc3849ab9abf5c7a4b1717eb4a96f);
marker_decdef3d949aedda52a66ccbffd5eca9.bindPopup(popup_c066de11421640c16b675414d079f7ef)
;
marker_decdef3d949aedda52a66ccbffd5eca9.bindTooltip(
`<div>
شركة جمال عيون المها للنظارات شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_decdef3d949aedda52a66ccbffd5eca9.setIcon(icon_cf1bfdc841e029843f84f9f403d1f067);
var marker_3450c5d433aee6be66364c34d2f8ae40 = L.marker(
[26.28072583255105, 50.19185392186046],
{
}
).addTo(map_c46520386154ada7afa4393119e12294);
var icon_89ee20642fa5f56af54df442ec4631fb = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_2c114167a1acd51c78ec038a181ea5c4 = L.popup({
"maxWidth": 320,
});
var html_7e4b63c239b88fa263e6e14fb94a6ba7 = $(`<div id="html_7e4b63c239b88fa263e6e14fb94a6ba7" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة تعريب للترجمة شخص واحد</b><br> السجل التجاري: 2051253177<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.28072583255105,50.19185392186046" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_2c114167a1acd51c78ec038a181ea5c4.setContent(html_7e4b63c239b88fa263e6e14fb94a6ba7);
marker_3450c5d433aee6be66364c34d2f8ae40.bindPopup(popup_2c114167a1acd51c78ec038a181ea5c4)
;
marker_3450c5d433aee6be66364c34d2f8ae40.bindTooltip(
`<div>
شركة تعريب للترجمة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_3450c5d433aee6be66364c34d2f8ae40.setIcon(icon_89ee20642fa5f56af54df442ec4631fb);
map_c46520386154ada7afa4393119e12294.fitBounds(
[[26.19070857, 50.003846], [26.277530556148, 50.1876755461468], [26.2684489399999, 50.18989019], [26.2775306899999, 50.19087322], [26.2772371199999, 50.1925802299999], [26.27691966, 50.1926446], [26.27646766, 50.19363939], [26.27662158, 50.1939161299999], [26.2734805499999, 50.1942155699999], [26.27429565426374, 50.1942821692676], [26.27174344739004, 50.19468460617298], [26.2742298299999, 50.19488167], [26.269104004, 50.1954956050001], [26.27735743803106, 50.19653140349196], [26.26098167, 50.1977721399999], [26.26697418735, 50.19864460453391], [26.2757229899999, 50.1992847699999], [26.2633678099999, 50.20404922], [26.26372925, 50.2043243], [26.26356223, 50.20448403], [26.28417030493362, 50.18213394240323], [26.28604879680837, 50.18475729972124], [26.28431029, 50.1874305999999], [26.28506287, 50.18746474], [26.28132658, 50.18851997], [26.2841536299999, 50.1886468499999], [26.2841281199999, 50.1886568299999], [26.2859997599999, 50.18890734], [26.2820729642483, 50.1892387901078], [26.27753247509148, 50.19079979418431], [26.28545013, 50.1908032899999], [26.2813395, 50.1916805299999], [26.28072583255105, 50.19185392186046]],
{"padding": [30, 30]}
);
var layer_control_4481162e8c8b3afdc2588bd9ff7352ad_layers = {
base_layers : {
"\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u0634\u0627\u0631\u0639" : tile_layer_f49548e01bf8d2e324e1c0a507f49c73,
"\u0623\u0642\u0645\u0627\u0631 \u0635\u0646\u0627\u0639\u064a\u0629 (Esri)" : tile_layer_a10c86a69061c19380830614c0d3a9d2,
},
overlays : {
},
};
let layer_control_4481162e8c8b3afdc2588bd9ff7352ad = L.control.layers(
layer_control_4481162e8c8b3afdc2588bd9ff7352ad_layers.base_layers,
layer_control_4481162e8c8b3afdc2588bd9ff7352ad_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_c46520386154ada7afa4393119e12294);
</script>
</html>