{"id":142805,"date":"2026-07-23T10:56:48","date_gmt":"2026-07-23T07:56:48","guid":{"rendered":"https:\/\/ordonna.com\/grand-cinema\/"},"modified":"2026-07-23T10:56:48","modified_gmt":"2026-07-23T07:56:48","slug":"grand-cinema","status":"publish","type":"page","link":"https:\/\/ordonna.com\/ar\/grand-cinema\/","title":{"rendered":"Movies at Grand Cinema"},"content":{"rendered":"        <div class=\"ofl-cinema-public ofl-theater-public\" data-ofl-cinema data-ofl-theater-id=\"138955\">\n            <section class=\"ofl-cinema-hero ofl-theater-hero\">\n                <div class=\"ofl-hero-copy\">\n                    <h1>Grand Cinema<\/h1>\n                    <p>Showing now at this theater. View today\u2019s movies, showtimes, trailers, and ticket links.<\/p>\n                    <div class=\"ofl-hero-actions\">\n                        <a href=\"#ofl-movies-grid\" class=\"ofl-primary-btn\">View Showtimes<\/a>\n                        <a href=\"https:\/\/ordonna.com\/ar\/listing\/grand-cinema\/\" class=\"ofl-secondary-btn\">Theater Profile<\/a>                    <\/div>\n                <\/div>\n                <div class=\"ofl-hero-panel\">\n                    <strong>0<\/strong>\n                    <span>Movies Showing<\/span>\n                    <small>Linked to W2DC listing #138955<\/small>\n                <\/div>\n            <\/section>\n\n            <section id=\"ofl-cinema-filters\" class=\"ofl-cinema-toolbar ofl-theater-toolbar\" aria-label=\"Theater movie filters\">\n                <div class=\"ofl-search-wrap\">\n                    <label for=\"ofl-movie-search-138955\">Search movie<\/label>\n                    <input type=\"search\" id=\"ofl-movie-search-138955\" placeholder=\"Search movies at this theater...\" data-ofl-filter=\"search\">\n                <\/div>\n                <div>\n                    <label for=\"ofl-filter-genre-138955\">Genre<\/label>\n                    <select id=\"ofl-filter-genre-138955\" data-ofl-filter=\"genre\">\n                        <option value=\"\">All genres<\/option>\n                                            <\/select>\n                <\/div>\n                <div>\n                    <label for=\"ofl-filter-language-138955\">Language<\/label>\n                    <select id=\"ofl-filter-language-138955\" data-ofl-filter=\"language\">\n                        <option value=\"\">All languages<\/option>\n                                            <\/select>\n                <\/div>\n                <div>\n                    <label for=\"ofl-filter-date-138955\">Date<\/label>\n                    <select id=\"ofl-filter-date-138955\" data-ofl-filter=\"date\">\n                        <option value=\"\">Any date<\/option>\n                        <option value=\"today\">Today<\/option>\n                        <option value=\"tomorrow\">Tomorrow<\/option>\n                    <\/select>\n                <\/div>\n            <\/section>\n\n            <div class=\"ofl-quick-pills\" aria-label=\"Quick filters\">\n                <button type=\"button\" data-ofl-quick=\"all\" class=\"is-active\">\ud83c\udf7f Now Showing<\/button>\n                <button type=\"button\" data-ofl-quick=\"family\">\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67 Family<\/button>\n                <button type=\"button\" data-ofl-quick=\"arabic\">\u0639\u0631\u0628\u064a<\/button>\n                <button type=\"button\" data-ofl-quick=\"english\">English<\/button>\n                <button type=\"button\" data-ofl-reset>Reset<\/button>\n            <\/div>\n\n            <div id=\"ofl-movies-grid\" class=\"ofl-movie-grid-pro ofl-theater-movie-grid\">\n                                    <div class=\"ofl-empty-state\">\n                        <h3>No movies are showing at Grand Cinema yet.<\/h3>\n                        <p>No live events have been found today. Please check back later.<\/p>\n                    <\/div>\n                \n                            <\/div>\n\n            <div class=\"ofl-no-results\" hidden>\n                <h3>No matching movies found.<\/h3>\n                <p>Try another genre, language, or date.<\/p>\n            <\/div>\n        <\/div>\n        <script>\n        (function(){\n            var root = document.currentScript.previousElementSibling;\n            if (!root || !root.matches('[data-ofl-cinema]')) return;\n            var cards = Array.prototype.slice.call(root.querySelectorAll('[data-ofl-movie-card]'));\n            var noResults = root.querySelector('.ofl-no-results');\n            var search = root.querySelector('[data-ofl-filter=\"search\"]');\n            var genre = root.querySelector('[data-ofl-filter=\"genre\"]');\n            var language = root.querySelector('[data-ofl-filter=\"language\"]');\n            var date = root.querySelector('[data-ofl-filter=\"date\"]');\n            function isoDate(offset){ var d = new Date(); d.setDate(d.getDate()+offset); return d.toISOString().slice(0,10); }\n            function filter(){\n                var q = (search.value || '').toLowerCase().trim();\n                var g = (genre.value || '').toLowerCase();\n                var l = (language.value || '').toLowerCase();\n                var dateValue = date.value || '';\n                var wantedDate = dateValue === 'today' ? isoDate(0) : (dateValue === 'tomorrow' ? isoDate(1) : '');\n                var shown = 0;\n                cards.forEach(function(card){\n                    var ok = true;\n                    if (q && (card.getAttribute('data-search') || '').indexOf(q) === -1) ok = false;\n                    if (g && (card.getAttribute('data-genre') || '') !== g) ok = false;\n                    if (l && (card.getAttribute('data-language') || '') !== l) ok = false;\n                    if (wantedDate && !card.querySelector('[data-show-date=\"' + wantedDate + '\"]')) ok = false;\n                    card.style.display = ok ? '' : 'none';\n                    if (ok) shown++;\n                });\n                if (noResults) noResults.hidden = shown !== 0;\n            }\n            [search, genre, language, date].forEach(function(el){ if(el){ el.addEventListener('input', filter); el.addEventListener('change', filter); }});\n            root.querySelectorAll('[data-ofl-quick]').forEach(function(btn){\n                btn.addEventListener('click', function(){\n                    root.querySelectorAll('[data-ofl-quick]').forEach(function(b){ b.classList.remove('is-active'); });\n                    btn.classList.add('is-active');\n                    var v = btn.getAttribute('data-ofl-quick');\n                    if (v === 'all') { search.value=''; genre.value=''; language.value=''; date.value=''; }\n                    if (v === 'family') { search.value='family'; }\n                    if (v === 'arabic') { language.value='arabic'; search.value=''; }\n                    if (v === 'english') { language.value='english'; search.value=''; }\n                    filter();\n                });\n            });\n            var reset = root.querySelector('[data-ofl-reset]');\n            if(reset){ reset.addEventListener('click', function(){ search.value=''; genre.value=''; language.value=''; date.value=''; filter(); }); }\n        })();\n        <\/script>\n        \n","protected":false},"excerpt":{"rendered":"Grand Cinema Showing now at this theater. View today\u2019s movies, showtimes, trailers, and ticket links. View Showtimes Theater Profile 0 Movies Showing Linked to W2DC listing #138955 Search movie Genre All genres Language All languages Date Any date Today Tomorrow \ud83c\udf7f Now Showing \ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67 Family \u0639\u0631\u0628\u064a English Reset No movies are showing at Grand Cinema...","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-142805","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0627\u0643\u062a\u0634\u0641 Movies at Grand Cinema \u0639\u0644\u0649 Ordonna Guide , \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0645\u0648\u062b\u0648\u0642 \u0644\u0623\u0641\u0636\u0644 \u0627\u0644\u0623\u0645\u0627\u0643\u0646 \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0648\u0627\u0644\u062a\u062c\u0627\u0631\u0628 \u0641\u064a \u0627\u0644\u0623\u0631\u062f\u0646. \u0627\u0633\u062a\u0643\u0634\u0641 \u0627\u0644\u0642\u0648\u0627\u0626\u0645 \u0648\u0627\u0644\u062a\u0642\u064a\u064a\u0645\u0627\u062a \u0648\u0627\u0644\u0623\u062f\u0644\u0629 \u0641\u064a \u0645\u0643\u0627\u0646 \u0648\u0627\u062d\u062f\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"WhyMHfKoSoZl_cPvGK-N7DrWCzbrAYomWlZesiVyA-M\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/ordonna.com\/ar\/grand-cinema\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"ar_AR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Ordonna Guide | The Digital Gateway to Jordan\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Movies at Grand Cinema | Ordonna Guide - \u062f\u0644\u064a\u0644 \u0627\u0644\u0623\u0631\u062f\u0646\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0627\u0643\u062a\u0634\u0641 Movies at Grand Cinema \u0639\u0644\u0649 Ordonna Guide , \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0645\u0648\u062b\u0648\u0642 \u0644\u0623\u0641\u0636\u0644 \u0627\u0644\u0623\u0645\u0627\u0643\u0646 \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0648\u0627\u0644\u062a\u062c\u0627\u0631\u0628 \u0641\u064a \u0627\u0644\u0623\u0631\u062f\u0646. \u0627\u0633\u062a\u0643\u0634\u0641 \u0627\u0644\u0642\u0648\u0627\u0626\u0645 \u0648\u0627\u0644\u062a\u0642\u064a\u064a\u0645\u0627\u062a \u0648\u0627\u0644\u0623\u062f\u0644\u0629 \u0641\u064a \u0645\u0643\u0627\u0646 \u0648\u0627\u062d\u062f\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/ordonna.com\/ar\/grand-cinema\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-23T07:56:48+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-23T07:56:48+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ordonnaguide\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Movies at Grand Cinema | Ordonna Guide - \u062f\u0644\u064a\u0644 \u0627\u0644\u0623\u0631\u062f\u0646\" \/>\n\t\t<meta name=\"twitter:description\" content=\"\u0627\u0643\u062a\u0634\u0641 Movies at Grand Cinema \u0639\u0644\u0649 Ordonna Guide , \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0645\u0648\u062b\u0648\u0642 \u0644\u0623\u0641\u0636\u0644 \u0627\u0644\u0623\u0645\u0627\u0643\u0646 \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0648\u0627\u0644\u062a\u062c\u0627\u0631\u0628 \u0641\u064a \u0627\u0644\u0623\u0631\u062f\u0646. \u0627\u0633\u062a\u0643\u0634\u0641 \u0627\u0644\u0642\u0648\u0627\u0626\u0645 \u0648\u0627\u0644\u062a\u0642\u064a\u064a\u0645\u0627\u062a \u0648\u0627\u0644\u0623\u062f\u0644\u0629 \u0641\u064a \u0645\u0643\u0627\u0646 \u0648\u0627\u062d\u062f\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/grand-cinema\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/grand-cinema\\\/#listItem\",\"name\":\"Movies at Grand Cinema\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/grand-cinema\\\/#listItem\",\"position\":2,\"name\":\"Movies at Grand Cinema\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/#organization\",\"name\":\"Ordonna Guide LLC.\",\"url\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/\",\"email\":\"amjad@ordonna.com\",\"telephone\":\"+962799501472\",\"foundingDate\":\"2024-01-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":10,\"maxValue\":15},\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/ordonna.com\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/\\u062f\\u0644\\u064a\\u0644-\\u0623\\u0631\\u062f\\u0646\\u0627-5.png\",\"@id\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/grand-cinema\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/grand-cinema\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/ordonnaguide\"],\"address\":{\"@id\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/#postaladdress\",\"@type\":\"PostalAddress\",\"streetAddress\":\"Al Hakam Ben Kaysan Street Amman Jordan\",\"postalCode\":\"11941\",\"addressLocality\":\"Amman\",\"addressRegion\":\"Amman\",\"addressCountry\":\"JO\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/grand-cinema\\\/#webpage\",\"url\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/grand-cinema\\\/\",\"name\":\"Movies at Grand Cinema | Ordonna Guide - \\u062f\\u0644\\u064a\\u0644 \\u0627\\u0644\\u0623\\u0631\\u062f\\u0646\",\"description\":\"\\u0627\\u0643\\u062a\\u0634\\u0641 Movies at Grand Cinema \\u0639\\u0644\\u0649 Ordonna Guide , \\u062f\\u0644\\u064a\\u0644\\u0643 \\u0627\\u0644\\u0645\\u0648\\u062b\\u0648\\u0642 \\u0644\\u0623\\u0641\\u0636\\u0644 \\u0627\\u0644\\u0623\\u0645\\u0627\\u0643\\u0646 \\u0648\\u0627\\u0644\\u062e\\u062f\\u0645\\u0627\\u062a \\u0648\\u0627\\u0644\\u062a\\u062c\\u0627\\u0631\\u0628 \\u0641\\u064a \\u0627\\u0644\\u0623\\u0631\\u062f\\u0646. \\u0627\\u0633\\u062a\\u0643\\u0634\\u0641 \\u0627\\u0644\\u0642\\u0648\\u0627\\u0626\\u0645 \\u0648\\u0627\\u0644\\u062a\\u0642\\u064a\\u064a\\u0645\\u0627\\u062a \\u0648\\u0627\\u0644\\u0623\\u062f\\u0644\\u0629 \\u0641\\u064a \\u0645\\u0643\\u0627\\u0646 \\u0648\\u0627\\u062d\\u062f\",\"inLanguage\":\"ar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/grand-cinema\\\/#breadcrumblist\"},\"datePublished\":\"2026-07-23T10:56:48+03:00\",\"dateModified\":\"2026-07-23T10:56:48+03:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/#website\",\"url\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/\",\"name\":\"Ordonna\",\"alternateName\":\"Ordonna Guide\",\"description\":\"The Digital Gateway to Jordan\",\"inLanguage\":\"ar\",\"publisher\":{\"@id\":\"https:\\\/\\\/ordonna.com\\\/ar\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Movies at Grand Cinema | Ordonna Guide - \u062f\u0644\u064a\u0644 \u0627\u0644\u0623\u0631\u062f\u0646<\/title>\n\n","aioseo_head_json":{"title":"Movies at Grand Cinema | Ordonna Guide - \u062f\u0644\u064a\u0644 \u0627\u0644\u0623\u0631\u062f\u0646","description":"\u0627\u0643\u062a\u0634\u0641 Movies at Grand Cinema \u0639\u0644\u0649 Ordonna Guide , \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0645\u0648\u062b\u0648\u0642 \u0644\u0623\u0641\u0636\u0644 \u0627\u0644\u0623\u0645\u0627\u0643\u0646 \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0648\u0627\u0644\u062a\u062c\u0627\u0631\u0628 \u0641\u064a \u0627\u0644\u0623\u0631\u062f\u0646. \u0627\u0633\u062a\u0643\u0634\u0641 \u0627\u0644\u0642\u0648\u0627\u0626\u0645 \u0648\u0627\u0644\u062a\u0642\u064a\u064a\u0645\u0627\u062a \u0648\u0627\u0644\u0623\u062f\u0644\u0629 \u0641\u064a \u0645\u0643\u0627\u0646 \u0648\u0627\u062d\u062f","canonical_url":"https:\/\/ordonna.com\/ar\/grand-cinema\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"WhyMHfKoSoZl_cPvGK-N7DrWCzbrAYomWlZesiVyA-M","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/ordonna.com\/ar\/grand-cinema\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/ordonna.com\/ar\/#listItem","position":1,"name":"Home","item":"https:\/\/ordonna.com\/ar\/","nextItem":{"@type":"ListItem","@id":"https:\/\/ordonna.com\/ar\/grand-cinema\/#listItem","name":"Movies at Grand Cinema"}},{"@type":"ListItem","@id":"https:\/\/ordonna.com\/ar\/grand-cinema\/#listItem","position":2,"name":"Movies at Grand Cinema","previousItem":{"@type":"ListItem","@id":"https:\/\/ordonna.com\/ar\/#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/ordonna.com\/ar\/#organization","name":"Ordonna Guide LLC.","url":"https:\/\/ordonna.com\/ar\/","email":"amjad@ordonna.com","telephone":"+962799501472","foundingDate":"2024-01-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":10,"maxValue":15},"logo":{"@type":"ImageObject","url":"https:\/\/ordonna.com\/wp-content\/uploads\/2026\/02\/\u062f\u0644\u064a\u0644-\u0623\u0631\u062f\u0646\u0627-5.png","@id":"https:\/\/ordonna.com\/ar\/grand-cinema\/#organizationLogo"},"image":{"@id":"https:\/\/ordonna.com\/ar\/grand-cinema\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/ordonnaguide"],"address":{"@id":"https:\/\/ordonna.com\/ar\/#postaladdress","@type":"PostalAddress","streetAddress":"Al Hakam Ben Kaysan Street Amman Jordan","postalCode":"11941","addressLocality":"Amman","addressRegion":"Amman","addressCountry":"JO"}},{"@type":"WebPage","@id":"https:\/\/ordonna.com\/ar\/grand-cinema\/#webpage","url":"https:\/\/ordonna.com\/ar\/grand-cinema\/","name":"Movies at Grand Cinema | Ordonna Guide - \u062f\u0644\u064a\u0644 \u0627\u0644\u0623\u0631\u062f\u0646","description":"\u0627\u0643\u062a\u0634\u0641 Movies at Grand Cinema \u0639\u0644\u0649 Ordonna Guide , \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0645\u0648\u062b\u0648\u0642 \u0644\u0623\u0641\u0636\u0644 \u0627\u0644\u0623\u0645\u0627\u0643\u0646 \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0648\u0627\u0644\u062a\u062c\u0627\u0631\u0628 \u0641\u064a \u0627\u0644\u0623\u0631\u062f\u0646. \u0627\u0633\u062a\u0643\u0634\u0641 \u0627\u0644\u0642\u0648\u0627\u0626\u0645 \u0648\u0627\u0644\u062a\u0642\u064a\u064a\u0645\u0627\u062a \u0648\u0627\u0644\u0623\u062f\u0644\u0629 \u0641\u064a \u0645\u0643\u0627\u0646 \u0648\u0627\u062d\u062f","inLanguage":"ar","isPartOf":{"@id":"https:\/\/ordonna.com\/ar\/#website"},"breadcrumb":{"@id":"https:\/\/ordonna.com\/ar\/grand-cinema\/#breadcrumblist"},"datePublished":"2026-07-23T10:56:48+03:00","dateModified":"2026-07-23T10:56:48+03:00"},{"@type":"WebSite","@id":"https:\/\/ordonna.com\/ar\/#website","url":"https:\/\/ordonna.com\/ar\/","name":"Ordonna","alternateName":"Ordonna Guide","description":"The Digital Gateway to Jordan","inLanguage":"ar","publisher":{"@id":"https:\/\/ordonna.com\/ar\/#organization"}}]},"og:locale":"ar_AR","og:site_name":"Ordonna Guide | The Digital Gateway to Jordan","og:type":"article","og:title":"Movies at Grand Cinema | Ordonna Guide - \u062f\u0644\u064a\u0644 \u0627\u0644\u0623\u0631\u062f\u0646","og:description":"\u0627\u0643\u062a\u0634\u0641 Movies at Grand Cinema \u0639\u0644\u0649 Ordonna Guide , \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0645\u0648\u062b\u0648\u0642 \u0644\u0623\u0641\u0636\u0644 \u0627\u0644\u0623\u0645\u0627\u0643\u0646 \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0648\u0627\u0644\u062a\u062c\u0627\u0631\u0628 \u0641\u064a \u0627\u0644\u0623\u0631\u062f\u0646. \u0627\u0633\u062a\u0643\u0634\u0641 \u0627\u0644\u0642\u0648\u0627\u0626\u0645 \u0648\u0627\u0644\u062a\u0642\u064a\u064a\u0645\u0627\u062a \u0648\u0627\u0644\u0623\u062f\u0644\u0629 \u0641\u064a \u0645\u0643\u0627\u0646 \u0648\u0627\u062d\u062f","og:url":"https:\/\/ordonna.com\/ar\/grand-cinema\/","article:published_time":"2026-07-23T07:56:48+00:00","article:modified_time":"2026-07-23T07:56:48+00:00","article:publisher":"https:\/\/www.facebook.com\/ordonnaguide","twitter:card":"summary_large_image","twitter:title":"Movies at Grand Cinema | Ordonna Guide - \u062f\u0644\u064a\u0644 \u0627\u0644\u0623\u0631\u062f\u0646","twitter:description":"\u0627\u0643\u062a\u0634\u0641 Movies at Grand Cinema \u0639\u0644\u0649 Ordonna Guide , \u062f\u0644\u064a\u0644\u0643 \u0627\u0644\u0645\u0648\u062b\u0648\u0642 \u0644\u0623\u0641\u0636\u0644 \u0627\u0644\u0623\u0645\u0627\u0643\u0646 \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0648\u0627\u0644\u062a\u062c\u0627\u0631\u0628 \u0641\u064a \u0627\u0644\u0623\u0631\u062f\u0646. \u0627\u0633\u062a\u0643\u0634\u0641 \u0627\u0644\u0642\u0648\u0627\u0626\u0645 \u0648\u0627\u0644\u062a\u0642\u064a\u064a\u0645\u0627\u062a \u0648\u0627\u0644\u0623\u062f\u0644\u0629 \u0641\u064a \u0645\u0643\u0627\u0646 \u0648\u0627\u062d\u062f"},"aioseo_meta_data":{"post_id":"142805","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-07-23 07:58:00","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"ai":null,"created":"2026-07-23 07:56:48","updated":"2026-07-23 07:58:00"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/ordonna.com\/ar\/\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\tMovies at Grand Cinema\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/ordonna.com\/ar\/"},{"label":"Movies at Grand Cinema","link":"https:\/\/ordonna.com\/ar\/grand-cinema\/"}],"_links":{"self":[{"href":"https:\/\/ordonna.com\/ar\/wp-json\/wp\/v2\/pages\/142805","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ordonna.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ordonna.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ordonna.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ordonna.com\/ar\/wp-json\/wp\/v2\/comments?post=142805"}],"version-history":[{"count":0,"href":"https:\/\/ordonna.com\/ar\/wp-json\/wp\/v2\/pages\/142805\/revisions"}],"wp:attachment":[{"href":"https:\/\/ordonna.com\/ar\/wp-json\/wp\/v2\/media?parent=142805"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}