Load only Thumbnail of image for each Guest houses/Hotels not all images (It should improve page loading)
Onclick Detail button fetch all other images for that Hotels asynchronously using AJAX
Load more hotels dynamically (or lazily) when users scrolls them into view. Use onScrolledIntoView or similar event for HTML elements. I don’t like paging concepts on search results page.