
                    <script src="https://footprintsschool.edu.kh/wp-content/themes/footprints/assets/js/jquery.min.js"></script>
                    <script> 
                        var map;
                        $(document).ready(function(){
                            $(".action-map").click(function(){
                                var lat = jQuery(this).find(".lat").val();
                                var lng = jQuery(this).find(".lng").val();

                                map.panTo(new google.maps.LatLng(lat ,lng)); 

                            });
                        });

                        function initMap() {
                            map = new google.maps.Map(document.getElementById("map"), {
                                zoom: 14,
                                center: { lat: 11.58003, lng: 104.89172 },
                            });
                            
                            const tourStops = [[{"lat":11.579789,"lng":104.8918141},"Footprints International School (TK Campus), Saint 570, Phnom Penh, Cambodia"],[{"lat":11.5366527,"lng":104.9170313},"Footprints International School (TTP Campus), Saint 135, Phnom Penh, Cambodia"]];
                            
                            // Create an info window to share between markers.
                            const infoWindow = new google.maps.InfoWindow();

                            // Create the markers.
                            tourStops.forEach(([position, title], i) => {
                            const marker = new google.maps.Marker({
                                position,
                                map,
                                title: `${i + 1}. ${title}`,
                                label: `${i + 1}`,
                                optimized: false,
                            });

                            // Add a click listener for each marker, and set up the info window.
                            marker.addListener("click", () => {
                                infoWindow.close();
                                infoWindow.setContent(marker.getTitle());
                                infoWindow.open(marker.getMap(), marker);
                            });
                            });
                        }

                        window.initMap = initMap;
                    </script>
                <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//footprintsschool.edu.kh/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://footprintsschool.edu.kh/post-sitemap.xml</loc>
		<lastmod>2022-04-11T06:39:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://footprintsschool.edu.kh/page-sitemap.xml</loc>
		<lastmod>2025-06-23T08:44:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://footprintsschool.edu.kh/home-program-sitemap.xml</loc>
		<lastmod>2025-08-25T07:04:03+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://footprintsschool.edu.kh/post_news-sitemap.xml</loc>
		<lastmod>2025-06-27T08:20:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://footprintsschool.edu.kh/event-sitemap.xml</loc>
		<lastmod>2025-05-28T06:31:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://footprintsschool.edu.kh/career-sitemap.xml</loc>
		<lastmod>2026-03-25T04:00:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://footprintsschool.edu.kh/applycareer-sitemap.xml</loc>
		<lastmod>2026-03-31T18:11:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://footprintsschool.edu.kh/applycareer-sitemap2.xml</loc>
		<lastmod>2026-03-31T18:11:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://footprintsschool.edu.kh/teaching-learning-sitemap.xml</loc>
		<lastmod>2025-08-20T03:08:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://footprintsschool.edu.kh/category-sitemap.xml</loc>
		<lastmod>2022-04-11T06:39:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://footprintsschool.edu.kh/author-sitemap.xml</loc>
		<lastmod>2022-10-20T03:13:19+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->