<?xml version="1.0" encoding="UTF-8"?><kml xmlns="http://earth.google.com/kml/2.1">
<Document>
	<name>Homeland Campaign Sites</name>
    <Style id="site">
      <IconStyle>
		<scale>1.0</scale>
        <Icon>
          <href>https://maps.google.com/mapfiles/kml/pal2/icon11.png</href>
        </Icon>
      </IconStyle>
    </Style>
	<Placemark>
		<name>Atlanta Pillars of Faith</name>
		<styleUrl>#site</styleUrl>
		<description>March 2026</description>
        <Point>
			<coordinates>-84.3044,33.6638,0</coordinates>
        </Point>
	</Placemark>
</Document>
</kml>
