{"id":154,"date":"2018-09-22T09:12:15","date_gmt":"2018-09-22T09:12:15","guid":{"rendered":"http:\/\/themes.quitenicestuff2.com\/sohohotelwp\/demo3\/?page_id=154"},"modified":"2019-06-07T22:06:25","modified_gmt":"2019-06-07T19:06:25","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/lunahotel.md\/en\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"<p>[vc_row][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Get in Touch&#8221; use_theme_fonts=&#8221;yes&#8221;][vc_column_text]Call us, write us by email or via contact form for any questions you have. We will respond as soon as possible.[\/vc_column_text]<div role=\"form\" class=\"wpcf7\" id=\"wpcf7-f944-o1\" lang=\"ru-RU\" dir=\"ltr\">\n<div class=\"screen-reader-response\"><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/154\/#wpcf7-f944-o1\" method=\"post\" class=\"wpcf7-form\" novalidate=\"novalidate\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"944\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"5.1.5\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"ru_RU\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f944-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"g-recaptcha-response\" value=\"\" \/>\n<\/div>\n<p><label> Your name (required)<br \/>\n    <span class=\"wpcf7-form-control-wrap your-name\"><input type=\"text\" name=\"your-name\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" \/><\/span> <\/label><\/p>\n<p><label> Your e-mail (required)<br \/>\n    <span class=\"wpcf7-form-control-wrap your-email\"><input type=\"email\" name=\"your-email\" value=\"\" size=\"40\" class=\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" \/><\/span> <\/label><\/p>\n<p><label>Message<br \/>\n    <span class=\"wpcf7-form-control-wrap your-message\"><textarea name=\"your-message\" cols=\"40\" rows=\"10\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\"><\/textarea><\/span> <\/label><\/p>\n<p><input type=\"submit\" value=\"Send\" class=\"wpcf7-form-control wpcf7-submit\" \/><\/p>\n<div class=\"wpcf7-response-output wpcf7-display-none\"><\/div><\/form><\/div>[vc_empty_space height=&#8221;40px&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Contact Details&#8221; use_theme_fonts=&#8221;yes&#8221;]<ul class=\"sohohotel-contact-details-list\"><li class=\"sohohotel-address clearfix\">str. Petru Movila, 4, Chi\u0219in\u0103u<\/li><li class=\"sohohotel-phone clearfix\">+373 22 233 523<\/li><li class=\"sohohotel-email clearfix\"><a href=\"mailto:receptionist@lunahotel.md\">receptionist@lunahotel.md<\/a><\/li><\/ul><div class=\"sohohotel-title3 sohohotel-title-color\"><h4>Social Media<\/h4><\/div><ul class=\"sohohotel-social-links sohohotel-clearfix\"><li><a href=\"#\" target=\"_blank\"><i class=\"fa fa-facebook\"><\/i><\/a><\/li><li><a href=\"#\" target=\"_blank\"><i class=\"fa fa-instagram\"><\/i><\/a><\/li><li><a href=\"#\" target=\"_blank\"><i class=\"fa fa-pinterest\"><\/i><\/a><\/li><li><a href=\"#\" target=\"_blank\"><i class=\"fa fa-twitter\"><\/i><\/a><\/li><li><a href=\"#\" target=\"_blank\"><i class=\"fa fa-youtube-play\"><\/i><\/a><\/li><\/ul>[vc_empty_space height=&#8221;40px&#8221;]\t\n\t\t\n\t\t\n\t<!-- BEGIN #google-map -->\n\t<div id=\"google-map-1\" style=\"width: 100%;height: 380px;\"><\/div>\n\n\t<script type=\"text\/javascript\">\n\n\t\tfunction initialize() {\n\n\t\t\t\/\/ Set Location\n\t\t\tvar myLatlng = new google.maps.LatLng(47.027955,28.819398);\n\n\t\t\t\/\/ Set Style\n\t\t\tvar styles = [\n\t\t\t    {\n\t\t\t      stylers: [\n\t\t\t        { hue: \"#b99470\" },\n\t\t\t        { saturation: -50 }\n\t\t\t      ]\n\t\t\t    },{\n\t\t\t      featureType: \"road\",\n\t\t\t      elementType: \"geometry\",\n\t\t\t      stylers: [\n\t\t\t        { lightness: 100 },\n\t\t\t        { visibility: \"simplified\" }\n\t\t\t      ]\n\t\t\t    },{\n\t\t\t      featureType: \"road\",\n\t\t\t      elementType: \"labels\",\n\t\t\t      stylers: [\n\t\t\t        { visibility: \"off\" }\n\t\t\t      ]\n\t\t\t    }\n\t\t\t  ];\n\n\t\t\t\/\/ Set Map Options\n\t\t\tvar mapOptions = {\n\t\t\t\tmapTypeControlOptions: {\n\t\t\t\t\tmapTypeIds: ['Styled']\n\t\t\t\t},\n\t\t\t\tcenter: myLatlng,\n\t\t\t\tzoom: 14,\n\t\t\t\tmapTypeId: 'Styled',\n\t\t\t\tscrollwheel: false,\n\t\t\t\tscaleControl: false,\n\t\t\t\tdisableDefaultUI: false\n\t\t\t};\n\n\t\t\t\/\/ Build Map\n\t\t\tvar map = new google.maps.Map(document.getElementById('google-map-1'), mapOptions);\n\t\t\tvar styledMapType = new google.maps.StyledMapType(styles, { name: 'Styled' });\n\t\t\tmap.mapTypes.set('Styled', styledMapType);\n\n\t\t\t\/\/ Set Map Marker\n\t\t\tvar contentString = 'Luna Hotel';\n\t\t\tvar infowindow = new google.maps.InfoWindow({\n\t\t\t\tcontent: contentString\n\t\t\t});\n\t\t\tvar marker = new google.maps.Marker({\n\t\t\t\tposition: myLatlng,\n\t\t\t\tmap: map,\n\t\t\t\ttitle: 'Map Marker 1',\n\t\t\t\ticon: {\n\t\t\t\t        path: fontawesome.markers.MAP_MARKER,\n\t\t\t\t        scale: 0.8,\n\t\t\t\t        strokeWeight: 0,\n\t\t\t\t        strokeColor: 'black',\n\t\t\t\t        strokeOpacity: 1,\n\t\t\t\t        fillColor: '#ca3113',\n\t\t\t\t        fillOpacity: 1,\n\t\t\t\t    },\n\t\t\t});\n\n\t\t\t\/\/ Display Map Marker\n\t\t\tgoogle.maps.event.addListener(marker, 'click', function() {\n\t\t\t\tinfowindow.open(map,marker);\n\t\t\t});\n\n\t\t}\n\n\t\t\/\/ Display Map\n\t\tgoogle.maps.event.addDomListener(window, 'load', initialize);\n\n\t<\/script>\n\t\n\t\n\t[vc_empty_space height=&#8221;80px&#8221;][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Get in Touch&#8221; use_theme_fonts=&#8221;yes&#8221;][vc_column_text]Call us, write us by email or via contact form for any questions you have. We will respond as soon as possible.[\/vc_column_text][vc_empty_space height=&#8221;40px&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_custom_heading text=&#8221;Contact Details&#8221; use_theme_fonts=&#8221;yes&#8221;][vc_empty_space height=&#8221;40px&#8221;][vc_empty_space height=&#8221;80px&#8221;][\/vc_column][\/vc_row]<\/p>\n<a href=\"https:\/\/lunahotel.md\/en\/contact-us\/\" class=\"sohohotel-more-link\">Read More<i class=\"fa fa-angle-right\"><\/i><\/a>","protected":false},"author":1,"featured_media":1054,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/lunahotel.md\/en\/wp-json\/wp\/v2\/pages\/154\/"}],"collection":[{"href":"https:\/\/lunahotel.md\/en\/wp-json\/wp\/v2\/pages\/"}],"about":[{"href":"https:\/\/lunahotel.md\/en\/wp-json\/wp\/v2\/types\/page\/"}],"author":[{"embeddable":true,"href":"https:\/\/lunahotel.md\/en\/wp-json\/wp\/v2\/users\/1\/"}],"replies":[{"embeddable":true,"href":"https:\/\/lunahotel.md\/en\/wp-json\/wp\/v2\/comments\/?post=154"}],"version-history":[{"count":0,"href":"https:\/\/lunahotel.md\/en\/wp-json\/wp\/v2\/pages\/154\/revisions\/"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lunahotel.md\/en\/wp-json\/wp\/v2\/media\/1054\/"}],"wp:attachment":[{"href":"https:\/\/lunahotel.md\/en\/wp-json\/wp\/v2\/media\/?parent=154"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}