Map / EQ /43.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_2de39bcbab156bb2cbf46ecf659ebdb5 {
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">عبدالاله عبدالله بن عبدالله العيسى - 43</span>
<span class="toggle" id="hideStats">إخفاء</span>
</div>
<div class="stats-body" id="statsBody">
<b>عدد المواقع:</b> 36<br>
<b>عدد الحارات:</b> 1<br>
<b>الأكثر:</b> <b>الخبرالشمالية</b>: 36
<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;">(36)</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_2de39bcbab156bb2cbf46ecf659ebdb5;
// items: list of objects (title, lat, lon, markerVar)
const items = [{"title": "شركة نبراس الخليج للمقاولات المعمارية العامة شركة شخص واحد", "lat": 26.29465214095421, "lon": 50.20874865353107, "markerVar": "marker_f352c5a8c5ea19024300aeee3ccebd18"}, {"title": "فرع شركة ثري آي انفوتيك العربية السعودية", "lat": 26.29491908, "lon": 50.21261167, "markerVar": "marker_85cb1c82e3eea6a86fdd5f9107589e11"}, {"title": "شركة روضة رواد النجم الصغار لرعاية الأطفال شركة شخص واحد", "lat": 26.29521611099246, "lon": 50.21266937255859, "markerVar": "marker_8127c24265adb487cc1077d7a11e9560"}, {"title": "شركة ميجا للمقاولات المحدودة", "lat": 26.29530009, "lon": 50.2086579599999, "markerVar": "marker_6ccc41d70c0c29230d32bb11b0d308f4"}, {"title": "شركة العملاق الخليجية للمقاولات شخص واحد", "lat": 26.2954028999999, "lon": 50.2085573399999, "markerVar": "marker_26800983c7bd59b442e76901238d3ccf"}, {"title": "شركة سيم كون للمقاولات", "lat": 26.2958984399999, "lon": 50.2103271499999, "markerVar": "marker_b48170819393653bc0ee73249dc907ee"}, {"title": "شركة المعادن للمقاولات العامة", "lat": 26.29617726134439, "lon": 50.21253615164665, "markerVar": "marker_7754d44ca0d509d50814d6f0176218da"}, {"title": "شركة ايسكوم السعودية للمقاولات شركة الشخص الواحد", "lat": 26.2962803299999, "lon": 50.2197248399999, "markerVar": "marker_843948de8a6f870de00120a813a85af5"}, {"title": "شركة بيست مارك الدولية المحدودة شخص واحد", "lat": 26.29650506880281, "lon": 50.2099376004489, "markerVar": "marker_e40009310904b006f1d88b10e20a4f67"}, {"title": "شركة القوسية للمقاولات العامة شركة شخص واحد", "lat": 26.2966229523193, "lon": 50.2175485896713, "markerVar": "marker_5da2a917bd998827c555c16de6fcb40c"}, {"title": "مؤسسة الهدف العربية للمقاولات", "lat": 26.29695806, "lon": 50.2150626099999, "markerVar": "marker_ea0d403a54c7d7d73ab4e0c96bb12090"}, {"title": "شركة عصر الرؤية التجارية شركة شخص واحد", "lat": 26.29702169841639, "lon": 50.20990870893002, "markerVar": "marker_a83478f8541738946a39e2a4773dec43"}, {"title": "شركة تطوير الجودة للمقاولات شركة شخص واحد", "lat": 26.29721627, "lon": 50.2100312, "markerVar": "marker_8d04816c3f9cf4f8b25db7b83fa072c1"}, {"title": "شركة دانة الخبر للمقاولات شركة الشخص الواحد", "lat": 26.29734104398446, "lon": 50.20947663179922, "markerVar": "marker_5bdaf09e8798044cd12f0692ff5cb717"}, {"title": "مطعم مغل شاه زاده", "lat": 26.29735704, "lon": 50.21958596, "markerVar": "marker_bf85e01d6a85008f58aa5ca430203d72"}, {"title": "شركة ديسن العربية للإنشاءات المحدودة", "lat": 26.297485352, "lon": 50.211486816, "markerVar": "marker_269690791ddedc54285373e12e8e12c1"}, {"title": "شركة مكمل المحدودة", "lat": 26.29756470493659, "lon": 50.20953422877456, "markerVar": "marker_b400234f33a0dd2f36a993863bb9595f"}, {"title": "شركة الخليج المهنية للمقاولات", "lat": 26.29761282, "lon": 50.21146946, "markerVar": "marker_aaed1230b9de84b74d2559577e9c2e16"}, {"title": "شركة فايف مانجمنت للمقاولات العامة", "lat": 26.29762690449468, "lon": 50.21156672131474, "markerVar": "marker_29864503268c8c57cc2e2c2c3cb4ff57"}, {"title": "شركة محمد أفنان انصاري لتقديم الوجبات شخص واحد", "lat": 26.2976498838377, "lon": 50.2112793666755, "markerVar": "marker_2c3f793a10e917a0b162defc1590c5e2"}, {"title": "شركة القطعه المبتكرة للمقاولات العامة", "lat": 26.29768931012527, "lon": 50.21513888243172, "markerVar": "marker_78fc830faecc2d2f7f377c432cf3d92f"}, {"title": "شركة ابتكار العالميه للطاقة", "lat": 26.2976975088243, "lon": 50.2169149794861, "markerVar": "marker_bd5c1b6c303c68f4d60d44f0fc24baef"}, {"title": "فرع شركة اير برودكتس ببليك ليميتد", "lat": 26.29771668181766, "lon": 50.22119816840758, "markerVar": "marker_47b880c2d3983327b249541025afad28"}, {"title": "شركة زين الشرق الأوسط المحدوده شركة شخص واحد", "lat": 26.2977294899999, "lon": 50.2117309599999, "markerVar": "marker_f14f7b0120c045e24e534f6b1d713271"}, {"title": "شركة وادي الكهرباء للمقاولات شخص واحد", "lat": 26.29775752726322, "lon": 50.21096874251833, "markerVar": "marker_73bcff451a05f7532d717d91f004c2ba"}, {"title": "شركة المكتب للمقاولات المحدوة شركة شخص واحد", "lat": 26.2980202690001, "lon": 50.217636032, "markerVar": "marker_0c9c20ece92d8c8fa5881741ce420086"}, {"title": "شركة فن المنزل للمقاولات العامة شركة شخص واحد", "lat": 26.2983273299999, "lon": 50.21800067, "markerVar": "marker_56c7338571349cd2491b41a52059b3f8"}, {"title": "شركة عالم الراشدية للمطابخ", "lat": 26.29854697046484, "lon": 50.21687461083393, "markerVar": "marker_60609dd95adddd53e43fa39bc5e964d9"}, {"title": "شركة مصادر الدولية للمقاولات شركة شخص واحد", "lat": 26.298650847224, "lon": 50.213696969242, "markerVar": "marker_8071ca3991d69dbf1447b613ac8228b5"}, {"title": "شركةأعلام التصميم التجارية شركة شخص واحد", "lat": 26.29889382, "lon": 50.21923463, "markerVar": "marker_1762bc83e2c1f3d9055c4d0589277fab"}, {"title": "شركة يوسكين كوريا الجنوبية ( ذات مسئولية محدودة)", "lat": 26.2991989163074, "lon": 50.21698194555938, "markerVar": "marker_3a44d18fb80e515ff70a848079ad3906"}, {"title": "شركة سرب الدولية للخدمات اللوجستية", "lat": 26.29956015006717, "lon": 50.20971476922531, "markerVar": "marker_2f8f2131d50bb1c0f792fc9331f8b020"}, {"title": "شركة فامتيكو العربية المحدودة", "lat": 26.29964050357808, "lon": 50.21546780462722, "markerVar": "marker_09c50f294d90a8cffacdd6d21c2054a8"}, {"title": "شركة جلين الصينية السعودية لهندسة البترول الكيماوية والانشاءت المحدودة", "lat": 26.299661336, "lon": 50.211999322, "markerVar": "marker_8fbcb4820802a877af9be42cbb686acf"}, {"title": "الشركة الهندسية للصناعات البترولية والكيماوية للاستشارات الهندسية", "lat": 26.30001057, "lon": 50.22113557, "markerVar": "marker_b1d8ec2b46b1d672d9a468c8fef45671"}, {"title": "شركة الهلال الدولية مشاريع شركة شخص واحد", "lat": 26.30001169, "lon": 50.2203378399999, "markerVar": "marker_dc099088da25c856602285a2cf16a0db"}];
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_2de39bcbab156bb2cbf46ecf659ebdb5" ></div>
</body>
<script>
var map_2de39bcbab156bb2cbf46ecf659ebdb5 = L.map(
"map_2de39bcbab156bb2cbf46ecf659ebdb5",
{
center: [26.297497807576516, 50.21382647021338],
crs: L.CRS.EPSG3857,
...{
"zoom": 13,
"zoomControl": true,
"preferCanvas": false,
}
}
);
L.control.scale().addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var tile_layer_fade6e57c26005a54b87adcfe6134d0a = 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_fade6e57c26005a54b87adcfe6134d0a.addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var tile_layer_351a36f364cf2f41cd6a4267f18d9164 = 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_351a36f364cf2f41cd6a4267f18d9164.addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var locate_control_a1049d0e192a31a835eac185923f78f3 = L.control.locate(
{"flyTo": true}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var marker_f352c5a8c5ea19024300aeee3ccebd18 = L.marker(
[26.29465214095421, 50.20874865353107],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_5a541a4de8ee153a1f232894da16c916 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_e23e8e1d034d9fa52287cb5c7dfb00dd = L.popup({
"maxWidth": 320,
});
var html_d8e281cb110206bd54a5bb9b68ff59f4 = $(`<div id="html_d8e281cb110206bd54a5bb9b68ff59f4" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نبراس الخليج للمقاولات المعمارية العامة شركة شخص واحد</b><br> السجل التجاري: 1010580364<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29465214095421,50.20874865353107" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_e23e8e1d034d9fa52287cb5c7dfb00dd.setContent(html_d8e281cb110206bd54a5bb9b68ff59f4);
marker_f352c5a8c5ea19024300aeee3ccebd18.bindPopup(popup_e23e8e1d034d9fa52287cb5c7dfb00dd)
;
marker_f352c5a8c5ea19024300aeee3ccebd18.bindTooltip(
`<div>
شركة نبراس الخليج للمقاولات المعمارية العامة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_f352c5a8c5ea19024300aeee3ccebd18.setIcon(icon_5a541a4de8ee153a1f232894da16c916);
var marker_85cb1c82e3eea6a86fdd5f9107589e11 = L.marker(
[26.29491908, 50.21261167],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_a500e3889230f28d3db702fb65daaaf4 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0f8d5c79f741e3b04e2152b386b394fc = L.popup({
"maxWidth": 320,
});
var html_2892994a17744157ed30019b4a0c2479 = $(`<div id="html_2892994a17744157ed30019b4a0c2479" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>فرع شركة ثري آي انفوتيك العربية السعودية</b><br> السجل التجاري: 2051049724<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29491908,50.21261167" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0f8d5c79f741e3b04e2152b386b394fc.setContent(html_2892994a17744157ed30019b4a0c2479);
marker_85cb1c82e3eea6a86fdd5f9107589e11.bindPopup(popup_0f8d5c79f741e3b04e2152b386b394fc)
;
marker_85cb1c82e3eea6a86fdd5f9107589e11.bindTooltip(
`<div>
فرع شركة ثري آي انفوتيك العربية السعودية
</div>`,
{
"sticky": true,
}
);
marker_85cb1c82e3eea6a86fdd5f9107589e11.setIcon(icon_a500e3889230f28d3db702fb65daaaf4);
var marker_8127c24265adb487cc1077d7a11e9560 = L.marker(
[26.29521611099246, 50.21266937255859],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_36d3d82afed65f6053bffe3c3faedf8a = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_66aaba24460af5e736c87c4f3e81647c = L.popup({
"maxWidth": 320,
});
var html_542506aacb103362c174282a3771f7e8 = $(`<div id="html_542506aacb103362c174282a3771f7e8" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة روضة رواد النجم الصغار لرعاية الأطفال شركة شخص واحد</b><br> السجل التجاري: 2051250513<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29521611099246,50.21266937255859" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_66aaba24460af5e736c87c4f3e81647c.setContent(html_542506aacb103362c174282a3771f7e8);
marker_8127c24265adb487cc1077d7a11e9560.bindPopup(popup_66aaba24460af5e736c87c4f3e81647c)
;
marker_8127c24265adb487cc1077d7a11e9560.bindTooltip(
`<div>
شركة روضة رواد النجم الصغار لرعاية الأطفال شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_8127c24265adb487cc1077d7a11e9560.setIcon(icon_36d3d82afed65f6053bffe3c3faedf8a);
var marker_6ccc41d70c0c29230d32bb11b0d308f4 = L.marker(
[26.29530009, 50.2086579599999],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_8f4570eb7aec2054c27381b77a5790aa = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_add0d8b82a94407e558223f592e3acdb = L.popup({
"maxWidth": 320,
});
var html_3afe68acd97729210e3e02283827aed0 = $(`<div id="html_3afe68acd97729210e3e02283827aed0" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ميجا للمقاولات المحدودة</b><br> السجل التجاري: 2051032757<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29530009,50.2086579599999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_add0d8b82a94407e558223f592e3acdb.setContent(html_3afe68acd97729210e3e02283827aed0);
marker_6ccc41d70c0c29230d32bb11b0d308f4.bindPopup(popup_add0d8b82a94407e558223f592e3acdb)
;
marker_6ccc41d70c0c29230d32bb11b0d308f4.bindTooltip(
`<div>
شركة ميجا للمقاولات المحدودة
</div>`,
{
"sticky": true,
}
);
marker_6ccc41d70c0c29230d32bb11b0d308f4.setIcon(icon_8f4570eb7aec2054c27381b77a5790aa);
var marker_26800983c7bd59b442e76901238d3ccf = L.marker(
[26.2954028999999, 50.2085573399999],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_f09390c4077efafe9e7658de2f353bd5 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ccd7bab4a510c6f52c653fbd6eaf54e0 = L.popup({
"maxWidth": 320,
});
var html_323e8af735a166a078ec0fd53e32708d = $(`<div id="html_323e8af735a166a078ec0fd53e32708d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة العملاق الخليجية للمقاولات شخص واحد</b><br> السجل التجاري: 2051249177<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2954028999999,50.2085573399999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ccd7bab4a510c6f52c653fbd6eaf54e0.setContent(html_323e8af735a166a078ec0fd53e32708d);
marker_26800983c7bd59b442e76901238d3ccf.bindPopup(popup_ccd7bab4a510c6f52c653fbd6eaf54e0)
;
marker_26800983c7bd59b442e76901238d3ccf.bindTooltip(
`<div>
شركة العملاق الخليجية للمقاولات شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_26800983c7bd59b442e76901238d3ccf.setIcon(icon_f09390c4077efafe9e7658de2f353bd5);
var marker_b48170819393653bc0ee73249dc907ee = L.marker(
[26.2958984399999, 50.2103271499999],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_26d5b4a9d99c22b498b930eaae0e6c2d = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_928176696d8c9f4fa2b29a25c3b3f777 = L.popup({
"maxWidth": 320,
});
var html_24e484f8f9c05a08af4bacb5b68e2f1b = $(`<div id="html_24e484f8f9c05a08af4bacb5b68e2f1b" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سيم كون للمقاولات</b><br> السجل التجاري: 2051030992<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2958984399999,50.2103271499999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_928176696d8c9f4fa2b29a25c3b3f777.setContent(html_24e484f8f9c05a08af4bacb5b68e2f1b);
marker_b48170819393653bc0ee73249dc907ee.bindPopup(popup_928176696d8c9f4fa2b29a25c3b3f777)
;
marker_b48170819393653bc0ee73249dc907ee.bindTooltip(
`<div>
شركة سيم كون للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_b48170819393653bc0ee73249dc907ee.setIcon(icon_26d5b4a9d99c22b498b930eaae0e6c2d);
var marker_7754d44ca0d509d50814d6f0176218da = L.marker(
[26.29617726134439, 50.21253615164665],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_619ae0abd48f9d6e2576cef2e585c343 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_4ab779d35a4e3a931c97192cd4f5cf8e = L.popup({
"maxWidth": 320,
});
var html_3f19e3dc4f91f13c5c5ef91816e4c72c = $(`<div id="html_3f19e3dc4f91f13c5c5ef91816e4c72c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة المعادن للمقاولات العامة</b><br> السجل التجاري: 2051229656<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29617726134439,50.21253615164665" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_4ab779d35a4e3a931c97192cd4f5cf8e.setContent(html_3f19e3dc4f91f13c5c5ef91816e4c72c);
marker_7754d44ca0d509d50814d6f0176218da.bindPopup(popup_4ab779d35a4e3a931c97192cd4f5cf8e)
;
marker_7754d44ca0d509d50814d6f0176218da.bindTooltip(
`<div>
شركة المعادن للمقاولات العامة
</div>`,
{
"sticky": true,
}
);
marker_7754d44ca0d509d50814d6f0176218da.setIcon(icon_619ae0abd48f9d6e2576cef2e585c343);
var marker_843948de8a6f870de00120a813a85af5 = L.marker(
[26.2962803299999, 50.2197248399999],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_68d9104120d0e03739bc44132bff5e31 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_16cbdf16dc17fee9485fe2bf48ab57dc = L.popup({
"maxWidth": 320,
});
var html_dd453539ec33b347dc2da96d4027abb0 = $(`<div id="html_dd453539ec33b347dc2da96d4027abb0" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ايسكوم السعودية للمقاولات شركة الشخص الواحد</b><br> السجل التجاري: 2051233580<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2962803299999,50.2197248399999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_16cbdf16dc17fee9485fe2bf48ab57dc.setContent(html_dd453539ec33b347dc2da96d4027abb0);
marker_843948de8a6f870de00120a813a85af5.bindPopup(popup_16cbdf16dc17fee9485fe2bf48ab57dc)
;
marker_843948de8a6f870de00120a813a85af5.bindTooltip(
`<div>
شركة ايسكوم السعودية للمقاولات شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_843948de8a6f870de00120a813a85af5.setIcon(icon_68d9104120d0e03739bc44132bff5e31);
var marker_e40009310904b006f1d88b10e20a4f67 = L.marker(
[26.29650506880281, 50.2099376004489],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_bcfaf54f7613a1c207606a689e4239e5 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_384c69264ea3ff6d599a4549f91cb853 = L.popup({
"maxWidth": 320,
});
var html_1205fc7ae7e9aad4cd876363b942e580 = $(`<div id="html_1205fc7ae7e9aad4cd876363b942e580" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة بيست مارك الدولية المحدودة شخص واحد</b><br> السجل التجاري: 2050178295<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29650506880281,50.2099376004489" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_384c69264ea3ff6d599a4549f91cb853.setContent(html_1205fc7ae7e9aad4cd876363b942e580);
marker_e40009310904b006f1d88b10e20a4f67.bindPopup(popup_384c69264ea3ff6d599a4549f91cb853)
;
marker_e40009310904b006f1d88b10e20a4f67.bindTooltip(
`<div>
شركة بيست مارك الدولية المحدودة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_e40009310904b006f1d88b10e20a4f67.setIcon(icon_bcfaf54f7613a1c207606a689e4239e5);
var marker_5da2a917bd998827c555c16de6fcb40c = L.marker(
[26.2966229523193, 50.2175485896713],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_458c3061e64a45ed64fee6f6b2e04239 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0ae89df1ebc28a877c4b6a7ffaca403b = L.popup({
"maxWidth": 320,
});
var html_fb5839ea7df58a80394b94080df3dffa = $(`<div id="html_fb5839ea7df58a80394b94080df3dffa" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة القوسية للمقاولات العامة شركة شخص واحد</b><br> السجل التجاري: 1010231904<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2966229523193,50.2175485896713" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0ae89df1ebc28a877c4b6a7ffaca403b.setContent(html_fb5839ea7df58a80394b94080df3dffa);
marker_5da2a917bd998827c555c16de6fcb40c.bindPopup(popup_0ae89df1ebc28a877c4b6a7ffaca403b)
;
marker_5da2a917bd998827c555c16de6fcb40c.bindTooltip(
`<div>
شركة القوسية للمقاولات العامة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_5da2a917bd998827c555c16de6fcb40c.setIcon(icon_458c3061e64a45ed64fee6f6b2e04239);
var marker_ea0d403a54c7d7d73ab4e0c96bb12090 = L.marker(
[26.29695806, 50.2150626099999],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_54b8cc2bc899757c399adc795b16b904 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_08cccb9bfb9e88a00365e86d2957d602 = L.popup({
"maxWidth": 320,
});
var html_70af9d9f984566b17ee5d1adbd14d555 = $(`<div id="html_70af9d9f984566b17ee5d1adbd14d555" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مؤسسة الهدف العربية للمقاولات</b><br> السجل التجاري: 2051235580<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29695806,50.2150626099999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_08cccb9bfb9e88a00365e86d2957d602.setContent(html_70af9d9f984566b17ee5d1adbd14d555);
marker_ea0d403a54c7d7d73ab4e0c96bb12090.bindPopup(popup_08cccb9bfb9e88a00365e86d2957d602)
;
marker_ea0d403a54c7d7d73ab4e0c96bb12090.bindTooltip(
`<div>
مؤسسة الهدف العربية للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_ea0d403a54c7d7d73ab4e0c96bb12090.setIcon(icon_54b8cc2bc899757c399adc795b16b904);
var marker_a83478f8541738946a39e2a4773dec43 = L.marker(
[26.29702169841639, 50.20990870893002],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_1d7e8badba7eb0e4d360230427114f9c = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_dbf0205dd3543d8d33e3ef5a260f27af = L.popup({
"maxWidth": 320,
});
var html_9d8464100d7aa3ed9a69dd4a6718aed9 = $(`<div id="html_9d8464100d7aa3ed9a69dd4a6718aed9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عصر الرؤية التجارية شركة شخص واحد</b><br> السجل التجاري: 2050141807<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29702169841639,50.20990870893002" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_dbf0205dd3543d8d33e3ef5a260f27af.setContent(html_9d8464100d7aa3ed9a69dd4a6718aed9);
marker_a83478f8541738946a39e2a4773dec43.bindPopup(popup_dbf0205dd3543d8d33e3ef5a260f27af)
;
marker_a83478f8541738946a39e2a4773dec43.bindTooltip(
`<div>
شركة عصر الرؤية التجارية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_a83478f8541738946a39e2a4773dec43.setIcon(icon_1d7e8badba7eb0e4d360230427114f9c);
var marker_8d04816c3f9cf4f8b25db7b83fa072c1 = L.marker(
[26.29721627, 50.2100312],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_75ed31fd9a87083aa974758bc4c248b1 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_eeb76e7c44c3232677e1a7013b205b19 = L.popup({
"maxWidth": 320,
});
var html_53d7cceb6e20ce1d7430d1d0a9448711 = $(`<div id="html_53d7cceb6e20ce1d7430d1d0a9448711" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة تطوير الجودة للمقاولات شركة شخص واحد</b><br> السجل التجاري: 2051242944<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29721627,50.2100312" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_eeb76e7c44c3232677e1a7013b205b19.setContent(html_53d7cceb6e20ce1d7430d1d0a9448711);
marker_8d04816c3f9cf4f8b25db7b83fa072c1.bindPopup(popup_eeb76e7c44c3232677e1a7013b205b19)
;
marker_8d04816c3f9cf4f8b25db7b83fa072c1.bindTooltip(
`<div>
شركة تطوير الجودة للمقاولات شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_8d04816c3f9cf4f8b25db7b83fa072c1.setIcon(icon_75ed31fd9a87083aa974758bc4c248b1);
var marker_5bdaf09e8798044cd12f0692ff5cb717 = L.marker(
[26.29734104398446, 50.20947663179922],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_1d9f934906049822ff6e22de37c3993f = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a3d92cf45d627da6bf89504c22ed6250 = L.popup({
"maxWidth": 320,
});
var html_47ca341b7bbc7c6cd004a36a34142ab0 = $(`<div id="html_47ca341b7bbc7c6cd004a36a34142ab0" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة دانة الخبر للمقاولات شركة الشخص الواحد</b><br> السجل التجاري: 2051237849<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29734104398446,50.20947663179922" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a3d92cf45d627da6bf89504c22ed6250.setContent(html_47ca341b7bbc7c6cd004a36a34142ab0);
marker_5bdaf09e8798044cd12f0692ff5cb717.bindPopup(popup_a3d92cf45d627da6bf89504c22ed6250)
;
marker_5bdaf09e8798044cd12f0692ff5cb717.bindTooltip(
`<div>
شركة دانة الخبر للمقاولات شركة الشخص الواحد
</div>`,
{
"sticky": true,
}
);
marker_5bdaf09e8798044cd12f0692ff5cb717.setIcon(icon_1d9f934906049822ff6e22de37c3993f);
var marker_bf85e01d6a85008f58aa5ca430203d72 = L.marker(
[26.29735704, 50.21958596],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_fc88604b35e76a6161c4c5704b4eedc3 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_63648ad965cea495b4b4edf5c70a16f4 = L.popup({
"maxWidth": 320,
});
var html_e4b72bd8595dcc930f9005995974475e = $(`<div id="html_e4b72bd8595dcc930f9005995974475e" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مطعم مغل شاه زاده</b><br> السجل التجاري: 2051034878<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29735704,50.21958596" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_63648ad965cea495b4b4edf5c70a16f4.setContent(html_e4b72bd8595dcc930f9005995974475e);
marker_bf85e01d6a85008f58aa5ca430203d72.bindPopup(popup_63648ad965cea495b4b4edf5c70a16f4)
;
marker_bf85e01d6a85008f58aa5ca430203d72.bindTooltip(
`<div>
مطعم مغل شاه زاده
</div>`,
{
"sticky": true,
}
);
marker_bf85e01d6a85008f58aa5ca430203d72.setIcon(icon_fc88604b35e76a6161c4c5704b4eedc3);
var marker_269690791ddedc54285373e12e8e12c1 = L.marker(
[26.297485352, 50.211486816],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_b8d29e67d1e90a59217b59a42c6c8947 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a0ab6fe0937a8aadd3824326038be05e = L.popup({
"maxWidth": 320,
});
var html_9bb69f1a89be956fde2f88eaf857bedb = $(`<div id="html_9bb69f1a89be956fde2f88eaf857bedb" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ديسن العربية للإنشاءات المحدودة</b><br> السجل التجاري: 2051048459<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.297485352,50.211486816" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a0ab6fe0937a8aadd3824326038be05e.setContent(html_9bb69f1a89be956fde2f88eaf857bedb);
marker_269690791ddedc54285373e12e8e12c1.bindPopup(popup_a0ab6fe0937a8aadd3824326038be05e)
;
marker_269690791ddedc54285373e12e8e12c1.bindTooltip(
`<div>
شركة ديسن العربية للإنشاءات المحدودة
</div>`,
{
"sticky": true,
}
);
marker_269690791ddedc54285373e12e8e12c1.setIcon(icon_b8d29e67d1e90a59217b59a42c6c8947);
var marker_b400234f33a0dd2f36a993863bb9595f = L.marker(
[26.29756470493659, 50.20953422877456],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_e7f672f8bdf4f22f1a11abdcac5ee1c4 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b5e9238778d3cf9a11b16c9aac4b82c5 = L.popup({
"maxWidth": 320,
});
var html_35f26acf7be1b8d8fd1796b593e6f949 = $(`<div id="html_35f26acf7be1b8d8fd1796b593e6f949" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مكمل المحدودة</b><br> السجل التجاري: 2051253256<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29756470493659,50.20953422877456" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b5e9238778d3cf9a11b16c9aac4b82c5.setContent(html_35f26acf7be1b8d8fd1796b593e6f949);
marker_b400234f33a0dd2f36a993863bb9595f.bindPopup(popup_b5e9238778d3cf9a11b16c9aac4b82c5)
;
marker_b400234f33a0dd2f36a993863bb9595f.bindTooltip(
`<div>
شركة مكمل المحدودة
</div>`,
{
"sticky": true,
}
);
marker_b400234f33a0dd2f36a993863bb9595f.setIcon(icon_e7f672f8bdf4f22f1a11abdcac5ee1c4);
var marker_aaed1230b9de84b74d2559577e9c2e16 = L.marker(
[26.29761282, 50.21146946],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_d58956201605eb8cd56937d1438786c4 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0180de884973b73f92080b173fdde8a9 = L.popup({
"maxWidth": 320,
});
var html_a9abc05b1f90eec4b57cab7a4a06a44e = $(`<div id="html_a9abc05b1f90eec4b57cab7a4a06a44e" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الخليج المهنية للمقاولات</b><br> السجل التجاري: 2051058329<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29761282,50.21146946" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0180de884973b73f92080b173fdde8a9.setContent(html_a9abc05b1f90eec4b57cab7a4a06a44e);
marker_aaed1230b9de84b74d2559577e9c2e16.bindPopup(popup_0180de884973b73f92080b173fdde8a9)
;
marker_aaed1230b9de84b74d2559577e9c2e16.bindTooltip(
`<div>
شركة الخليج المهنية للمقاولات
</div>`,
{
"sticky": true,
}
);
marker_aaed1230b9de84b74d2559577e9c2e16.setIcon(icon_d58956201605eb8cd56937d1438786c4);
var marker_29864503268c8c57cc2e2c2c3cb4ff57 = L.marker(
[26.29762690449468, 50.21156672131474],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_7de5ec5f1a249f7cd3fbdb2192bf383c = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b9679dd9d91afe9f108574ba185f60a8 = L.popup({
"maxWidth": 320,
});
var html_bc079e834103d5e3a54b60ec5d385954 = $(`<div id="html_bc079e834103d5e3a54b60ec5d385954" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة فايف مانجمنت للمقاولات العامة</b><br> السجل التجاري: 2051259597<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29762690449468,50.21156672131474" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b9679dd9d91afe9f108574ba185f60a8.setContent(html_bc079e834103d5e3a54b60ec5d385954);
marker_29864503268c8c57cc2e2c2c3cb4ff57.bindPopup(popup_b9679dd9d91afe9f108574ba185f60a8)
;
marker_29864503268c8c57cc2e2c2c3cb4ff57.bindTooltip(
`<div>
شركة فايف مانجمنت للمقاولات العامة
</div>`,
{
"sticky": true,
}
);
marker_29864503268c8c57cc2e2c2c3cb4ff57.setIcon(icon_7de5ec5f1a249f7cd3fbdb2192bf383c);
var marker_2c3f793a10e917a0b162defc1590c5e2 = L.marker(
[26.2976498838377, 50.2112793666755],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_238eaf41a76740568d13200cca853b9f = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_099b54efa28ce507922a284e61808a00 = L.popup({
"maxWidth": 320,
});
var html_b0d0e98c02fa2eb199f6c351461351e4 = $(`<div id="html_b0d0e98c02fa2eb199f6c351461351e4" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة محمد أفنان انصاري لتقديم الوجبات شخص واحد</b><br> السجل التجاري: 2051250485<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2976498838377,50.2112793666755" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_099b54efa28ce507922a284e61808a00.setContent(html_b0d0e98c02fa2eb199f6c351461351e4);
marker_2c3f793a10e917a0b162defc1590c5e2.bindPopup(popup_099b54efa28ce507922a284e61808a00)
;
marker_2c3f793a10e917a0b162defc1590c5e2.bindTooltip(
`<div>
شركة محمد أفنان انصاري لتقديم الوجبات شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_2c3f793a10e917a0b162defc1590c5e2.setIcon(icon_238eaf41a76740568d13200cca853b9f);
var marker_78fc830faecc2d2f7f377c432cf3d92f = L.marker(
[26.29768931012527, 50.21513888243172],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_233c1faaf19f542f6810d2e501872875 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_99b363ca968e8a000f2478f719732156 = L.popup({
"maxWidth": 320,
});
var html_29ae106a299431fdefc13b43721cbb8c = $(`<div id="html_29ae106a299431fdefc13b43721cbb8c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة القطعه المبتكرة للمقاولات العامة</b><br> السجل التجاري: 2051162224<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29768931012527,50.21513888243172" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_99b363ca968e8a000f2478f719732156.setContent(html_29ae106a299431fdefc13b43721cbb8c);
marker_78fc830faecc2d2f7f377c432cf3d92f.bindPopup(popup_99b363ca968e8a000f2478f719732156)
;
marker_78fc830faecc2d2f7f377c432cf3d92f.bindTooltip(
`<div>
شركة القطعه المبتكرة للمقاولات العامة
</div>`,
{
"sticky": true,
}
);
marker_78fc830faecc2d2f7f377c432cf3d92f.setIcon(icon_233c1faaf19f542f6810d2e501872875);
var marker_bd5c1b6c303c68f4d60d44f0fc24baef = L.marker(
[26.2976975088243, 50.2169149794861],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_bad7650ca27fe4c0b2458891ecf880f4 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9fd634afd1b26117e68bb4178b68189c = L.popup({
"maxWidth": 320,
});
var html_81166fe4bdfa7bbd968773c891c1816f = $(`<div id="html_81166fe4bdfa7bbd968773c891c1816f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ابتكار العالميه للطاقة</b><br> السجل التجاري: 2051261362<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2976975088243,50.2169149794861" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9fd634afd1b26117e68bb4178b68189c.setContent(html_81166fe4bdfa7bbd968773c891c1816f);
marker_bd5c1b6c303c68f4d60d44f0fc24baef.bindPopup(popup_9fd634afd1b26117e68bb4178b68189c)
;
marker_bd5c1b6c303c68f4d60d44f0fc24baef.bindTooltip(
`<div>
شركة ابتكار العالميه للطاقة
</div>`,
{
"sticky": true,
}
);
marker_bd5c1b6c303c68f4d60d44f0fc24baef.setIcon(icon_bad7650ca27fe4c0b2458891ecf880f4);
var marker_47b880c2d3983327b249541025afad28 = L.marker(
[26.29771668181766, 50.22119816840758],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_a4540e9a1767af3482d514e1e9c1a7f7 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_baaba216be5fac8a60629703028f6ddc = L.popup({
"maxWidth": 320,
});
var html_f24fb49a476faa3d1a9aa8a2550e2913 = $(`<div id="html_f24fb49a476faa3d1a9aa8a2550e2913" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>فرع شركة اير برودكتس ببليك ليميتد</b><br> السجل التجاري: 2051061695<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29771668181766,50.22119816840758" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_baaba216be5fac8a60629703028f6ddc.setContent(html_f24fb49a476faa3d1a9aa8a2550e2913);
marker_47b880c2d3983327b249541025afad28.bindPopup(popup_baaba216be5fac8a60629703028f6ddc)
;
marker_47b880c2d3983327b249541025afad28.bindTooltip(
`<div>
فرع شركة اير برودكتس ببليك ليميتد
</div>`,
{
"sticky": true,
}
);
marker_47b880c2d3983327b249541025afad28.setIcon(icon_a4540e9a1767af3482d514e1e9c1a7f7);
var marker_f14f7b0120c045e24e534f6b1d713271 = L.marker(
[26.2977294899999, 50.2117309599999],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_aee36dda012daac94bdeac46c4da0774 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_f8600c5853c4c04dd27ceb2a7465e513 = L.popup({
"maxWidth": 320,
});
var html_37dc4b3617eb6e67495ed36079931661 = $(`<div id="html_37dc4b3617eb6e67495ed36079931661" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة زين الشرق الأوسط المحدوده شركة شخص واحد</b><br> السجل التجاري: 2051046290<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2977294899999,50.2117309599999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_f8600c5853c4c04dd27ceb2a7465e513.setContent(html_37dc4b3617eb6e67495ed36079931661);
marker_f14f7b0120c045e24e534f6b1d713271.bindPopup(popup_f8600c5853c4c04dd27ceb2a7465e513)
;
marker_f14f7b0120c045e24e534f6b1d713271.bindTooltip(
`<div>
شركة زين الشرق الأوسط المحدوده شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_f14f7b0120c045e24e534f6b1d713271.setIcon(icon_aee36dda012daac94bdeac46c4da0774);
var marker_73bcff451a05f7532d717d91f004c2ba = L.marker(
[26.29775752726322, 50.21096874251833],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_de2a446cc9e217290318c97e86921c5e = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_175de238af745ff1e9c3bc7e7b642f88 = L.popup({
"maxWidth": 320,
});
var html_8eaf28c5b3443aa18eee5542c8c548a5 = $(`<div id="html_8eaf28c5b3443aa18eee5542c8c548a5" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة وادي الكهرباء للمقاولات شخص واحد</b><br> السجل التجاري: 2051249594<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29775752726322,50.21096874251833" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_175de238af745ff1e9c3bc7e7b642f88.setContent(html_8eaf28c5b3443aa18eee5542c8c548a5);
marker_73bcff451a05f7532d717d91f004c2ba.bindPopup(popup_175de238af745ff1e9c3bc7e7b642f88)
;
marker_73bcff451a05f7532d717d91f004c2ba.bindTooltip(
`<div>
شركة وادي الكهرباء للمقاولات شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_73bcff451a05f7532d717d91f004c2ba.setIcon(icon_de2a446cc9e217290318c97e86921c5e);
var marker_0c9c20ece92d8c8fa5881741ce420086 = L.marker(
[26.2980202690001, 50.217636032],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_ac31c268bc7fb7c9f5493b645a3cc3b5 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_5fb4f03618dfe2007cdccd51d86c24cb = L.popup({
"maxWidth": 320,
});
var html_523a9c95175eac99e17b1c2334c8e9af = $(`<div id="html_523a9c95175eac99e17b1c2334c8e9af" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة المكتب للمقاولات المحدوة شركة شخص واحد</b><br> السجل التجاري: 2051025982<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2980202690001,50.217636032" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_5fb4f03618dfe2007cdccd51d86c24cb.setContent(html_523a9c95175eac99e17b1c2334c8e9af);
marker_0c9c20ece92d8c8fa5881741ce420086.bindPopup(popup_5fb4f03618dfe2007cdccd51d86c24cb)
;
marker_0c9c20ece92d8c8fa5881741ce420086.bindTooltip(
`<div>
شركة المكتب للمقاولات المحدوة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_0c9c20ece92d8c8fa5881741ce420086.setIcon(icon_ac31c268bc7fb7c9f5493b645a3cc3b5);
var marker_56c7338571349cd2491b41a52059b3f8 = L.marker(
[26.2983273299999, 50.21800067],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_6ce6712d9049478658c194c17aa3a0f6 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ea99c78cee863e8240b25a50a24f915c = L.popup({
"maxWidth": 320,
});
var html_4ea299f6063adf7959aa1209cdee5caa = $(`<div id="html_4ea299f6063adf7959aa1209cdee5caa" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة فن المنزل للمقاولات العامة شركة شخص واحد</b><br> السجل التجاري: 2051044998<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2983273299999,50.21800067" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ea99c78cee863e8240b25a50a24f915c.setContent(html_4ea299f6063adf7959aa1209cdee5caa);
marker_56c7338571349cd2491b41a52059b3f8.bindPopup(popup_ea99c78cee863e8240b25a50a24f915c)
;
marker_56c7338571349cd2491b41a52059b3f8.bindTooltip(
`<div>
شركة فن المنزل للمقاولات العامة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_56c7338571349cd2491b41a52059b3f8.setIcon(icon_6ce6712d9049478658c194c17aa3a0f6);
var marker_60609dd95adddd53e43fa39bc5e964d9 = L.marker(
[26.29854697046484, 50.21687461083393],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_ba6abbd78dc86c56e39b25c26fcdc129 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_74e8cb670eb9b94525d2b87b579c8d34 = L.popup({
"maxWidth": 320,
});
var html_93ab37db25ca1436008708b7dee52871 = $(`<div id="html_93ab37db25ca1436008708b7dee52871" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عالم الراشدية للمطابخ</b><br> السجل التجاري: 2050190202<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29854697046484,50.21687461083393" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_74e8cb670eb9b94525d2b87b579c8d34.setContent(html_93ab37db25ca1436008708b7dee52871);
marker_60609dd95adddd53e43fa39bc5e964d9.bindPopup(popup_74e8cb670eb9b94525d2b87b579c8d34)
;
marker_60609dd95adddd53e43fa39bc5e964d9.bindTooltip(
`<div>
شركة عالم الراشدية للمطابخ
</div>`,
{
"sticky": true,
}
);
marker_60609dd95adddd53e43fa39bc5e964d9.setIcon(icon_ba6abbd78dc86c56e39b25c26fcdc129);
var marker_8071ca3991d69dbf1447b613ac8228b5 = L.marker(
[26.298650847224, 50.213696969242],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_7487140b3039c03c198f0389206d6d4b = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_194ecf41233c6cacfc17e260d69a41b9 = L.popup({
"maxWidth": 320,
});
var html_d58ea7aa6d4d786f830d6fc3d80b965c = $(`<div id="html_d58ea7aa6d4d786f830d6fc3d80b965c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مصادر الدولية للمقاولات شركة شخص واحد</b><br> السجل التجاري: 2051037379<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.298650847224,50.213696969242" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_194ecf41233c6cacfc17e260d69a41b9.setContent(html_d58ea7aa6d4d786f830d6fc3d80b965c);
marker_8071ca3991d69dbf1447b613ac8228b5.bindPopup(popup_194ecf41233c6cacfc17e260d69a41b9)
;
marker_8071ca3991d69dbf1447b613ac8228b5.bindTooltip(
`<div>
شركة مصادر الدولية للمقاولات شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_8071ca3991d69dbf1447b613ac8228b5.setIcon(icon_7487140b3039c03c198f0389206d6d4b);
var marker_1762bc83e2c1f3d9055c4d0589277fab = L.marker(
[26.29889382, 50.21923463],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_a40b2a3cd5540488e0701f2cf0ff8895 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_4241f15ffabe3186cc7dee7ec03e94e0 = L.popup({
"maxWidth": 320,
});
var html_b003fb1ca2921b2fff1810853e276c3e = $(`<div id="html_b003fb1ca2921b2fff1810853e276c3e" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركةأعلام التصميم التجارية شركة شخص واحد</b><br> السجل التجاري: 2051061657<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29889382,50.21923463" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_4241f15ffabe3186cc7dee7ec03e94e0.setContent(html_b003fb1ca2921b2fff1810853e276c3e);
marker_1762bc83e2c1f3d9055c4d0589277fab.bindPopup(popup_4241f15ffabe3186cc7dee7ec03e94e0)
;
marker_1762bc83e2c1f3d9055c4d0589277fab.bindTooltip(
`<div>
شركةأعلام التصميم التجارية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_1762bc83e2c1f3d9055c4d0589277fab.setIcon(icon_a40b2a3cd5540488e0701f2cf0ff8895);
var marker_3a44d18fb80e515ff70a848079ad3906 = L.marker(
[26.2991989163074, 50.21698194555938],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_f812d6ceabd4b1dbeacc2324611872e4 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b01249b0d4bf7cb62cd639bd13b24d82 = L.popup({
"maxWidth": 320,
});
var html_796090348c5bfbdc599daea55837c9d5 = $(`<div id="html_796090348c5bfbdc599daea55837c9d5" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة يوسكين كوريا الجنوبية ( ذات مسئولية محدودة)</b><br> السجل التجاري: 2051249234<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.2991989163074,50.21698194555938" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b01249b0d4bf7cb62cd639bd13b24d82.setContent(html_796090348c5bfbdc599daea55837c9d5);
marker_3a44d18fb80e515ff70a848079ad3906.bindPopup(popup_b01249b0d4bf7cb62cd639bd13b24d82)
;
marker_3a44d18fb80e515ff70a848079ad3906.bindTooltip(
`<div>
شركة يوسكين كوريا الجنوبية ( ذات مسئولية محدودة)
</div>`,
{
"sticky": true,
}
);
marker_3a44d18fb80e515ff70a848079ad3906.setIcon(icon_f812d6ceabd4b1dbeacc2324611872e4);
var marker_2f8f2131d50bb1c0f792fc9331f8b020 = L.marker(
[26.29956015006717, 50.20971476922531],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_3bb8d3608638bbe5db0197cbd88d0890 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a7937f57ef9c4865fa9b54f05c6823b6 = L.popup({
"maxWidth": 320,
});
var html_bbe87584fcc7ca091af395bb5c2f6e86 = $(`<div id="html_bbe87584fcc7ca091af395bb5c2f6e86" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سرب الدولية للخدمات اللوجستية</b><br> السجل التجاري: 2051263336<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29956015006717,50.20971476922531" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a7937f57ef9c4865fa9b54f05c6823b6.setContent(html_bbe87584fcc7ca091af395bb5c2f6e86);
marker_2f8f2131d50bb1c0f792fc9331f8b020.bindPopup(popup_a7937f57ef9c4865fa9b54f05c6823b6)
;
marker_2f8f2131d50bb1c0f792fc9331f8b020.bindTooltip(
`<div>
شركة سرب الدولية للخدمات اللوجستية
</div>`,
{
"sticky": true,
}
);
marker_2f8f2131d50bb1c0f792fc9331f8b020.setIcon(icon_3bb8d3608638bbe5db0197cbd88d0890);
var marker_09c50f294d90a8cffacdd6d21c2054a8 = L.marker(
[26.29964050357808, 50.21546780462722],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_deb2da2f6e897738f6be9cbee7e14965 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_6d859fac060b1f655ecdc3b1953af7db = L.popup({
"maxWidth": 320,
});
var html_8a90ed8eed58502b1e287f74721dcca0 = $(`<div id="html_8a90ed8eed58502b1e287f74721dcca0" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة فامتيكو العربية المحدودة</b><br> السجل التجاري: 1009028009<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.29964050357808,50.21546780462722" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_6d859fac060b1f655ecdc3b1953af7db.setContent(html_8a90ed8eed58502b1e287f74721dcca0);
marker_09c50f294d90a8cffacdd6d21c2054a8.bindPopup(popup_6d859fac060b1f655ecdc3b1953af7db)
;
marker_09c50f294d90a8cffacdd6d21c2054a8.bindTooltip(
`<div>
شركة فامتيكو العربية المحدودة
</div>`,
{
"sticky": true,
}
);
marker_09c50f294d90a8cffacdd6d21c2054a8.setIcon(icon_deb2da2f6e897738f6be9cbee7e14965);
var marker_8fbcb4820802a877af9be42cbb686acf = L.marker(
[26.299661336, 50.211999322],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_cf6c0d36289889b8b89b51b5f90efb67 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_6f8d237197bc3f23a4ce27ef10e28030 = L.popup({
"maxWidth": 320,
});
var html_04669d63671b0162225bc6dca12772c1 = $(`<div id="html_04669d63671b0162225bc6dca12772c1" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة جلين الصينية السعودية لهندسة البترول الكيماوية والانشاءت المحدودة</b><br> السجل التجاري: 2051041183<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.299661336,50.211999322" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_6f8d237197bc3f23a4ce27ef10e28030.setContent(html_04669d63671b0162225bc6dca12772c1);
marker_8fbcb4820802a877af9be42cbb686acf.bindPopup(popup_6f8d237197bc3f23a4ce27ef10e28030)
;
marker_8fbcb4820802a877af9be42cbb686acf.bindTooltip(
`<div>
شركة جلين الصينية السعودية لهندسة البترول الكيماوية والانشاءت المحدودة
</div>`,
{
"sticky": true,
}
);
marker_8fbcb4820802a877af9be42cbb686acf.setIcon(icon_cf6c0d36289889b8b89b51b5f90efb67);
var marker_b1d8ec2b46b1d672d9a468c8fef45671 = L.marker(
[26.30001057, 50.22113557],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_3212f971468d7386245917b588cd1537 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_2cd91f2c812a9a43162948c9e157372c = L.popup({
"maxWidth": 320,
});
var html_9d26a16ddc7f004b1b5c87c12e1fe814 = $(`<div id="html_9d26a16ddc7f004b1b5c87c12e1fe814" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>الشركة الهندسية للصناعات البترولية والكيماوية للاستشارات الهندسية</b><br> السجل التجاري: 2051225601<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.30001057,50.22113557" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_2cd91f2c812a9a43162948c9e157372c.setContent(html_9d26a16ddc7f004b1b5c87c12e1fe814);
marker_b1d8ec2b46b1d672d9a468c8fef45671.bindPopup(popup_2cd91f2c812a9a43162948c9e157372c)
;
marker_b1d8ec2b46b1d672d9a468c8fef45671.bindTooltip(
`<div>
الشركة الهندسية للصناعات البترولية والكيماوية للاستشارات الهندسية
</div>`,
{
"sticky": true,
}
);
marker_b1d8ec2b46b1d672d9a468c8fef45671.setIcon(icon_3212f971468d7386245917b588cd1537);
var marker_dc099088da25c856602285a2cf16a0db = L.marker(
[26.30001169, 50.2203378399999],
{
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
var icon_14fe3ae76f4502dc8a1928afe9fc8d24 = L.AwesomeMarkers.icon(
{
"markerColor": "lightred",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_8ffa28b7adb175d34f3039cd147d39c9 = L.popup({
"maxWidth": 320,
});
var html_108355ee94a7ed3ed2d858984cb23155 = $(`<div id="html_108355ee94a7ed3ed2d858984cb23155" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الهلال الدولية مشاريع شركة شخص واحد</b><br> السجل التجاري: 2051240123<br> المنطقة: الخبر<br> الحارة: الخبرالشمالية<br> <a href="https://www.google.com/maps?q=26.30001169,50.2203378399999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_8ffa28b7adb175d34f3039cd147d39c9.setContent(html_108355ee94a7ed3ed2d858984cb23155);
marker_dc099088da25c856602285a2cf16a0db.bindPopup(popup_8ffa28b7adb175d34f3039cd147d39c9)
;
marker_dc099088da25c856602285a2cf16a0db.bindTooltip(
`<div>
شركة الهلال الدولية مشاريع شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_dc099088da25c856602285a2cf16a0db.setIcon(icon_14fe3ae76f4502dc8a1928afe9fc8d24);
map_2de39bcbab156bb2cbf46ecf659ebdb5.fitBounds(
[[26.29465214095421, 50.20874865353107], [26.29491908, 50.21261167], [26.29521611099246, 50.21266937255859], [26.29530009, 50.2086579599999], [26.2954028999999, 50.2085573399999], [26.2958984399999, 50.2103271499999], [26.29617726134439, 50.21253615164665], [26.2962803299999, 50.2197248399999], [26.29650506880281, 50.2099376004489], [26.2966229523193, 50.2175485896713], [26.29695806, 50.2150626099999], [26.29702169841639, 50.20990870893002], [26.29721627, 50.2100312], [26.29734104398446, 50.20947663179922], [26.29735704, 50.21958596], [26.297485352, 50.211486816], [26.29756470493659, 50.20953422877456], [26.29761282, 50.21146946], [26.29762690449468, 50.21156672131474], [26.2976498838377, 50.2112793666755], [26.29768931012527, 50.21513888243172], [26.2976975088243, 50.2169149794861], [26.29771668181766, 50.22119816840758], [26.2977294899999, 50.2117309599999], [26.29775752726322, 50.21096874251833], [26.2980202690001, 50.217636032], [26.2983273299999, 50.21800067], [26.29854697046484, 50.21687461083393], [26.298650847224, 50.213696969242], [26.29889382, 50.21923463], [26.2991989163074, 50.21698194555938], [26.29956015006717, 50.20971476922531], [26.29964050357808, 50.21546780462722], [26.299661336, 50.211999322], [26.30001057, 50.22113557], [26.30001169, 50.2203378399999]],
{"padding": [30, 30]}
);
var layer_control_2048ff725d102960d66faec299a45214_layers = {
base_layers : {
"\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u0634\u0627\u0631\u0639" : tile_layer_fade6e57c26005a54b87adcfe6134d0a,
"\u0623\u0642\u0645\u0627\u0631 \u0635\u0646\u0627\u0639\u064a\u0629 (Esri)" : tile_layer_351a36f364cf2f41cd6a4267f18d9164,
},
overlays : {
},
};
let layer_control_2048ff725d102960d66faec299a45214 = L.control.layers(
layer_control_2048ff725d102960d66faec299a45214_layers.base_layers,
layer_control_2048ff725d102960d66faec299a45214_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_2de39bcbab156bb2cbf46ecf659ebdb5);
</script>
</html>