{"id":27,"date":"2024-03-01T12:54:29","date_gmt":"2024-03-01T12:54:29","guid":{"rendered":"https:\/\/dummy.xtemos.com\/woodmart2\/vegetables-elementor\/?page_id=27"},"modified":"2026-08-16T14:39:16","modified_gmt":"2026-08-16T11:39:16","slug":"store-locations","status":"publish","type":"page","link":"https:\/\/newstareg.com\/ar\/store-locations\/","title":{"rendered":"Store Locations"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"27\" class=\"elementor elementor-27\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-bbaa0e3 e-flex e-con-boxed e-con e-parent\" data-id=\"bbaa0e3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7da4a02 e-con-full e-flex e-con e-child\" data-id=\"7da4a02\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c029d40 elementor-widget elementor-widget-html\" data-id=\"c029d40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  :root {\r\n    --primary: #b32025;\r\n    --primary-light: #fff5f5;\r\n    --text-title: #0f172a;\r\n    --text-body: #64748b;\r\n    --border-color: #f1f5f9;\r\n    --bg-card: #ffffff;\r\n    --radius-card: 16px;\r\n    --shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.04);\r\n    --shadow-hover: 0 12px 28px -4px rgba(179, 32, 37, 0.08);\r\n  }\r\n\r\n  .store-locations {\r\n    width: 100%;\r\n    max-width: 1050px;\r\n    margin: 0 auto;\r\n    padding: 16px;\r\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\r\n    box-sizing: border-box;\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 16px;\r\n  }\r\n\r\n  .store-card {\r\n    background: var(--bg-card);\r\n    border: 1px solid var(--border-color);\r\n    border-radius: var(--radius-card);\r\n    padding: 22px 26px;\r\n    display: flex;\r\n    flex-wrap: wrap;               \/* KEY FIX: wrap based on real available space, not viewport *\/\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    gap: 16px;\r\n    box-shadow: var(--shadow);\r\n    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .store-card:hover {\r\n    transform: translateY(-2px);\r\n    border-color: rgba(179, 32, 37, 0.25);\r\n    box-shadow: var(--shadow-hover);\r\n  }\r\n\r\n  \/* Main Info (Number + Name & Address) *\/\r\n  .store-main {\r\n    display: flex;\r\n    align-items: flex-start;\r\n    gap: 16px;\r\n    flex: 1 1 260px;\r\n    min-width: 220px;              \/* KEY FIX: floor so text can't shrink into word-by-word wrap *\/\r\n  }\r\n\r\n  .store-number {\r\n    width: 44px;\r\n    height: 44px;\r\n    min-width: 44px;\r\n    background: var(--primary-light);\r\n    color: var(--primary);\r\n    border: 1.5px solid rgba(179, 32, 37, 0.2);\r\n    border-radius: 12px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-size: 16px;\r\n    font-weight: 800;\r\n  }\r\n\r\n  .store-info {\r\n    flex: 1 1 auto;\r\n    min-width: 150px;              \/* KEY FIX *\/\r\n  }\r\n\r\n  .store-name {\r\n    margin: 0 0 6px;\r\n    color: var(--text-title);\r\n    font-size: 17px;\r\n    font-weight: 700;\r\n    line-height: 1.3;\r\n  }\r\n\r\n  .store-address {\r\n    margin: 0;\r\n    color: var(--text-body);\r\n    font-size: 13.5px;\r\n    line-height: 1.55;\r\n  }\r\n\r\n  \/* Extra Info (Badges + Time) *\/\r\n  .store-meta {\r\n    display: flex;\r\n    flex-wrap: wrap;               \/* KEY FIX *\/\r\n    align-items: center;\r\n    gap: 14px;\r\n    flex: 1 1 auto;\r\n    min-width: 200px;              \/* KEY FIX: forces meta to its own line instead of overlapping *\/\r\n  }\r\n\r\n  .store-features {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    gap: 8px;\r\n  }\r\n\r\n  .feature {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 6px;\r\n    background: #f8fafc;\r\n    border: 1px solid #e2e8f0;\r\n    padding: 6px 12px;\r\n    border-radius: 30px;\r\n    color: #475569;\r\n    font-size: 12px;\r\n    font-weight: 600;\r\n    white-space: nowrap;\r\n  }\r\n\r\n  .feature svg {\r\n    width: 13px;\r\n    height: 13px;\r\n    color: var(--primary);\r\n    stroke-width: 2.5;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .store-hours {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    white-space: nowrap;\r\n    margin-inline-start: auto;     \/* pushes hours to the far end when there's room *\/\r\n  }\r\n\r\n  .hours-icon {\r\n    width: 30px;\r\n    height: 30px;\r\n    border-radius: 50%;\r\n    background: var(--primary-light);\r\n    color: var(--primary);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .hours-icon svg {\r\n    width: 15px;\r\n    height: 15px;\r\n  }\r\n\r\n  .hours-text {\r\n    color: var(--text-title);\r\n    font-size: 13px;\r\n    font-weight: 700;\r\n  }\r\n<\/style>\r\n\r\n<div class=\"store-locations\">\r\n\r\n  <div class=\"store-card\">\r\n    <div class=\"store-main\">\r\n      <div class=\"store-number\">01<\/div>\r\n      <div class=\"store-info\">\r\n        <h3 class=\"store-name\">Mall of Egypt<\/h3>\r\n        <p class=\"store-address\">Al Wahat Road, 6th of October City, in front of Carrefour, Cairo, Egypt<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"store-meta\">\r\n      <div class=\"store-features\">\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\r\n          Delivery\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M9 17V7h4a3 3 0 0 1 0 6H9\"\/><\/svg>\r\n          Parking\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\/><line x1=\"2\" y1=\"10\" x2=\"22\" y2=\"10\"\/><\/svg>\r\n          Debit cards\r\n        <\/span>\r\n      <\/div>\r\n      <div class=\"store-hours\">\r\n        <div class=\"hours-icon\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\r\n        <\/div>\r\n        <span class=\"hours-text\">10 AM \u2013 10 PM<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"store-card\">\r\n    <div class=\"store-main\">\r\n      <div class=\"store-number\">02<\/div>\r\n      <div class=\"store-info\">\r\n        <h3 class=\"store-name\">Mall of Arabia<\/h3>\r\n        <p class=\"store-address\">Next to Gate 22, in front of Spinneys, 6th of October City, Cairo, Egypt<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"store-meta\">\r\n      <div class=\"store-features\">\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\r\n          Delivery\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M9 17V7h4a3 3 0 0 1 0 6H9\"\/><\/svg>\r\n          Parking\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\/><line x1=\"2\" y1=\"10\" x2=\"22\" y2=\"10\"\/><\/svg>\r\n          Debit cards\r\n        <\/span>\r\n      <\/div>\r\n      <div class=\"store-hours\">\r\n        <div class=\"hours-icon\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\r\n        <\/div>\r\n        <span class=\"hours-text\">10 AM \u2013 10 PM<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"store-card\">\r\n    <div class=\"store-main\">\r\n      <div class=\"store-number\">03<\/div>\r\n      <div class=\"store-info\">\r\n        <h3 class=\"store-name\">Cairo Festival Mall<\/h3>\r\n        <p class=\"store-address\">Fifth Settlement, Third Floor, in front of Carrefour, Cairo, Egypt<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"store-meta\">\r\n      <div class=\"store-features\">\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\r\n          Delivery\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M9 17V7h4a3 3 0 0 1 0 6H9\"\/><\/svg>\r\n          Parking\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\/><line x1=\"2\" y1=\"10\" x2=\"22\" y2=\"10\"\/><\/svg>\r\n          Debit cards\r\n        <\/span>\r\n      <\/div>\r\n      <div class=\"store-hours\">\r\n        <div class=\"hours-icon\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\r\n        <\/div>\r\n        <span class=\"hours-text\">10 AM \u2013 10 PM<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"store-card\">\r\n    <div class=\"store-main\">\r\n      <div class=\"store-number\">04<\/div>\r\n      <div class=\"store-info\">\r\n        <h3 class=\"store-name\">City Center Almaza Mall<\/h3>\r\n        <p class=\"store-address\">Nasr City, Ground Floor, in front of Carrefour, between Orange &amp; Abo Auf, Cairo, Egypt<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"store-meta\">\r\n      <div class=\"store-features\">\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\r\n          Delivery\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M9 17V7h4a3 3 0 0 1 0 6H9\"\/><\/svg>\r\n          Parking\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\/><line x1=\"2\" y1=\"10\" x2=\"22\" y2=\"10\"\/><\/svg>\r\n          Debit cards\r\n        <\/span>\r\n      <\/div>\r\n      <div class=\"store-hours\">\r\n        <div class=\"hours-icon\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\r\n        <\/div>\r\n        <span class=\"hours-text\">10 AM \u2013 10 PM<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n  <div class=\"store-card\">\r\n    <div class=\"store-main\">\r\n      <div class=\"store-number\">05<\/div>\r\n      <div class=\"store-info\">\r\n        <h3 class=\"store-name\">City Centre Maadi<\/h3>\r\n        <p class=\"store-address\">Ring Road, Maadi, in front of Carrefour, Cairo, Egypt<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"store-meta\">\r\n      <div class=\"store-features\">\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\r\n          Delivery\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M9 17V7h4a3 3 0 0 1 0 6H9\"\/><\/svg>\r\n          Parking\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\/><line x1=\"2\" y1=\"10\" x2=\"22\" y2=\"10\"\/><\/svg>\r\n          Debit cards\r\n        <\/span>\r\n      <\/div>\r\n      <div class=\"store-hours\">\r\n        <div class=\"hours-icon\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 16 14\"\/><\/svg>\r\n        <\/div>\r\n        <span class=\"hours-text\">10 AM \u2013 10 PM<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"store-card\">\r\n    <div class=\"store-main\">\r\n      <div class=\"store-number\">05<\/div>\r\n      <div class=\"store-info\">\r\n        <h3 class=\"store-name\">5 Murad Bek St.<\/h3>\r\n        <p class=\"store-address\">From Othman Ibn Affan St., Salah El-Din Sq., next to George Pharmacy, Heliopolis, Cairo, Egypt<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"store-meta\">\r\n      <div class=\"store-features\">\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\r\n          Delivery\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M9 17V7h4a3 3 0 0 1 0 6H9\"\/><\/svg>\r\n          Parking\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\/><line x1=\"2\" y1=\"10\" x2=\"22\" y2=\"10\"\/><\/svg>\r\n          Debit cards\r\n        <\/span>\r\n      <\/div>\r\n      <div class=\"store-hours\">\r\n        <div class=\"hours-icon\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\r\n        <\/div>\r\n        <span class=\"hours-text\">10 AM \u2013 10 PM<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"store-card\">\r\n    <div class=\"store-main\">\r\n      <div class=\"store-number\">06<\/div>\r\n      <div class=\"store-info\">\r\n        <h3 class=\"store-name\">Citystars Mall<\/h3>\r\n        <p class=\"store-address\">Nasr City, Phase 1, Ground Floor, in front of Seoudi Supermarket, Cairo, Egypt<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"store-meta\">\r\n      <div class=\"store-features\">\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\r\n          Delivery\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M9 17V7h4a3 3 0 0 1 0 6H9\"\/><\/svg>\r\n          Parking\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\/><line x1=\"2\" y1=\"10\" x2=\"22\" y2=\"10\"\/><\/svg>\r\n          Debit cards\r\n        <\/span>\r\n      <\/div>\r\n      <div class=\"store-hours\">\r\n        <div class=\"hours-icon\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\r\n        <\/div>\r\n        <span class=\"hours-text\">10 AM \u2013 10 PM<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"store-card\">\r\n    <div class=\"store-main\">\r\n      <div class=\"store-number\">07<\/div>\r\n      <div class=\"store-info\">\r\n        <h3 class=\"store-name\">City Centre Alexandria<\/h3>\r\n        <p class=\"store-address\">Cairo Alex Desert Road, in front of Carrefour, Moharam Bek, Alexandria, Egypt<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"store-meta\">\r\n      <div class=\"store-features\">\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\r\n          Delivery\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M9 17V7h4a3 3 0 0 1 0 6H9\"\/><\/svg>\r\n          Parking\r\n        <\/span>\r\n        <span class=\"feature\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"><rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\/><line x1=\"2\" y1=\"10\" x2=\"22\" y2=\"10\"\/><\/svg>\r\n          Debit cards\r\n        <\/span>\r\n      <\/div>\r\n      <div class=\"store-hours\">\r\n        <div class=\"hours-icon\">\r\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\r\n        <\/div>\r\n        <span class=\"hours-text\">10 AM \u2013 10 PM<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7d843d7 e-con-full e-flex e-con e-child\" data-id=\"7d843d7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-820af03 wd-width-100 elementor-widget elementor-widget-wd_open_street_map\" data-id=\"820af03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_open_street_map.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-osm-map-container wd-map-container\">\n\t\t\t<div id=\"wd-osm-map-820af03\" class=\"wd-osm-map-wrapper wd-map-wrapper\" data-settings=\"{&quot;zoom&quot;:&quot;6&quot;,&quot;iconUrl&quot;:&quot;https:\\\/\\\/newstareg.com\\\/wp-content\\\/themes\\\/woodmart\\\/images\\\/icons\\\/marker-icon.png&quot;,&quot;scrollWheelZoom&quot;:&quot;no&quot;,&quot;zoomControl&quot;:&quot;yes&quot;,&quot;dragging&quot;:&quot;yes&quot;,&quot;geoapify_tile&quot;:&quot;osm-carto&quot;,&quot;markers&quot;:[{&quot;marker&quot;:{&quot;_id&quot;:&quot;7495f60&quot;,&quot;marker_title&quot;:&quot;Mall of Egypt&quot;,&quot;marker_coords&quot;:&quot;29.972796, 30.960706&quot;,&quot;marker_description&quot;:&quot;&quot;,&quot;marker_behavior&quot;:&quot;popup&quot;,&quot;show_button&quot;:&quot;no&quot;,&quot;button_text&quot;:null,&quot;button_url&quot;:null,&quot;button_url_target&quot;:null,&quot;image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;image_size&quot;:[],&quot;image_custom_dimension&quot;:null},&quot;lat&quot;:&quot;29.972796&quot;,&quot;lng&quot;:&quot; 30.960706&quot;},{&quot;marker&quot;:{&quot;marker_title&quot;:&quot;Cairo Festival Mall&quot;,&quot;marker_coords&quot;:&quot;30.027692, 31.491318&quot;,&quot;_id&quot;:&quot;acfaba3&quot;,&quot;marker_description&quot;:&quot;&quot;,&quot;marker_behavior&quot;:&quot;popup&quot;,&quot;show_button&quot;:&quot;no&quot;,&quot;button_text&quot;:null,&quot;button_url&quot;:null,&quot;button_url_target&quot;:null,&quot;image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;image_size&quot;:[],&quot;image_custom_dimension&quot;:null},&quot;lat&quot;:&quot;30.027692&quot;,&quot;lng&quot;:&quot; 31.491318&quot;},{&quot;marker&quot;:{&quot;marker_title&quot;:&quot;City Center Almaza Mall&quot;,&quot;marker_coords&quot;:&quot;30.090167, 31.346699&quot;,&quot;_id&quot;:&quot;e66a5db&quot;,&quot;marker_description&quot;:&quot;&quot;,&quot;marker_behavior&quot;:&quot;popup&quot;,&quot;show_button&quot;:&quot;no&quot;,&quot;button_text&quot;:null,&quot;button_url&quot;:null,&quot;button_url_target&quot;:null,&quot;image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;image_size&quot;:[],&quot;image_custom_dimension&quot;:null},&quot;lat&quot;:&quot;30.090167&quot;,&quot;lng&quot;:&quot; 31.346699&quot;},{&quot;marker&quot;:{&quot;_id&quot;:&quot;4a201a0&quot;,&quot;marker_title&quot;:&quot;Heliopolis, Cairo, Egypt&quot;,&quot;marker_coords&quot;:&quot;30.090984, 31.322708&quot;,&quot;marker_description&quot;:&quot;&quot;,&quot;marker_behavior&quot;:&quot;popup&quot;,&quot;show_button&quot;:&quot;no&quot;,&quot;button_text&quot;:null,&quot;button_url&quot;:null,&quot;button_url_target&quot;:null,&quot;image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;image_size&quot;:[],&quot;image_custom_dimension&quot;:null},&quot;lat&quot;:&quot;30.090984&quot;,&quot;lng&quot;:&quot; 31.322708&quot;}],&quot;center&quot;:&quot;30.045554380714,31.280296582568&quot;,&quot;init_type&quot;:&quot;page_load&quot;}\"><\/div>\n\n\t\t\t\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>01 Mall of Egypt Al Wahat Road, 6th of October City, in front of Carrefour, Cairo, Egypt Delivery Parking Debit<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-27","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/newstareg.com\/ar\/wp-json\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/newstareg.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/newstareg.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/newstareg.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/newstareg.com\/ar\/wp-json\/wp\/v2\/comments?post=27"}],"version-history":[{"count":3,"href":"https:\/\/newstareg.com\/ar\/wp-json\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":167992,"href":"https:\/\/newstareg.com\/ar\/wp-json\/wp\/v2\/pages\/27\/revisions\/167992"}],"wp:attachment":[{"href":"https:\/\/newstareg.com\/ar\/wp-json\/wp\/v2\/media?parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}