Map / EQ /41.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_12f6dd620c88b3bb0511261c8b474a62 {
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">سلافه عباس محمد العلوي - 41</span>
<span class="toggle" id="hideStats">إخفاء</span>
</div>
<div class="stats-body" id="statsBody">
<b>عدد المواقع:</b> 35<br>
<b>عدد الحارات:</b> 1<br>
<b>الأكثر:</b> <b>الخبرالشمالية</b>: 35
<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:#ff6b6b;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;">(35)</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_12f6dd620c88b3bb0511261c8b474a62;
// items: list of objects (title, lat, lon, markerVar)
const items = [{"title": "شركة شاطي الاجهزة التجارية", "lat": 26.2851177999999, "lon": 50.21697322, "markerVar": "marker_eb41f6304b8119d7530106bcf4668c06"}, {"title": "شركة ثري اتش لاجهزة السلامة", "lat": 26.285389761, "lon": 50.215188271, "markerVar": "marker_773d80ce4888b2dd1c7a3a3a3b12c3aa"}, {"title": "شركة عبدرب الامير أحمد الحداد التجارية", "lat": 26.28541388, "lon": 50.2166390599999, "markerVar": "marker_c79c1eefc0b7bd98507ec062c0ed202c"}, {"title": "شركة ماوا التجارية", "lat": 26.28545918, "lon": 50.21695211, "markerVar": "marker_3398165550f372dc1d92942f1a0a8812"}, {"title": "شركة رعاية الجودة التجارية", "lat": 26.2854595999999, "lon": 50.2159705999999, "markerVar": "marker_2bc624939c8cd985aa76b007d957f9d2"}, {"title": "شركة اسيا الشرق التجارية", "lat": 26.2855639799999, "lon": 50.21504609, "markerVar": "marker_39e0b37b5e96f5e3742abb4b0b926e0b"}, {"title": "شركة كيه في براتيك انتربرايسيس السعودية شركة الشخص الواحد", "lat": 26.28564083221195, "lon": 50.21413193348332, "markerVar": "marker_f97aa59c9b12dd8f5e982c666a6a1739"}, {"title": "شركة عالم الانابيب التجارية", "lat": 26.2857266963243, "lon": 50.21579079329967, "markerVar": "marker_43434ae43fa2df65bd0841cbf2a38b6f"}, {"title": "شركة منار العاصمة التجارية", "lat": 26.2858525999999, "lon": 50.21508347, "markerVar": "marker_36eee0329979684b658e30088cec0ce9"}, {"title": "شركة لمسة ميداء التجارية", "lat": 26.2858886720001, "lon": 50.2111206050001, "markerVar": "marker_b71aa97f0d7f2ca80a2348b307618ba9"}, {"title": "شركة الاتحاد اوزون للتجارة", "lat": 26.28594134, "lon": 50.214758, "markerVar": "marker_ce3c425c1f876ccd440050c90b3cdea4"}, {"title": "شركة كمشة زعتر لتقديم الوجبات", "lat": 26.28644377542211, "lon": 50.21802115089977, "markerVar": "marker_8a81aa62b97d496546c9ed7a35f6ebaf"}, {"title": "شركة مكائن العالم التجارية", "lat": 26.28662109, "lon": 50.21423043, "markerVar": "marker_3fcabbc102550a3efb4a3f1c281fce30"}, {"title": "شركة توريدات الريان للتجارة", "lat": 26.28671159086616, "lon": 50.2164602344491, "markerVar": "marker_8d378f4fe8b25bb9418b8ab0fcd6ff40"}, {"title": "شركة كريستال فيجن للمقاولات", "lat": 26.2868307191009, "lon": 50.2082126745831, "markerVar": "marker_4e6f6b9656e88f78dc5003af6a1e6e30"}, {"title": "شركة رود رنر رودكو السعودية المحدودة شركة الشخص الواحد", "lat": 26.2806563699999, "lon": 50.21194957, "markerVar": "marker_80452226e7138a2fd7ddc145dd7db2ae"}, {"title": "شركة جي اف سي العربية المحدودة شركة الشخص الواحد (شركة شخص واحد)", "lat": 26.2806888945785, "lon": 50.2124055545922, "markerVar": "marker_254c61fbede3f519329c682839c235fd"}, {"title": "شركة هيونداي للصناعات الثقيلة والآلات التوربينية المحدودة", "lat": 26.28069006234423, "lon": 50.21168182484695, "markerVar": "marker_cff2958f105eab25e00010cef9a5e6d8"}, {"title": "شركة صلابة العربية للمقاولات", "lat": 26.28071052735168, "lon": 50.21243098105991, "markerVar": "marker_70fc1b0026001a0048f28c4640ceca19"}, {"title": "شركة الوسام الأولى للمقاولات", "lat": 26.28082270745172, "lon": 50.2102551329881, "markerVar": "marker_cdd81bfc8f94d20f4708c8f4c15a9211"}, {"title": "شركة تكسل للمقاولات ذ م م شركة خليجية محدودة", "lat": 26.28088065, "lon": 50.21130301, "markerVar": "marker_3294996526511528a5dd96866bb9e946"}, {"title": "شركة ركن رحال للملابس الجاهزة", "lat": 26.28103029, "lon": 50.2149949599999, "markerVar": "marker_32228e9480a4516a9eacc5b535aa9b97"}, {"title": "شركة حقيبة الاعمال التجارية", "lat": 26.2868802499999, "lon": 50.2173850499999, "markerVar": "marker_dcf14d41a18e676104f07a5925c308ea"}, {"title": "شركة مطاعم بروستد هني لتقديم الوجبات", "lat": 26.28693712, "lon": 50.21392618, "markerVar": "marker_cb0b758ee27797a6f6f5a663695cab5b"}, {"title": "شركة المدار العالي للتجارة", "lat": 26.2872439, "lon": 50.2110943599999, "markerVar": "marker_1f76abd392a35cd69a812dfeee13f9ce"}, {"title": "فرع شركة ميجو انجنيرنج اند كونستركشن كومباني ليمتد", "lat": 26.2873564380001, "lon": 50.2147561780001, "markerVar": "marker_1a9be927107a5b001985f079384aba6e"}, {"title": "شركة العصري الحديثة التجارية", "lat": 26.28739144868764, "lon": 50.21457818336785, "markerVar": "marker_9c213d3999b70940b09e79c097400ea2"}, {"title": "شركة ديفيد أدامسون وشركاه العربية للاستشارات الهندسية", "lat": 26.28746396452125, "lon": 50.21474806239089, "markerVar": "marker_fe7b07ab47ae614a43eef14ad8fc1a65"}, {"title": "فرع شركة سعد سعيد حامد القحطاني للمقاولات العامة", "lat": 26.28749162465452, "lon": 50.21462780423462, "markerVar": "marker_1d79452cee31d9eee5137f127b6727c4"}, {"title": "شركة خط الفلك التجارية", "lat": 26.2875286099999, "lon": 50.2154726999999, "markerVar": "marker_8ce6e330791c8891ab15345fa4c9f438"}, {"title": "شركة بيت الرمانات للتكييف والتبريد", "lat": 26.28763966, "lon": 50.2142078999999, "markerVar": "marker_024d5fcb37ba85709be9dc92e570e851"}, {"title": "شركة عصر الحديد التجارية شركة شخص واحد", "lat": 26.2878107599999, "lon": 50.21562978, "markerVar": "marker_82f3f77a736543eea818e76e5f087e31"}, {"title": "خياط أزرار للخياطة", "lat": 26.28836851, "lon": 50.2086050899999, "markerVar": "marker_a8571fd9ea6de5cd4ac6256caf8aa02f"}, {"title": "شركة معادن الظهران للتعدين التجارية", "lat": 26.28875975, "lon": 50.21701895, "markerVar": "marker_a5bea6ab407050291f56e9bd4aff5067"}, {"title": "شركة جواء جيكات لتأجير المعدات", "lat": 26.28876661501648, "lon": 50.2142565306593, "markerVar": "marker_4b83e3904dc93135ba577388d500b576"}];
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_12f6dd620c88b3bb0511261c8b474a62" ></div>
</body>
<script>
var map_12f6dd620c88b3bb0511261c8b474a62 = L.map(
"map_12f6dd620c88b3bb0511261c8b474a62",
{
center: [26.285519419129457, 50.214168755567265],
crs: L.CRS.EPSG3857,
...{
"zoom": 13,
"zoomControl": true,
"preferCanvas": false,
}
}
);
L.control.scale().addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var tile_layer_6b26e9ef1f347f362da3fb9906601d1b = 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_6b26e9ef1f347f362da3fb9906601d1b.addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var tile_layer_c684537cb2e07306254b8e036a210881 = 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_c684537cb2e07306254b8e036a210881.addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var locate_control_a90d6539c654902c9372a86ec6dcaa1f = L.control.locate(
{"flyTo": true}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var marker_eb41f6304b8119d7530106bcf4668c06 = L.marker(
[26.2851177999999, 50.21697322],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_f60ffff2f2c613f8c1dba546e68edb38 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1795f9e4fc9a015742f6074cbd95ca5a = L.popup({
"maxWidth": 320,
});
var html_2fa302f545f46321cb7dbecfdba46b57 = $(`<div id="html_2fa302f545f46321cb7dbecfdba46b57" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة شاطي الاجهزة التجارية</b><br> السجل التجاري: 2051053403<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2851177999999,50.21697322" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1795f9e4fc9a015742f6074cbd95ca5a.setContent(html_2fa302f545f46321cb7dbecfdba46b57);
marker_eb41f6304b8119d7530106bcf4668c06.bindPopup(popup_1795f9e4fc9a015742f6074cbd95ca5a)
;
marker_eb41f6304b8119d7530106bcf4668c06.bindTooltip(
`<div>
شركة شاطي الاجهزة التجارية
</div>`,
{
"sticky": true,
}
);
marker_eb41f6304b8119d7530106bcf4668c06.setIcon(icon_f60ffff2f2c613f8c1dba546e68edb38);
var marker_773d80ce4888b2dd1c7a3a3a3b12c3aa = L.marker(
[26.285389761, 50.215188271],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_59e277b5ede214509dfd4b161ed42591 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e2886bfb5dcfb823c2318e7da4f4e8fe = L.popup({
"maxWidth": 320,
});
var html_56998164cb75b645f2941be9c49202c7 = $(`<div id="html_56998164cb75b645f2941be9c49202c7" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ثري اتش لاجهزة السلامة</b><br> السجل التجاري: 2051038928<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.285389761,50.215188271" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e2886bfb5dcfb823c2318e7da4f4e8fe.setContent(html_56998164cb75b645f2941be9c49202c7);
marker_773d80ce4888b2dd1c7a3a3a3b12c3aa.bindPopup(popup_e2886bfb5dcfb823c2318e7da4f4e8fe)
;
marker_773d80ce4888b2dd1c7a3a3a3b12c3aa.bindTooltip(
`<div>
شركة ثري اتش لاجهزة السلامة
</div>`,
{
"sticky": true,
}
);
marker_773d80ce4888b2dd1c7a3a3a3b12c3aa.setIcon(icon_59e277b5ede214509dfd4b161ed42591);
var marker_c79c1eefc0b7bd98507ec062c0ed202c = L.marker(
[26.28541388, 50.2166390599999],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_144cb086ad7bfb54c75dffbdbf9ca126 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_82cddd952e6ef3b798c2add5e3088cee = L.popup({
"maxWidth": 320,
});
var html_9c28188459cc5f0d41c3c0c8d446f29e = $(`<div id="html_9c28188459cc5f0d41c3c0c8d446f29e" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عبدرب الامير أحمد الحداد التجارية</b><br> السجل التجاري: 2051054619<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28541388,50.2166390599999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_82cddd952e6ef3b798c2add5e3088cee.setContent(html_9c28188459cc5f0d41c3c0c8d446f29e);
marker_c79c1eefc0b7bd98507ec062c0ed202c.bindPopup(popup_82cddd952e6ef3b798c2add5e3088cee)
;
marker_c79c1eefc0b7bd98507ec062c0ed202c.bindTooltip(
`<div>
شركة عبدرب الامير أحمد الحداد التجارية
</div>`,
{
"sticky": true,
}
);
marker_c79c1eefc0b7bd98507ec062c0ed202c.setIcon(icon_144cb086ad7bfb54c75dffbdbf9ca126);
var marker_3398165550f372dc1d92942f1a0a8812 = L.marker(
[26.28545918, 50.21695211],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_6df9952123ca3b249e261800f2cff510 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_86b5a58f305a2eb7e45f16c643fcd6c4 = L.popup({
"maxWidth": 320,
});
var html_b25c36c471f6fe5721a615ecdb459f55 = $(`<div id="html_b25c36c471f6fe5721a615ecdb459f55" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ماوا التجارية</b><br> السجل التجاري: 2051025192<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28545918,50.21695211" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_86b5a58f305a2eb7e45f16c643fcd6c4.setContent(html_b25c36c471f6fe5721a615ecdb459f55);
marker_3398165550f372dc1d92942f1a0a8812.bindPopup(popup_86b5a58f305a2eb7e45f16c643fcd6c4)
;
marker_3398165550f372dc1d92942f1a0a8812.bindTooltip(
`<div>
شركة ماوا التجارية
</div>`,
{
"sticky": true,
}
);
marker_3398165550f372dc1d92942f1a0a8812.setIcon(icon_6df9952123ca3b249e261800f2cff510);
var marker_2bc624939c8cd985aa76b007d957f9d2 = L.marker(
[26.2854595999999, 50.2159705999999],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_155610041ad3a1e8fc97db2c8511a511 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_d3648f5f5f85f996919da42201ce70e0 = L.popup({
"maxWidth": 320,
});
var html_07f8350b76b0acc73891c65563e49669 = $(`<div id="html_07f8350b76b0acc73891c65563e49669" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة رعاية الجودة التجارية</b><br> السجل التجاري: 2051162454<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2854595999999,50.2159705999999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_d3648f5f5f85f996919da42201ce70e0.setContent(html_07f8350b76b0acc73891c65563e49669);
marker_2bc624939c8cd985aa76b007d957f9d2.bindPopup(popup_d3648f5f5f85f996919da42201ce70e0)
;
marker_2bc624939c8cd985aa76b007d957f9d2.bindTooltip(
`<div>
شركة رعاية الجودة التجارية
</div>`,
{
"sticky": true,
}
);
marker_2bc624939c8cd985aa76b007d957f9d2.setIcon(icon_155610041ad3a1e8fc97db2c8511a511);
var marker_39e0b37b5e96f5e3742abb4b0b926e0b = L.marker(
[26.2855639799999, 50.21504609],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_368b9d07a62d18f4b354b4609d57cbe8 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_27d133fc6c1090d751e8dd1e5a952493 = L.popup({
"maxWidth": 320,
});
var html_ec40db6984235b9f9145efe07d12c494 = $(`<div id="html_ec40db6984235b9f9145efe07d12c494" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة اسيا الشرق التجارية</b><br> السجل التجاري: 2051049815<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2855639799999,50.21504609" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_27d133fc6c1090d751e8dd1e5a952493.setContent(html_ec40db6984235b9f9145efe07d12c494);
marker_39e0b37b5e96f5e3742abb4b0b926e0b.bindPopup(popup_27d133fc6c1090d751e8dd1e5a952493)
;
marker_39e0b37b5e96f5e3742abb4b0b926e0b.bindTooltip(
`<div>
شركة اسيا الشرق التجارية
</div>`,
{
"sticky": true,
}
);
marker_39e0b37b5e96f5e3742abb4b0b926e0b.setIcon(icon_368b9d07a62d18f4b354b4609d57cbe8);
var marker_f97aa59c9b12dd8f5e982c666a6a1739 = L.marker(
[26.28564083221195, 50.21413193348332],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_ad12ad9a5cff8c2be024fcc2b3fdb4fe = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_274808acaf0b724581339cc782452ec4 = L.popup({
"maxWidth": 320,
});
var html_a6a5fcfd643f52c7c4ba7c714b44d214 = $(`<div id="html_a6a5fcfd643f52c7c4ba7c714b44d214" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة كيه في براتيك انتربرايسيس السعودية شركة الشخص الواحد</b><br> السجل التجاري: 2051221534<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28564083221195,50.21413193348332" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_274808acaf0b724581339cc782452ec4.setContent(html_a6a5fcfd643f52c7c4ba7c714b44d214);
marker_f97aa59c9b12dd8f5e982c666a6a1739.bindPopup(popup_274808acaf0b724581339cc782452ec4)
;
marker_f97aa59c9b12dd8f5e982c666a6a1739.bindTooltip(
`<div>
شركة كيه في براتيك انتربرايسيس السعودية شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_f97aa59c9b12dd8f5e982c666a6a1739.setIcon(icon_ad12ad9a5cff8c2be024fcc2b3fdb4fe);
var marker_43434ae43fa2df65bd0841cbf2a38b6f = L.marker(
[26.2857266963243, 50.21579079329967],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_fee781da2876db00aeeb3a22f9de825d = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_94fc3c3241faeeb6bd26049abd52681f = L.popup({
"maxWidth": 320,
});
var html_b0e972c2da5e2188684de8d64d84a965 = $(`<div id="html_b0e972c2da5e2188684de8d64d84a965" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عالم الانابيب التجارية</b><br> السجل التجاري: 2051229489<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2857266963243,50.21579079329967" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_94fc3c3241faeeb6bd26049abd52681f.setContent(html_b0e972c2da5e2188684de8d64d84a965);
marker_43434ae43fa2df65bd0841cbf2a38b6f.bindPopup(popup_94fc3c3241faeeb6bd26049abd52681f)
;
marker_43434ae43fa2df65bd0841cbf2a38b6f.bindTooltip(
`<div>
شركة عالم الانابيب التجارية
</div>`,
{
"sticky": true,
}
);
marker_43434ae43fa2df65bd0841cbf2a38b6f.setIcon(icon_fee781da2876db00aeeb3a22f9de825d);
var marker_36eee0329979684b658e30088cec0ce9 = L.marker(
[26.2858525999999, 50.21508347],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_e774644ead88211d455dba0c55a9d388 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_23268d2d5b2edb434023c7f05061b680 = L.popup({
"maxWidth": 320,
});
var html_ac360d6df764420b502bd0bfead1b78f = $(`<div id="html_ac360d6df764420b502bd0bfead1b78f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة منار العاصمة التجارية</b><br> السجل التجاري: 2051029221<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2858525999999,50.21508347" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_23268d2d5b2edb434023c7f05061b680.setContent(html_ac360d6df764420b502bd0bfead1b78f);
marker_36eee0329979684b658e30088cec0ce9.bindPopup(popup_23268d2d5b2edb434023c7f05061b680)
;
marker_36eee0329979684b658e30088cec0ce9.bindTooltip(
`<div>
شركة منار العاصمة التجارية
</div>`,
{
"sticky": true,
}
);
marker_36eee0329979684b658e30088cec0ce9.setIcon(icon_e774644ead88211d455dba0c55a9d388);
var marker_b71aa97f0d7f2ca80a2348b307618ba9 = L.marker(
[26.2858886720001, 50.2111206050001],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_18691f2272e5bf373c2c6ebc7b84ee09 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_7369d22d04e9ace00dce52e6d811b0b1 = L.popup({
"maxWidth": 320,
});
var html_8406f5d61eb0dc1e95b97a794eeb0e2d = $(`<div id="html_8406f5d61eb0dc1e95b97a794eeb0e2d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة لمسة ميداء التجارية</b><br> السجل التجاري: 1010454126<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2858886720001,50.2111206050001" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_7369d22d04e9ace00dce52e6d811b0b1.setContent(html_8406f5d61eb0dc1e95b97a794eeb0e2d);
marker_b71aa97f0d7f2ca80a2348b307618ba9.bindPopup(popup_7369d22d04e9ace00dce52e6d811b0b1)
;
marker_b71aa97f0d7f2ca80a2348b307618ba9.bindTooltip(
`<div>
شركة لمسة ميداء التجارية
</div>`,
{
"sticky": true,
}
);
marker_b71aa97f0d7f2ca80a2348b307618ba9.setIcon(icon_18691f2272e5bf373c2c6ebc7b84ee09);
var marker_ce3c425c1f876ccd440050c90b3cdea4 = L.marker(
[26.28594134, 50.214758],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_8cef8886e532f68dd210dc472082b602 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_f3e52d0756826ae5949bbf9a4e7a5c5c = L.popup({
"maxWidth": 320,
});
var html_c5b6d2cb8c5c8af529d95c4abb4b4527 = $(`<div id="html_c5b6d2cb8c5c8af529d95c4abb4b4527" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الاتحاد اوزون للتجارة</b><br> السجل التجاري: 2051229279<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28594134,50.214758" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_f3e52d0756826ae5949bbf9a4e7a5c5c.setContent(html_c5b6d2cb8c5c8af529d95c4abb4b4527);
marker_ce3c425c1f876ccd440050c90b3cdea4.bindPopup(popup_f3e52d0756826ae5949bbf9a4e7a5c5c)
;
marker_ce3c425c1f876ccd440050c90b3cdea4.bindTooltip(
`<div>
شركة الاتحاد اوزون للتجارة
</div>`,
{
"sticky": true,
}
);
marker_ce3c425c1f876ccd440050c90b3cdea4.setIcon(icon_8cef8886e532f68dd210dc472082b602);
var marker_8a81aa62b97d496546c9ed7a35f6ebaf = L.marker(
[26.28644377542211, 50.21802115089977],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_f1b9f23f3f2e008f638dcccedf48afea = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0ff877e7b3e17270d36488d2fd85f9d2 = L.popup({
"maxWidth": 320,
});
var html_ccdef4d47ba70d52226c20f8597d6cce = $(`<div id="html_ccdef4d47ba70d52226c20f8597d6cce" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة كمشة زعتر لتقديم الوجبات</b><br> السجل التجاري: 2051252380<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28644377542211,50.21802115089977" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0ff877e7b3e17270d36488d2fd85f9d2.setContent(html_ccdef4d47ba70d52226c20f8597d6cce);
marker_8a81aa62b97d496546c9ed7a35f6ebaf.bindPopup(popup_0ff877e7b3e17270d36488d2fd85f9d2)
;
marker_8a81aa62b97d496546c9ed7a35f6ebaf.bindTooltip(
`<div>
شركة كمشة زعتر لتقديم الوجبات
</div>`,
{
"sticky": true,
}
);
marker_8a81aa62b97d496546c9ed7a35f6ebaf.setIcon(icon_f1b9f23f3f2e008f638dcccedf48afea);
var marker_3fcabbc102550a3efb4a3f1c281fce30 = L.marker(
[26.28662109, 50.21423043],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_96244df7c959315e2ce1bb9fcb57f8f3 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_93f30b415c1f2b809e5c9c65c4235426 = L.popup({
"maxWidth": 320,
});
var html_d8d31fa243a2c57d94135ce799dd54f9 = $(`<div id="html_d8d31fa243a2c57d94135ce799dd54f9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مكائن العالم التجارية</b><br> السجل التجاري: 2051059517<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28662109,50.21423043" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_93f30b415c1f2b809e5c9c65c4235426.setContent(html_d8d31fa243a2c57d94135ce799dd54f9);
marker_3fcabbc102550a3efb4a3f1c281fce30.bindPopup(popup_93f30b415c1f2b809e5c9c65c4235426)
;
marker_3fcabbc102550a3efb4a3f1c281fce30.bindTooltip(
`<div>
شركة مكائن العالم التجارية
</div>`,
{
"sticky": true,
}
);
marker_3fcabbc102550a3efb4a3f1c281fce30.setIcon(icon_96244df7c959315e2ce1bb9fcb57f8f3);
var marker_8d378f4fe8b25bb9418b8ab0fcd6ff40 = L.marker(
[26.28671159086616, 50.2164602344491],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_c097da77c02339d639fdac36497e9374 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_7c373b03bd0fe2f7ca430d64d9319cd1 = L.popup({
"maxWidth": 320,
});
var html_d38f0b2d15572f7c465a1a4e9bd18fef = $(`<div id="html_d38f0b2d15572f7c465a1a4e9bd18fef" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة توريدات الريان للتجارة</b><br> السجل التجاري: 5855377769<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28671159086616,50.2164602344491" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_7c373b03bd0fe2f7ca430d64d9319cd1.setContent(html_d38f0b2d15572f7c465a1a4e9bd18fef);
marker_8d378f4fe8b25bb9418b8ab0fcd6ff40.bindPopup(popup_7c373b03bd0fe2f7ca430d64d9319cd1)
;
marker_8d378f4fe8b25bb9418b8ab0fcd6ff40.bindTooltip(
`<div>
شركة توريدات الريان للتجارة
</div>`,
{
"sticky": true,
}
);
marker_8d378f4fe8b25bb9418b8ab0fcd6ff40.setIcon(icon_c097da77c02339d639fdac36497e9374);
var marker_4e6f6b9656e88f78dc5003af6a1e6e30 = L.marker(
[26.2868307191009, 50.2082126745831],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_d004d732f1b485f982ba575059f6da2c = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_438a0b850bc4d24a4b926a84a243d736 = L.popup({
"maxWidth": 320,
});
var html_18ac78df535a048ced0e0694f08c7877 = $(`<div id="html_18ac78df535a048ced0e0694f08c7877" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة كريستال فيجن للمقاولات</b><br> السجل التجاري: 2050183244<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2868307191009,50.2082126745831" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_438a0b850bc4d24a4b926a84a243d736.setContent(html_18ac78df535a048ced0e0694f08c7877);
marker_4e6f6b9656e88f78dc5003af6a1e6e30.bindPopup(popup_438a0b850bc4d24a4b926a84a243d736)
;
marker_4e6f6b9656e88f78dc5003af6a1e6e30.bindTooltip(
`<div>
شركة كريستال فيجن للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_4e6f6b9656e88f78dc5003af6a1e6e30.setIcon(icon_d004d732f1b485f982ba575059f6da2c);
var marker_80452226e7138a2fd7ddc145dd7db2ae = L.marker(
[26.2806563699999, 50.21194957],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_17d59d91da8abb3e48ca645be43add75 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_09c613c45d36750d386598c4b3522cb9 = L.popup({
"maxWidth": 320,
});
var html_b73c444aa63f8fb856a7aa100f0b1e7f = $(`<div id="html_b73c444aa63f8fb856a7aa100f0b1e7f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة رود رنر رودكو السعودية المحدودة شركة الشخص الواحد</b><br> السجل التجاري: 2050146420<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2806563699999,50.21194957" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_09c613c45d36750d386598c4b3522cb9.setContent(html_b73c444aa63f8fb856a7aa100f0b1e7f);
marker_80452226e7138a2fd7ddc145dd7db2ae.bindPopup(popup_09c613c45d36750d386598c4b3522cb9)
;
marker_80452226e7138a2fd7ddc145dd7db2ae.bindTooltip(
`<div>
شركة رود رنر رودكو السعودية المحدودة شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_80452226e7138a2fd7ddc145dd7db2ae.setIcon(icon_17d59d91da8abb3e48ca645be43add75);
var marker_254c61fbede3f519329c682839c235fd = L.marker(
[26.2806888945785, 50.2124055545922],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_e669462ac2c003d2a9df7842c21c3b5f = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_7f72d14941fb81a1e5f0edceb8eea2fd = L.popup({
"maxWidth": 320,
});
var html_10322e431d6e09c1ec06302c873a61e1 = $(`<div id="html_10322e431d6e09c1ec06302c873a61e1" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة جي اف سي العربية المحدودة شركة الشخص الواحد (شركة شخص واحد)</b><br> السجل التجاري: 2051048807<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2806888945785,50.2124055545922" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_7f72d14941fb81a1e5f0edceb8eea2fd.setContent(html_10322e431d6e09c1ec06302c873a61e1);
marker_254c61fbede3f519329c682839c235fd.bindPopup(popup_7f72d14941fb81a1e5f0edceb8eea2fd)
;
marker_254c61fbede3f519329c682839c235fd.bindTooltip(
`<div>
شركة جي اف سي العربية المحدودة شركة الشخص الواحد (شركة شخص واحد)
</div>`,
{
"sticky": true,
}
);
marker_254c61fbede3f519329c682839c235fd.setIcon(icon_e669462ac2c003d2a9df7842c21c3b5f);
var marker_cff2958f105eab25e00010cef9a5e6d8 = L.marker(
[26.28069006234423, 50.21168182484695],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_c0c1fa9955f0dc470317fd90d3ff6c5e = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_5660b73239392ef993b02327b70f142a = L.popup({
"maxWidth": 320,
});
var html_8bfac70481a91d6e49a35dca50f76d8d = $(`<div id="html_8bfac70481a91d6e49a35dca50f76d8d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة هيونداي للصناعات الثقيلة والآلات التوربينية المحدودة</b><br> السجل التجاري: 2051252943<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28069006234423,50.21168182484695" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_5660b73239392ef993b02327b70f142a.setContent(html_8bfac70481a91d6e49a35dca50f76d8d);
marker_cff2958f105eab25e00010cef9a5e6d8.bindPopup(popup_5660b73239392ef993b02327b70f142a)
;
marker_cff2958f105eab25e00010cef9a5e6d8.bindTooltip(
`<div>
شركة هيونداي للصناعات الثقيلة والآلات التوربينية المحدودة
</div>`,
{
"sticky": true,
}
);
marker_cff2958f105eab25e00010cef9a5e6d8.setIcon(icon_c0c1fa9955f0dc470317fd90d3ff6c5e);
var marker_70fc1b0026001a0048f28c4640ceca19 = L.marker(
[26.28071052735168, 50.21243098105991],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_922357e5f08b197fbb370a5c3a4d1763 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a477bf07479715f1f240f1bef6817ddf = L.popup({
"maxWidth": 320,
});
var html_56f81068eca142527ffbdc7bd15a1862 = $(`<div id="html_56f81068eca142527ffbdc7bd15a1862" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة صلابة العربية للمقاولات</b><br> السجل التجاري: 2051255402<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28071052735168,50.21243098105991" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a477bf07479715f1f240f1bef6817ddf.setContent(html_56f81068eca142527ffbdc7bd15a1862);
marker_70fc1b0026001a0048f28c4640ceca19.bindPopup(popup_a477bf07479715f1f240f1bef6817ddf)
;
marker_70fc1b0026001a0048f28c4640ceca19.bindTooltip(
`<div>
شركة صلابة العربية للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_70fc1b0026001a0048f28c4640ceca19.setIcon(icon_922357e5f08b197fbb370a5c3a4d1763);
var marker_cdd81bfc8f94d20f4708c8f4c15a9211 = L.marker(
[26.28082270745172, 50.2102551329881],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_a66b972dc2eb107f2411a85451b96dac = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e4f4555c0c0afea04ca585c9bda3ddb9 = L.popup({
"maxWidth": 320,
});
var html_a97f9cadc1bd58b0c47ef6517d8385c5 = $(`<div id="html_a97f9cadc1bd58b0c47ef6517d8385c5" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الوسام الأولى للمقاولات</b><br> السجل التجاري: 2051253796<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28082270745172,50.2102551329881" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e4f4555c0c0afea04ca585c9bda3ddb9.setContent(html_a97f9cadc1bd58b0c47ef6517d8385c5);
marker_cdd81bfc8f94d20f4708c8f4c15a9211.bindPopup(popup_e4f4555c0c0afea04ca585c9bda3ddb9)
;
marker_cdd81bfc8f94d20f4708c8f4c15a9211.bindTooltip(
`<div>
شركة الوسام الأولى للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_cdd81bfc8f94d20f4708c8f4c15a9211.setIcon(icon_a66b972dc2eb107f2411a85451b96dac);
var marker_3294996526511528a5dd96866bb9e946 = L.marker(
[26.28088065, 50.21130301],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_e1041f00a361880d160d0b9812cdef09 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_238591e72144c84e5442ae192e59d125 = L.popup({
"maxWidth": 320,
});
var html_318297a63391f9207ec0f6546d0faa83 = $(`<div id="html_318297a63391f9207ec0f6546d0faa83" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة تكسل للمقاولات ذ م م شركة خليجية محدودة</b><br> السجل التجاري: 2051248730<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28088065,50.21130301" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_238591e72144c84e5442ae192e59d125.setContent(html_318297a63391f9207ec0f6546d0faa83);
marker_3294996526511528a5dd96866bb9e946.bindPopup(popup_238591e72144c84e5442ae192e59d125)
;
marker_3294996526511528a5dd96866bb9e946.bindTooltip(
`<div>
شركة تكسل للمقاولات ذ م م شركة خليجية محدودة
</div>`,
{
"sticky": true,
}
);
marker_3294996526511528a5dd96866bb9e946.setIcon(icon_e1041f00a361880d160d0b9812cdef09);
var marker_32228e9480a4516a9eacc5b535aa9b97 = L.marker(
[26.28103029, 50.2149949599999],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_f932b3f676a585d3b7c4597dcb44d48b = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_5e05b14842735fed4ccb396b2c6ca59a = L.popup({
"maxWidth": 320,
});
var html_a235d3732f12c9dae5f4586b5836edb5 = $(`<div id="html_a235d3732f12c9dae5f4586b5836edb5" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ركن رحال للملابس الجاهزة</b><br> السجل التجاري: 2051235920<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28103029,50.2149949599999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_5e05b14842735fed4ccb396b2c6ca59a.setContent(html_a235d3732f12c9dae5f4586b5836edb5);
marker_32228e9480a4516a9eacc5b535aa9b97.bindPopup(popup_5e05b14842735fed4ccb396b2c6ca59a)
;
marker_32228e9480a4516a9eacc5b535aa9b97.bindTooltip(
`<div>
شركة ركن رحال للملابس الجاهزة
</div>`,
{
"sticky": true,
}
);
marker_32228e9480a4516a9eacc5b535aa9b97.setIcon(icon_f932b3f676a585d3b7c4597dcb44d48b);
var marker_dcf14d41a18e676104f07a5925c308ea = L.marker(
[26.2868802499999, 50.2173850499999],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_1e04687a3fdea4b0f39be7f15a7dc26b = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a299357045d48df2d211d7e567523014 = L.popup({
"maxWidth": 320,
});
var html_eabdb39958c208450464ace566a02cf8 = $(`<div id="html_eabdb39958c208450464ace566a02cf8" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة حقيبة الاعمال التجارية</b><br> السجل التجاري: 2051057058<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2868802499999,50.2173850499999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a299357045d48df2d211d7e567523014.setContent(html_eabdb39958c208450464ace566a02cf8);
marker_dcf14d41a18e676104f07a5925c308ea.bindPopup(popup_a299357045d48df2d211d7e567523014)
;
marker_dcf14d41a18e676104f07a5925c308ea.bindTooltip(
`<div>
شركة حقيبة الاعمال التجارية
</div>`,
{
"sticky": true,
}
);
marker_dcf14d41a18e676104f07a5925c308ea.setIcon(icon_1e04687a3fdea4b0f39be7f15a7dc26b);
var marker_cb0b758ee27797a6f6f5a663695cab5b = L.marker(
[26.28693712, 50.21392618],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_dc57bcda3f7d4c70a21eb18391e2f004 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b68cb58104c7494c3be40b024fba0e4a = L.popup({
"maxWidth": 320,
});
var html_852bb3252a118e8bf9864f3db995af4f = $(`<div id="html_852bb3252a118e8bf9864f3db995af4f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مطاعم بروستد هني لتقديم الوجبات</b><br> السجل التجاري: 2051059239<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28693712,50.21392618" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b68cb58104c7494c3be40b024fba0e4a.setContent(html_852bb3252a118e8bf9864f3db995af4f);
marker_cb0b758ee27797a6f6f5a663695cab5b.bindPopup(popup_b68cb58104c7494c3be40b024fba0e4a)
;
marker_cb0b758ee27797a6f6f5a663695cab5b.bindTooltip(
`<div>
شركة مطاعم بروستد هني لتقديم الوجبات
</div>`,
{
"sticky": true,
}
);
marker_cb0b758ee27797a6f6f5a663695cab5b.setIcon(icon_dc57bcda3f7d4c70a21eb18391e2f004);
var marker_1f76abd392a35cd69a812dfeee13f9ce = L.marker(
[26.2872439, 50.2110943599999],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_4b0823f91cc9b757f6cbdc0fae4fc160 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_235d574edacc7b0978a23b1057c037f4 = L.popup({
"maxWidth": 320,
});
var html_d5dc77ded30b1d0e7f0704fa51ad3175 = $(`<div id="html_d5dc77ded30b1d0e7f0704fa51ad3175" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة المدار العالي للتجارة</b><br> السجل التجاري: 2051061462<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2872439,50.2110943599999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_235d574edacc7b0978a23b1057c037f4.setContent(html_d5dc77ded30b1d0e7f0704fa51ad3175);
marker_1f76abd392a35cd69a812dfeee13f9ce.bindPopup(popup_235d574edacc7b0978a23b1057c037f4)
;
marker_1f76abd392a35cd69a812dfeee13f9ce.bindTooltip(
`<div>
شركة المدار العالي للتجارة
</div>`,
{
"sticky": true,
}
);
marker_1f76abd392a35cd69a812dfeee13f9ce.setIcon(icon_4b0823f91cc9b757f6cbdc0fae4fc160);
var marker_1a9be927107a5b001985f079384aba6e = L.marker(
[26.2873564380001, 50.2147561780001],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_4494deabd12c741f547206935c1ea51a = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_5630963d6de5dfe0606bb723bfa705c6 = L.popup({
"maxWidth": 320,
});
var html_0ba9c573439376f1cb65ec8a923bf7b3 = $(`<div id="html_0ba9c573439376f1cb65ec8a923bf7b3" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>فرع شركة ميجو انجنيرنج اند كونستركشن كومباني ليمتد</b><br> السجل التجاري: 2051049575<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2873564380001,50.2147561780001" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_5630963d6de5dfe0606bb723bfa705c6.setContent(html_0ba9c573439376f1cb65ec8a923bf7b3);
marker_1a9be927107a5b001985f079384aba6e.bindPopup(popup_5630963d6de5dfe0606bb723bfa705c6)
;
marker_1a9be927107a5b001985f079384aba6e.bindTooltip(
`<div>
فرع شركة ميجو انجنيرنج اند كونستركشن كومباني ليمتد
</div>`,
{
"sticky": true,
}
);
marker_1a9be927107a5b001985f079384aba6e.setIcon(icon_4494deabd12c741f547206935c1ea51a);
var marker_9c213d3999b70940b09e79c097400ea2 = L.marker(
[26.28739144868764, 50.21457818336785],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_eccce1b7bc08e9dc3bf1dbf27dcfdb8e = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_6c12dbcbaf2d5aa741970467d2f9d6be = L.popup({
"maxWidth": 320,
});
var html_f966e9dc265eeb34e07ad0fabe51d9e4 = $(`<div id="html_f966e9dc265eeb34e07ad0fabe51d9e4" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة العصري الحديثة التجارية</b><br> السجل التجاري: 2051234178<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28739144868764,50.21457818336785" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_6c12dbcbaf2d5aa741970467d2f9d6be.setContent(html_f966e9dc265eeb34e07ad0fabe51d9e4);
marker_9c213d3999b70940b09e79c097400ea2.bindPopup(popup_6c12dbcbaf2d5aa741970467d2f9d6be)
;
marker_9c213d3999b70940b09e79c097400ea2.bindTooltip(
`<div>
شركة العصري الحديثة التجارية
</div>`,
{
"sticky": true,
}
);
marker_9c213d3999b70940b09e79c097400ea2.setIcon(icon_eccce1b7bc08e9dc3bf1dbf27dcfdb8e);
var marker_fe7b07ab47ae614a43eef14ad8fc1a65 = L.marker(
[26.28746396452125, 50.21474806239089],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_17e2884602c84bdc6da049968395dcd6 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_08bc52481bd05d8d37a8fc140ed3e8b6 = L.popup({
"maxWidth": 320,
});
var html_6a61dfa0f0a0299e1e41f98fb1642c63 = $(`<div id="html_6a61dfa0f0a0299e1e41f98fb1642c63" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ديفيد أدامسون وشركاه العربية للاستشارات الهندسية</b><br> السجل التجاري: 2051257316<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28746396452125,50.21474806239089" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_08bc52481bd05d8d37a8fc140ed3e8b6.setContent(html_6a61dfa0f0a0299e1e41f98fb1642c63);
marker_fe7b07ab47ae614a43eef14ad8fc1a65.bindPopup(popup_08bc52481bd05d8d37a8fc140ed3e8b6)
;
marker_fe7b07ab47ae614a43eef14ad8fc1a65.bindTooltip(
`<div>
شركة ديفيد أدامسون وشركاه العربية للاستشارات الهندسية
</div>`,
{
"sticky": true,
}
);
marker_fe7b07ab47ae614a43eef14ad8fc1a65.setIcon(icon_17e2884602c84bdc6da049968395dcd6);
var marker_1d79452cee31d9eee5137f127b6727c4 = L.marker(
[26.28749162465452, 50.21462780423462],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_fffd616666e33032ed25ace2a0fcda05 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0c41a6e133ea2165989cd60cb98feeb4 = L.popup({
"maxWidth": 320,
});
var html_dfd01f06c11a66c4fc7b0297fc951ae4 = $(`<div id="html_dfd01f06c11a66c4fc7b0297fc951ae4" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>فرع شركة سعد سعيد حامد القحطاني للمقاولات العامة</b><br> السجل التجاري: 2051239162<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28749162465452,50.21462780423462" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0c41a6e133ea2165989cd60cb98feeb4.setContent(html_dfd01f06c11a66c4fc7b0297fc951ae4);
marker_1d79452cee31d9eee5137f127b6727c4.bindPopup(popup_0c41a6e133ea2165989cd60cb98feeb4)
;
marker_1d79452cee31d9eee5137f127b6727c4.bindTooltip(
`<div>
فرع شركة سعد سعيد حامد القحطاني للمقاولات العامة
</div>`,
{
"sticky": true,
}
);
marker_1d79452cee31d9eee5137f127b6727c4.setIcon(icon_fffd616666e33032ed25ace2a0fcda05);
var marker_8ce6e330791c8891ab15345fa4c9f438 = L.marker(
[26.2875286099999, 50.2154726999999],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_60f90e72661332e673f7b9ce7e287701 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ca9144e3c155aea64eaba876f00f1ed0 = L.popup({
"maxWidth": 320,
});
var html_8de6bae6a695b047a4f53963b1b26c9e = $(`<div id="html_8de6bae6a695b047a4f53963b1b26c9e" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة خط الفلك التجارية</b><br> السجل التجاري: 2051054550<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2875286099999,50.2154726999999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ca9144e3c155aea64eaba876f00f1ed0.setContent(html_8de6bae6a695b047a4f53963b1b26c9e);
marker_8ce6e330791c8891ab15345fa4c9f438.bindPopup(popup_ca9144e3c155aea64eaba876f00f1ed0)
;
marker_8ce6e330791c8891ab15345fa4c9f438.bindTooltip(
`<div>
شركة خط الفلك التجارية
</div>`,
{
"sticky": true,
}
);
marker_8ce6e330791c8891ab15345fa4c9f438.setIcon(icon_60f90e72661332e673f7b9ce7e287701);
var marker_024d5fcb37ba85709be9dc92e570e851 = L.marker(
[26.28763966, 50.2142078999999],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_7c70ffa34a39e821a00f00428442e4c1 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1bed5f0af262df2cb6e963b86fca318d = L.popup({
"maxWidth": 320,
});
var html_13d05d8dde7511118b224f48d1185ee0 = $(`<div id="html_13d05d8dde7511118b224f48d1185ee0" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة بيت الرمانات للتكييف والتبريد</b><br> السجل التجاري: 2051046687<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28763966,50.2142078999999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1bed5f0af262df2cb6e963b86fca318d.setContent(html_13d05d8dde7511118b224f48d1185ee0);
marker_024d5fcb37ba85709be9dc92e570e851.bindPopup(popup_1bed5f0af262df2cb6e963b86fca318d)
;
marker_024d5fcb37ba85709be9dc92e570e851.bindTooltip(
`<div>
شركة بيت الرمانات للتكييف والتبريد
</div>`,
{
"sticky": true,
}
);
marker_024d5fcb37ba85709be9dc92e570e851.setIcon(icon_7c70ffa34a39e821a00f00428442e4c1);
var marker_82f3f77a736543eea818e76e5f087e31 = L.marker(
[26.2878107599999, 50.21562978],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_e2ef0aca9ae2c9713e28868a1a4956c2 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_14e2d0ff5d49408933a610f9b22b0417 = L.popup({
"maxWidth": 320,
});
var html_c391d24f453c6fd4bb606efc9567c345 = $(`<div id="html_c391d24f453c6fd4bb606efc9567c345" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عصر الحديد التجارية شركة شخص واحد</b><br> السجل التجاري: 2051061226<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2878107599999,50.21562978" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_14e2d0ff5d49408933a610f9b22b0417.setContent(html_c391d24f453c6fd4bb606efc9567c345);
marker_82f3f77a736543eea818e76e5f087e31.bindPopup(popup_14e2d0ff5d49408933a610f9b22b0417)
;
marker_82f3f77a736543eea818e76e5f087e31.bindTooltip(
`<div>
شركة عصر الحديد التجارية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_82f3f77a736543eea818e76e5f087e31.setIcon(icon_e2ef0aca9ae2c9713e28868a1a4956c2);
var marker_a8571fd9ea6de5cd4ac6256caf8aa02f = L.marker(
[26.28836851, 50.2086050899999],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_896157f3ee9840801868a5fcaf92f964 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_998458e708d4a9950f0444e70b9cb307 = L.popup({
"maxWidth": 320,
});
var html_ee953a458d8b93ef99df4bd57020d202 = $(`<div id="html_ee953a458d8b93ef99df4bd57020d202" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>خياط أزرار للخياطة</b><br> السجل التجاري: 2051220389<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28836851,50.2086050899999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_998458e708d4a9950f0444e70b9cb307.setContent(html_ee953a458d8b93ef99df4bd57020d202);
marker_a8571fd9ea6de5cd4ac6256caf8aa02f.bindPopup(popup_998458e708d4a9950f0444e70b9cb307)
;
marker_a8571fd9ea6de5cd4ac6256caf8aa02f.bindTooltip(
`<div>
خياط أزرار للخياطة
</div>`,
{
"sticky": true,
}
);
marker_a8571fd9ea6de5cd4ac6256caf8aa02f.setIcon(icon_896157f3ee9840801868a5fcaf92f964);
var marker_a5bea6ab407050291f56e9bd4aff5067 = L.marker(
[26.28875975, 50.21701895],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_0fe50743bb7fd5570ce0cf264581a196 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c4b3ea195cf08807a112f6fd7e91fe91 = L.popup({
"maxWidth": 320,
});
var html_10c49b9e56974c48faf415028ef4fad1 = $(`<div id="html_10c49b9e56974c48faf415028ef4fad1" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة معادن الظهران للتعدين التجارية</b><br> السجل التجاري: 2051058952<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28875975,50.21701895" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c4b3ea195cf08807a112f6fd7e91fe91.setContent(html_10c49b9e56974c48faf415028ef4fad1);
marker_a5bea6ab407050291f56e9bd4aff5067.bindPopup(popup_c4b3ea195cf08807a112f6fd7e91fe91)
;
marker_a5bea6ab407050291f56e9bd4aff5067.bindTooltip(
`<div>
شركة معادن الظهران للتعدين التجارية
</div>`,
{
"sticky": true,
}
);
marker_a5bea6ab407050291f56e9bd4aff5067.setIcon(icon_0fe50743bb7fd5570ce0cf264581a196);
var marker_4b83e3904dc93135ba577388d500b576 = L.marker(
[26.28876661501648, 50.2142565306593],
{
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
var icon_272d59c455d34a4c20ecd70d77f38c78 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_aed59d9a4b3c39fdba461db3335cd545 = L.popup({
"maxWidth": 320,
});
var html_fe0bb4bee0114103e08f2b63c39b22b8 = $(`<div id="html_fe0bb4bee0114103e08f2b63c39b22b8" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة جواء جيكات لتأجير المعدات</b><br> السجل التجاري: 2051234151<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28876661501648,50.2142565306593" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_aed59d9a4b3c39fdba461db3335cd545.setContent(html_fe0bb4bee0114103e08f2b63c39b22b8);
marker_4b83e3904dc93135ba577388d500b576.bindPopup(popup_aed59d9a4b3c39fdba461db3335cd545)
;
marker_4b83e3904dc93135ba577388d500b576.bindTooltip(
`<div>
شركة جواء جيكات لتأجير المعدات
</div>`,
{
"sticky": true,
}
);
marker_4b83e3904dc93135ba577388d500b576.setIcon(icon_272d59c455d34a4c20ecd70d77f38c78);
map_12f6dd620c88b3bb0511261c8b474a62.fitBounds(
[[26.2851177999999, 50.21697322], [26.285389761, 50.215188271], [26.28541388, 50.2166390599999], [26.28545918, 50.21695211], [26.2854595999999, 50.2159705999999], [26.2855639799999, 50.21504609], [26.28564083221195, 50.21413193348332], [26.2857266963243, 50.21579079329967], [26.2858525999999, 50.21508347], [26.2858886720001, 50.2111206050001], [26.28594134, 50.214758], [26.28644377542211, 50.21802115089977], [26.28662109, 50.21423043], [26.28671159086616, 50.2164602344491], [26.2868307191009, 50.2082126745831], [26.2806563699999, 50.21194957], [26.2806888945785, 50.2124055545922], [26.28069006234423, 50.21168182484695], [26.28071052735168, 50.21243098105991], [26.28082270745172, 50.2102551329881], [26.28088065, 50.21130301], [26.28103029, 50.2149949599999], [26.2868802499999, 50.2173850499999], [26.28693712, 50.21392618], [26.2872439, 50.2110943599999], [26.2873564380001, 50.2147561780001], [26.28739144868764, 50.21457818336785], [26.28746396452125, 50.21474806239089], [26.28749162465452, 50.21462780423462], [26.2875286099999, 50.2154726999999], [26.28763966, 50.2142078999999], [26.2878107599999, 50.21562978], [26.28836851, 50.2086050899999], [26.28875975, 50.21701895], [26.28876661501648, 50.2142565306593]],
{"padding": [30, 30]}
);
var layer_control_3d0bdaaac1b2f54589d4e6a8d89b8a6a_layers = {
base_layers : {
"\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u0634\u0627\u0631\u0639" : tile_layer_6b26e9ef1f347f362da3fb9906601d1b,
"\u0623\u0642\u0645\u0627\u0631 \u0635\u0646\u0627\u0639\u064a\u0629 (Esri)" : tile_layer_c684537cb2e07306254b8e036a210881,
},
overlays : {
},
};
let layer_control_3d0bdaaac1b2f54589d4e6a8d89b8a6a = L.control.layers(
layer_control_3d0bdaaac1b2f54589d4e6a8d89b8a6a_layers.base_layers,
layer_control_3d0bdaaac1b2f54589d4e6a8d89b8a6a_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_12f6dd620c88b3bb0511261c8b474a62);
</script>
</html>