Rooms at The P.L Palace Hotel, Agra

PAVILION

These rooms come with ample modern amenities for a comfortable stay.

GRACE

These rooms offer a panoramic view of the breathtaking surrounding for you to sit back and enjoy your holiday.

SUITE

These suites are ideally equipped for a comfortable and delightful stay with the most modern amenities.

Continue your Booking

le.aspectRatio = ''; } } } }; // Options for the observer (which mutations to observe) const observerOptions = { attributes: true, // observe attribute changes attributeFilter: ['src'], // observe only changes to src attribute }; window.addEventListener('DOMContentLoaded', () => { // Get all image elements const images = document.querySelectorAll('img'); // Create a new observer instance for all images images.forEach(image => { const observer = new MutationObserver(mutationCallback); observer.observe(image, observerOptions); }); });