This document describes how to serve custom raster map tiles stored in Google Cloud Storage using various Google Cloud Platform services. It provides steps to upload tiles to Cloud Storage for either public or private access. It then demonstrates how to display the tiles on a map using the Google Maps JavaScript API, either from publicly accessible or privately accessible Cloud Storage buckets. It also shows how to serve the tiles using OGC standards by wrapping Cloud Storage with Compute Engine and MapProxy. Finally, it discusses load balancing the application using an Instance Group and HTTP Load Balancer.