{"id":1731,"date":"2014-12-23T04:16:21","date_gmt":"2014-12-23T04:16:21","guid":{"rendered":"http:\/\/bayhotelsingapore.com\/?page_id=1731"},"modified":"2024-03-07T02:16:18","modified_gmt":"2024-03-07T02:16:18","slug":"contact-us","status":"publish","type":"page","link":"http:\/\/www.legendhotelresort.com\/sihanoukville\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1693888366229{background-image: url(http:\/\/www.legendhotelresort.com\/sihanoukville\/wp-content\/uploads\/sites\/2\/2023\/09\/AVG04033-1.min_.jpg?id=10336) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column css=&#8221;.vc_custom_1693888360767{background-color: rgba(15,15,15,0.28) !important;*background-color: rgb(15,15,15) !important;}&#8221;][vc_custom_heading text=&#8221;Contact Us&#8221; font_container=&#8221;tag:h1|text_align:center|color:%23ffffff&#8221; css=&#8221;.vc_custom_1626169788774{padding-top: 150px !important;padding-bottom: 50px !important;}&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1626170351269{margin-top: 20px !important;padding-top: 30px !important;}&#8221;][vc_column]<div class=\"evc-icon-with-text evc-shortcode  evc-iwt-icon-top\">\n\t<div class=\"evc-iwt-icon-holder\">\n\t\t\t\n\t<span class=\"evc-iwt-icon fas fa-braille\" style=\"color: #a7a7a7\"><\/span>\n\t<\/div>\n\t<div class=\"evc-iwt-content\">\n\t\t\t<h6 class=\"evc-iwt-title\" style=\"color: #a7a7a7\">\n\t\t\t\t\tGET IN TOUCH\t\t\t<\/h6>\n\t<\/div>\n<\/div>\n[vc_custom_heading text=&#8221;How Can We Help?&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1626170727358{margin-bottom: 20px !important;}&#8221;][vc_row_inner equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; gap=&#8221;10&#8243;][vc_column_inner width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1627469724779{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}&#8221;]<script type=\"text\/javascript\">\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded ) {\n\t\t\t\tfn();\n\t\t\t} else if( ! gform.domLoaded && gform.scriptsLoaded ) {\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', fn );\n\t\t\t} else {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', fn );\n\t\t\t}\n\t\t},\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_16' ><div id='gf_16' class='gform_anchor' tabindex='-1'><\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_16' id='gform_16'  action='\/sihanoukville\/wp-json\/wp\/v2\/pages\/1731#gf_16' data-formid='16' novalidate> \r\n <input type='hidden' class='gforms-pum' value='{\"closepopup\":false,\"closedelay\":0,\"openpopup\":false,\"openpopup_id\":0}' \/>\n                        <div class='gform-body gform_body'><ul id='gform_fields_16' class='gform_fields top_label form_sublabel_above description_above validation_below'><li id=\"field_16_7\" class=\"gfield gfield--type-text gf_left_half gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_16_7\" ><label class='gfield_label gform-field-label' for='input_16_7'>First Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_7' id='input_16_7' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_16_8\" class=\"gfield gfield--type-text gf_right_half gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_16_8\" ><label class='gfield_label gform-field-label' for='input_16_8'>Last Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_8' id='input_16_8' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/li><li id=\"field_16_2\" class=\"gfield gfield--type-email gf_left_half gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_16_2\" ><label class='gfield_label gform-field-label' for='input_16_2'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_2' id='input_16_2' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_16_3\" class=\"gfield gfield--type-phone gf_right_half gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_16_3\" ><label class='gfield_label gform-field-label' for='input_16_3'>Phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_3' id='input_16_3' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_16_4\" class=\"gfield gfield--type-post_title gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_16_4\" ><label class='gfield_label gform-field-label' for='input_16_4'>Subject<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_post_title'>\n\t\t\t\t\t<input name='input_4' id='input_16_4' type='text' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"  \/>\n\t\t\t\t<\/div><\/li><li id=\"field_16_5\" class=\"gfield gfield--type-textarea gfield_contains_required field_sublabel_above gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_16_5\" ><label class='gfield_label gform-field-label' for='input_16_5'>Your Enquiry<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_5' id='input_16_5' class='textarea medium'     aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/li><li id=\"field_16_20\" class=\"gfield gfield--type-checkbox gfield--type-choice field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_16_20\" ><label class='gfield_label gform-field-label screen-reader-text gfield_label_before_complex' ><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_16_20'><li class='gchoice gchoice_16_20_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_20.1' type='checkbox'  value='Yes! I would like to receive offers and promotions from Legend Hotel &amp; Resort; including hotel and dining promotions.'  id='choice_16_20_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_16_20_1' id='label_16_20_1' class='gform-field-label gform-field-label--type-inline'>Yes! I would like to receive offers and promotions from Legend Hotel & Resort ; including hotel and dining promotions.<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_16_21\" class=\"gfield gfield--type-checkbox gfield--type-choice privacy-policy--wrapper gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_16_21\" ><label class='gfield_label gform-field-label screen-reader-text gfield_label_before_complex' ><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_16_21'><li class='gchoice gchoice_16_21_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_21.1' type='checkbox'  value='I have read and agree to the privacy policy for these subscriptions.'  id='choice_16_21_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_16_21_1' id='label_16_21_1' class='gform-field-label gform-field-label--type-inline'>I have read and agree to the <a class=\"popmake-termpopup\" href=\"javascript:void(0);\">privacy policy<\/a> for these subscriptions.<strong><span class=\"gfield_required\">*<\/span><\/strong><\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_16_22\" class=\"gfield gfield--type-gf_no_captcha_recaptcha field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_16_22\" ><label class='gfield_label gform-field-label' for='input_16_22'>User Verification<\/label><div class=\"ginput_container\"><div class=\"g-recaptcha\" data-sitekey=\"6LcJM9ghAAAAAFJRYxgh0BcOcaFvf-jwtXqPNIe_\" data-theme=\"light\"><\/div><\/div><\/li><li id=\"field_16_18\" class=\"gfield gfield--type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_16_18\" ><em><strong>Note: <\/strong>If you require immediate assistance, please call the phone number on the next column.<\/em><\/li><li id=\"field_16_23\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_above gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_16_23\" ><label class='gfield_label gform-field-label' for='input_16_23'>Name<\/label><div class='gfield_description' id='gfield_description_16_23'>This field is for validation purposes and should be left unchanged.<\/div><div class='ginput_container'><input name='input_23' id='input_16_23' type='text' value='' autocomplete='new-password'\/><\/div><\/li><\/ul><\/div>\n        <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_16' class='gform_button button' value='Submit'  onclick='if(window[\"gf_submitting_16\"]){return false;}  if( !jQuery(\"#gform_16\")[0].checkValidity || jQuery(\"#gform_16\")[0].checkValidity()){window[\"gf_submitting_16\"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_16\"]){return false;} if( !jQuery(\"#gform_16\")[0].checkValidity || jQuery(\"#gform_16\")[0].checkValidity()){window[\"gf_submitting_16\"]=true;}  jQuery(\"#gform_16\").trigger(\"submit\",[true]); }' \/> <input type='hidden' name='gform_ajax' value='form_id=16&amp;title=&amp;description=&amp;tabindex=0&amp;theme=legacy' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_16' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='16' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_16' value='WyJbXSIsImQwNDc2OTA2OTM2NTFiNWY5ODc2YWZkYzZkNDQxZGI4Il0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_16' id='gform_target_page_number_16' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_16' id='gform_source_page_number_16' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_16' id='gform_ajax_frame_16' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 16, 'http:\/\/www.legendhotelresort.com\/sihanoukville\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_16').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_16');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_16').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_16').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_16').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_16').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_16').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_16').val();gformInitSpinner( 16, 'http:\/\/www.legendhotelresort.com\/sihanoukville\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [16, current_page]);window['gf_submitting_16'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_16').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_16').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [16]);window['gf_submitting_16'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_16').text());}else{jQuery('#gform_16').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"16\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_16\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_16\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_16\" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [16, current_page] );            gform.utils.trigger( { event: 'gform\/postRender', native: false, data: { formId: 16, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n[\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1626171138431{padding: 20px !important;background-color: #f9f9f9 !important;border: 1px solid #333333 !important;border-radius: 2px !important;}&#8221;][mvc_infobox info_opt=&#8221;show_icon&#8221; title_color=&#8221;#000000&#8243; font_icon=&#8221;fas fa-mobile-alt&#8221; info_title=&#8221;Call us On&#8221; title_size=&#8221;20&#8243; css=&#8221;.vc_custom_1637722041728{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}&#8221;]<\/p>\n<p style=\"color: #444\"><a href=\"tel:+855%2034 933-233\">+855 34 933-233<\/a> | <a href=\"tel:+855%2034933-268\">+855 34 933-268<\/a><\/p>\n<p>[\/mvc_infobox][mvc_infobox info_opt=&#8221;show_icon&#8221; title_color=&#8221;#000000&#8243; font_icon=&#8221;fas fa-map-marker-alt&#8221; info_title=&#8221;Location&#8221; title_size=&#8221;20&#8243; css=&#8221;.vc_custom_1626170691589{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}&#8221;]<\/p>\n<h6 style=\"color: #e88138;font-weight: bold;text-align: center\">Legend Hotel &amp; Resort Sihanoukville<\/h6>\n<p style=\"text-align: center;color: #e88138\">No. 79 Street 117<br \/>\nSihanoukville<br \/>\nKingdom of Cambodia<\/p>\n<p>[\/mvc_infobox][mvc_infobox info_opt=&#8221;show_icon&#8221; title_color=&#8221;#000000&#8243; font_icon=&#8221;fas fa-envelope&#8221; info_title=&#8221;Email Us&#8221; title_size=&#8221;20&#8243; css=&#8221;.vc_custom_1636977564053{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}&#8221;]<\/p>\n<p style=\"color: #e88138;text-align: center\"><a href=\"mailto:info@legendhotelresort.com\">info@legendhotelresort.com<\/a><\/p>\n<p>[\/mvc_infobox][mvc_infobox info_opt=&#8221;show_icon&#8221; title_color=&#8221;#000000&#8243; font_icon=&#8221;fas fa-globe&#8221; info_title=&#8221;Website&#8221; title_size=&#8221;20&#8243; css=&#8221;.vc_custom_1705482975935{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}&#8221; caption_url=&#8221;&#8221;]<\/p>\n<p style=\"color: #444\"><a href=\"http:\/\/www.legendhotelresort.com\/\">www.legendhotelresort.com<\/a><\/p>\n<p style=\"color: #444\">GPS: 10.6227o N, 103.5167o E<\/p>\n<p>[\/mvc_infobox][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1624248077647{margin-top: 20px !important;padding-top: 30px !important;background-color: #352219 !important;}&#8221;][vc_column][vc_custom_heading text=&#8221;Getting Here&#8221; font_container=&#8221;tag:h2|text_align:center|color:%23ffffff&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1626171238587{margin-bottom: 20px !important;}&#8221;][vc_column_text]<\/p>\n<p style=\"text-align: center;color: #fff\">The hotel is on Street 117 adjacent to the Ekareach Main Road to offer easy access to the Sihanoukville Autonomous Port. It is located just 35 minutes from Sihanoukville International Airport, just 20km to the east of the city. Transfers to and from the airport can be arranged by the hotel concierge.<\/p>\n<p>[\/vc_column_text][vc_column_text]<!--iframe style=\"border: 0;\" src=\"https:\/\/www.google.com.sg\/maps\/embed?pb=!1m18!1m12!1m3!1d3921.4427197214313!2d103.51446971414747!3d10.622673492425992!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3107e10e42182e61%3A0xb52689b68ca68f05!2sLegend%20Hotel%20%26%20Resort%20Sihanoukville!5e0!3m2!1sen!2ssg!4v1626231332170!5m2!1sen!2ssg\" width=\"100%\" height=\"450\" allowfullscreen=\"allowfullscreen\"&gt;&lt;\/iframe--><br \/>\n<iframe loading=\"lazy\" src=\"https:\/\/www.google.com.sg\/maps\/d\/embed?mid=13eXFy8jArglKtahv7p4s27tZWsCjPJE&amp;ehbc=2E312F\" width=\"100%\" height=\"550\" allowfullscreen=\"allowfullscreen\"><\/iframe>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1693888366229{background-image: url(http:\/\/www.legendhotelresort.com\/sihanoukville\/wp-content\/uploads\/sites\/2\/2023\/09\/AVG04033-1.min_.jpg?id=10336) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column css=&#8221;.vc_custom_1693888360767{background-color: rgba(15,15,15,0.28) !important;*background-color: rgb(15,15,15) !important;}&#8221;][vc_custom_heading text=&#8221;Contact Us&#8221; font_container=&#8221;tag:h1|text_align:center|color:%23ffffff&#8221; css=&#8221;.vc_custom_1626169788774{padding-top: 150px !important;padding-bottom: 50px !important;}&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1626170351269{margin-top: 20px !important;padding-top: 30px !important;}&#8221;][vc_column][vc_custom_heading text=&#8221;How Can We Help?&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1626170727358{margin-bottom: 20px !important;}&#8221;][vc_row_inner equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; gap=&#8221;10&#8243;][vc_column_inner width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1627469724779{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1626171138431{padding: 20px !important;background-color: #f9f9f9 !important;border: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1731","page","type-page","status-publish","hentry"],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"legend_wp","author_link":"http:\/\/www.legendhotelresort.com\/sihanoukville\/author\/ubic0mp_lgnd\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1693888366229{background-image: url(http:\/\/www.legendhotelresort.com\/sihanoukville\/wp-content\/uploads\/sites\/2\/2023\/09\/AVG04033-1.min_.jpg?id=10336) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column css=&#8221;.vc_custom_1693888360767{background-color: rgba(15,15,15,0.28) !important;*background-color: rgb(15,15,15) !important;}&#8221;][vc_custom_heading text=&#8221;Contact Us&#8221; font_container=&#8221;tag:h1|text_align:center|color:%23ffffff&#8221; css=&#8221;.vc_custom_1626169788774{padding-top: 150px !important;padding-bottom: 50px !important;}&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1626170351269{margin-top: 20px !important;padding-top: 30px !important;}&#8221;][vc_column][vc_custom_heading text=&#8221;How Can We Help?&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1626170727358{margin-bottom: 20px !important;}&#8221;][vc_row_inner equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221; gap=&#8221;10&#8243;][vc_column_inner width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1627469724779{padding-top: 0px !important;padding-bottom: 0px !important;background-color: #ffffff !important;}&#8221;][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243; css=&#8221;.vc_custom_1626171138431{padding: 20px !important;background-color: #f9f9f9 !important;border:&hellip;","_links":{"self":[{"href":"http:\/\/www.legendhotelresort.com\/sihanoukville\/wp-json\/wp\/v2\/pages\/1731","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.legendhotelresort.com\/sihanoukville\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.legendhotelresort.com\/sihanoukville\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.legendhotelresort.com\/sihanoukville\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.legendhotelresort.com\/sihanoukville\/wp-json\/wp\/v2\/comments?post=1731"}],"version-history":[{"count":234,"href":"http:\/\/www.legendhotelresort.com\/sihanoukville\/wp-json\/wp\/v2\/pages\/1731\/revisions"}],"predecessor-version":[{"id":10391,"href":"http:\/\/www.legendhotelresort.com\/sihanoukville\/wp-json\/wp\/v2\/pages\/1731\/revisions\/10391"}],"wp:attachment":[{"href":"http:\/\/www.legendhotelresort.com\/sihanoukville\/wp-json\/wp\/v2\/media?parent=1731"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}