The Bellagio III, Makati, Metro Manila, Philippines

Address & Map

Forbestown Road, Fort Bonifacio Global City, Makati City, Metro Manila, Philippines

SHOW MAP

Models Currently Available

Other

All Amenities HIDE (click here)

Lounge Pool
Kiddie Pool
Gardens
View Deck
Playground (kids)
Function Room
Game Room
Changing Room



Ask a Question  (I'll Email You Back)

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.

No comments yet. Be the first to leave a comment.

If lightbox window HTML already exists in document, change the img src to to match the href of whatever link was clicked ELSE-->If lightbox window HTML doesn't exists, create it and insert it. (This will only happen the first time around) */ if ($('#simple_lightbox').length > 0) // #simple_lightbox exists { //insert clicked link's href into img src $('#simple_lightbox_content').html(''); //show lightbox window - you could use .show('fast') for a transition $('#simple_lightbox').show(); } else //#simple_lightbox does not exist - create and insert (runs 1st time only) { //create HTML markup for lightbox window var lightbox = '
' + '
' + '' + '
' + 'Click to close' + '
'; //insert lightbox HTML into page $('body').append(lightbox); } // Limit Width to Viewport width setMaxWidth(); $( window ).bind( "resize", setMaxWidth ); //Remove this if it's not needed. It will react when window changes size. function setMaxWidth() { $( "#simple_lightbox_img" ).css( "maxWidth", ( $( window ).width() * 0.97 ) + "px" ); } // Limit Height to Viewport height setMaxHeight(); $( window ).bind( "resize", setMaxHeight ); //Remove this if it's not needed. It will react when window changes size. function setMaxHeight() { $( "#simple_lightbox_img" ).css( "maxHeight", ( $( window ).height() * 0.96 ) + "px" ); } }); //Click anywhere on the page to get rid of lightbox window $(document).on('click', '#simple_lightbox', function() { $('#simple_lightbox').hide(); }); $(document).on('click', '#simple_lightbox_close', function() { $('#simple_lightbox').hide(); }); }); -->