/* v1.0-hotelmap-api-builder */ var M8c2c50f3f820cdf16132ccc02b3b08b2 = { message : '
Nearby Hotels
View special offers at hotels near Imperial China on our LIVE HotelMap.
VIEW SPECIAL OFFERS
', interval : null, target: 'hm_container', active: 'YES', debug: '', log:function(msg){if (M8c2c50f3f820cdf16132ccc02b3b08b2.debug=='true') console.log(msg);}, init_placement : function() { var count_iteration = 0; M8c2c50f3f820cdf16132ccc02b3b08b2.interval=setInterval( function() { try { M8c2c50f3f820cdf16132ccc02b3b08b2.log("Check request for element node " + M8c2c50f3f820cdf16132ccc02b3b08b2.target); count_iteration++; var target_node = document.getElementById( M8c2c50f3f820cdf16132ccc02b3b08b2.target ); if ( target_node && M8c2c50f3f820cdf16132ccc02b3b08b2.active == 'YES') { M8c2c50f3f820cdf16132ccc02b3b08b2.log("Target node valud and incoming details correct"); clearInterval( M8c2c50f3f820cdf16132ccc02b3b08b2.interval ); M8c2c50f3f820cdf16132ccc02b3b08b2.interval = null; target_node.innerHTML = M8c2c50f3f820cdf16132ccc02b3b08b2.message; } else if ( (target_node && M8c2c50f3f820cdf16132ccc02b3b08b2.active == 'NO') || count_iteration > 10 ) { if ( target_node && M8c2c50f3f820cdf16132ccc02b3b08b2.active == 'NO') { M8c2c50f3f820cdf16132ccc02b3b08b2.log("Incorrect information presented to system"); } else { M8c2c50f3f820cdf16132ccc02b3b08b2.log("Unable to locate target node for detail placement "); } clearInterval( M8c2c50f3f820cdf16132ccc02b3b08b2.interval ); M8c2c50f3f820cdf16132ccc02b3b08b2.interval = null; target_node.parentNode.removeChild(target_node); } } catch ( api_exception ) { M8c2c50f3f820cdf16132ccc02b3b08b2.log("Exception in process: " + api_exception.message); } }, 500 ); } }; try { M8c2c50f3f820cdf16132ccc02b3b08b2.init_placement(); } catch ( exception_d ){};