Map / EQ /30.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_53b3eafc2166bfcb88d621b5d1b36fb4 {
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">لولوه بدر بن حمد الصياح - 30</span>
<span class="toggle" id="hideStats">إخفاء</span>
</div>
<div class="stats-body" id="statsBody">
<b>عدد المواقع:</b> 30<br>
<b>عدد الحارات:</b> 2<br>
<b>الأكثر:</b> <b>صناعية الثقبة</b>: 19 | <b>الثقبة</b>: 11
<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:#212529;display:inline-block;border:1px solid rgba(0,0,0,0.2);"></span>
<span style="font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px;">صناعية الثقبة</span>
<span style="font-size:12px;color:#666;">(19)</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;">(11)</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_53b3eafc2166bfcb88d621b5d1b36fb4;
// items: list of objects (title, lat, lon, markerVar)
const items = [{"title": "شركة داني الغذاء التجارية", "lat": 26.2777145099999, "lon": 50.19195598, "markerVar": "marker_50d6755d5a443e042373bb9645964548"}, {"title": "شركة يمين السعودية للمقاولات الشركة تحت الصفية", "lat": 26.2833795747864, "lon": 50.19259922307182, "markerVar": "marker_5f51472ca2dae9982e484b281ef3b90c"}, {"title": "شركة جلوبال فلورال العربية للتجارة شركة شخص واحد", "lat": 26.28254531367618, "lon": 50.19514007050981, "markerVar": "marker_18f9b5d91e96f51aa015e760cfffe706"}, {"title": "شركة راك العربية التجارية", "lat": 26.28244886203204, "lon": 50.19563048779782, "markerVar": "marker_9293cb6bf9aa3615e37b84c937069b36"}, {"title": "شركة القمة الخماسية المحدودة", "lat": 26.28399594192734, "lon": 50.1957898324258, "markerVar": "marker_b064672e7fa135494a9283329ba78b0b"}, {"title": "شركة زخرفة العمارة للمقاولات شركة الشخص الواحد", "lat": 26.282548676, "lon": 50.19697927, "markerVar": "marker_7f5ebe02b9d8830784c3be35b4929c03"}, {"title": "مطعم الجزيرة التراثية لتقديم الوجبات", "lat": 26.28095884, "lon": 50.19701104, "markerVar": "marker_e81a13323bd4622f10185119c48357e3"}, {"title": "شركة بن للأطعمة المحدودة", "lat": 26.28693307, "lon": 50.1836796099999, "markerVar": "marker_5ff4bf32a7f54635f256dffa5848638f"}, {"title": "شركة جود الماسية المحدودة", "lat": 26.2863467799999, "lon": 50.18394166, "markerVar": "marker_bd360fde3e91c79a2cd2023350848a8a"}, {"title": "شركة زهرة اكاسيا التجارية", "lat": 26.28703475761558, "lon": 50.18408164485307, "markerVar": "marker_124b902b2de4c427cabe57680e1b16f6"}, {"title": "شركة ضمانك الأمثل للتجارة شركة شخص واحد", "lat": 26.2861858099999, "lon": 50.18412801, "markerVar": "marker_2eb0e19159adeefd0963580de2c2d3ac"}, {"title": "شركة رواد الحلول الفنية التجارية", "lat": 26.2569994999999, "lon": 50.1926608599999, "markerVar": "marker_b19b8cc89245f7543632ac9492a1679e"}, {"title": "شركه الربط الطبي للصيانة والتشغيل المحدودة", "lat": 26.25390625, "lon": 50.19708252, "markerVar": "marker_a38bdba9a749c7c5dbf085faa648fc9c"}, {"title": "شركة ساحة الطريق للانظمة الالكترونية شركة الشخص الواحد", "lat": 26.2535136, "lon": 50.1980830099999, "markerVar": "marker_729b51254fe2272dffb138f3e95023db"}, {"title": "شركة ابراج سديم الصناعية", "lat": 26.25743736085182, "lon": 50.19887234084308, "markerVar": "marker_270167cfc25183529aa0a3d04e9ad62e"}, {"title": "شركة وفاء البحر لصيانة السيارات", "lat": 26.25801832, "lon": 50.1990280899999, "markerVar": "marker_fb4ef2489165058ac04f8e792c81042d"}, {"title": "شركة كير العربية سرفيسز المحدودة", "lat": 26.26015262678422, "lon": 50.19927827641368, "markerVar": "marker_eff3568fe1fef3292974133ac099faff"}, {"title": "شركة النجم الأزرق لخدمات السيارات شركة شخص واحد", "lat": 26.2613331099999, "lon": 50.19943775, "markerVar": "marker_37d1af0b508eacd74b1f156cefd922a1"}, {"title": "شركة رهدان التجاري", "lat": 26.25640617, "lon": 50.19968378, "markerVar": "marker_e438ff2d344cda6c71c302ab494addb2"}, {"title": "ورشة تقنية الأفضل لصيانة السيارات", "lat": 26.25122349, "lon": 50.19978478, "markerVar": "marker_c1205eed34931997be9c80f7021caf73"}, {"title": "شركة أجواء التوفير لقطع غيار السيارات شركة شخص واحد", "lat": 26.25140699, "lon": 50.1998492, "markerVar": "marker_08d1f9ae70a6dbca8cad874bbe0677c7"}, {"title": "ورشة مطلق بن غازي بن اسريحان الحربي لمكينيكا السيارات", "lat": 26.26051936, "lon": 50.19997715, "markerVar": "marker_06f22832c9cd65cafda9c353d208545b"}, {"title": "شركة الرواد العرب التجارية", "lat": 26.25182598, "lon": 50.20191907, "markerVar": "marker_c73f6c8b23c3515e899ebdc204ee0b49"}, {"title": "شركة عباسي العربية المحدودة شركة شخص واحد", "lat": 26.25545961626436, "lon": 50.20240154117346, "markerVar": "marker_e501d4c56dcfe812d4bd5340d5805b3c"}, {"title": "شركة عيون بيروت لصيانة السيارات", "lat": 26.255112, "lon": 50.2026306699999, "markerVar": "marker_224483c5174637a2c74034145ab9fc20"}, {"title": "شركة ابعاد المساحة للمقاولات العامة شخص واحد", "lat": 26.25498196827268, "lon": 50.20270217646388, "markerVar": "marker_368737f67b54a8767003ad1136ad8866"}, {"title": "شركة المساندة المميزة للتجارة", "lat": 26.25047798846011, "lon": 50.20272539520784, "markerVar": "marker_b4210ef0e8c18de19e9701c319275e57"}, {"title": "شركة أركان الطاقة للتجارة", "lat": 26.26254009, "lon": 50.2028426099999, "markerVar": "marker_b6e536041996beb29db86a0089c53c2c"}, {"title": "الشركة الفنية للتركيبات السعودية تيك كوم للمقاولات", "lat": 26.262667219, "lon": 50.2033313320001, "markerVar": "marker_25c7120d32133400c366d66ded2310bf"}, {"title": "شركة عتاد الخليج التجارية", "lat": 26.2607070699999, "lon": 50.20421781, "markerVar": "marker_19b1d816beeaa45a7660d6f4e18f5b14"}];
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_53b3eafc2166bfcb88d621b5d1b36fb4" ></div>
</body>
<script>
var map_53b3eafc2166bfcb88d621b5d1b36fb4 = L.map(
"map_53b3eafc2166bfcb88d621b5d1b36fb4",
{
center: [26.266492694855675, 50.19691483969199],
crs: L.CRS.EPSG3857,
...{
"zoom": 13,
"zoomControl": true,
"preferCanvas": false,
}
}
);
L.control.scale().addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var tile_layer_cd9825c4cbbf13e46b04efb189bec39c = 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_cd9825c4cbbf13e46b04efb189bec39c.addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var tile_layer_86547eb7e3c0ae26a74b390147fb2276 = 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_86547eb7e3c0ae26a74b390147fb2276.addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var locate_control_29fef5ac20a1501d40635acdafedab84 = L.control.locate(
{"flyTo": true}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var marker_50d6755d5a443e042373bb9645964548 = L.marker(
[26.2777145099999, 50.19195598],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_e9e1828283f7b53500e948dc1dc535d8 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_cd992ba1ad467467d6f28b69bea3217f = L.popup({
"maxWidth": 320,
});
var html_ee79c8b3dd9341f1aab7faba5981503e = $(`<div id="html_ee79c8b3dd9341f1aab7faba5981503e" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة داني الغذاء التجارية</b><br> السجل التجاري: 2060023018<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2777145099999,50.19195598" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_cd992ba1ad467467d6f28b69bea3217f.setContent(html_ee79c8b3dd9341f1aab7faba5981503e);
marker_50d6755d5a443e042373bb9645964548.bindPopup(popup_cd992ba1ad467467d6f28b69bea3217f)
;
marker_50d6755d5a443e042373bb9645964548.bindTooltip(
`<div>
شركة داني الغذاء التجارية
</div>`,
{
"sticky": true,
}
);
marker_50d6755d5a443e042373bb9645964548.setIcon(icon_e9e1828283f7b53500e948dc1dc535d8);
var marker_5f51472ca2dae9982e484b281ef3b90c = L.marker(
[26.2833795747864, 50.19259922307182],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_55acfc8f6f274151b7e015a645ee8c7d = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_aca3bf47c2f26b4e3567dfdf8b387d76 = L.popup({
"maxWidth": 320,
});
var html_9713f9c04a19693d42ea386020caadf2 = $(`<div id="html_9713f9c04a19693d42ea386020caadf2" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة يمين السعودية للمقاولات الشركة تحت الصفية</b><br> السجل التجاري: 2051043672<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2833795747864,50.19259922307182" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_aca3bf47c2f26b4e3567dfdf8b387d76.setContent(html_9713f9c04a19693d42ea386020caadf2);
marker_5f51472ca2dae9982e484b281ef3b90c.bindPopup(popup_aca3bf47c2f26b4e3567dfdf8b387d76)
;
marker_5f51472ca2dae9982e484b281ef3b90c.bindTooltip(
`<div>
شركة يمين السعودية للمقاولات الشركة تحت الصفية
</div>`,
{
"sticky": true,
}
);
marker_5f51472ca2dae9982e484b281ef3b90c.setIcon(icon_55acfc8f6f274151b7e015a645ee8c7d);
var marker_18f9b5d91e96f51aa015e760cfffe706 = L.marker(
[26.28254531367618, 50.19514007050981],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_e4fea2a7f3a5c2fedfcc6b992d5aec7d = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_79e06353db0c50fbe2dd0af6e4d430a6 = L.popup({
"maxWidth": 320,
});
var html_4a60a082c23fb2f8c28b7da19a162080 = $(`<div id="html_4a60a082c23fb2f8c28b7da19a162080" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة جلوبال فلورال العربية للتجارة شركة شخص واحد</b><br> السجل التجاري: 1010724051<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.28254531367618,50.19514007050981" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_79e06353db0c50fbe2dd0af6e4d430a6.setContent(html_4a60a082c23fb2f8c28b7da19a162080);
marker_18f9b5d91e96f51aa015e760cfffe706.bindPopup(popup_79e06353db0c50fbe2dd0af6e4d430a6)
;
marker_18f9b5d91e96f51aa015e760cfffe706.bindTooltip(
`<div>
شركة جلوبال فلورال العربية للتجارة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_18f9b5d91e96f51aa015e760cfffe706.setIcon(icon_e4fea2a7f3a5c2fedfcc6b992d5aec7d);
var marker_9293cb6bf9aa3615e37b84c937069b36 = L.marker(
[26.28244886203204, 50.19563048779782],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_c21a22a4f7fca88c066ec2136b39b4fe = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e90797e005fba83413f45645b70ce843 = L.popup({
"maxWidth": 320,
});
var html_13b08a56112423c2e0463925931a7d5c = $(`<div id="html_13b08a56112423c2e0463925931a7d5c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة راك العربية التجارية</b><br> السجل التجاري: 2050180361<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.28244886203204,50.19563048779782" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e90797e005fba83413f45645b70ce843.setContent(html_13b08a56112423c2e0463925931a7d5c);
marker_9293cb6bf9aa3615e37b84c937069b36.bindPopup(popup_e90797e005fba83413f45645b70ce843)
;
marker_9293cb6bf9aa3615e37b84c937069b36.bindTooltip(
`<div>
شركة راك العربية التجارية
</div>`,
{
"sticky": true,
}
);
marker_9293cb6bf9aa3615e37b84c937069b36.setIcon(icon_c21a22a4f7fca88c066ec2136b39b4fe);
var marker_b064672e7fa135494a9283329ba78b0b = L.marker(
[26.28399594192734, 50.1957898324258],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_218886b1bc4ec6e2d2b88a91a8fbf565 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_17eeb242757663561eebffcd8343d3e6 = L.popup({
"maxWidth": 320,
});
var html_4a7acec47564295c3351ebddde57c8d0 = $(`<div id="html_4a7acec47564295c3351ebddde57c8d0" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة القمة الخماسية المحدودة</b><br> السجل التجاري: 1010605719<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.28399594192734,50.1957898324258" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_17eeb242757663561eebffcd8343d3e6.setContent(html_4a7acec47564295c3351ebddde57c8d0);
marker_b064672e7fa135494a9283329ba78b0b.bindPopup(popup_17eeb242757663561eebffcd8343d3e6)
;
marker_b064672e7fa135494a9283329ba78b0b.bindTooltip(
`<div>
شركة القمة الخماسية المحدودة
</div>`,
{
"sticky": true,
}
);
marker_b064672e7fa135494a9283329ba78b0b.setIcon(icon_218886b1bc4ec6e2d2b88a91a8fbf565);
var marker_7f5ebe02b9d8830784c3be35b4929c03 = L.marker(
[26.282548676, 50.19697927],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_f7025105d5d4c7964b1c73c04f75af33 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1ad5b122fd22c405d0549867d32fb307 = L.popup({
"maxWidth": 320,
});
var html_13b80a03ddbbaa59349248cdc9c49799 = $(`<div id="html_13b80a03ddbbaa59349248cdc9c49799" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة زخرفة العمارة للمقاولات شركة الشخص الواحد</b><br> السجل التجاري: 2051037423<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.282548676,50.19697927" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1ad5b122fd22c405d0549867d32fb307.setContent(html_13b80a03ddbbaa59349248cdc9c49799);
marker_7f5ebe02b9d8830784c3be35b4929c03.bindPopup(popup_1ad5b122fd22c405d0549867d32fb307)
;
marker_7f5ebe02b9d8830784c3be35b4929c03.bindTooltip(
`<div>
شركة زخرفة العمارة للمقاولات شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_7f5ebe02b9d8830784c3be35b4929c03.setIcon(icon_f7025105d5d4c7964b1c73c04f75af33);
var marker_e81a13323bd4622f10185119c48357e3 = L.marker(
[26.28095884, 50.19701104],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_e0059abff006e84bf461c831cd42a392 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ef32fb64f8c4c1835753486271608c5c = L.popup({
"maxWidth": 320,
});
var html_7142e34e5113311626d9a1ea5647bd43 = $(`<div id="html_7142e34e5113311626d9a1ea5647bd43" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مطعم الجزيرة التراثية لتقديم الوجبات</b><br> السجل التجاري: 2051058843<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.28095884,50.19701104" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ef32fb64f8c4c1835753486271608c5c.setContent(html_7142e34e5113311626d9a1ea5647bd43);
marker_e81a13323bd4622f10185119c48357e3.bindPopup(popup_ef32fb64f8c4c1835753486271608c5c)
;
marker_e81a13323bd4622f10185119c48357e3.bindTooltip(
`<div>
مطعم الجزيرة التراثية لتقديم الوجبات
</div>`,
{
"sticky": true,
}
);
marker_e81a13323bd4622f10185119c48357e3.setIcon(icon_e0059abff006e84bf461c831cd42a392);
var marker_5ff4bf32a7f54635f256dffa5848638f = L.marker(
[26.28693307, 50.1836796099999],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_313cd76b717ec843e38d3d09f8955ac9 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_7ed445972e9f336c23dfd58668c751c4 = L.popup({
"maxWidth": 320,
});
var html_ac9e9f30a909ed31f1987dcf77d03365 = $(`<div id="html_ac9e9f30a909ed31f1987dcf77d03365" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة بن للأطعمة المحدودة</b><br> السجل التجاري: 2051042106<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.28693307,50.1836796099999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_7ed445972e9f336c23dfd58668c751c4.setContent(html_ac9e9f30a909ed31f1987dcf77d03365);
marker_5ff4bf32a7f54635f256dffa5848638f.bindPopup(popup_7ed445972e9f336c23dfd58668c751c4)
;
marker_5ff4bf32a7f54635f256dffa5848638f.bindTooltip(
`<div>
شركة بن للأطعمة المحدودة
</div>`,
{
"sticky": true,
}
);
marker_5ff4bf32a7f54635f256dffa5848638f.setIcon(icon_313cd76b717ec843e38d3d09f8955ac9);
var marker_bd360fde3e91c79a2cd2023350848a8a = L.marker(
[26.2863467799999, 50.18394166],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_6a9b82f75f5376842a243a2c278ab759 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9c1d90685c336ee5466bb6b6187041cb = L.popup({
"maxWidth": 320,
});
var html_256b68def8f3dffb8dfb8b34a658ee44 = $(`<div id="html_256b68def8f3dffb8dfb8b34a658ee44" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة جود الماسية المحدودة</b><br> السجل التجاري: 4030129613<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2863467799999,50.18394166" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9c1d90685c336ee5466bb6b6187041cb.setContent(html_256b68def8f3dffb8dfb8b34a658ee44);
marker_bd360fde3e91c79a2cd2023350848a8a.bindPopup(popup_9c1d90685c336ee5466bb6b6187041cb)
;
marker_bd360fde3e91c79a2cd2023350848a8a.bindTooltip(
`<div>
شركة جود الماسية المحدودة
</div>`,
{
"sticky": true,
}
);
marker_bd360fde3e91c79a2cd2023350848a8a.setIcon(icon_6a9b82f75f5376842a243a2c278ab759);
var marker_124b902b2de4c427cabe57680e1b16f6 = L.marker(
[26.28703475761558, 50.18408164485307],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_b3f299bd6c9cf9663aa302034429c796 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0ed09be5c1ffa176981046836eda8b56 = L.popup({
"maxWidth": 320,
});
var html_f08a065fc26a1fa967499b1fc151a993 = $(`<div id="html_f08a065fc26a1fa967499b1fc151a993" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة زهرة اكاسيا التجارية</b><br> السجل التجاري: 1010713326<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.28703475761558,50.18408164485307" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0ed09be5c1ffa176981046836eda8b56.setContent(html_f08a065fc26a1fa967499b1fc151a993);
marker_124b902b2de4c427cabe57680e1b16f6.bindPopup(popup_0ed09be5c1ffa176981046836eda8b56)
;
marker_124b902b2de4c427cabe57680e1b16f6.bindTooltip(
`<div>
شركة زهرة اكاسيا التجارية
</div>`,
{
"sticky": true,
}
);
marker_124b902b2de4c427cabe57680e1b16f6.setIcon(icon_b3f299bd6c9cf9663aa302034429c796);
var marker_2eb0e19159adeefd0963580de2c2d3ac = L.marker(
[26.2861858099999, 50.18412801],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_8a331db49bfbe35338a896810fac2e24 = L.AwesomeMarkers.icon(
{
"markerColor": "lightblue",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9b78a8eb09ccc02306947423ab3ef347 = L.popup({
"maxWidth": 320,
});
var html_c0596445b49e3598b31dc4829dcd1cd3 = $(`<div id="html_c0596445b49e3598b31dc4829dcd1cd3" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ضمانك الأمثل للتجارة شركة شخص واحد</b><br> السجل التجاري: 2051173722<br> المنطقة: الثقبه<br> الحارة: الثقبة<br> <a href="https://www.google.com/maps?q=26.2861858099999,50.18412801" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9b78a8eb09ccc02306947423ab3ef347.setContent(html_c0596445b49e3598b31dc4829dcd1cd3);
marker_2eb0e19159adeefd0963580de2c2d3ac.bindPopup(popup_9b78a8eb09ccc02306947423ab3ef347)
;
marker_2eb0e19159adeefd0963580de2c2d3ac.bindTooltip(
`<div>
شركة ضمانك الأمثل للتجارة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_2eb0e19159adeefd0963580de2c2d3ac.setIcon(icon_8a331db49bfbe35338a896810fac2e24);
var marker_b19b8cc89245f7543632ac9492a1679e = L.marker(
[26.2569994999999, 50.1926608599999],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_ea91dbd7d6323feb7aa4490fd85ccf43 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_2da44434f98a6b5aa5ee5b4eccd33613 = L.popup({
"maxWidth": 320,
});
var html_f34f9fd29a9de27b991d2dd86a00654d = $(`<div id="html_f34f9fd29a9de27b991d2dd86a00654d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة رواد الحلول الفنية التجارية</b><br> السجل التجاري: 2051064967<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.2569994999999,50.1926608599999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_2da44434f98a6b5aa5ee5b4eccd33613.setContent(html_f34f9fd29a9de27b991d2dd86a00654d);
marker_b19b8cc89245f7543632ac9492a1679e.bindPopup(popup_2da44434f98a6b5aa5ee5b4eccd33613)
;
marker_b19b8cc89245f7543632ac9492a1679e.bindTooltip(
`<div>
شركة رواد الحلول الفنية التجارية
</div>`,
{
"sticky": true,
}
);
marker_b19b8cc89245f7543632ac9492a1679e.setIcon(icon_ea91dbd7d6323feb7aa4490fd85ccf43);
var marker_a38bdba9a749c7c5dbf085faa648fc9c = L.marker(
[26.25390625, 50.19708252],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_65d7ff93a6c2df93adf8c5de881b9249 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_496f77839e64a1d097649b770964aa8f = L.popup({
"maxWidth": 320,
});
var html_6d4825bb35a64929f4a04bf279958203 = $(`<div id="html_6d4825bb35a64929f4a04bf279958203" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركه الربط الطبي للصيانة والتشغيل المحدودة</b><br> السجل التجاري: 1010191578<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.25390625,50.19708252" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_496f77839e64a1d097649b770964aa8f.setContent(html_6d4825bb35a64929f4a04bf279958203);
marker_a38bdba9a749c7c5dbf085faa648fc9c.bindPopup(popup_496f77839e64a1d097649b770964aa8f)
;
marker_a38bdba9a749c7c5dbf085faa648fc9c.bindTooltip(
`<div>
شركه الربط الطبي للصيانة والتشغيل المحدودة
</div>`,
{
"sticky": true,
}
);
marker_a38bdba9a749c7c5dbf085faa648fc9c.setIcon(icon_65d7ff93a6c2df93adf8c5de881b9249);
var marker_729b51254fe2272dffb138f3e95023db = L.marker(
[26.2535136, 50.1980830099999],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_c2ac58206a3c322ef0a320dd4f523eab = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c4bfbcbee0c8920b6c911dd48de72e09 = L.popup({
"maxWidth": 320,
});
var html_906991ec337d598176b35d0bc0a464ec = $(`<div id="html_906991ec337d598176b35d0bc0a464ec" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ساحة الطريق للانظمة الالكترونية شركة الشخص الواحد</b><br> السجل التجاري: 2051063198<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.2535136,50.1980830099999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c4bfbcbee0c8920b6c911dd48de72e09.setContent(html_906991ec337d598176b35d0bc0a464ec);
marker_729b51254fe2272dffb138f3e95023db.bindPopup(popup_c4bfbcbee0c8920b6c911dd48de72e09)
;
marker_729b51254fe2272dffb138f3e95023db.bindTooltip(
`<div>
شركة ساحة الطريق للانظمة الالكترونية شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_729b51254fe2272dffb138f3e95023db.setIcon(icon_c2ac58206a3c322ef0a320dd4f523eab);
var marker_270167cfc25183529aa0a3d04e9ad62e = L.marker(
[26.25743736085182, 50.19887234084308],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_758f5a654a6d55ca692d45b6d7ac62cf = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_eb9b08e59e4af2da675ac685a723109c = L.popup({
"maxWidth": 320,
});
var html_914e82fa956f87c171fdc965f471f92a = $(`<div id="html_914e82fa956f87c171fdc965f471f92a" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ابراج سديم الصناعية</b><br> السجل التجاري: 2051257451<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.25743736085182,50.19887234084308" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_eb9b08e59e4af2da675ac685a723109c.setContent(html_914e82fa956f87c171fdc965f471f92a);
marker_270167cfc25183529aa0a3d04e9ad62e.bindPopup(popup_eb9b08e59e4af2da675ac685a723109c)
;
marker_270167cfc25183529aa0a3d04e9ad62e.bindTooltip(
`<div>
شركة ابراج سديم الصناعية
</div>`,
{
"sticky": true,
}
);
marker_270167cfc25183529aa0a3d04e9ad62e.setIcon(icon_758f5a654a6d55ca692d45b6d7ac62cf);
var marker_fb4ef2489165058ac04f8e792c81042d = L.marker(
[26.25801832, 50.1990280899999],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_6118dc75c43ddec9f760ed9c0c4dd673 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e7c815bcb5518a37ed21b32d60e52aac = L.popup({
"maxWidth": 320,
});
var html_fc1e5ae1c0df7cf6a5475de8f5c28fdb = $(`<div id="html_fc1e5ae1c0df7cf6a5475de8f5c28fdb" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة وفاء البحر لصيانة السيارات</b><br> السجل التجاري: 2051060929<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.25801832,50.1990280899999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e7c815bcb5518a37ed21b32d60e52aac.setContent(html_fc1e5ae1c0df7cf6a5475de8f5c28fdb);
marker_fb4ef2489165058ac04f8e792c81042d.bindPopup(popup_e7c815bcb5518a37ed21b32d60e52aac)
;
marker_fb4ef2489165058ac04f8e792c81042d.bindTooltip(
`<div>
شركة وفاء البحر لصيانة السيارات
</div>`,
{
"sticky": true,
}
);
marker_fb4ef2489165058ac04f8e792c81042d.setIcon(icon_6118dc75c43ddec9f760ed9c0c4dd673);
var marker_eff3568fe1fef3292974133ac099faff = L.marker(
[26.26015262678422, 50.19927827641368],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_7edff9c3aa09b04088226ebddc2e6c78 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ab0addd3004d66885c84df50bfdc1b23 = L.popup({
"maxWidth": 320,
});
var html_38270e39f395157459ad91748d91fed4 = $(`<div id="html_38270e39f395157459ad91748d91fed4" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة كير العربية سرفيسز المحدودة</b><br> السجل التجاري: 2051261895<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.26015262678422,50.19927827641368" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ab0addd3004d66885c84df50bfdc1b23.setContent(html_38270e39f395157459ad91748d91fed4);
marker_eff3568fe1fef3292974133ac099faff.bindPopup(popup_ab0addd3004d66885c84df50bfdc1b23)
;
marker_eff3568fe1fef3292974133ac099faff.bindTooltip(
`<div>
شركة كير العربية سرفيسز المحدودة
</div>`,
{
"sticky": true,
}
);
marker_eff3568fe1fef3292974133ac099faff.setIcon(icon_7edff9c3aa09b04088226ebddc2e6c78);
var marker_37d1af0b508eacd74b1f156cefd922a1 = L.marker(
[26.2613331099999, 50.19943775],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_0de88c01869e824847006cfa457e67ba = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_637094e8637bef92a07fbebd6393c1c6 = L.popup({
"maxWidth": 320,
});
var html_fd0b5d04a74d4bb9914a27067becbf9b = $(`<div id="html_fd0b5d04a74d4bb9914a27067becbf9b" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة النجم الأزرق لخدمات السيارات شركة شخص واحد</b><br> السجل التجاري: 2051164404<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.2613331099999,50.19943775" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_637094e8637bef92a07fbebd6393c1c6.setContent(html_fd0b5d04a74d4bb9914a27067becbf9b);
marker_37d1af0b508eacd74b1f156cefd922a1.bindPopup(popup_637094e8637bef92a07fbebd6393c1c6)
;
marker_37d1af0b508eacd74b1f156cefd922a1.bindTooltip(
`<div>
شركة النجم الأزرق لخدمات السيارات شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_37d1af0b508eacd74b1f156cefd922a1.setIcon(icon_0de88c01869e824847006cfa457e67ba);
var marker_e438ff2d344cda6c71c302ab494addb2 = L.marker(
[26.25640617, 50.19968378],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_a810983d4ec3e2d9da092e95ef819be0 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_2c247b8e248bf622c23917d4377784ea = L.popup({
"maxWidth": 320,
});
var html_5d7670df36f04a8af5c8b4b15ff80840 = $(`<div id="html_5d7670df36f04a8af5c8b4b15ff80840" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة رهدان التجاري</b><br> السجل التجاري: 2060038494<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.25640617,50.19968378" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_2c247b8e248bf622c23917d4377784ea.setContent(html_5d7670df36f04a8af5c8b4b15ff80840);
marker_e438ff2d344cda6c71c302ab494addb2.bindPopup(popup_2c247b8e248bf622c23917d4377784ea)
;
marker_e438ff2d344cda6c71c302ab494addb2.bindTooltip(
`<div>
شركة رهدان التجاري
</div>`,
{
"sticky": true,
}
);
marker_e438ff2d344cda6c71c302ab494addb2.setIcon(icon_a810983d4ec3e2d9da092e95ef819be0);
var marker_c1205eed34931997be9c80f7021caf73 = L.marker(
[26.25122349, 50.19978478],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_444710995f538481b0c6a8f1c59688bb = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_8a163c2c4fd1ccb59500ce03205bf94f = L.popup({
"maxWidth": 320,
});
var html_1776f9b441b811337b8a3e870e11036e = $(`<div id="html_1776f9b441b811337b8a3e870e11036e" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>ورشة تقنية الأفضل لصيانة السيارات</b><br> السجل التجاري: 2051173920<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.25122349,50.19978478" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_8a163c2c4fd1ccb59500ce03205bf94f.setContent(html_1776f9b441b811337b8a3e870e11036e);
marker_c1205eed34931997be9c80f7021caf73.bindPopup(popup_8a163c2c4fd1ccb59500ce03205bf94f)
;
marker_c1205eed34931997be9c80f7021caf73.bindTooltip(
`<div>
ورشة تقنية الأفضل لصيانة السيارات
</div>`,
{
"sticky": true,
}
);
marker_c1205eed34931997be9c80f7021caf73.setIcon(icon_444710995f538481b0c6a8f1c59688bb);
var marker_08d1f9ae70a6dbca8cad874bbe0677c7 = L.marker(
[26.25140699, 50.1998492],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_630fe58c328594bfc698e6e57d94223a = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_5e3684f49656ee5bc6991bc472e56f91 = L.popup({
"maxWidth": 320,
});
var html_2c4d77b533f8760ce69182f61932b71c = $(`<div id="html_2c4d77b533f8760ce69182f61932b71c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة أجواء التوفير لقطع غيار السيارات شركة شخص واحد</b><br> السجل التجاري: 2060042714<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.25140699,50.1998492" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_5e3684f49656ee5bc6991bc472e56f91.setContent(html_2c4d77b533f8760ce69182f61932b71c);
marker_08d1f9ae70a6dbca8cad874bbe0677c7.bindPopup(popup_5e3684f49656ee5bc6991bc472e56f91)
;
marker_08d1f9ae70a6dbca8cad874bbe0677c7.bindTooltip(
`<div>
شركة أجواء التوفير لقطع غيار السيارات شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_08d1f9ae70a6dbca8cad874bbe0677c7.setIcon(icon_630fe58c328594bfc698e6e57d94223a);
var marker_06f22832c9cd65cafda9c353d208545b = L.marker(
[26.26051936, 50.19997715],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_bd895628b0622291f4946037ac570ac9 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_013dfc8d5e3eeead254074a91395175d = L.popup({
"maxWidth": 320,
});
var html_e12c9c1c9686fcffc5eb7eeb0db2da23 = $(`<div id="html_e12c9c1c9686fcffc5eb7eeb0db2da23" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>ورشة مطلق بن غازي بن اسريحان الحربي لمكينيكا السيارات</b><br> السجل التجاري: 2060055896<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.26051936,50.19997715" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_013dfc8d5e3eeead254074a91395175d.setContent(html_e12c9c1c9686fcffc5eb7eeb0db2da23);
marker_06f22832c9cd65cafda9c353d208545b.bindPopup(popup_013dfc8d5e3eeead254074a91395175d)
;
marker_06f22832c9cd65cafda9c353d208545b.bindTooltip(
`<div>
ورشة مطلق بن غازي بن اسريحان الحربي لمكينيكا السيارات
</div>`,
{
"sticky": true,
}
);
marker_06f22832c9cd65cafda9c353d208545b.setIcon(icon_bd895628b0622291f4946037ac570ac9);
var marker_c73f6c8b23c3515e899ebdc204ee0b49 = L.marker(
[26.25182598, 50.20191907],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_8cba298fe3e9319b7ac9cc2f809aa0f8 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_05769acf541157377f9da48a50a605c8 = L.popup({
"maxWidth": 320,
});
var html_aec12561a62583889d136fb0f21a2066 = $(`<div id="html_aec12561a62583889d136fb0f21a2066" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الرواد العرب التجارية</b><br> السجل التجاري: 2050040717<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.25182598,50.20191907" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_05769acf541157377f9da48a50a605c8.setContent(html_aec12561a62583889d136fb0f21a2066);
marker_c73f6c8b23c3515e899ebdc204ee0b49.bindPopup(popup_05769acf541157377f9da48a50a605c8)
;
marker_c73f6c8b23c3515e899ebdc204ee0b49.bindTooltip(
`<div>
شركة الرواد العرب التجارية
</div>`,
{
"sticky": true,
}
);
marker_c73f6c8b23c3515e899ebdc204ee0b49.setIcon(icon_8cba298fe3e9319b7ac9cc2f809aa0f8);
var marker_e501d4c56dcfe812d4bd5340d5805b3c = L.marker(
[26.25545961626436, 50.20240154117346],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_cb47636a46bf0399eb4ab7bd0d0121db = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b77d0a1a4dc9ad83442f330d02f8d07b = L.popup({
"maxWidth": 320,
});
var html_961a6804dd59beb5db5fff94c524bda2 = $(`<div id="html_961a6804dd59beb5db5fff94c524bda2" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عباسي العربية المحدودة شركة شخص واحد</b><br> السجل التجاري: 2051244007<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.25545961626436,50.20240154117346" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b77d0a1a4dc9ad83442f330d02f8d07b.setContent(html_961a6804dd59beb5db5fff94c524bda2);
marker_e501d4c56dcfe812d4bd5340d5805b3c.bindPopup(popup_b77d0a1a4dc9ad83442f330d02f8d07b)
;
marker_e501d4c56dcfe812d4bd5340d5805b3c.bindTooltip(
`<div>
شركة عباسي العربية المحدودة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_e501d4c56dcfe812d4bd5340d5805b3c.setIcon(icon_cb47636a46bf0399eb4ab7bd0d0121db);
var marker_224483c5174637a2c74034145ab9fc20 = L.marker(
[26.255112, 50.2026306699999],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_74cb73e6fa1bcde8e52811be288d29c4 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_3f88409ed888ae0515ef0b0012ab4537 = L.popup({
"maxWidth": 320,
});
var html_502bb777cb74e08e036094ca20187f56 = $(`<div id="html_502bb777cb74e08e036094ca20187f56" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عيون بيروت لصيانة السيارات</b><br> السجل التجاري: 2051174494<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.255112,50.2026306699999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_3f88409ed888ae0515ef0b0012ab4537.setContent(html_502bb777cb74e08e036094ca20187f56);
marker_224483c5174637a2c74034145ab9fc20.bindPopup(popup_3f88409ed888ae0515ef0b0012ab4537)
;
marker_224483c5174637a2c74034145ab9fc20.bindTooltip(
`<div>
شركة عيون بيروت لصيانة السيارات
</div>`,
{
"sticky": true,
}
);
marker_224483c5174637a2c74034145ab9fc20.setIcon(icon_74cb73e6fa1bcde8e52811be288d29c4);
var marker_368737f67b54a8767003ad1136ad8866 = L.marker(
[26.25498196827268, 50.20270217646388],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_59ff8ca37f1304d13b08501b6af73699 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_09779d8e9b3bc6daa34c0de8de9dba8c = L.popup({
"maxWidth": 320,
});
var html_6fca1f51acf1795598b5e899e22b9e4b = $(`<div id="html_6fca1f51acf1795598b5e899e22b9e4b" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ابعاد المساحة للمقاولات العامة شخص واحد</b><br> السجل التجاري: 2051247310<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.25498196827268,50.20270217646388" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_09779d8e9b3bc6daa34c0de8de9dba8c.setContent(html_6fca1f51acf1795598b5e899e22b9e4b);
marker_368737f67b54a8767003ad1136ad8866.bindPopup(popup_09779d8e9b3bc6daa34c0de8de9dba8c)
;
marker_368737f67b54a8767003ad1136ad8866.bindTooltip(
`<div>
شركة ابعاد المساحة للمقاولات العامة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_368737f67b54a8767003ad1136ad8866.setIcon(icon_59ff8ca37f1304d13b08501b6af73699);
var marker_b4210ef0e8c18de19e9701c319275e57 = L.marker(
[26.25047798846011, 50.20272539520784],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_5090e04d64f996d9febe7c41722a0d35 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a9517c8275ad84f7c8d552d73585ef61 = L.popup({
"maxWidth": 320,
});
var html_44c594f9baf88451bb434f910fe72d50 = $(`<div id="html_44c594f9baf88451bb434f910fe72d50" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة المساندة المميزة للتجارة</b><br> السجل التجاري: 2055025338<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.25047798846011,50.20272539520784" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a9517c8275ad84f7c8d552d73585ef61.setContent(html_44c594f9baf88451bb434f910fe72d50);
marker_b4210ef0e8c18de19e9701c319275e57.bindPopup(popup_a9517c8275ad84f7c8d552d73585ef61)
;
marker_b4210ef0e8c18de19e9701c319275e57.bindTooltip(
`<div>
شركة المساندة المميزة للتجارة
</div>`,
{
"sticky": true,
}
);
marker_b4210ef0e8c18de19e9701c319275e57.setIcon(icon_5090e04d64f996d9febe7c41722a0d35);
var marker_b6e536041996beb29db86a0089c53c2c = L.marker(
[26.26254009, 50.2028426099999],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_eb9c60ff2681d0d77df96dff50c279de = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_123117c363f08bc28a5ed8ab08ed821d = L.popup({
"maxWidth": 320,
});
var html_9612fe03805640e84f01e34215e6aca3 = $(`<div id="html_9612fe03805640e84f01e34215e6aca3" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة أركان الطاقة للتجارة</b><br> السجل التجاري: 2050235178<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.26254009,50.2028426099999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_123117c363f08bc28a5ed8ab08ed821d.setContent(html_9612fe03805640e84f01e34215e6aca3);
marker_b6e536041996beb29db86a0089c53c2c.bindPopup(popup_123117c363f08bc28a5ed8ab08ed821d)
;
marker_b6e536041996beb29db86a0089c53c2c.bindTooltip(
`<div>
شركة أركان الطاقة للتجارة
</div>`,
{
"sticky": true,
}
);
marker_b6e536041996beb29db86a0089c53c2c.setIcon(icon_eb9c60ff2681d0d77df96dff50c279de);
var marker_25c7120d32133400c366d66ded2310bf = L.marker(
[26.262667219, 50.2033313320001],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_779ebda18a9b33497c104c089a6f271b = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_4ed26fa618a82c295d553064bf87b4ed = L.popup({
"maxWidth": 320,
});
var html_3c7a9054f7c9e6709c1328ef16951c05 = $(`<div id="html_3c7a9054f7c9e6709c1328ef16951c05" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>الشركة الفنية للتركيبات السعودية تيك كوم للمقاولات</b><br> السجل التجاري: 2051224982<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.262667219,50.2033313320001" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_4ed26fa618a82c295d553064bf87b4ed.setContent(html_3c7a9054f7c9e6709c1328ef16951c05);
marker_25c7120d32133400c366d66ded2310bf.bindPopup(popup_4ed26fa618a82c295d553064bf87b4ed)
;
marker_25c7120d32133400c366d66ded2310bf.bindTooltip(
`<div>
الشركة الفنية للتركيبات السعودية تيك كوم للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_25c7120d32133400c366d66ded2310bf.setIcon(icon_779ebda18a9b33497c104c089a6f271b);
var marker_19b1d816beeaa45a7660d6f4e18f5b14 = L.marker(
[26.2607070699999, 50.20421781],
{
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
var icon_3fd9dde6bc1f2f32afe044b1dd772877 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_6678bb7bc6a18bf4a5fd90a575c7c213 = L.popup({
"maxWidth": 320,
});
var html_da38ec7da51d5c5209b42a9aab989ac6 = $(`<div id="html_da38ec7da51d5c5209b42a9aab989ac6" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عتاد الخليج التجارية</b><br> السجل التجاري: 2051062997<br> المنطقة: الثقبه<br> الحارة: صناعية الثقبة<br> <a href="https://www.google.com/maps?q=26.2607070699999,50.20421781" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_6678bb7bc6a18bf4a5fd90a575c7c213.setContent(html_da38ec7da51d5c5209b42a9aab989ac6);
marker_19b1d816beeaa45a7660d6f4e18f5b14.bindPopup(popup_6678bb7bc6a18bf4a5fd90a575c7c213)
;
marker_19b1d816beeaa45a7660d6f4e18f5b14.bindTooltip(
`<div>
شركة عتاد الخليج التجارية
</div>`,
{
"sticky": true,
}
);
marker_19b1d816beeaa45a7660d6f4e18f5b14.setIcon(icon_3fd9dde6bc1f2f32afe044b1dd772877);
map_53b3eafc2166bfcb88d621b5d1b36fb4.fitBounds(
[[26.2777145099999, 50.19195598], [26.2833795747864, 50.19259922307182], [26.28254531367618, 50.19514007050981], [26.28244886203204, 50.19563048779782], [26.28399594192734, 50.1957898324258], [26.282548676, 50.19697927], [26.28095884, 50.19701104], [26.28693307, 50.1836796099999], [26.2863467799999, 50.18394166], [26.28703475761558, 50.18408164485307], [26.2861858099999, 50.18412801], [26.2569994999999, 50.1926608599999], [26.25390625, 50.19708252], [26.2535136, 50.1980830099999], [26.25743736085182, 50.19887234084308], [26.25801832, 50.1990280899999], [26.26015262678422, 50.19927827641368], [26.2613331099999, 50.19943775], [26.25640617, 50.19968378], [26.25122349, 50.19978478], [26.25140699, 50.1998492], [26.26051936, 50.19997715], [26.25182598, 50.20191907], [26.25545961626436, 50.20240154117346], [26.255112, 50.2026306699999], [26.25498196827268, 50.20270217646388], [26.25047798846011, 50.20272539520784], [26.26254009, 50.2028426099999], [26.262667219, 50.2033313320001], [26.2607070699999, 50.20421781]],
{"padding": [30, 30]}
);
var layer_control_f8cd9baeed6d95f5bd791f272c6f6317_layers = {
base_layers : {
"\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u0634\u0627\u0631\u0639" : tile_layer_cd9825c4cbbf13e46b04efb189bec39c,
"\u0623\u0642\u0645\u0627\u0631 \u0635\u0646\u0627\u0639\u064a\u0629 (Esri)" : tile_layer_86547eb7e3c0ae26a74b390147fb2276,
},
overlays : {
},
};
let layer_control_f8cd9baeed6d95f5bd791f272c6f6317 = L.control.layers(
layer_control_f8cd9baeed6d95f5bd791f272c6f6317_layers.base_layers,
layer_control_f8cd9baeed6d95f5bd791f272c6f6317_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_53b3eafc2166bfcb88d621b5d1b36fb4);
</script>
</html>