A guaranteed best rate and firm reservation? You have both when you book directly through our website.
• Lowest price guarantee
• Get 10% discount
• The quickest response to questions and requests
• Your reservation is sent over an encrypted connection
• Free entrance to Spa Heaven and Life Fitness Gym
Let Rotterdam's latest five star hotel surprise you with a journey around the world!
• Overnight stay in a City XL room
• Live cooking 'champagne' breakfast buffet
• Free entrance to Spa Heaven and Life Fitness Gym
• A surprise!
Experience the best that Rotterdam has to offer, with 5 * luxury, an overnight stay in Mainport and an exquisite 7-course dinner at FG Food Labs or FG Restaurant, matching wine package and many extras. Relax in Spa Heaven and start the day with an international Live-Cooking 'Champagne' breakfast buffet.
A luxurious overnight stay and relaxing Hamam treatment!
• Overnight stay in a City XL room
• 55 minutes Hamam treatment and Eastern Apple tea with Turkish Delight per person
• Live cooking 'champagne' breakfast buffet
• 'The Explorer' with hotspots and city map
One of the Top 10 Cities in the world to visit in 2016, according to Lonely Planet!
• Overnight stay in a City XL room
• Extended Live-Cooking 'champagne' breakfast buffet<br /> • City Bikes <br /> • Rotterdam Welcome Card <br /> • 'The Explorer’ with city guide</p>
</article>
</li>
<li>
<figure class="grid_12">
<div class="image">
<a target="_self" title="Divine & Design" href="/en/Specials/Divine-and-Design.html"><img src="/files/Mainport 1135-470-314.jpg"></a>
</div>
</figure>
<article id="booking" class="grid_12 folded">
<h2>Divine & Design</h2>
<a href="/en/Specials/Divine-and-Design.html" class="linkVolgende"><span class="text">To Divine & Design</span><span class="more"></span></a>
<p>Experience the melting pot of worldly influences within the International kitchen while enjoying breath-taking views.<br /><br />• Overnight stay in a City XL room<br />• Live cooking 'champagne' breakfast buffet<br />• 3-Course dinner with matching wines<br />• Free entrance to Spa Heaven and Life Fitness Gym<br />• 'The Explorer' with hotspots and city map </p>
</article>
</li>
<li>
<figure class="grid_12">
<div class="image">
<a target="_self" title="Cocktail Crush" href="/en/Specials/Cocktail-Crush.html"><img src="/files/cocktails-470-313.JPG"></a>
</div>
</figure>
<article id="booking" class="grid_12 folded">
<h2>Cocktail Crush</h2>
<a href="/en/Specials/Cocktail-Crush.html" class="linkVolgende"><span class="text">To Cocktail Crush</span><span class="more"></span></a>
<p>Summertime is for lifestyle, lounge and cocktails! Go on a journey and be inspired by the cocktail skills of our professional bartenders.<br /><br />• Overnight stay in a City XL room<br />• Live cooking 'champagne' breakfast buffet<br />• Cocktail of your choice in cocktail bar <em>on</em> The Rocks<br />• Free entrance to Spa Heaven and Life Fitness Gym<br />• 'The Explorer' with hotspots and city map</p>
</article>
</li>
</ul>
</section>
<script type="text/javascript" language="Javascript">
$(document).ready(function(){
//alert('hi');
$("a.unfold").click(function(event){
event.preventDefault();
if($(this).parent('article').hasClass('folded'))
{
$(this).parent('article').switchClass("folded", "unfold", 500);
}
else
{
$(this).parent('article').switchClass("unfold", "folded", 500);
}
});
});
</script>
<!-- Winkelmandje -->
</div>
<footer class="wrap">
<section class="container">
<section class="vcard grid_7">
<span class="org">Mainport</span>
<span class="adr">
<span class="street-address">Schiedamsedijk 140 (GPS Valet parking)</span>
<span class="postal-code">Zalmstraat 1</span>
<span class="locality">(GPS parking Erasmusbrug)</span>
<span class="street-address">Terwenakker 18 (GPS parking Boompjes)</span>
<span class="street-address">Leuvehaven 77 (postadres)</span>
<span class="street-address">3011 EA Rotterdam</span>
</span>
<span class="tel">
<span>T </span>
<span class="value">+31 (0)10 217 57 57</span>
</span>
<span class="fax">
<span>F </span>
<span class="value">+31 (0)10 413 32 22</span>
</span>
<span class="email">
<span class="value"><a href="mailto:info@mainporthotel.com" title="Mainport">info@mainporthotel.com</a></span>
</span>
</section>
<ul id="social" class="grid_7">
<li>Inntel Hotels Social media</li>
<li id="facebook"><a href="http://www.facebook.com/mainporthotel" title="Volg ons via Facebook" target="_blank">Facebook</a></li>
<li id="twitter"><a href="http://www.twitter.com/mainporthotel" title="Volg ons via Twitter" target="_blank">Twitter</a></li>
<li id="youtube"><a href="http://www.youtube.com/user/inntelhotels" title="Volg ons via Youtube" target="_blank">Youtube</a></li>
<li id="google"><a href="https://plus.google.com/u/0/103940016532471562889" title="Volg ons via Google" target="_blank">Google</a></li>
<li id="pinterest"><a href="https://pinterest.com/inntelhotels" title="Volg ons via Pinterest" target="_blank">Pinterest</a></li>
</ul>
<ul id="links" class="grid_7">
<li>Mainport links</li>
<li><a href="#" alt="Subscribe to monthly newsletter" target="_blank" class="subscribenewsletter" >Subscribe to newsletter</a></li>
<script src='https://restapi.mailplus.nl/integrationservice-1.1.0/app/subscribe_popup/6ZxmuzXwMCQu0aMp0Astv8iVA7ifU3aR/bu3cJLpSyBXfFNX8eAgkAQIaJtR9IQc9'></script>
<div id="somediv"></div>
<script type="text/javascript">
$(".inschrijvennieuwsbrief").click(function(e) {
e.preventDefault();
opendialog("/website/aanmelden_nieuwsbrief.html");
});
$(".subscribenewsletter").click(function(e) {
e.preventDefault();
opendialog("/website/subscribe_newsletter.html");
});
function opendialog(page) {
var $dialog = $('#somediv')
.html('<iframe style="border: 0px; " src="' + page + '" width="100%" height="100%"></iframe>')
.dialog({
title: "Page",
autoOpen: false,
dialogClass: 'dialog_fixed,ui-widget-header',
modal: true,
height: 500,
minWidth: 500,
minHeight: 200,
draggable:true
/*close: function () { $(this).remove(); },*/
/* buttons: { "Ok": function () { $(this).dialog("close"); } }*/
});
$dialog.dialog('open');
}
</script>
<li><a target="_blank" href="http://www.inntelhotels.nl/en/Footer-links/News.html ">News</a></li><li><a target="_blank" href='/files/uvh-en.pdf' target='_blank'>Uniform Conditions</a></li> </ul>
<figure class="grid_3">
<img src="/website/images/mainport-logo-footer.png" alt="InntelHotels - You'll Be Surprised" title="InntelHotels - You'll Be Surprised" />
</figure>
<div class="hotel grid_24">
<ul id="hotels" class="bxsliderfooter">
<!-- Opsomming van de overige hotels. Dit zijn er altijd vier, omdat het huidige hotel hier NIET wordt getoond -->
<li id="ihac">
<a class="grid_6" href="http://www.inntelhotelsamsterdamcentre.nl" title="Inntel Hotels Amsterdam Centre" target="_blank">
<img alt=" Amsterdam Centre" title=" Amsterdam Centre" src="/files/inntel-amsterdam-footer-230-134.jpg"> <h3> Amsterdam Centre</h3>
</a>
</li>
<!-- Opsomming van de overige hotels. Dit zijn er altijd vier, omdat het huidige hotel hier NIET wordt getoond -->
<li id="ihrc">
<a class="grid_6" href="http://www.inntelhotelsrotterdamcentre.nl/" title="Inntel Hotels Rotterdam Centre" target="_blank">
<img alt=" Rotterdam Centre" title=" Rotterdam Centre" src="/files/inntel-rotterdam-footer-230-134.jpg"> <h3> Rotterdam Centre</h3>
</a>
</li>
<!-- Opsomming van de overige hotels. Dit zijn er altijd vier, omdat het huidige hotel hier NIET wordt getoond -->
<li id="ihaz">
<a class="grid_6" href="http://www.inntelhotelsamsterdamzaandam.nl" title="Inntel Hotels Amsterdam Zaandam" target="_blank">
<img alt=" Amsterdam Zaandam" title=" Amsterdam Zaandam" src="/files/inntel-zaandam-footer-230-134.jpg"> <h3> Amsterdam Zaandam</h3>
</a>
</li>
<!-- Opsomming van de overige hotels. Dit zijn er altijd vier, omdat het huidige hotel hier NIET wordt getoond -->
<li id="ihrz">
<a class="grid_6" href="http://www.inntelhotelsresortzutphen.nl/" title="Inntel Hotels Resort Zutphen" target="_blank">
<img alt=" Resort Zutphen" title=" Resort Zutphen" src="/files/inntel-zutphen-footer-230-134.jpg"> <h3> Resort Zutphen</h3>
</a>
</li>
<!-- Opsomming van de overige hotels. Dit zijn er altijd vier, omdat het huidige hotel hier NIET wordt getoond -->
<li id="">
<a class="grid_6" href="http://www.inntelhotelsarteindhoven.nl/" title="Inntel Hotels Art Eindhoven" target="_blank">
<img alt=" Art Eindhoven" title=" Art Eindhoven" src="/files/inntel-eindhoven-footer-229-134.png"> <h3> Art Eindhoven</h3>
</a>
</li>
</ul>
</div><script src="/website/js/jquery.bxslider.custom.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.bxsliderfooter').bxSlider({
slideWidth: 230,
minSlides: 3,
maxSlides: 4,
moveSlides: 1,
marginSlides: 10,
pager: false
});
});
</script>
<nav class="grid_6 landingpages">
<h2>Luxury Hotel Rotterdam</h2>
<ul><li><a href="/en/Hotel-Rotterdam-City.html">Hotel Rotterdam City</a></li></ul></nav>
<img id ="mainportLogoFooter" src="/website/images/mainportlogofooter.png">
<div class="grid_24 credits"><a href="http://www.factif.nl" target="_blank">Development by Factif</a> | <a href="http://www.orangehotelmarketing.com" target="_blank">Website Design & Concept by Orange Hotel Marketing</a></div>
</section>
</footer>
<!-- Facebook Conversion Code for Mainport -->
<script>(function() {
var _fbq = window._fbq || (window._fbq = []);
if (!_fbq.loaded) {
var fbds = document.createElement('script');
fbds.async = true;
fbds.src = 'https://connect.facebook.net/en_US/fbds.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(fbds, s);
_fbq.loaded = true;
}
})();
window._fbq = window._fbq || [];
window._fbq.push(['track', '6046351137884', {'value':'0.00','currency':'EUR'}]);
</script>
<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?ev=6046351137884&cd[value]=0.00&cd[currency]=EUR&noscript=1" /></noscript>
<!--<script src="/website/js/sifr.js" type="text/javascript"></script>
<script src="/website/js/sifr-debug.js" type="text/javascript"></script>
<script src="/website/js/sifr-config_IHCO.js" type="text/javascript"></script>-->
<!-- script src="/website/js/ajax.js" type="text/javascript"></script -->
<!-- script src="/website/js/modal-message.js" type="text/javascript"></script -->
<!-- script src="/website/js/ajax-dynamic-content.js" type="text/javascript"></script -->
<script src="/website/js/easySlider1.7.js" type="text/javascript"></script>
<SCRIPT type="text/javascript">
$(document).ready(function(){
$(".banner").easySlider({
auto: true,
continuous: true,
controlsShow: false,
prevId: "prevBtn",
nextId: "nextBtn"
});
});
</SCRIPT>
<!--script type="text/javascript" src="/website/js/10315_reztrack.js"></script-->
<!-- script type="text/javascript" src="/website/js/538.js"></script -->
</body>
</html>