Map / EQ /15.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_ceb6071e2a37db4b731cbb4ae6ad2d7f {
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">ساره حسين بن عبدالهادي بوخمسين - 15</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:#212529;display:inline-block;border:1px solid rgba(0,0,0,0.2);"></span>
<span style="font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px;">العنود</span>
<span style="font-size:12px;color:#666;">(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_ceb6071e2a37db4b731cbb4ae6ad2d7f;
// items: list of objects (title, lat, lon, markerVar)
const items = [{"title": "شركة عبدالرحمن احمد عبدالله الراجحي للألماس والمجوهرات", "lat": 26.4423691699999, "lon": 50.0679347499999, "markerVar": "marker_c974094a4c319754cde3e80f5489c43a"}, {"title": "شركة تذكار للذهب", "lat": 26.44238587993874, "lon": 50.0683511105839, "markerVar": "marker_4c7f3e40fa54b257babbc4d4b82acbe6"}, {"title": "شركة وادي الضباب للتجارة", "lat": 26.44243839, "lon": 50.0655666299999, "markerVar": "marker_a94d0e7b6d0cc8c7f593269bfcf0233b"}, {"title": "شركة برج العرب أطايب للتجارة", "lat": 26.4425133899999, "lon": 50.0665752399999, "markerVar": "marker_deecfdf1a0c7d35bd3ab1e2cfc2a071a"}, {"title": "شركة الكوكب الثلاثي للملابس الجاهزة", "lat": 26.44284224, "lon": 50.06991954, "markerVar": "marker_cd066da2540b888fdf3516f30ac41c06"}, {"title": "شركة سفير الشرقية التجارية", "lat": 26.44286833, "lon": 50.0671248399999, "markerVar": "marker_dff0a0fde8ac9e04c536964c477ae456"}, {"title": "شركة روعة واناقة التجارية شركة شخص واحد", "lat": 26.44303361, "lon": 50.0664531199999, "markerVar": "marker_2bed9492b474efe5026b768a800a1d98"}, {"title": "شركه عالم التوفير للتجاره", "lat": 26.44304418819081, "lon": 50.06498021728326, "markerVar": "marker_b02df0d40c39541bf91a898f63e01c8f"}, {"title": "شركة الجوري الرائدة للتجارة شركة شخص واحد", "lat": 26.44307688, "lon": 50.0664503499999, "markerVar": "marker_8ea204811c3995b3247beff3031cedd7"}, {"title": "شركة تل لتقنية المعلومات", "lat": 26.44328133, "lon": 50.0692004799999, "markerVar": "marker_1ae60001f0194c8437ca6ae9b14cd100"}, {"title": "شركة زهرة الربيع لمستحضرات التجميل شركة شخص واحد", "lat": 26.4432934099999, "lon": 50.0669242999999, "markerVar": "marker_6c40700a2f6395cde8f3e636999d3f75"}, {"title": "شركة دروب الصفاء التجارية شركة ذات شخص واحد", "lat": 26.44339046, "lon": 50.0658258599999, "markerVar": "marker_2909bb022da9e701ef3697580cdadb42"}, {"title": "شركة رمال القمة التجارية شركة شخص واحد", "lat": 26.4437123999999, "lon": 50.06810042, "markerVar": "marker_30f8ff9797b2d06934b87cf917e65196"}, {"title": "شركة ساحل الجبيل الشرقي للتجارة", "lat": 26.4439683499999, "lon": 50.08038839, "markerVar": "marker_afa30290873cb37dc6bf531f9b17679d"}, {"title": "شركة عايضه سلمان المطيري وشريكه التجارية", "lat": 26.4441393738961, "lon": 50.0681239647199, "markerVar": "marker_637ed67e6a3f0025a9cdb383cc55ced8"}, {"title": "شركة بصمة الوطن التجارية", "lat": 26.4447481054201, "lon": 50.0652959588963, "markerVar": "marker_6c47f1b92763ea06ae18d2db3eeb2478"}, {"title": "مؤسسة السلة الأولى التجارية", "lat": 26.44495616, "lon": 50.0671600499999, "markerVar": "marker_9521970290efed93ab4716685f2a41b6"}, {"title": "شركة خبراء الصفا للتجارة شخص واحد", "lat": 26.44506528, "lon": 50.06601424, "markerVar": "marker_d92b46fb25e32fc10f2d92b133c910a9"}, {"title": "شركة طلال واحد للتجارة", "lat": 26.4453204, "lon": 50.0690351399999, "markerVar": "marker_ebfcd6e92896d13b65a8310327294763"}, {"title": "شركة المشروعات البينية المتكاملة للتجارة والمقاولات العامة", "lat": 26.44558525, "lon": 50.0706786599999, "markerVar": "marker_392014b363d36e23b56a66d08a7bb0e6"}, {"title": "شركة التراث الهندي التجارية", "lat": 26.4456830508631, "lon": 50.0656986111324, "markerVar": "marker_d98335dd27da2e3459e65b8ee0e87da4"}, {"title": "شركة السهل السريع للمواد الغذائية( شركة ذات مسؤولية محدودة من شخص واحد )", "lat": 26.44589497, "lon": 50.06895174, "markerVar": "marker_b22bd0d2eb05a1acf67dd5cc497f7851"}, {"title": "شركة اواني الشاهين التجاريه", "lat": 26.4468224899999, "lon": 50.06423796, "markerVar": "marker_81009eb4d0e49a0f2c87823865abcf6e"}, {"title": "شركة المزارع الطازجه للتجارة", "lat": 26.44847826, "lon": 50.06719909, "markerVar": "marker_02ce3e8b4ec94346ef00723d1fefde55"}, {"title": "شركة باشوت المحدودة", "lat": 26.4494488899999, "lon": 50.06597251, "markerVar": "marker_0706c99288731b7725e6c3f453725ed3"}, {"title": "شركة ماس المتميزة للتجارة", "lat": 26.45105909, "lon": 50.06781429, "markerVar": "marker_02c9b42bfce8f4d2a1633f94dfe7781f"}, {"title": "شركة نطاق اللاعبين للترفية شخص واحد قابضة", "lat": 26.45114099894716, "lon": 50.07753373921096, "markerVar": "marker_e1f33156372b4836de6ea2f2e84a9ce4"}, {"title": "شركة تين التجارية", "lat": 26.45122311373295, "lon": 50.06713958457112, "markerVar": "marker_6c7bbe79518648316c0bfe5c66486da0"}, {"title": "شركة نانا التجارية", "lat": 26.45129504, "lon": 50.06975802, "markerVar": "marker_91f8c0d55073620be3e2ddd9e3aa1245"}, {"title": "شركة نهلة الخليج التجارية", "lat": 26.45146318033792, "lon": 50.06949372589588, "markerVar": "marker_68f025d57a5ae0ecc43867932294a048"}, {"title": "شركة مائدة الروابي للتجارة", "lat": 26.4518751532556, "lon": 50.0661874165226, "markerVar": "marker_8341fc1789c5c3542024b57dba6e1605"}, {"title": "شركة شروق الدمام التجارية", "lat": 26.45199771, "lon": 50.0635679399999, "markerVar": "marker_f5a285ac25e0b61a752ceaa6e9b72a70"}, {"title": "شركة ابداع الحدث التجارية (شركة شخص واحد)", "lat": 26.4521485299999, "lon": 50.07174305, "markerVar": "marker_b4c9a7ced4abb6363e87d858f60f9de2"}, {"title": "شركة رسام الريحان التجارية", "lat": 26.4527418899999, "lon": 50.06358917, "markerVar": "marker_a0d9f6780b825b8e2fb2918836a9ed12"}, {"title": "شركة صفاء العمر للمفروشات", "lat": 26.45286669, "lon": 50.06601022, "markerVar": "marker_057ddcf2066d2a3ad9d57a8a7e1e6220"}];
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_ceb6071e2a37db4b731cbb4ae6ad2d7f" ></div>
</body>
<script>
var map_ceb6071e2a37db4b731cbb4ae6ad2d7f = L.map(
"map_ceb6071e2a37db4b731cbb4ae6ad2d7f",
{
center: [26.44646204727376, 50.06785715225186],
crs: L.CRS.EPSG3857,
...{
"zoom": 13,
"zoomControl": true,
"preferCanvas": false,
}
}
);
L.control.scale().addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var tile_layer_c62e46e9137669fe72aab012dfa90cb0 = 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_c62e46e9137669fe72aab012dfa90cb0.addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var tile_layer_62094d7f4dfc0f0c5938a7cbee340e45 = 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_62094d7f4dfc0f0c5938a7cbee340e45.addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var locate_control_09e2783b0a16e47a69f493ddd5d4dac2 = L.control.locate(
{"flyTo": true}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var marker_c974094a4c319754cde3e80f5489c43a = L.marker(
[26.4423691699999, 50.0679347499999],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_423ae83d906d3e9b82676f908cf7fa33 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_efc9550329a5839570eb3e6c122fb81f = L.popup({
"maxWidth": 320,
});
var html_3b1e5699489baac60e31f47b39d60614 = $(`<div id="html_3b1e5699489baac60e31f47b39d60614" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عبدالرحمن احمد عبدالله الراجحي للألماس والمجوهرات</b><br> السجل التجاري: 2050066656<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4423691699999,50.0679347499999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_efc9550329a5839570eb3e6c122fb81f.setContent(html_3b1e5699489baac60e31f47b39d60614);
marker_c974094a4c319754cde3e80f5489c43a.bindPopup(popup_efc9550329a5839570eb3e6c122fb81f)
;
marker_c974094a4c319754cde3e80f5489c43a.bindTooltip(
`<div>
شركة عبدالرحمن احمد عبدالله الراجحي للألماس والمجوهرات
</div>`,
{
"sticky": true,
}
);
marker_c974094a4c319754cde3e80f5489c43a.setIcon(icon_423ae83d906d3e9b82676f908cf7fa33);
var marker_4c7f3e40fa54b257babbc4d4b82acbe6 = L.marker(
[26.44238587993874, 50.0683511105839],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_d05fb2542bb38b5c49e6394d6cdb480f = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_01e1a99450d49dd574e1578a19ec77e1 = L.popup({
"maxWidth": 320,
});
var html_1e9b9f41fd77c1097edcf89b3f758244 = $(`<div id="html_1e9b9f41fd77c1097edcf89b3f758244" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة تذكار للذهب</b><br> السجل التجاري: 4700016457<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44238587993874,50.0683511105839" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_01e1a99450d49dd574e1578a19ec77e1.setContent(html_1e9b9f41fd77c1097edcf89b3f758244);
marker_4c7f3e40fa54b257babbc4d4b82acbe6.bindPopup(popup_01e1a99450d49dd574e1578a19ec77e1)
;
marker_4c7f3e40fa54b257babbc4d4b82acbe6.bindTooltip(
`<div>
شركة تذكار للذهب
</div>`,
{
"sticky": true,
}
);
marker_4c7f3e40fa54b257babbc4d4b82acbe6.setIcon(icon_d05fb2542bb38b5c49e6394d6cdb480f);
var marker_a94d0e7b6d0cc8c7f593269bfcf0233b = L.marker(
[26.44243839, 50.0655666299999],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_573c83a61dade553f29e5096cc8a255a = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a8911837cf60a38da414869c20e09486 = L.popup({
"maxWidth": 320,
});
var html_dd7d55b196909effca853729bc19d15c = $(`<div id="html_dd7d55b196909effca853729bc19d15c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة وادي الضباب للتجارة</b><br> السجل التجاري: 2050061467<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44243839,50.0655666299999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a8911837cf60a38da414869c20e09486.setContent(html_dd7d55b196909effca853729bc19d15c);
marker_a94d0e7b6d0cc8c7f593269bfcf0233b.bindPopup(popup_a8911837cf60a38da414869c20e09486)
;
marker_a94d0e7b6d0cc8c7f593269bfcf0233b.bindTooltip(
`<div>
شركة وادي الضباب للتجارة
</div>`,
{
"sticky": true,
}
);
marker_a94d0e7b6d0cc8c7f593269bfcf0233b.setIcon(icon_573c83a61dade553f29e5096cc8a255a);
var marker_deecfdf1a0c7d35bd3ab1e2cfc2a071a = L.marker(
[26.4425133899999, 50.0665752399999],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_d60e2150adf8965f52ba58363ae63f3d = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_478100863b960185cc6c25110861e16c = L.popup({
"maxWidth": 320,
});
var html_89d1f0efac024825ed16258b5e61f8f1 = $(`<div id="html_89d1f0efac024825ed16258b5e61f8f1" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة برج العرب أطايب للتجارة</b><br> السجل التجاري: 2050124663<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4425133899999,50.0665752399999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_478100863b960185cc6c25110861e16c.setContent(html_89d1f0efac024825ed16258b5e61f8f1);
marker_deecfdf1a0c7d35bd3ab1e2cfc2a071a.bindPopup(popup_478100863b960185cc6c25110861e16c)
;
marker_deecfdf1a0c7d35bd3ab1e2cfc2a071a.bindTooltip(
`<div>
شركة برج العرب أطايب للتجارة
</div>`,
{
"sticky": true,
}
);
marker_deecfdf1a0c7d35bd3ab1e2cfc2a071a.setIcon(icon_d60e2150adf8965f52ba58363ae63f3d);
var marker_cd066da2540b888fdf3516f30ac41c06 = L.marker(
[26.44284224, 50.06991954],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_93b910d3f455897d6ef23f4f77e99fd5 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9112e89c749aa3591140573c751e68ed = L.popup({
"maxWidth": 320,
});
var html_ebcfa55823a3a97d7f89f5bc49780001 = $(`<div id="html_ebcfa55823a3a97d7f89f5bc49780001" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الكوكب الثلاثي للملابس الجاهزة</b><br> السجل التجاري: 2050141336<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44284224,50.06991954" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9112e89c749aa3591140573c751e68ed.setContent(html_ebcfa55823a3a97d7f89f5bc49780001);
marker_cd066da2540b888fdf3516f30ac41c06.bindPopup(popup_9112e89c749aa3591140573c751e68ed)
;
marker_cd066da2540b888fdf3516f30ac41c06.bindTooltip(
`<div>
شركة الكوكب الثلاثي للملابس الجاهزة
</div>`,
{
"sticky": true,
}
);
marker_cd066da2540b888fdf3516f30ac41c06.setIcon(icon_93b910d3f455897d6ef23f4f77e99fd5);
var marker_dff0a0fde8ac9e04c536964c477ae456 = L.marker(
[26.44286833, 50.0671248399999],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_e3bac6802059ad3afbe75d8b53d65201 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_a7cf234e04b3b7d8d979bca56426563b = L.popup({
"maxWidth": 320,
});
var html_64c6cac163131414f87d31d2ce06ad70 = $(`<div id="html_64c6cac163131414f87d31d2ce06ad70" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة سفير الشرقية التجارية</b><br> السجل التجاري: 2050119401<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44286833,50.0671248399999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_a7cf234e04b3b7d8d979bca56426563b.setContent(html_64c6cac163131414f87d31d2ce06ad70);
marker_dff0a0fde8ac9e04c536964c477ae456.bindPopup(popup_a7cf234e04b3b7d8d979bca56426563b)
;
marker_dff0a0fde8ac9e04c536964c477ae456.bindTooltip(
`<div>
شركة سفير الشرقية التجارية
</div>`,
{
"sticky": true,
}
);
marker_dff0a0fde8ac9e04c536964c477ae456.setIcon(icon_e3bac6802059ad3afbe75d8b53d65201);
var marker_2bed9492b474efe5026b768a800a1d98 = L.marker(
[26.44303361, 50.0664531199999],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_fae1fb5d9d43471ae8189efd4d4c2517 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0ae2cdadba894e0403a76e4a0b3c1add = L.popup({
"maxWidth": 320,
});
var html_f3a1230ab4c18df3e79fa0884e5008c8 = $(`<div id="html_f3a1230ab4c18df3e79fa0884e5008c8" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة روعة واناقة التجارية شركة شخص واحد</b><br> السجل التجاري: 2050151158<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44303361,50.0664531199999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0ae2cdadba894e0403a76e4a0b3c1add.setContent(html_f3a1230ab4c18df3e79fa0884e5008c8);
marker_2bed9492b474efe5026b768a800a1d98.bindPopup(popup_0ae2cdadba894e0403a76e4a0b3c1add)
;
marker_2bed9492b474efe5026b768a800a1d98.bindTooltip(
`<div>
شركة روعة واناقة التجارية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_2bed9492b474efe5026b768a800a1d98.setIcon(icon_fae1fb5d9d43471ae8189efd4d4c2517);
var marker_b02df0d40c39541bf91a898f63e01c8f = L.marker(
[26.44304418819081, 50.06498021728326],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_093491b609e0360ac8e9ebfb605ae9af = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_041e93068b348f02cc3cec253758e088 = L.popup({
"maxWidth": 320,
});
var html_6d65e17ad1b4fbfef49bbd4ea72d46e9 = $(`<div id="html_6d65e17ad1b4fbfef49bbd4ea72d46e9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركه عالم التوفير للتجاره</b><br> السجل التجاري: 2050041452<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44304418819081,50.06498021728326" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_041e93068b348f02cc3cec253758e088.setContent(html_6d65e17ad1b4fbfef49bbd4ea72d46e9);
marker_b02df0d40c39541bf91a898f63e01c8f.bindPopup(popup_041e93068b348f02cc3cec253758e088)
;
marker_b02df0d40c39541bf91a898f63e01c8f.bindTooltip(
`<div>
شركه عالم التوفير للتجاره
</div>`,
{
"sticky": true,
}
);
marker_b02df0d40c39541bf91a898f63e01c8f.setIcon(icon_093491b609e0360ac8e9ebfb605ae9af);
var marker_8ea204811c3995b3247beff3031cedd7 = L.marker(
[26.44307688, 50.0664503499999],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_e8d2aed32bc73477e171611915ad5fcf = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_9d01d23ffcaa8f0fa8e57bf53df41ff4 = L.popup({
"maxWidth": 320,
});
var html_e3285f7d9cffdeda23fd4e2b4df861f0 = $(`<div id="html_e3285f7d9cffdeda23fd4e2b4df861f0" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة الجوري الرائدة للتجارة شركة شخص واحد</b><br> السجل التجاري: 2050129146<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44307688,50.0664503499999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_9d01d23ffcaa8f0fa8e57bf53df41ff4.setContent(html_e3285f7d9cffdeda23fd4e2b4df861f0);
marker_8ea204811c3995b3247beff3031cedd7.bindPopup(popup_9d01d23ffcaa8f0fa8e57bf53df41ff4)
;
marker_8ea204811c3995b3247beff3031cedd7.bindTooltip(
`<div>
شركة الجوري الرائدة للتجارة شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_8ea204811c3995b3247beff3031cedd7.setIcon(icon_e8d2aed32bc73477e171611915ad5fcf);
var marker_1ae60001f0194c8437ca6ae9b14cd100 = L.marker(
[26.44328133, 50.0692004799999],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_a92e5b05215119f7ffad3cd0423f5c7f = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_6e2a886987c177d091d2b1f4a7624a5e = L.popup({
"maxWidth": 320,
});
var html_63cce7a8f3b3427684ace16f35feb64e = $(`<div id="html_63cce7a8f3b3427684ace16f35feb64e" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة تل لتقنية المعلومات</b><br> السجل التجاري: 2050083405<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44328133,50.0692004799999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_6e2a886987c177d091d2b1f4a7624a5e.setContent(html_63cce7a8f3b3427684ace16f35feb64e);
marker_1ae60001f0194c8437ca6ae9b14cd100.bindPopup(popup_6e2a886987c177d091d2b1f4a7624a5e)
;
marker_1ae60001f0194c8437ca6ae9b14cd100.bindTooltip(
`<div>
شركة تل لتقنية المعلومات
</div>`,
{
"sticky": true,
}
);
marker_1ae60001f0194c8437ca6ae9b14cd100.setIcon(icon_a92e5b05215119f7ffad3cd0423f5c7f);
var marker_6c40700a2f6395cde8f3e636999d3f75 = L.marker(
[26.4432934099999, 50.0669242999999],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_2784e072753a1bc5f3c864fb88a79a08 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_55a751f9b34eaf0f081e15a78c1ebb39 = L.popup({
"maxWidth": 320,
});
var html_7bc71fad8696108a8c07e8c3e6980efa = $(`<div id="html_7bc71fad8696108a8c07e8c3e6980efa" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة زهرة الربيع لمستحضرات التجميل شركة شخص واحد</b><br> السجل التجاري: 2050140467<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4432934099999,50.0669242999999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_55a751f9b34eaf0f081e15a78c1ebb39.setContent(html_7bc71fad8696108a8c07e8c3e6980efa);
marker_6c40700a2f6395cde8f3e636999d3f75.bindPopup(popup_55a751f9b34eaf0f081e15a78c1ebb39)
;
marker_6c40700a2f6395cde8f3e636999d3f75.bindTooltip(
`<div>
شركة زهرة الربيع لمستحضرات التجميل شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_6c40700a2f6395cde8f3e636999d3f75.setIcon(icon_2784e072753a1bc5f3c864fb88a79a08);
var marker_2909bb022da9e701ef3697580cdadb42 = L.marker(
[26.44339046, 50.0658258599999],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_5d759e6d684e65e621e7f12c8af9cca9 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ecd1d0df9fd2c7f808884709cadf6075 = L.popup({
"maxWidth": 320,
});
var html_5c655a5e3a87f937c9ba821f4e9190f0 = $(`<div id="html_5c655a5e3a87f937c9ba821f4e9190f0" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة دروب الصفاء التجارية شركة ذات شخص واحد</b><br> السجل التجاري: 2050127023<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44339046,50.0658258599999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ecd1d0df9fd2c7f808884709cadf6075.setContent(html_5c655a5e3a87f937c9ba821f4e9190f0);
marker_2909bb022da9e701ef3697580cdadb42.bindPopup(popup_ecd1d0df9fd2c7f808884709cadf6075)
;
marker_2909bb022da9e701ef3697580cdadb42.bindTooltip(
`<div>
شركة دروب الصفاء التجارية شركة ذات شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_2909bb022da9e701ef3697580cdadb42.setIcon(icon_5d759e6d684e65e621e7f12c8af9cca9);
var marker_30f8ff9797b2d06934b87cf917e65196 = L.marker(
[26.4437123999999, 50.06810042],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_183bd1519c072e21ce476bbb45b0ccaa = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ee7af0471b4c8d4f719875e08555dc0c = L.popup({
"maxWidth": 320,
});
var html_ec1be19c8c27e0eadc58eac274a35772 = $(`<div id="html_ec1be19c8c27e0eadc58eac274a35772" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة رمال القمة التجارية شركة شخص واحد</b><br> السجل التجاري: 2050139106<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4437123999999,50.06810042" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ee7af0471b4c8d4f719875e08555dc0c.setContent(html_ec1be19c8c27e0eadc58eac274a35772);
marker_30f8ff9797b2d06934b87cf917e65196.bindPopup(popup_ee7af0471b4c8d4f719875e08555dc0c)
;
marker_30f8ff9797b2d06934b87cf917e65196.bindTooltip(
`<div>
شركة رمال القمة التجارية شركة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_30f8ff9797b2d06934b87cf917e65196.setIcon(icon_183bd1519c072e21ce476bbb45b0ccaa);
var marker_afa30290873cb37dc6bf531f9b17679d = L.marker(
[26.4439683499999, 50.08038839],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_6d7773eb4850e8d9b06eec12a23d3847 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_6d67fa067083b04e9216c5f6fbe8c8c5 = L.popup({
"maxWidth": 320,
});
var html_d81c8950b8d5f26df96fbd341c5b1b7d = $(`<div id="html_d81c8950b8d5f26df96fbd341c5b1b7d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ساحل الجبيل الشرقي للتجارة</b><br> السجل التجاري: 2050113238<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4439683499999,50.08038839" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_6d67fa067083b04e9216c5f6fbe8c8c5.setContent(html_d81c8950b8d5f26df96fbd341c5b1b7d);
marker_afa30290873cb37dc6bf531f9b17679d.bindPopup(popup_6d67fa067083b04e9216c5f6fbe8c8c5)
;
marker_afa30290873cb37dc6bf531f9b17679d.bindTooltip(
`<div>
شركة ساحل الجبيل الشرقي للتجارة
</div>`,
{
"sticky": true,
}
);
marker_afa30290873cb37dc6bf531f9b17679d.setIcon(icon_6d7773eb4850e8d9b06eec12a23d3847);
var marker_637ed67e6a3f0025a9cdb383cc55ced8 = L.marker(
[26.4441393738961, 50.0681239647199],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_26e8802ec4d2e4c49f7687f615fd92ae = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b8c0f7156f66cedb98f9c982efe19f97 = L.popup({
"maxWidth": 320,
});
var html_226cbc88393d587373a67eaf0ba6a675 = $(`<div id="html_226cbc88393d587373a67eaf0ba6a675" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة عايضه سلمان المطيري وشريكه التجارية</b><br> السجل التجاري: 2050115868<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4441393738961,50.0681239647199" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b8c0f7156f66cedb98f9c982efe19f97.setContent(html_226cbc88393d587373a67eaf0ba6a675);
marker_637ed67e6a3f0025a9cdb383cc55ced8.bindPopup(popup_b8c0f7156f66cedb98f9c982efe19f97)
;
marker_637ed67e6a3f0025a9cdb383cc55ced8.bindTooltip(
`<div>
شركة عايضه سلمان المطيري وشريكه التجارية
</div>`,
{
"sticky": true,
}
);
marker_637ed67e6a3f0025a9cdb383cc55ced8.setIcon(icon_26e8802ec4d2e4c49f7687f615fd92ae);
var marker_6c47f1b92763ea06ae18d2db3eeb2478 = L.marker(
[26.4447481054201, 50.0652959588963],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_0655044f3300fdca8f3d9de0742f5242 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_fa1756666bf93eafe83bdcd3f2b5795a = L.popup({
"maxWidth": 320,
});
var html_4573f0f9d894bd9a416a2b794717ec5f = $(`<div id="html_4573f0f9d894bd9a416a2b794717ec5f" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة بصمة الوطن التجارية</b><br> السجل التجاري: 2050012567<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4447481054201,50.0652959588963" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_fa1756666bf93eafe83bdcd3f2b5795a.setContent(html_4573f0f9d894bd9a416a2b794717ec5f);
marker_6c47f1b92763ea06ae18d2db3eeb2478.bindPopup(popup_fa1756666bf93eafe83bdcd3f2b5795a)
;
marker_6c47f1b92763ea06ae18d2db3eeb2478.bindTooltip(
`<div>
شركة بصمة الوطن التجارية
</div>`,
{
"sticky": true,
}
);
marker_6c47f1b92763ea06ae18d2db3eeb2478.setIcon(icon_0655044f3300fdca8f3d9de0742f5242);
var marker_9521970290efed93ab4716685f2a41b6 = L.marker(
[26.44495616, 50.0671600499999],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_bf93baac08b8dd3b3626e98cdc73534e = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_0c1dcb0a2fd0ff35e840cc2e0ec2fbd6 = L.popup({
"maxWidth": 320,
});
var html_c42db9411e2be5b0c99b9d233c797bfb = $(`<div id="html_c42db9411e2be5b0c99b9d233c797bfb" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>مؤسسة السلة الأولى التجارية</b><br> السجل التجاري: 2050062221<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44495616,50.0671600499999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_0c1dcb0a2fd0ff35e840cc2e0ec2fbd6.setContent(html_c42db9411e2be5b0c99b9d233c797bfb);
marker_9521970290efed93ab4716685f2a41b6.bindPopup(popup_0c1dcb0a2fd0ff35e840cc2e0ec2fbd6)
;
marker_9521970290efed93ab4716685f2a41b6.bindTooltip(
`<div>
مؤسسة السلة الأولى التجارية
</div>`,
{
"sticky": true,
}
);
marker_9521970290efed93ab4716685f2a41b6.setIcon(icon_bf93baac08b8dd3b3626e98cdc73534e);
var marker_d92b46fb25e32fc10f2d92b133c910a9 = L.marker(
[26.44506528, 50.06601424],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_769bd02529eb90f6b9ec8b51402e88f1 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_6b67c4b0d5f3f5c645e1ac7d14033efd = L.popup({
"maxWidth": 320,
});
var html_734cffb44e1ce4f67a99e760b976bc1d = $(`<div id="html_734cffb44e1ce4f67a99e760b976bc1d" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة خبراء الصفا للتجارة شخص واحد</b><br> السجل التجاري: 2050088351<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44506528,50.06601424" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_6b67c4b0d5f3f5c645e1ac7d14033efd.setContent(html_734cffb44e1ce4f67a99e760b976bc1d);
marker_d92b46fb25e32fc10f2d92b133c910a9.bindPopup(popup_6b67c4b0d5f3f5c645e1ac7d14033efd)
;
marker_d92b46fb25e32fc10f2d92b133c910a9.bindTooltip(
`<div>
شركة خبراء الصفا للتجارة شخص واحد
</div>`,
{
"sticky": true,
}
);
marker_d92b46fb25e32fc10f2d92b133c910a9.setIcon(icon_769bd02529eb90f6b9ec8b51402e88f1);
var marker_ebfcd6e92896d13b65a8310327294763 = L.marker(
[26.4453204, 50.0690351399999],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_3d9e49213fc9d718f1f186d58d102f51 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_ed9b632d4afc49b3d6fab62ed017bc23 = L.popup({
"maxWidth": 320,
});
var html_acb456838e979a4fa6b80b2b75fd31a4 = $(`<div id="html_acb456838e979a4fa6b80b2b75fd31a4" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة طلال واحد للتجارة</b><br> السجل التجاري: 2050142669<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4453204,50.0690351399999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_ed9b632d4afc49b3d6fab62ed017bc23.setContent(html_acb456838e979a4fa6b80b2b75fd31a4);
marker_ebfcd6e92896d13b65a8310327294763.bindPopup(popup_ed9b632d4afc49b3d6fab62ed017bc23)
;
marker_ebfcd6e92896d13b65a8310327294763.bindTooltip(
`<div>
شركة طلال واحد للتجارة
</div>`,
{
"sticky": true,
}
);
marker_ebfcd6e92896d13b65a8310327294763.setIcon(icon_3d9e49213fc9d718f1f186d58d102f51);
var marker_392014b363d36e23b56a66d08a7bb0e6 = L.marker(
[26.44558525, 50.0706786599999],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_c4f2eefdd3f6d4c5d2527e39e33a51f6 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_4952bbaf54d57fdd1462f7f4282b816d = L.popup({
"maxWidth": 320,
});
var html_fa344c8fd01a31b481bd1bfbe87a4230 = $(`<div id="html_fa344c8fd01a31b481bd1bfbe87a4230" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة المشروعات البينية المتكاملة للتجارة والمقاولات العامة</b><br> السجل التجاري: 2050086910<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44558525,50.0706786599999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_4952bbaf54d57fdd1462f7f4282b816d.setContent(html_fa344c8fd01a31b481bd1bfbe87a4230);
marker_392014b363d36e23b56a66d08a7bb0e6.bindPopup(popup_4952bbaf54d57fdd1462f7f4282b816d)
;
marker_392014b363d36e23b56a66d08a7bb0e6.bindTooltip(
`<div>
شركة المشروعات البينية المتكاملة للتجارة والمقاولات العامة
</div>`,
{
"sticky": true,
}
);
marker_392014b363d36e23b56a66d08a7bb0e6.setIcon(icon_c4f2eefdd3f6d4c5d2527e39e33a51f6);
var marker_d98335dd27da2e3459e65b8ee0e87da4 = L.marker(
[26.4456830508631, 50.0656986111324],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_8dfdfdc51d2e5c43c4f9f76bbc950949 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_52c9793c58ca7b5cb41ec2cc9ef1a5dc = L.popup({
"maxWidth": 320,
});
var html_f41e2ed2bdc9e71ea096b4d6c579e9ab = $(`<div id="html_f41e2ed2bdc9e71ea096b4d6c579e9ab" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة التراث الهندي التجارية</b><br> السجل التجاري: 2050092007<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4456830508631,50.0656986111324" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_52c9793c58ca7b5cb41ec2cc9ef1a5dc.setContent(html_f41e2ed2bdc9e71ea096b4d6c579e9ab);
marker_d98335dd27da2e3459e65b8ee0e87da4.bindPopup(popup_52c9793c58ca7b5cb41ec2cc9ef1a5dc)
;
marker_d98335dd27da2e3459e65b8ee0e87da4.bindTooltip(
`<div>
شركة التراث الهندي التجارية
</div>`,
{
"sticky": true,
}
);
marker_d98335dd27da2e3459e65b8ee0e87da4.setIcon(icon_8dfdfdc51d2e5c43c4f9f76bbc950949);
var marker_b22bd0d2eb05a1acf67dd5cc497f7851 = L.marker(
[26.44589497, 50.06895174],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_238385c59ee1e23eb17a7e79c52a4a4e = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b743834e8dd67797dd3b4218992f3a41 = L.popup({
"maxWidth": 320,
});
var html_60aa2537b2f41bfc8645b938fcf679e9 = $(`<div id="html_60aa2537b2f41bfc8645b938fcf679e9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة السهل السريع للمواد الغذائية( شركة ذات مسؤولية محدودة من شخص واحد )</b><br> السجل التجاري: 2050132219<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44589497,50.06895174" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b743834e8dd67797dd3b4218992f3a41.setContent(html_60aa2537b2f41bfc8645b938fcf679e9);
marker_b22bd0d2eb05a1acf67dd5cc497f7851.bindPopup(popup_b743834e8dd67797dd3b4218992f3a41)
;
marker_b22bd0d2eb05a1acf67dd5cc497f7851.bindTooltip(
`<div>
شركة السهل السريع للمواد الغذائية( شركة ذات مسؤولية محدودة من شخص واحد )
</div>`,
{
"sticky": true,
}
);
marker_b22bd0d2eb05a1acf67dd5cc497f7851.setIcon(icon_238385c59ee1e23eb17a7e79c52a4a4e);
var marker_81009eb4d0e49a0f2c87823865abcf6e = L.marker(
[26.4468224899999, 50.06423796],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_76762d52592a6c9d039e17f05352f9c3 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b5e966bd2d7dd915d49767aa5d8c9c4a = L.popup({
"maxWidth": 320,
});
var html_09a164a1e49892d1951f3ee3a31e4fb8 = $(`<div id="html_09a164a1e49892d1951f3ee3a31e4fb8" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة اواني الشاهين التجاريه</b><br> السجل التجاري: 2050128883<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4468224899999,50.06423796" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b5e966bd2d7dd915d49767aa5d8c9c4a.setContent(html_09a164a1e49892d1951f3ee3a31e4fb8);
marker_81009eb4d0e49a0f2c87823865abcf6e.bindPopup(popup_b5e966bd2d7dd915d49767aa5d8c9c4a)
;
marker_81009eb4d0e49a0f2c87823865abcf6e.bindTooltip(
`<div>
شركة اواني الشاهين التجاريه
</div>`,
{
"sticky": true,
}
);
marker_81009eb4d0e49a0f2c87823865abcf6e.setIcon(icon_76762d52592a6c9d039e17f05352f9c3);
var marker_02ce3e8b4ec94346ef00723d1fefde55 = L.marker(
[26.44847826, 50.06719909],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_54d4fca8d68f02842f7783b3bd6cdadb = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_7d39c045eb8df3a7f1dd49c63e8df5e0 = L.popup({
"maxWidth": 320,
});
var html_ef7b4a9b9759b3d7dd926e3ac51afca3 = $(`<div id="html_ef7b4a9b9759b3d7dd926e3ac51afca3" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة المزارع الطازجه للتجارة</b><br> السجل التجاري: 2050026839<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.44847826,50.06719909" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_7d39c045eb8df3a7f1dd49c63e8df5e0.setContent(html_ef7b4a9b9759b3d7dd926e3ac51afca3);
marker_02ce3e8b4ec94346ef00723d1fefde55.bindPopup(popup_7d39c045eb8df3a7f1dd49c63e8df5e0)
;
marker_02ce3e8b4ec94346ef00723d1fefde55.bindTooltip(
`<div>
شركة المزارع الطازجه للتجارة
</div>`,
{
"sticky": true,
}
);
marker_02ce3e8b4ec94346ef00723d1fefde55.setIcon(icon_54d4fca8d68f02842f7783b3bd6cdadb);
var marker_0706c99288731b7725e6c3f453725ed3 = L.marker(
[26.4494488899999, 50.06597251],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_785e44d0d8d1e98a0b9498f3738dcc88 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_6be6f6dcb499188d6d52024317066b16 = L.popup({
"maxWidth": 320,
});
var html_98e95031882e990e2c2bad56561c8d96 = $(`<div id="html_98e95031882e990e2c2bad56561c8d96" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة باشوت المحدودة</b><br> السجل التجاري: 2050073504<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4494488899999,50.06597251" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_6be6f6dcb499188d6d52024317066b16.setContent(html_98e95031882e990e2c2bad56561c8d96);
marker_0706c99288731b7725e6c3f453725ed3.bindPopup(popup_6be6f6dcb499188d6d52024317066b16)
;
marker_0706c99288731b7725e6c3f453725ed3.bindTooltip(
`<div>
شركة باشوت المحدودة
</div>`,
{
"sticky": true,
}
);
marker_0706c99288731b7725e6c3f453725ed3.setIcon(icon_785e44d0d8d1e98a0b9498f3738dcc88);
var marker_02c9b42bfce8f4d2a1633f94dfe7781f = L.marker(
[26.45105909, 50.06781429],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_85f78bdd3d40f4f8179e84404492c712 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_b91479df15fc0f320164ba786dfdb816 = L.popup({
"maxWidth": 320,
});
var html_1c89a83f6d47e4ccbaa01f94c96d32e9 = $(`<div id="html_1c89a83f6d47e4ccbaa01f94c96d32e9" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ماس المتميزة للتجارة</b><br> السجل التجاري: 2050032774<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.45105909,50.06781429" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_b91479df15fc0f320164ba786dfdb816.setContent(html_1c89a83f6d47e4ccbaa01f94c96d32e9);
marker_02c9b42bfce8f4d2a1633f94dfe7781f.bindPopup(popup_b91479df15fc0f320164ba786dfdb816)
;
marker_02c9b42bfce8f4d2a1633f94dfe7781f.bindTooltip(
`<div>
شركة ماس المتميزة للتجارة
</div>`,
{
"sticky": true,
}
);
marker_02c9b42bfce8f4d2a1633f94dfe7781f.setIcon(icon_85f78bdd3d40f4f8179e84404492c712);
var marker_e1f33156372b4836de6ea2f2e84a9ce4 = L.marker(
[26.45114099894716, 50.07753373921096],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_2085bb25fbe611c52f3d18b5f82be7f3 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_2c5cc3c7e209d1652b6b964560cea6e3 = L.popup({
"maxWidth": 320,
});
var html_028ee22746f0d9abcffa2df91be99e36 = $(`<div id="html_028ee22746f0d9abcffa2df91be99e36" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نطاق اللاعبين للترفية شخص واحد قابضة</b><br> السجل التجاري: 2050183035<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.45114099894716,50.07753373921096" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_2c5cc3c7e209d1652b6b964560cea6e3.setContent(html_028ee22746f0d9abcffa2df91be99e36);
marker_e1f33156372b4836de6ea2f2e84a9ce4.bindPopup(popup_2c5cc3c7e209d1652b6b964560cea6e3)
;
marker_e1f33156372b4836de6ea2f2e84a9ce4.bindTooltip(
`<div>
شركة نطاق اللاعبين للترفية شخص واحد قابضة
</div>`,
{
"sticky": true,
}
);
marker_e1f33156372b4836de6ea2f2e84a9ce4.setIcon(icon_2085bb25fbe611c52f3d18b5f82be7f3);
var marker_6c7bbe79518648316c0bfe5c66486da0 = L.marker(
[26.45122311373295, 50.06713958457112],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_c5df637caf049016d63a345924994bab = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_33164d5b0f0c85d9b1f9d94f1fe0e133 = L.popup({
"maxWidth": 320,
});
var html_2d115c9afbe1c443897a6bc615e11d9e = $(`<div id="html_2d115c9afbe1c443897a6bc615e11d9e" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة تين التجارية</b><br> السجل التجاري: 2055022568<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.45122311373295,50.06713958457112" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_33164d5b0f0c85d9b1f9d94f1fe0e133.setContent(html_2d115c9afbe1c443897a6bc615e11d9e);
marker_6c7bbe79518648316c0bfe5c66486da0.bindPopup(popup_33164d5b0f0c85d9b1f9d94f1fe0e133)
;
marker_6c7bbe79518648316c0bfe5c66486da0.bindTooltip(
`<div>
شركة تين التجارية
</div>`,
{
"sticky": true,
}
);
marker_6c7bbe79518648316c0bfe5c66486da0.setIcon(icon_c5df637caf049016d63a345924994bab);
var marker_91f8c0d55073620be3e2ddd9e3aa1245 = L.marker(
[26.45129504, 50.06975802],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_cdb7e30d3a43158f63dfc51121b5d1b1 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_2a74dbbdb9f8228311edddfb0d326d41 = L.popup({
"maxWidth": 320,
});
var html_0335afcd2e5e72272747142504ea19d1 = $(`<div id="html_0335afcd2e5e72272747142504ea19d1" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نانا التجارية</b><br> السجل التجاري: 2050131951<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.45129504,50.06975802" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_2a74dbbdb9f8228311edddfb0d326d41.setContent(html_0335afcd2e5e72272747142504ea19d1);
marker_91f8c0d55073620be3e2ddd9e3aa1245.bindPopup(popup_2a74dbbdb9f8228311edddfb0d326d41)
;
marker_91f8c0d55073620be3e2ddd9e3aa1245.bindTooltip(
`<div>
شركة نانا التجارية
</div>`,
{
"sticky": true,
}
);
marker_91f8c0d55073620be3e2ddd9e3aa1245.setIcon(icon_cdb7e30d3a43158f63dfc51121b5d1b1);
var marker_68f025d57a5ae0ecc43867932294a048 = L.marker(
[26.45146318033792, 50.06949372589588],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_24ef99981a32d673497a6d91d9269021 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_4b02e07055e8d4559cc9ba62a38b7908 = L.popup({
"maxWidth": 320,
});
var html_27662c70f817631cf0dce2a036709d8c = $(`<div id="html_27662c70f817631cf0dce2a036709d8c" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة نهلة الخليج التجارية</b><br> السجل التجاري: 2050174334<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.45146318033792,50.06949372589588" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_4b02e07055e8d4559cc9ba62a38b7908.setContent(html_27662c70f817631cf0dce2a036709d8c);
marker_68f025d57a5ae0ecc43867932294a048.bindPopup(popup_4b02e07055e8d4559cc9ba62a38b7908)
;
marker_68f025d57a5ae0ecc43867932294a048.bindTooltip(
`<div>
شركة نهلة الخليج التجارية
</div>`,
{
"sticky": true,
}
);
marker_68f025d57a5ae0ecc43867932294a048.setIcon(icon_24ef99981a32d673497a6d91d9269021);
var marker_8341fc1789c5c3542024b57dba6e1605 = L.marker(
[26.4518751532556, 50.0661874165226],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_1a78f14c3d26e9d8fec07ffbd0b56f7e = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1397bd6bd2a7c253f15d313cead79c77 = L.popup({
"maxWidth": 320,
});
var html_bbc697ee1993f43bdeef8349837e23b2 = $(`<div id="html_bbc697ee1993f43bdeef8349837e23b2" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة مائدة الروابي للتجارة</b><br> السجل التجاري: 2050207966<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4518751532556,50.0661874165226" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1397bd6bd2a7c253f15d313cead79c77.setContent(html_bbc697ee1993f43bdeef8349837e23b2);
marker_8341fc1789c5c3542024b57dba6e1605.bindPopup(popup_1397bd6bd2a7c253f15d313cead79c77)
;
marker_8341fc1789c5c3542024b57dba6e1605.bindTooltip(
`<div>
شركة مائدة الروابي للتجارة
</div>`,
{
"sticky": true,
}
);
marker_8341fc1789c5c3542024b57dba6e1605.setIcon(icon_1a78f14c3d26e9d8fec07ffbd0b56f7e);
var marker_f5a285ac25e0b61a752ceaa6e9b72a70 = L.marker(
[26.45199771, 50.0635679399999],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_88378ce3cf83c3120fdc5262251277fb = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_7e7d095468f9e0a8ed398d21a4179d9d = L.popup({
"maxWidth": 320,
});
var html_49f4b50ffb31bf2d17658b60963003ae = $(`<div id="html_49f4b50ffb31bf2d17658b60963003ae" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة شروق الدمام التجارية</b><br> السجل التجاري: 2050028230<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.45199771,50.0635679399999" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_7e7d095468f9e0a8ed398d21a4179d9d.setContent(html_49f4b50ffb31bf2d17658b60963003ae);
marker_f5a285ac25e0b61a752ceaa6e9b72a70.bindPopup(popup_7e7d095468f9e0a8ed398d21a4179d9d)
;
marker_f5a285ac25e0b61a752ceaa6e9b72a70.bindTooltip(
`<div>
شركة شروق الدمام التجارية
</div>`,
{
"sticky": true,
}
);
marker_f5a285ac25e0b61a752ceaa6e9b72a70.setIcon(icon_88378ce3cf83c3120fdc5262251277fb);
var marker_b4c9a7ced4abb6363e87d858f60f9de2 = L.marker(
[26.4521485299999, 50.07174305],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_a0c794b5e663343130d3687ec6834c5f = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_8346ef2a3b74e5b24baced364d210f0c = L.popup({
"maxWidth": 320,
});
var html_22a759d990e81d12cd8ada8607b62daf = $(`<div id="html_22a759d990e81d12cd8ada8607b62daf" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة ابداع الحدث التجارية (شركة شخص واحد)</b><br> السجل التجاري: 2050133249<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4521485299999,50.07174305" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_8346ef2a3b74e5b24baced364d210f0c.setContent(html_22a759d990e81d12cd8ada8607b62daf);
marker_b4c9a7ced4abb6363e87d858f60f9de2.bindPopup(popup_8346ef2a3b74e5b24baced364d210f0c)
;
marker_b4c9a7ced4abb6363e87d858f60f9de2.bindTooltip(
`<div>
شركة ابداع الحدث التجارية (شركة شخص واحد)
</div>`,
{
"sticky": true,
}
);
marker_b4c9a7ced4abb6363e87d858f60f9de2.setIcon(icon_a0c794b5e663343130d3687ec6834c5f);
var marker_a0d9f6780b825b8e2fb2918836a9ed12 = L.marker(
[26.4527418899999, 50.06358917],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_aebe2d57ce14871e03a4b1212592d8f0 = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_001799f9c6b26586f12b98763161d95a = L.popup({
"maxWidth": 320,
});
var html_38bff9ac6bf1b96fef8feb58e4814cea = $(`<div id="html_38bff9ac6bf1b96fef8feb58e4814cea" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة رسام الريحان التجارية</b><br> السجل التجاري: 2050135079<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.4527418899999,50.06358917" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_001799f9c6b26586f12b98763161d95a.setContent(html_38bff9ac6bf1b96fef8feb58e4814cea);
marker_a0d9f6780b825b8e2fb2918836a9ed12.bindPopup(popup_001799f9c6b26586f12b98763161d95a)
;
marker_a0d9f6780b825b8e2fb2918836a9ed12.bindTooltip(
`<div>
شركة رسام الريحان التجارية
</div>`,
{
"sticky": true,
}
);
marker_a0d9f6780b825b8e2fb2918836a9ed12.setIcon(icon_aebe2d57ce14871e03a4b1212592d8f0);
var marker_057ddcf2066d2a3ad9d57a8a7e1e6220 = L.marker(
[26.45286669, 50.06601022],
{
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
var icon_c369c67ab92a1467a809791472b1a46b = L.AwesomeMarkers.icon(
{
"markerColor": "black",
"iconColor": "white",
"icon": "info-sign",
"prefix": "glyphicon",
"extraClasses": "fa-rotate-0",
}
);
var popup_1b4b9c47858cdc28be3073677913c54a = L.popup({
"maxWidth": 320,
});
var html_e6058a4f88fb0267e243d4b4f19e080a = $(`<div id="html_e6058a4f88fb0267e243d4b4f19e080a" style="width: 100.0%; height: 100.0%;"> <div style="direction:rtl;font-family:Arial;line-height:1.7;"> <b>شركة صفاء العمر للمفروشات</b><br> السجل التجاري: 2050088182<br> المنطقة: الدمام<br> الحارة: العنود<br> <a href="https://www.google.com/maps?q=26.45286669,50.06601022" target="_blank">فتح في خرائط جوجل</a> </div> </div>`)[0];
popup_1b4b9c47858cdc28be3073677913c54a.setContent(html_e6058a4f88fb0267e243d4b4f19e080a);
marker_057ddcf2066d2a3ad9d57a8a7e1e6220.bindPopup(popup_1b4b9c47858cdc28be3073677913c54a)
;
marker_057ddcf2066d2a3ad9d57a8a7e1e6220.bindTooltip(
`<div>
شركة صفاء العمر للمفروشات
</div>`,
{
"sticky": true,
}
);
marker_057ddcf2066d2a3ad9d57a8a7e1e6220.setIcon(icon_c369c67ab92a1467a809791472b1a46b);
map_ceb6071e2a37db4b731cbb4ae6ad2d7f.fitBounds(
[[26.4423691699999, 50.0679347499999], [26.44238587993874, 50.0683511105839], [26.44243839, 50.0655666299999], [26.4425133899999, 50.0665752399999], [26.44284224, 50.06991954], [26.44286833, 50.0671248399999], [26.44303361, 50.0664531199999], [26.44304418819081, 50.06498021728326], [26.44307688, 50.0664503499999], [26.44328133, 50.0692004799999], [26.4432934099999, 50.0669242999999], [26.44339046, 50.0658258599999], [26.4437123999999, 50.06810042], [26.4439683499999, 50.08038839], [26.4441393738961, 50.0681239647199], [26.4447481054201, 50.0652959588963], [26.44495616, 50.0671600499999], [26.44506528, 50.06601424], [26.4453204, 50.0690351399999], [26.44558525, 50.0706786599999], [26.4456830508631, 50.0656986111324], [26.44589497, 50.06895174], [26.4468224899999, 50.06423796], [26.44847826, 50.06719909], [26.4494488899999, 50.06597251], [26.45105909, 50.06781429], [26.45114099894716, 50.07753373921096], [26.45122311373295, 50.06713958457112], [26.45129504, 50.06975802], [26.45146318033792, 50.06949372589588], [26.4518751532556, 50.0661874165226], [26.45199771, 50.0635679399999], [26.4521485299999, 50.07174305], [26.4527418899999, 50.06358917], [26.45286669, 50.06601022]],
{"padding": [30, 30]}
);
var layer_control_134db0a3c31bc52c028198dded843040_layers = {
base_layers : {
"\u062e\u0631\u064a\u0637\u0629 \u0627\u0644\u0634\u0627\u0631\u0639" : tile_layer_c62e46e9137669fe72aab012dfa90cb0,
"\u0623\u0642\u0645\u0627\u0631 \u0635\u0646\u0627\u0639\u064a\u0629 (Esri)" : tile_layer_62094d7f4dfc0f0c5938a7cbee340e45,
},
overlays : {
},
};
let layer_control_134db0a3c31bc52c028198dded843040 = L.control.layers(
layer_control_134db0a3c31bc52c028198dded843040_layers.base_layers,
layer_control_134db0a3c31bc52c028198dded843040_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_ceb6071e2a37db4b731cbb4ae6ad2d7f);
</script>
</html>