Map / EQ /40.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_bb87a5dc2cd9ae4e61d08611b8d97e7e {
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">شريفة إبراهيم العقيل - 40</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_bb87a5dc2cd9ae4e61d08611b8d97e7e;
// items: list of objects (title, lat, lon, markerVar)
const items = [{"title": "شركة قادة الارض التجارية", "lat": 26.2812180899999, "lon": 50.20839662, "markerVar": "marker_d0c47e3afdd03aae51b487115476d777"}, {"title": "شركة شاهين فالكون التجارية", "lat": 26.28138685, "lon": 50.2122932899999, "markerVar": "marker_fc4b0f654b87280afedf4dddf7d59263"}, {"title": "شركة سكاي لاند المحدودة", "lat": 26.28139298257428, "lon": 50.21347638219595, "markerVar": "marker_265474d882520673785f096f5b95fcd1"}, {"title": "شركة عالم المتجر العام للتجارة", "lat": 26.28169039, "lon": 50.2104192099999, "markerVar": "marker_32f20dea7bfbfbb52691414c245eb401"}, {"title": "شركة ثلاثي الابعاد العالميةلتقنية المعلومات شركة الشخص الواحد", "lat": 26.28170987, "lon": 50.21235466, "markerVar": "marker_630a691d86f68f84a3726b7658ede783"}, {"title": "شركة بليزر للملابس الجاهزة", "lat": 26.2817275799999, "lon": 50.2132315899999, "markerVar": "marker_9dda934a23f457fe3af75e53d42c1c9e"}, {"title": "شركة عاصمة الاتقان لتقنية نظم المعلومات شركة شخص واحد", "lat": 26.2818878299999, "lon": 50.2089321699999, "markerVar": "marker_1c369ad8451bdeb1f22e7cce6c990e7f"}, {"title": "شركة المصنع العالمي للمقاولات وتركيب المباني الحديدية", "lat": 26.2819976599999, "lon": 50.21715562, "markerVar": "marker_54254610e19c5bdab509badec59b7606"}, {"title": "شركة وجه للمقاولات", "lat": 26.2822046299999, "lon": 50.2143219599999, "markerVar": "marker_4799099f28298a238b612e2ba3500de6"}, {"title": "شركة امداكس العربية المحدودة شركة شخص واحد", "lat": 26.28232033, "lon": 50.2141664899999, "markerVar": "marker_4b73c6e2743ef0906598924ce8d058ca"}, {"title": "شركة فيوتشر سوفت للمقاولات شخص واحد", "lat": 26.28249000420833, "lon": 50.21635695930112, "markerVar": "marker_78f747e3e9c9e613a2a5fe805ff8d167"}, {"title": "شركة مثلث الصيف للمقاولات", "lat": 26.28251898294156, "lon": 50.21555424505693, "markerVar": "marker_5af8c64ebf10c3543162780ddd67e399"}, {"title": "شركة عالم ارض الفن للمقاولات العامة", "lat": 26.2825431999999, "lon": 50.21651759, "markerVar": "marker_c56aea0cb18a0f159909b97afbf13260"}, {"title": "شركة كتوم الخبر التجارية شركة شخص واحد", "lat": 26.2826711999999, "lon": 50.2158274299999, "markerVar": "marker_c93552698814fa275226e8a4b85ec8ee"}, {"title": "شركة لنية المحدودة", "lat": 26.28269804, "lon": 50.21642027, "markerVar": "marker_373edd931b91388d89932f91d980fd6d"}, {"title": "شركة مطعم كلاسيك العربي لتقديم الوجبات", "lat": 26.2827070899999, "lon": 50.21220221, "markerVar": "marker_0c93d56b9be0cfb59536b5561290e405"}, {"title": "شركة الوثبة العالية للمقاولات شخص واحد", "lat": 26.28283945520236, "lon": 50.21555377626146, "markerVar": "marker_83c0bd25021114ee52caca90e7aa4bcb"}, {"title": "شركة نظام ربط الشبكات العربيه التجاريه", "lat": 26.2828979499999, "lon": 50.2089233399999, "markerVar": "marker_5791f35b3d97230947982c56f8c5b070"}, {"title": "شركه ماكونال دويل العربيه السعوديه المحدوده", "lat": 26.2830676030001, "lon": 50.2141939090001, "markerVar": "marker_08cdd455efe88343fcc34d1b2cc32a61"}, {"title": "شركة اسدام للتوريد والخدمات المحدودة", "lat": 26.28307699, "lon": 50.2157278999999, "markerVar": "marker_9f6b2aa143ccf3287297286889e47d7b"}, {"title": "شركة صمام البركة التجارية", "lat": 26.28317446, "lon": 50.21591858, "markerVar": "marker_ec4d3fb7662626cefce607a84b81a54e"}, {"title": "شركة تسريع التداول للتجارة", "lat": 26.28319567, "lon": 50.2091344999999, "markerVar": "marker_5dd01984001ab980bcef1a08da61eba2"}, {"title": "شركة الحلول الكهربائية للطاقة العربية المحدودة", "lat": 26.28331817, "lon": 50.2142979799999, "markerVar": "marker_ed2e60cf894664cb07f26ded090b72b7"}, {"title": "شركة هائم التجارية", "lat": 26.28365803, "lon": 50.21372548, "markerVar": "marker_e305e3cb6048cfd21ef4c1642312aeb8"}, {"title": "شركة كابلات الشرقية التجارية", "lat": 26.28379229, "lon": 50.2171421999999, "markerVar": "marker_4c3b38b45f5d38a2733f56fecac64124"}, {"title": "شركة الاختيار الدولي للمقاولات", "lat": 26.28387690770232, "lon": 50.20758184509136, "markerVar": "marker_b9316e76ebb9230933676b74597b5c44"}, {"title": "شركة مناخ الربيع للادوات الصحية", "lat": 26.28435083, "lon": 50.21621738, "markerVar": "marker_c381603168cc7f68b64eedfffd8991da"}, {"title": "شركة وصل شبكات التجارية", "lat": 26.28435388, "lon": 50.2071928, "markerVar": "marker_37300462bd66cf61b2a9026b800b44b5"}, {"title": "شركة عالم عفار للتجارة", "lat": 26.28441681, "lon": 50.21476846, "markerVar": "marker_3282093fb4f7ee1e02875b895b7a3a5f"}, {"title": "شركة وليد نور التجارية", "lat": 26.28450076, "lon": 50.21249335, "markerVar": "marker_b8b699deefd112795b86e69614d49aec"}, {"title": "شركة عصر التميز الجديد التجارية", "lat": 26.2848524499999, "lon": 50.21455496, "markerVar": "marker_713106233a8dc9816664bbb994f76a00"}, {"title": "شركة خالد محمد المسفر للتجارة", "lat": 26.2848545099999, "lon": 50.21617234, "markerVar": "marker_bbe3ab33fe977586324572845ba396d2"}, {"title": "شركة علي قشاش العمري التجارية", "lat": 26.2849091299999, "lon": 50.2118149699999, "markerVar": "marker_d015b09af0f45fd8ac4aee4b428a8fde"}, {"title": "شركة نسما وشركاهم للمقاولات شركة مساهمة غير مدرجة", "lat": 26.28506723675695, "lon": 50.21748192608356, "markerVar": "marker_104b0df790d787dccafbc5966160b324"}, {"title": "شركة دلتا الفرات التجارية", "lat": 26.2850807499999, "lon": 50.2090037299999, "markerVar": "marker_5416bb10f133f173d696bfac17ff7b1a"}];
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_bb87a5dc2cd9ae4e61d08611b8d97e7e" ></div>
</body>
<script>
var map_bb87a5dc2cd9ae4e61d08611b8d97e7e = L.map(
"map_bb87a5dc2cd9ae4e61d08611b8d97e7e",
{
center: [26.283098531782418, 50.21341503208541],
crs: L.CRS.EPSG3857,
...{
"zoom": 13,
"zoomControl": true,
"preferCanvas": false,
}
}
);
L.control.scale().addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var tile_layer_aba21fb7809d5c3a15473a1cd9c1215a = 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_aba21fb7809d5c3a15473a1cd9c1215a.addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var tile_layer_5b8b3dcd282b1b3486d7a600d6217365 = 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_5b8b3dcd282b1b3486d7a600d6217365.addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var locate_control_110d1f87234aa79eb4f6e6d2d84f1029 = L.control.locate(
{"flyTo": true}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var marker_d0c47e3afdd03aae51b487115476d777 = L.marker(
[26.2812180899999, 50.20839662],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_cb30dfcc009f25f81867647adddc6c6f = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_6b1956b536aa567940f0245b4eff9cf7 = L.popup({
"maxWidth": 320,
});
var html_70dd06df2e5f3762dbf8c741640093b0 = $(`<div id="html_70dd06df2e5f3762dbf8c741640093b0" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة قادة الارض التجارية</b><br> السجل التجاري: 2051063265<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2812180899999,50.20839662" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_6b1956b536aa567940f0245b4eff9cf7.setContent(html_70dd06df2e5f3762dbf8c741640093b0);
marker_d0c47e3afdd03aae51b487115476d777.bindPopup(popup_6b1956b536aa567940f0245b4eff9cf7)
;
marker_d0c47e3afdd03aae51b487115476d777.bindTooltip(
`<div>
شركة قادة الارض التجارية
</div>`,
{
"sticky": true,
}
);
marker_d0c47e3afdd03aae51b487115476d777.setIcon(icon_cb30dfcc009f25f81867647adddc6c6f);
var marker_fc4b0f654b87280afedf4dddf7d59263 = L.marker(
[26.28138685, 50.2122932899999],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_1f81fcd7c4022e3063acbee5c0d2876e = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_260eebde095497cf70f3048351a12eac = L.popup({
"maxWidth": 320,
});
var html_da6659b8d5a4c98a74c7a0ce3073d1cc = $(`<div id="html_da6659b8d5a4c98a74c7a0ce3073d1cc" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة شاهين فالكون التجارية</b><br> السجل التجاري: 2060010477<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28138685,50.2122932899999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_260eebde095497cf70f3048351a12eac.setContent(html_da6659b8d5a4c98a74c7a0ce3073d1cc);
marker_fc4b0f654b87280afedf4dddf7d59263.bindPopup(popup_260eebde095497cf70f3048351a12eac)
;
marker_fc4b0f654b87280afedf4dddf7d59263.bindTooltip(
`<div>
شركة شاهين فالكون التجارية
</div>`,
{
"sticky": true,
}
);
marker_fc4b0f654b87280afedf4dddf7d59263.setIcon(icon_1f81fcd7c4022e3063acbee5c0d2876e);
var marker_265474d882520673785f096f5b95fcd1 = L.marker(
[26.28139298257428, 50.21347638219595],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_1ef25308c53309a403a607383a3177e7 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_aca723134e299d2e64f9e821e6877339 = L.popup({
"maxWidth": 320,
});
var html_915395eaf3b48d0eb7b21bf5cb08ec87 = $(`<div id="html_915395eaf3b48d0eb7b21bf5cb08ec87" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سكاي لاند المحدودة</b><br> السجل التجاري: 2050198030<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28139298257428,50.21347638219595" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_aca723134e299d2e64f9e821e6877339.setContent(html_915395eaf3b48d0eb7b21bf5cb08ec87);
marker_265474d882520673785f096f5b95fcd1.bindPopup(popup_aca723134e299d2e64f9e821e6877339)
;
marker_265474d882520673785f096f5b95fcd1.bindTooltip(
`<div>
شركة سكاي لاند المحدودة
</div>`,
{
"sticky": true,
}
);
marker_265474d882520673785f096f5b95fcd1.setIcon(icon_1ef25308c53309a403a607383a3177e7);
var marker_32f20dea7bfbfbb52691414c245eb401 = L.marker(
[26.28169039, 50.2104192099999],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_62d6298893d3a2971ee255d6e5e4b021 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_320346f6393e6bc915c59c6705cbb0e9 = L.popup({
"maxWidth": 320,
});
var html_71698bad7caf30705c423f9eef020a7c = $(`<div id="html_71698bad7caf30705c423f9eef020a7c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عالم المتجر العام للتجارة</b><br> السجل التجاري: 2050143459<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28169039,50.2104192099999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_320346f6393e6bc915c59c6705cbb0e9.setContent(html_71698bad7caf30705c423f9eef020a7c);
marker_32f20dea7bfbfbb52691414c245eb401.bindPopup(popup_320346f6393e6bc915c59c6705cbb0e9)
;
marker_32f20dea7bfbfbb52691414c245eb401.bindTooltip(
`<div>
شركة عالم المتجر العام للتجارة
</div>`,
{
"sticky": true,
}
);
marker_32f20dea7bfbfbb52691414c245eb401.setIcon(icon_62d6298893d3a2971ee255d6e5e4b021);
var marker_630a691d86f68f84a3726b7658ede783 = L.marker(
[26.28170987, 50.21235466],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_76a731cb2ea5cd8da4c283d70dc723d3 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_c756d55d9f8c6f650bc2222325265261 = L.popup({
"maxWidth": 320,
});
var html_2a94eff2ad2daa2f23b8c0bf32bf8044 = $(`<div id="html_2a94eff2ad2daa2f23b8c0bf32bf8044" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ثلاثي الابعاد العالميةلتقنية المعلومات شركة الشخص الواحد</b><br> السجل التجاري: 2051036671<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28170987,50.21235466" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_c756d55d9f8c6f650bc2222325265261.setContent(html_2a94eff2ad2daa2f23b8c0bf32bf8044);
marker_630a691d86f68f84a3726b7658ede783.bindPopup(popup_c756d55d9f8c6f650bc2222325265261)
;
marker_630a691d86f68f84a3726b7658ede783.bindTooltip(
`<div>
شركة ثلاثي الابعاد العالميةلتقنية المعلومات شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_630a691d86f68f84a3726b7658ede783.setIcon(icon_76a731cb2ea5cd8da4c283d70dc723d3);
var marker_9dda934a23f457fe3af75e53d42c1c9e = L.marker(
[26.2817275799999, 50.2132315899999],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_1c7db18729aaac6a999ff12fe2880a84 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_84f5a2682f5c7ac3689502c9554a69ce = L.popup({
"maxWidth": 320,
});
var html_5a4a70ededac1a868d2237c52c6c54a2 = $(`<div id="html_5a4a70ededac1a868d2237c52c6c54a2" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة بليزر للملابس الجاهزة</b><br> السجل التجاري: 2051038029<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2817275799999,50.2132315899999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_84f5a2682f5c7ac3689502c9554a69ce.setContent(html_5a4a70ededac1a868d2237c52c6c54a2);
marker_9dda934a23f457fe3af75e53d42c1c9e.bindPopup(popup_84f5a2682f5c7ac3689502c9554a69ce)
;
marker_9dda934a23f457fe3af75e53d42c1c9e.bindTooltip(
`<div>
شركة بليزر للملابس الجاهزة
</div>`,
{
"sticky": true,
}
);
marker_9dda934a23f457fe3af75e53d42c1c9e.setIcon(icon_1c7db18729aaac6a999ff12fe2880a84);
var marker_1c369ad8451bdeb1f22e7cce6c990e7f = L.marker(
[26.2818878299999, 50.2089321699999],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_b1274070af1c0135db82587bd17a7a8d = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_6f45c70e42e1db76c4f0be624d58085f = L.popup({
"maxWidth": 320,
});
var html_7254268044dbe5fb0c077f5a9eea0140 = $(`<div id="html_7254268044dbe5fb0c077f5a9eea0140" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عاصمة الاتقان لتقنية نظم المعلومات شركة شخص واحد</b><br> السجل التجاري: 2051042185<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2818878299999,50.2089321699999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_6f45c70e42e1db76c4f0be624d58085f.setContent(html_7254268044dbe5fb0c077f5a9eea0140);
marker_1c369ad8451bdeb1f22e7cce6c990e7f.bindPopup(popup_6f45c70e42e1db76c4f0be624d58085f)
;
marker_1c369ad8451bdeb1f22e7cce6c990e7f.bindTooltip(
`<div>
شركة عاصمة الاتقان لتقنية نظم المعلومات شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_1c369ad8451bdeb1f22e7cce6c990e7f.setIcon(icon_b1274070af1c0135db82587bd17a7a8d);
var marker_54254610e19c5bdab509badec59b7606 = L.marker(
[26.2819976599999, 50.21715562],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_791c3ea819571854b84f4263141c58dd = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ad7598cc7c37a5e868aa167c2a932e7d = L.popup({
"maxWidth": 320,
});
var html_7dd39a5494dc0d2cd26b0c70f7729fc5 = $(`<div id="html_7dd39a5494dc0d2cd26b0c70f7729fc5" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة المصنع العالمي للمقاولات وتركيب المباني الحديدية</b><br> السجل التجاري: 1010224683<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2819976599999,50.21715562" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ad7598cc7c37a5e868aa167c2a932e7d.setContent(html_7dd39a5494dc0d2cd26b0c70f7729fc5);
marker_54254610e19c5bdab509badec59b7606.bindPopup(popup_ad7598cc7c37a5e868aa167c2a932e7d)
;
marker_54254610e19c5bdab509badec59b7606.bindTooltip(
`<div>
شركة المصنع العالمي للمقاولات وتركيب المباني الحديدية
</div>`,
{
"sticky": true,
}
);
marker_54254610e19c5bdab509badec59b7606.setIcon(icon_791c3ea819571854b84f4263141c58dd);
var marker_4799099f28298a238b612e2ba3500de6 = L.marker(
[26.2822046299999, 50.2143219599999],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_db2eeb8af3111133a9050d0085062965 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_22dc368e356a3798d303892cbd326c3d = L.popup({
"maxWidth": 320,
});
var html_edc8451cdbf35382285eb7d550ec6594 = $(`<div id="html_edc8451cdbf35382285eb7d550ec6594" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة وجه للمقاولات</b><br> السجل التجاري: 2051025728<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2822046299999,50.2143219599999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_22dc368e356a3798d303892cbd326c3d.setContent(html_edc8451cdbf35382285eb7d550ec6594);
marker_4799099f28298a238b612e2ba3500de6.bindPopup(popup_22dc368e356a3798d303892cbd326c3d)
;
marker_4799099f28298a238b612e2ba3500de6.bindTooltip(
`<div>
شركة وجه للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_4799099f28298a238b612e2ba3500de6.setIcon(icon_db2eeb8af3111133a9050d0085062965);
var marker_4b73c6e2743ef0906598924ce8d058ca = L.marker(
[26.28232033, 50.2141664899999],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_acc06a7021d2aec143ea0f3f5e1ffb40 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_393303300e9294b74646e378335d94e8 = L.popup({
"maxWidth": 320,
});
var html_0a6681b87dce1a12e28b1ce188bbbf18 = $(`<div id="html_0a6681b87dce1a12e28b1ce188bbbf18" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة امداكس العربية المحدودة شركة شخص واحد</b><br> السجل التجاري: 2051042780<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28232033,50.2141664899999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_393303300e9294b74646e378335d94e8.setContent(html_0a6681b87dce1a12e28b1ce188bbbf18);
marker_4b73c6e2743ef0906598924ce8d058ca.bindPopup(popup_393303300e9294b74646e378335d94e8)
;
marker_4b73c6e2743ef0906598924ce8d058ca.bindTooltip(
`<div>
شركة امداكس العربية المحدودة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_4b73c6e2743ef0906598924ce8d058ca.setIcon(icon_acc06a7021d2aec143ea0f3f5e1ffb40);
var marker_78f747e3e9c9e613a2a5fe805ff8d167 = L.marker(
[26.28249000420833, 50.21635695930112],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_21e0351eb04683bd753f981f276a08b2 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_327cad0d33b32a1957ebf956be838220 = L.popup({
"maxWidth": 320,
});
var html_fbbb77a58ace6be5dfc7afee090abc7d = $(`<div id="html_fbbb77a58ace6be5dfc7afee090abc7d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة فيوتشر سوفت للمقاولات شخص واحد</b><br> السجل التجاري: 2051250580<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28249000420833,50.21635695930112" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_327cad0d33b32a1957ebf956be838220.setContent(html_fbbb77a58ace6be5dfc7afee090abc7d);
marker_78f747e3e9c9e613a2a5fe805ff8d167.bindPopup(popup_327cad0d33b32a1957ebf956be838220)
;
marker_78f747e3e9c9e613a2a5fe805ff8d167.bindTooltip(
`<div>
شركة فيوتشر سوفت للمقاولات شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_78f747e3e9c9e613a2a5fe805ff8d167.setIcon(icon_21e0351eb04683bd753f981f276a08b2);
var marker_5af8c64ebf10c3543162780ddd67e399 = L.marker(
[26.28251898294156, 50.21555424505693],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_fce6189d48f8590406105538473f1207 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_4e9a58b9add8b604be27ae71f5f4b77c = L.popup({
"maxWidth": 320,
});
var html_4c887b787c04ca7620021f3b0583e570 = $(`<div id="html_4c887b787c04ca7620021f3b0583e570" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مثلث الصيف للمقاولات</b><br> السجل التجاري: 2050188338<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28251898294156,50.21555424505693" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_4e9a58b9add8b604be27ae71f5f4b77c.setContent(html_4c887b787c04ca7620021f3b0583e570);
marker_5af8c64ebf10c3543162780ddd67e399.bindPopup(popup_4e9a58b9add8b604be27ae71f5f4b77c)
;
marker_5af8c64ebf10c3543162780ddd67e399.bindTooltip(
`<div>
شركة مثلث الصيف للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_5af8c64ebf10c3543162780ddd67e399.setIcon(icon_fce6189d48f8590406105538473f1207);
var marker_c56aea0cb18a0f159909b97afbf13260 = L.marker(
[26.2825431999999, 50.21651759],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_48e936cec7a5f6dd1dc66518d61fbdb8 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_312077a0934dcf28448584bbf757dd17 = L.popup({
"maxWidth": 320,
});
var html_d7d1b56c9548a6fb95887e152e1b680a = $(`<div id="html_d7d1b56c9548a6fb95887e152e1b680a" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عالم ارض الفن للمقاولات العامة</b><br> السجل التجاري: 2051065154<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2825431999999,50.21651759" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_312077a0934dcf28448584bbf757dd17.setContent(html_d7d1b56c9548a6fb95887e152e1b680a);
marker_c56aea0cb18a0f159909b97afbf13260.bindPopup(popup_312077a0934dcf28448584bbf757dd17)
;
marker_c56aea0cb18a0f159909b97afbf13260.bindTooltip(
`<div>
شركة عالم ارض الفن للمقاولات العامة
</div>`,
{
"sticky": true,
}
);
marker_c56aea0cb18a0f159909b97afbf13260.setIcon(icon_48e936cec7a5f6dd1dc66518d61fbdb8);
var marker_c93552698814fa275226e8a4b85ec8ee = L.marker(
[26.2826711999999, 50.2158274299999],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_3ec5557a6e073a3d7b11737b5aa901ab = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b9d40531983322b207c9e8b29299b587 = L.popup({
"maxWidth": 320,
});
var html_8f064800baa8ad41c1576854e620a76c = $(`<div id="html_8f064800baa8ad41c1576854e620a76c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة كتوم الخبر التجارية شركة شخص واحد</b><br> السجل التجاري: 2051226328<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2826711999999,50.2158274299999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b9d40531983322b207c9e8b29299b587.setContent(html_8f064800baa8ad41c1576854e620a76c);
marker_c93552698814fa275226e8a4b85ec8ee.bindPopup(popup_b9d40531983322b207c9e8b29299b587)
;
marker_c93552698814fa275226e8a4b85ec8ee.bindTooltip(
`<div>
شركة كتوم الخبر التجارية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_c93552698814fa275226e8a4b85ec8ee.setIcon(icon_3ec5557a6e073a3d7b11737b5aa901ab);
var marker_373edd931b91388d89932f91d980fd6d = L.marker(
[26.28269804, 50.21642027],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_8a51758ace0911da2e5de739c795a858 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a08bca2b65177c6a860532df6defdd22 = L.popup({
"maxWidth": 320,
});
var html_cbca9c67023eea539de81e59bee211d9 = $(`<div id="html_cbca9c67023eea539de81e59bee211d9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة لنية المحدودة</b><br> السجل التجاري: 2051030593<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28269804,50.21642027" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a08bca2b65177c6a860532df6defdd22.setContent(html_cbca9c67023eea539de81e59bee211d9);
marker_373edd931b91388d89932f91d980fd6d.bindPopup(popup_a08bca2b65177c6a860532df6defdd22)
;
marker_373edd931b91388d89932f91d980fd6d.bindTooltip(
`<div>
شركة لنية المحدودة
</div>`,
{
"sticky": true,
}
);
marker_373edd931b91388d89932f91d980fd6d.setIcon(icon_8a51758ace0911da2e5de739c795a858);
var marker_0c93d56b9be0cfb59536b5561290e405 = L.marker(
[26.2827070899999, 50.21220221],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_2dc968492fbc3ad6853df1ce3b12e74f = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_59b8ac099ad54db68514f95584dbddef = L.popup({
"maxWidth": 320,
});
var html_49f56e2d5edc36a019c5203262ddd430 = $(`<div id="html_49f56e2d5edc36a019c5203262ddd430" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مطعم كلاسيك العربي لتقديم الوجبات</b><br> السجل التجاري: 2051042578<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2827070899999,50.21220221" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_59b8ac099ad54db68514f95584dbddef.setContent(html_49f56e2d5edc36a019c5203262ddd430);
marker_0c93d56b9be0cfb59536b5561290e405.bindPopup(popup_59b8ac099ad54db68514f95584dbddef)
;
marker_0c93d56b9be0cfb59536b5561290e405.bindTooltip(
`<div>
شركة مطعم كلاسيك العربي لتقديم الوجبات
</div>`,
{
"sticky": true,
}
);
marker_0c93d56b9be0cfb59536b5561290e405.setIcon(icon_2dc968492fbc3ad6853df1ce3b12e74f);
var marker_83c0bd25021114ee52caca90e7aa4bcb = L.marker(
[26.28283945520236, 50.21555377626146],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_d8b2c91224571eaa0f08c5269a94bd87 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_18555e10445c8ff8e616696ab286a4ae = L.popup({
"maxWidth": 320,
});
var html_ed696266160148fd8ef17aa9fbb08f73 = $(`<div id="html_ed696266160148fd8ef17aa9fbb08f73" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الوثبة العالية للمقاولات شخص واحد</b><br> السجل التجاري: 2051256678<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28283945520236,50.21555377626146" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_18555e10445c8ff8e616696ab286a4ae.setContent(html_ed696266160148fd8ef17aa9fbb08f73);
marker_83c0bd25021114ee52caca90e7aa4bcb.bindPopup(popup_18555e10445c8ff8e616696ab286a4ae)
;
marker_83c0bd25021114ee52caca90e7aa4bcb.bindTooltip(
`<div>
شركة الوثبة العالية للمقاولات شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_83c0bd25021114ee52caca90e7aa4bcb.setIcon(icon_d8b2c91224571eaa0f08c5269a94bd87);
var marker_5791f35b3d97230947982c56f8c5b070 = L.marker(
[26.2828979499999, 50.2089233399999],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_a794c831dc25fe65b9fa0ef848edf5fd = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_24c7ce32e2380f3c63901e62cba7b56b = L.popup({
"maxWidth": 320,
});
var html_dd71f5a5827ccd90e4716f9022bbdf6c = $(`<div id="html_dd71f5a5827ccd90e4716f9022bbdf6c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نظام ربط الشبكات العربيه التجاريه</b><br> السجل التجاري: 2051032910<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2828979499999,50.2089233399999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_24c7ce32e2380f3c63901e62cba7b56b.setContent(html_dd71f5a5827ccd90e4716f9022bbdf6c);
marker_5791f35b3d97230947982c56f8c5b070.bindPopup(popup_24c7ce32e2380f3c63901e62cba7b56b)
;
marker_5791f35b3d97230947982c56f8c5b070.bindTooltip(
`<div>
شركة نظام ربط الشبكات العربيه التجاريه
</div>`,
{
"sticky": true,
}
);
marker_5791f35b3d97230947982c56f8c5b070.setIcon(icon_a794c831dc25fe65b9fa0ef848edf5fd);
var marker_08cdd455efe88343fcc34d1b2cc32a61 = L.marker(
[26.2830676030001, 50.2141939090001],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_05b14a1129925f061085e837f0e21a3d = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_fd3cb61f32dc4925fe6f369ac1b5c8cc = L.popup({
"maxWidth": 320,
});
var html_e9bde368c440f89baaa3216d332b22b7 = $(`<div id="html_e9bde368c440f89baaa3216d332b22b7" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركه ماكونال دويل العربيه السعوديه المحدوده</b><br> السجل التجاري: 2051015286<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2830676030001,50.2141939090001" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_fd3cb61f32dc4925fe6f369ac1b5c8cc.setContent(html_e9bde368c440f89baaa3216d332b22b7);
marker_08cdd455efe88343fcc34d1b2cc32a61.bindPopup(popup_fd3cb61f32dc4925fe6f369ac1b5c8cc)
;
marker_08cdd455efe88343fcc34d1b2cc32a61.bindTooltip(
`<div>
شركه ماكونال دويل العربيه السعوديه المحدوده
</div>`,
{
"sticky": true,
}
);
marker_08cdd455efe88343fcc34d1b2cc32a61.setIcon(icon_05b14a1129925f061085e837f0e21a3d);
var marker_9f6b2aa143ccf3287297286889e47d7b = L.marker(
[26.28307699, 50.2157278999999],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_8560ba631310ec08b227617389733de4 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1c31a30518a643123ff8df3a72122e22 = L.popup({
"maxWidth": 320,
});
var html_6434c6d745bf90d5ce332ecba2878517 = $(`<div id="html_6434c6d745bf90d5ce332ecba2878517" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة اسدام للتوريد والخدمات المحدودة</b><br> السجل التجاري: 2051233659<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28307699,50.2157278999999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1c31a30518a643123ff8df3a72122e22.setContent(html_6434c6d745bf90d5ce332ecba2878517);
marker_9f6b2aa143ccf3287297286889e47d7b.bindPopup(popup_1c31a30518a643123ff8df3a72122e22)
;
marker_9f6b2aa143ccf3287297286889e47d7b.bindTooltip(
`<div>
شركة اسدام للتوريد والخدمات المحدودة
</div>`,
{
"sticky": true,
}
);
marker_9f6b2aa143ccf3287297286889e47d7b.setIcon(icon_8560ba631310ec08b227617389733de4);
var marker_ec4d3fb7662626cefce607a84b81a54e = L.marker(
[26.28317446, 50.21591858],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_627493d40ebcc10234edd8a0c8126132 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_7a84d22ca0d98d27cbc16c09c241895c = L.popup({
"maxWidth": 320,
});
var html_17f42f6585bc95eb62b324d0843542b8 = $(`<div id="html_17f42f6585bc95eb62b324d0843542b8" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة صمام البركة التجارية</b><br> السجل التجاري: 2051234523<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28317446,50.21591858" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_7a84d22ca0d98d27cbc16c09c241895c.setContent(html_17f42f6585bc95eb62b324d0843542b8);
marker_ec4d3fb7662626cefce607a84b81a54e.bindPopup(popup_7a84d22ca0d98d27cbc16c09c241895c)
;
marker_ec4d3fb7662626cefce607a84b81a54e.bindTooltip(
`<div>
شركة صمام البركة التجارية
</div>`,
{
"sticky": true,
}
);
marker_ec4d3fb7662626cefce607a84b81a54e.setIcon(icon_627493d40ebcc10234edd8a0c8126132);
var marker_5dd01984001ab980bcef1a08da61eba2 = L.marker(
[26.28319567, 50.2091344999999],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_c64596a23fdc793aeb6d4ab9e90f7d4d = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e9b5538e2bfd41e6222ebb10910cf732 = L.popup({
"maxWidth": 320,
});
var html_5c2f24c4c3ffad3e8ffc5ca199e5ed24 = $(`<div id="html_5c2f24c4c3ffad3e8ffc5ca199e5ed24" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة تسريع التداول للتجارة</b><br> السجل التجاري: 2051220272<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28319567,50.2091344999999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e9b5538e2bfd41e6222ebb10910cf732.setContent(html_5c2f24c4c3ffad3e8ffc5ca199e5ed24);
marker_5dd01984001ab980bcef1a08da61eba2.bindPopup(popup_e9b5538e2bfd41e6222ebb10910cf732)
;
marker_5dd01984001ab980bcef1a08da61eba2.bindTooltip(
`<div>
شركة تسريع التداول للتجارة
</div>`,
{
"sticky": true,
}
);
marker_5dd01984001ab980bcef1a08da61eba2.setIcon(icon_c64596a23fdc793aeb6d4ab9e90f7d4d);
var marker_ed2e60cf894664cb07f26ded090b72b7 = L.marker(
[26.28331817, 50.2142979799999],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_79c0a9adcb068a0059c0f9f28c03a3bc = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_8f35541ea779e9f94c7a8f45c5135aff = L.popup({
"maxWidth": 320,
});
var html_223090572cc19a60edc68fb1bf0fa0d5 = $(`<div id="html_223090572cc19a60edc68fb1bf0fa0d5" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الحلول الكهربائية للطاقة العربية المحدودة</b><br> السجل التجاري: 2051052920<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28331817,50.2142979799999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_8f35541ea779e9f94c7a8f45c5135aff.setContent(html_223090572cc19a60edc68fb1bf0fa0d5);
marker_ed2e60cf894664cb07f26ded090b72b7.bindPopup(popup_8f35541ea779e9f94c7a8f45c5135aff)
;
marker_ed2e60cf894664cb07f26ded090b72b7.bindTooltip(
`<div>
شركة الحلول الكهربائية للطاقة العربية المحدودة
</div>`,
{
"sticky": true,
}
);
marker_ed2e60cf894664cb07f26ded090b72b7.setIcon(icon_79c0a9adcb068a0059c0f9f28c03a3bc);
var marker_e305e3cb6048cfd21ef4c1642312aeb8 = L.marker(
[26.28365803, 50.21372548],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_866577e3297d8151de3b2a30284ba988 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1b0b652f3ed8ddc6b82edcc20a1154c2 = L.popup({
"maxWidth": 320,
});
var html_1dc93ca90637e7e46d482a0dcf96c457 = $(`<div id="html_1dc93ca90637e7e46d482a0dcf96c457" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة هائم التجارية</b><br> السجل التجاري: 2051019175<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28365803,50.21372548" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1b0b652f3ed8ddc6b82edcc20a1154c2.setContent(html_1dc93ca90637e7e46d482a0dcf96c457);
marker_e305e3cb6048cfd21ef4c1642312aeb8.bindPopup(popup_1b0b652f3ed8ddc6b82edcc20a1154c2)
;
marker_e305e3cb6048cfd21ef4c1642312aeb8.bindTooltip(
`<div>
شركة هائم التجارية
</div>`,
{
"sticky": true,
}
);
marker_e305e3cb6048cfd21ef4c1642312aeb8.setIcon(icon_866577e3297d8151de3b2a30284ba988);
var marker_4c3b38b45f5d38a2733f56fecac64124 = L.marker(
[26.28379229, 50.2171421999999],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_0b762aec54cb0095befd504bf3a13251 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_373657e29aa23b4a3467d851fbbae851 = L.popup({
"maxWidth": 320,
});
var html_d8ceca37c6219fd5253eeccad300fd3b = $(`<div id="html_d8ceca37c6219fd5253eeccad300fd3b" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة كابلات الشرقية التجارية</b><br> السجل التجاري: 2051047857<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28379229,50.2171421999999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_373657e29aa23b4a3467d851fbbae851.setContent(html_d8ceca37c6219fd5253eeccad300fd3b);
marker_4c3b38b45f5d38a2733f56fecac64124.bindPopup(popup_373657e29aa23b4a3467d851fbbae851)
;
marker_4c3b38b45f5d38a2733f56fecac64124.bindTooltip(
`<div>
شركة كابلات الشرقية التجارية
</div>`,
{
"sticky": true,
}
);
marker_4c3b38b45f5d38a2733f56fecac64124.setIcon(icon_0b762aec54cb0095befd504bf3a13251);
var marker_b9316e76ebb9230933676b74597b5c44 = L.marker(
[26.28387690770232, 50.20758184509136],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_d5e0aafbd8db92be57bd88212de216c0 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_fda025c8a1004bb1835d4958b2ed3a43 = L.popup({
"maxWidth": 320,
});
var html_f7c99476277213728259caed1b72cf38 = $(`<div id="html_f7c99476277213728259caed1b72cf38" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الاختيار الدولي للمقاولات</b><br> السجل التجاري: 2051248254<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28387690770232,50.20758184509136" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_fda025c8a1004bb1835d4958b2ed3a43.setContent(html_f7c99476277213728259caed1b72cf38);
marker_b9316e76ebb9230933676b74597b5c44.bindPopup(popup_fda025c8a1004bb1835d4958b2ed3a43)
;
marker_b9316e76ebb9230933676b74597b5c44.bindTooltip(
`<div>
شركة الاختيار الدولي للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_b9316e76ebb9230933676b74597b5c44.setIcon(icon_d5e0aafbd8db92be57bd88212de216c0);
var marker_c381603168cc7f68b64eedfffd8991da = L.marker(
[26.28435083, 50.21621738],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_2c38acecc99144e59f7fe5de8a7b1d8d = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b6e817ad69ea9271a3fd343f5ccfef44 = L.popup({
"maxWidth": 320,
});
var html_d6ed78c1e69e79fe53fd209bcf7a099c = $(`<div id="html_d6ed78c1e69e79fe53fd209bcf7a099c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مناخ الربيع للادوات الصحية</b><br> السجل التجاري: 2051223321<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28435083,50.21621738" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b6e817ad69ea9271a3fd343f5ccfef44.setContent(html_d6ed78c1e69e79fe53fd209bcf7a099c);
marker_c381603168cc7f68b64eedfffd8991da.bindPopup(popup_b6e817ad69ea9271a3fd343f5ccfef44)
;
marker_c381603168cc7f68b64eedfffd8991da.bindTooltip(
`<div>
شركة مناخ الربيع للادوات الصحية
</div>`,
{
"sticky": true,
}
);
marker_c381603168cc7f68b64eedfffd8991da.setIcon(icon_2c38acecc99144e59f7fe5de8a7b1d8d);
var marker_37300462bd66cf61b2a9026b800b44b5 = L.marker(
[26.28435388, 50.2071928],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_45584e04c4c248650e4ca82ba13740a6 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_bf6514ba05f07e9b8dd7366a21cf7b42 = L.popup({
"maxWidth": 320,
});
var html_d2c936265c68734e5ec92ea3fdf336d7 = $(`<div id="html_d2c936265c68734e5ec92ea3fdf336d7" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة وصل شبكات التجارية</b><br> السجل التجاري: 2051039417<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28435388,50.2071928" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_bf6514ba05f07e9b8dd7366a21cf7b42.setContent(html_d2c936265c68734e5ec92ea3fdf336d7);
marker_37300462bd66cf61b2a9026b800b44b5.bindPopup(popup_bf6514ba05f07e9b8dd7366a21cf7b42)
;
marker_37300462bd66cf61b2a9026b800b44b5.bindTooltip(
`<div>
شركة وصل شبكات التجارية
</div>`,
{
"sticky": true,
}
);
marker_37300462bd66cf61b2a9026b800b44b5.setIcon(icon_45584e04c4c248650e4ca82ba13740a6);
var marker_3282093fb4f7ee1e02875b895b7a3a5f = L.marker(
[26.28441681, 50.21476846],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_f013f9f6d5e4b2631acfaf51882e68c4 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_57bc2996f804da9b14972f8bcb861663 = L.popup({
"maxWidth": 320,
});
var html_68c325612194ee253dd5d77644737a8a = $(`<div id="html_68c325612194ee253dd5d77644737a8a" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عالم عفار للتجارة</b><br> السجل التجاري: 2051060873<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28441681,50.21476846" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_57bc2996f804da9b14972f8bcb861663.setContent(html_68c325612194ee253dd5d77644737a8a);
marker_3282093fb4f7ee1e02875b895b7a3a5f.bindPopup(popup_57bc2996f804da9b14972f8bcb861663)
;
marker_3282093fb4f7ee1e02875b895b7a3a5f.bindTooltip(
`<div>
شركة عالم عفار للتجارة
</div>`,
{
"sticky": true,
}
);
marker_3282093fb4f7ee1e02875b895b7a3a5f.setIcon(icon_f013f9f6d5e4b2631acfaf51882e68c4);
var marker_b8b699deefd112795b86e69614d49aec = L.marker(
[26.28450076, 50.21249335],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_941cedc5fd5c8d624fa72c3b981c5f77 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0884c94a1c46c8213dc21cca4624dede = L.popup({
"maxWidth": 320,
});
var html_92849f01431fcf001431a8621f26d805 = $(`<div id="html_92849f01431fcf001431a8621f26d805" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة وليد نور التجارية</b><br> السجل التجاري: 2051019779<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28450076,50.21249335" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0884c94a1c46c8213dc21cca4624dede.setContent(html_92849f01431fcf001431a8621f26d805);
marker_b8b699deefd112795b86e69614d49aec.bindPopup(popup_0884c94a1c46c8213dc21cca4624dede)
;
marker_b8b699deefd112795b86e69614d49aec.bindTooltip(
`<div>
شركة وليد نور التجارية
</div>`,
{
"sticky": true,
}
);
marker_b8b699deefd112795b86e69614d49aec.setIcon(icon_941cedc5fd5c8d624fa72c3b981c5f77);
var marker_713106233a8dc9816664bbb994f76a00 = L.marker(
[26.2848524499999, 50.21455496],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_09fc0e660ea1f1744b6706e178cbf0fa = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e0104b5cfc78c17c97022965968415bc = L.popup({
"maxWidth": 320,
});
var html_b914e43ed6cb95ab80779e5892c97a53 = $(`<div id="html_b914e43ed6cb95ab80779e5892c97a53" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عصر التميز الجديد التجارية</b><br> السجل التجاري: 2051224905<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2848524499999,50.21455496" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e0104b5cfc78c17c97022965968415bc.setContent(html_b914e43ed6cb95ab80779e5892c97a53);
marker_713106233a8dc9816664bbb994f76a00.bindPopup(popup_e0104b5cfc78c17c97022965968415bc)
;
marker_713106233a8dc9816664bbb994f76a00.bindTooltip(
`<div>
شركة عصر التميز الجديد التجارية
</div>`,
{
"sticky": true,
}
);
marker_713106233a8dc9816664bbb994f76a00.setIcon(icon_09fc0e660ea1f1744b6706e178cbf0fa);
var marker_bbe3ab33fe977586324572845ba396d2 = L.marker(
[26.2848545099999, 50.21617234],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_019acf42198c34a24d5690c91660f1cd = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_d80feeca4a52ec3a6880381a9bc14248 = L.popup({
"maxWidth": 320,
});
var html_2e4eab1f3a7f89645fdf4c38c1363dee = $(`<div id="html_2e4eab1f3a7f89645fdf4c38c1363dee" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة خالد محمد المسفر للتجارة</b><br> السجل التجاري: 2051027210<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2848545099999,50.21617234" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_d80feeca4a52ec3a6880381a9bc14248.setContent(html_2e4eab1f3a7f89645fdf4c38c1363dee);
marker_bbe3ab33fe977586324572845ba396d2.bindPopup(popup_d80feeca4a52ec3a6880381a9bc14248)
;
marker_bbe3ab33fe977586324572845ba396d2.bindTooltip(
`<div>
شركة خالد محمد المسفر للتجارة
</div>`,
{
"sticky": true,
}
);
marker_bbe3ab33fe977586324572845ba396d2.setIcon(icon_019acf42198c34a24d5690c91660f1cd);
var marker_d015b09af0f45fd8ac4aee4b428a8fde = L.marker(
[26.2849091299999, 50.2118149699999],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_233801fc5965ee905b3c2e77b00893e1 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a4356b2e556dfb3e17a1ab46f9da131e = L.popup({
"maxWidth": 320,
});
var html_cd49c731a19561a5dc2db1daeb36fe12 = $(`<div id="html_cd49c731a19561a5dc2db1daeb36fe12" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة علي قشاش العمري التجارية</b><br> السجل التجاري: 2051030330<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2849091299999,50.2118149699999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a4356b2e556dfb3e17a1ab46f9da131e.setContent(html_cd49c731a19561a5dc2db1daeb36fe12);
marker_d015b09af0f45fd8ac4aee4b428a8fde.bindPopup(popup_a4356b2e556dfb3e17a1ab46f9da131e)
;
marker_d015b09af0f45fd8ac4aee4b428a8fde.bindTooltip(
`<div>
شركة علي قشاش العمري التجارية
</div>`,
{
"sticky": true,
}
);
marker_d015b09af0f45fd8ac4aee4b428a8fde.setIcon(icon_233801fc5965ee905b3c2e77b00893e1);
var marker_104b0df790d787dccafbc5966160b324 = L.marker(
[26.28506723675695, 50.21748192608356],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_d38f9c111d9ccd332efb296d7ba8f8c1 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1e97b898d7ee1ee799472ca84aff391b = L.popup({
"maxWidth": 320,
});
var html_f45a7a802bbc79a08876aaa96f0c5178 = $(`<div id="html_f45a7a802bbc79a08876aaa96f0c5178" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نسما وشركاهم للمقاولات شركة مساهمة غير مدرجة</b><br> السجل التجاري: 2051008235<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.28506723675695,50.21748192608356" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1e97b898d7ee1ee799472ca84aff391b.setContent(html_f45a7a802bbc79a08876aaa96f0c5178);
marker_104b0df790d787dccafbc5966160b324.bindPopup(popup_1e97b898d7ee1ee799472ca84aff391b)
;
marker_104b0df790d787dccafbc5966160b324.bindTooltip(
`<div>
شركة نسما وشركاهم للمقاولات شركة مساهمة غير مدرجة
</div>`,
{
"sticky": true,
}
);
marker_104b0df790d787dccafbc5966160b324.setIcon(icon_d38f9c111d9ccd332efb296d7ba8f8c1);
var marker_5416bb10f133f173d696bfac17ff7b1a = L.marker(
[26.2850807499999, 50.2090037299999],
{
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
var icon_b34c3bd06f3c3745600f73a7ab39f3d2 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_11fd232589a058fef045302d6c15334d = L.popup({
"maxWidth": 320,
});
var html_9cf3669737c67b3ae5b8c3734515e03d = $(`<div id="html_9cf3669737c67b3ae5b8c3734515e03d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة دلتا الفرات التجارية</b><br> السجل التجاري: 2051044918<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2850807499999,50.2090037299999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_11fd232589a058fef045302d6c15334d.setContent(html_9cf3669737c67b3ae5b8c3734515e03d);
marker_5416bb10f133f173d696bfac17ff7b1a.bindPopup(popup_11fd232589a058fef045302d6c15334d)
;
marker_5416bb10f133f173d696bfac17ff7b1a.bindTooltip(
`<div>
شركة دلتا الفرات التجارية
</div>`,
{
"sticky": true,
}
);
marker_5416bb10f133f173d696bfac17ff7b1a.setIcon(icon_b34c3bd06f3c3745600f73a7ab39f3d2);
map_bb87a5dc2cd9ae4e61d08611b8d97e7e.fitBounds(
[[26.2812180899999, 50.20839662], [26.28138685, 50.2122932899999], [26.28139298257428, 50.21347638219595], [26.28169039, 50.2104192099999], [26.28170987, 50.21235466], [26.2817275799999, 50.2132315899999], [26.2818878299999, 50.2089321699999], [26.2819976599999, 50.21715562], [26.2822046299999, 50.2143219599999], [26.28232033, 50.2141664899999], [26.28249000420833, 50.21635695930112], [26.28251898294156, 50.21555424505693], [26.2825431999999, 50.21651759], [26.2826711999999, 50.2158274299999], [26.28269804, 50.21642027], [26.2827070899999, 50.21220221], [26.28283945520236, 50.21555377626146], [26.2828979499999, 50.2089233399999], [26.2830676030001, 50.2141939090001], [26.28307699, 50.2157278999999], [26.28317446, 50.21591858], [26.28319567, 50.2091344999999], [26.28331817, 50.2142979799999], [26.28365803, 50.21372548], [26.28379229, 50.2171421999999], [26.28387690770232, 50.20758184509136], [26.28435083, 50.21621738], [26.28435388, 50.2071928], [26.28441681, 50.21476846], [26.28450076, 50.21249335], [26.2848524499999, 50.21455496], [26.2848545099999, 50.21617234], [26.2849091299999, 50.2118149699999], [26.28506723675695, 50.21748192608356], [26.2850807499999, 50.2090037299999]],
{"padding": [30, 30]}
);
var layer_control_9fd7f66a574dedc047e95cf5d5f7c304_layers = {
base_layers : {
"\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u0634\u0627\u0631\u0639" : tile_layer_aba21fb7809d5c3a15473a1cd9c1215a,
"\u0623\u0642\u0645\u0627\u0631 \u0635\u0646\u0627\u0639\u064a\u0629 (Esri)" : tile_layer_5b8b3dcd282b1b3486d7a600d6217365,
},
overlays : {
},
};
let layer_control_9fd7f66a574dedc047e95cf5d5f7c304 = L.control.layers(
layer_control_9fd7f66a574dedc047e95cf5d5f7c304_layers.base_layers,
layer_control_9fd7f66a574dedc047e95cf5d5f7c304_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_bb87a5dc2cd9ae4e61d08611b8d97e7e);
</script>
</html>