{"id":2372,"date":"2019-10-06T19:21:49","date_gmt":"2019-10-06T16:21:49","guid":{"rendered":"https:\/\/www.villagrandecrete.com\/web\/?p=2372"},"modified":"2019-05-09T09:52:46","modified_gmt":"2019-05-09T06:52:46","slug":"archaeological-museum-of-heraklion","status":"publish","type":"post","link":"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/","title":{"rendered":"Archaeological Museum of\u00a0Heraklion"},"content":{"rendered":"<p>The Heraklion Archaeological Museum is located in the center of the city and is regarded as one of Europe&#8217;s most important museums. The present building was constructed between 1933 and 1937 to plans by P. Karantinos, on the site of the imposing Venetian Franciscan friary destroyed by an earthquake in 1856. The museum brings together archaeological finds from all over Crete, covering over 5500 years of the island&#8217;s history. Pride of place is given to the treasures of Minoan civilization, the entire historical course of which can thus be appreciated. The museum houses the most important collection of Minoan antiquities the world over.<\/p>\n<div id=\"justified_gallery_fWFzUa\" class=\"sgg-style-8 \"><a class=\"sgg-lightbox-item\" href=\"https:\/\/www.villagrandecrete.com\/web\/wp-content\/uploads\/2019\/04\/Arch2.jpg\" data-size=\"1440x942\" data-caption=\"Heraklion Archeological Museum\"><img decoding=\"async\" src=\"https:\/\/www.villagrandecrete.com\/web\/wp-content\/uploads\/2019\/04\/Arch2-1024x670.jpg\" alt=\"Heraklion Archeological Museum\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"https:\/\/www.villagrandecrete.com\/web\/wp-content\/uploads\/2019\/04\/Arch1.jpg\" data-size=\"1015x1440\" data-caption=\"Heraklion Archeological Museum\"><img decoding=\"async\" src=\"https:\/\/www.villagrandecrete.com\/web\/wp-content\/uploads\/2019\/04\/Arch1-211x300.jpg\" alt=\"Heraklion Archeological Museum\"\/><\/a><\/div>\n<div id=\"load_more_holder_fWFzUa\" style=\"display:none\"><\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function($){\n\t\t\t\t\t$(\"#justified_gallery_fWFzUa\").justifiedGallery({\n\t\t\t\t\t\tsizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 200,\r\nmobileRowHeight: 200,\r\nmargins: 10,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#deb666\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"fWFzUa\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\n\t\t\t\t\t.on('jg.complete', function(){\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\tvar pswp_fWFzUa = SGGinitPhotoSwipeFromDOM('#justified_gallery_fWFzUa',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'fWFzUa' })})\t\t\t\t\t});\n\t\t\t\t\tvar nodes = document.querySelectorAll('#justified_gallery_fWFzUa > *'),\n_nodes = [].slice.call(nodes, 0);\nvar getDirection = function (ev, obj) {\n    \/\/ the width and height of the current div\n\tvar w = $(obj).width(),\n\t\th = $(obj).height(),\n\t\t\/\/ calculate the x and y to get an angle to the center of the div from that x and y.\n\t\t\/\/ gets the x value relative to the center of the DIV and \"normalize\" it\n\t\tx = ( ev.pageX - $(obj).offset().left - ( w\/2 )) * ( w > h ? ( h\/w ) : 1 ),\n\t\ty = ( ev.pageY - $(obj).offset().top  - ( h\/2 )) * ( h > w ? ( w\/h ) : 1 ),\n\t\t\/\/ the angle and the direction from where the mouse came in\/went out clockwise (TRBL=0123);\n\t\t\/\/ first calculate the angle of the point,\n\t\t\/\/ add 180 deg to get rid of the negative values\n\t\t\/\/ divide by 90 to get the quadrant\n\t\t\/\/ add 3 and do a modulo by 4  to shift the quadrants to a proper clockwise TRBL (top\/right\/bottom\/left) **\/\n\t\tdirection = Math.round( ( ( ( Math.atan2(y, x) * (180 \/ Math.PI) ) + 180 ) \/ 90 ) + 3 ) % 4;\n\treturn direction;\n};\nvar addClass = function ( ev, obj, state ) {\n    var direction = getDirection( ev, obj ),\n        class_suffix = \"\",\n        iframe = obj.classList.contains(\"mfp-iframe\");\n    obj.className = \"\";\n    if (iframe) {\n        obj.classList.add(\"mfp-iframe\");\n    }\n    obj.classList.add(\"sgg-lightbox-item\");\n    switch ( direction ) {\n        case 0 : class_suffix = '-top';    break;\n        case 1 : class_suffix = '-right';  break;\n        case 2 : class_suffix = '-bottom'; break;\n        case 3 : class_suffix = '-left';   break;\n    }\n    obj.classList.add( state + class_suffix );\n};\n\/\/ bind events\n_nodes.forEach(function (el) {\n    el.addEventListener('mouseenter', function (ev) {\n        addClass( ev, this, 'in' );\n    }, false);\n    el.addEventListener('mouseleave', function (ev) {\n        addClass( ev, this, 'out' );\n    }, false);\n});\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar galleries = [];\n\t\t\t\tvar gallery = $(\"#justified_gallery_fWFzUa\");\n\t\t\t\t$(window).scroll(function() {\n\t\t\t\t\tif ( galleries.length >= 1  ) {\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\n\t\t\t\t\t\tif( scroll_bottom >= gallery_bottom ) {\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_fWFzUa\").html(images).text();\n\t\t\t\t\t\t\t$(gallery).append(image_html);\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t\t\t\t<style>\n\t            #justified_gallery_fWFzUa .sgg-caption {\n\t\t\t\t\tbackground: rgb(222,182,102);\n\t\t\t\t\tbackground: rgba(222,182,102,0.7);\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: 15px;\n\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\tfont-family: Roboto;\n\t\t\t\t}\n\t\t\t\t#load_more_fWFzUa {\n\t\t\t\t    background: #444444;\n\t\t\t\t    color: #ffffff;\n\t\t\t\t}\n\t\t\t<\/style>\n        \t\n","protected":false},"excerpt":{"rendered":"<p><a href=\"https:\/\/www.google.com\/maps\/dir\/35.3945,25.0380556\/Heraklion+Archaeological+Museum,+%CE%9E%CE%B1%CE%BD%CE%B8%CE%BF%CF%85%CE%B4%CE%AF%CE%B4%CE%B7+%CE%BA%CE%B1%CE%B9+%CE%A7%CE%B1%CF%84%CE%B6%CE%B7%CE%B4%CE%AC%CE%BA%CE%B7+1,+Iraklio+712+02,+Greece\/@35.360044,25.0337199,13z\/data=!3m1!4b1!4m9!4m8!1m0!1m5!1m1!1s0x149a5a2c6a8b54c3:0xdf4c12bfdb2e85c2!2m2!1d25.1370125!2d35.3388102!3e0\" target=\"_blank\" rel=\"noopener noreferrer\"><\/p>\n<p style=\"font-size:13px;color:#b69854\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.villagrandecrete.com\/web\/wp-content\/uploads\/2019\/04\/map.svg\" alt=\"\" width=\"22\" height=\"22\" \/> 10,8 km from Villa Grande.<\/p>\n<p><\/a><\/p>\n<p>The Heraklion Archaeological Museum is located in the center of the city and is regarded as one of Europe&#8217;s most important museums.<\/p>\n","protected":false},"author":3,"featured_media":2326,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[94],"tags":[],"class_list":["post-2372","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-places-to-visit"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Archaeological Museum of\u00a0Heraklion - Villa Grande Crete<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Archaeological Museum of\u00a0Heraklion - Villa Grande Crete\" \/>\n<meta property=\"og:description\" content=\"10,8 km from Villa Grande.   The Heraklion Archaeological Museum is located in the center of the city and is regarded as one of Europe&#039;s most important museums.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/\" \/>\n<meta property=\"og:site_name\" content=\"Villa Grande Crete\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-06T16:21:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-05-09T06:52:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.villagrandecrete.com\/web\/wp-content\/uploads\/2019\/04\/Archaelogical-museum-Heraklio.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"860\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"fgid653ogn42aifsa\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"fgid653ogn42aifsa\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/\",\"url\":\"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/\",\"name\":\"Archaeological Museum of\u00a0Heraklion - Villa Grande Crete\",\"isPartOf\":{\"@id\":\"https:\/\/www.villagrandecrete.com\/web\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.villagrandecrete.com\/web\/wp-content\/uploads\/2019\/04\/Archaelogical-museum-Heraklio.jpg\",\"datePublished\":\"2019-10-06T16:21:49+00:00\",\"dateModified\":\"2019-05-09T06:52:46+00:00\",\"author\":{\"@id\":\"https:\/\/www.villagrandecrete.com\/web\/#\/schema\/person\/b12d72c22a44fd43cedba8cef60c92ca\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/#primaryimage\",\"url\":\"https:\/\/www.villagrandecrete.com\/web\/wp-content\/uploads\/2019\/04\/Archaelogical-museum-Heraklio.jpg\",\"contentUrl\":\"https:\/\/www.villagrandecrete.com\/web\/wp-content\/uploads\/2019\/04\/Archaelogical-museum-Heraklio.jpg\",\"width\":1440,\"height\":860},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.villagrandecrete.com\/web\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Archaeological Museum of\u00a0Heraklion\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.villagrandecrete.com\/web\/#website\",\"url\":\"https:\/\/www.villagrandecrete.com\/web\/\",\"name\":\"Villa Grande Crete\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.villagrandecrete.com\/web\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.villagrandecrete.com\/web\/#\/schema\/person\/b12d72c22a44fd43cedba8cef60c92ca\",\"name\":\"fgid653ogn42aifsa\",\"url\":\"https:\/\/www.villagrandecrete.com\/web\/author\/fgid653ogn42aifsa\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Archaeological Museum of\u00a0Heraklion - Villa Grande Crete","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/","og_locale":"en_GB","og_type":"article","og_title":"Archaeological Museum of\u00a0Heraklion - Villa Grande Crete","og_description":"10,8 km from Villa Grande.   The Heraklion Archaeological Museum is located in the center of the city and is regarded as one of Europe's most important museums.","og_url":"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/","og_site_name":"Villa Grande Crete","article_published_time":"2019-10-06T16:21:49+00:00","article_modified_time":"2019-05-09T06:52:46+00:00","og_image":[{"width":1440,"height":860,"url":"https:\/\/www.villagrandecrete.com\/web\/wp-content\/uploads\/2019\/04\/Archaelogical-museum-Heraklio.jpg","type":"image\/jpeg"}],"author":"fgid653ogn42aifsa","twitter_card":"summary_large_image","twitter_misc":{"Written by":"fgid653ogn42aifsa","Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/","url":"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/","name":"Archaeological Museum of\u00a0Heraklion - Villa Grande Crete","isPartOf":{"@id":"https:\/\/www.villagrandecrete.com\/web\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/#primaryimage"},"image":{"@id":"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/#primaryimage"},"thumbnailUrl":"https:\/\/www.villagrandecrete.com\/web\/wp-content\/uploads\/2019\/04\/Archaelogical-museum-Heraklio.jpg","datePublished":"2019-10-06T16:21:49+00:00","dateModified":"2019-05-09T06:52:46+00:00","author":{"@id":"https:\/\/www.villagrandecrete.com\/web\/#\/schema\/person\/b12d72c22a44fd43cedba8cef60c92ca"},"breadcrumb":{"@id":"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/#primaryimage","url":"https:\/\/www.villagrandecrete.com\/web\/wp-content\/uploads\/2019\/04\/Archaelogical-museum-Heraklio.jpg","contentUrl":"https:\/\/www.villagrandecrete.com\/web\/wp-content\/uploads\/2019\/04\/Archaelogical-museum-Heraklio.jpg","width":1440,"height":860},{"@type":"BreadcrumbList","@id":"https:\/\/www.villagrandecrete.com\/web\/archaeological-museum-of-heraklion\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.villagrandecrete.com\/web\/"},{"@type":"ListItem","position":2,"name":"Archaeological Museum of\u00a0Heraklion"}]},{"@type":"WebSite","@id":"https:\/\/www.villagrandecrete.com\/web\/#website","url":"https:\/\/www.villagrandecrete.com\/web\/","name":"Villa Grande Crete","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.villagrandecrete.com\/web\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/www.villagrandecrete.com\/web\/#\/schema\/person\/b12d72c22a44fd43cedba8cef60c92ca","name":"fgid653ogn42aifsa","url":"https:\/\/www.villagrandecrete.com\/web\/author\/fgid653ogn42aifsa\/"}]}},"_links":{"self":[{"href":"https:\/\/www.villagrandecrete.com\/web\/wp-json\/wp\/v2\/posts\/2372"}],"collection":[{"href":"https:\/\/www.villagrandecrete.com\/web\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.villagrandecrete.com\/web\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.villagrandecrete.com\/web\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.villagrandecrete.com\/web\/wp-json\/wp\/v2\/comments?post=2372"}],"version-history":[{"count":14,"href":"https:\/\/www.villagrandecrete.com\/web\/wp-json\/wp\/v2\/posts\/2372\/revisions"}],"predecessor-version":[{"id":2876,"href":"https:\/\/www.villagrandecrete.com\/web\/wp-json\/wp\/v2\/posts\/2372\/revisions\/2876"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.villagrandecrete.com\/web\/wp-json\/wp\/v2\/media\/2326"}],"wp:attachment":[{"href":"https:\/\/www.villagrandecrete.com\/web\/wp-json\/wp\/v2\/media?parent=2372"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.villagrandecrete.com\/web\/wp-json\/wp\/v2\/categories?post=2372"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.villagrandecrete.com\/web\/wp-json\/wp\/v2\/tags?post=2372"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}