<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
  <Placemark>
    <name>Simple placemark</name>
    <description>Attached to the ground. Intelligently places itself
       at the height of the underlying terrain.</description>
    <Point>
      <coordinates>-122.0822035425683,37.42228990140251,0</coordinates>
    </Point>
   </Placemark>
</kml>

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
  <Placemark>
    <name>The Vet - Sharon Tamplin DVM</name>
    <description>4414 Eley Ct.  Montgomery, AL 36106  tel. 334-279-0738</description>
    <Point>
      <coordinates>-86.235959,32.34438,0</coordinates>
    </Point>
  </Placemark>
</kml>

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
  <Placemark>
    <name>Granite Station Feed & Tack</name>
    <description>1207 James Road Bakersfield, CA  93308  tel. 661-399-3186</description>
    <Point>
      <coordinates>-119.029139,35.44737,0</coordinates>
    </Point>
   </Placemark>
</kml>