<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Style id="downArrowIcon">
      <IconStyle>
        <Icon>
          <href>http://maps.google.com/mapfiles/kml/pal4/icon28.png</href>
        </Icon>
      </IconStyle>
</Style>
  <Placemark>
    <name>my workplacek</name>
    <description>Attacyayoeu oetnuh eontuhrlying terrain.</description>
		<address>500 3rd street. san francisco, ca</address>
		       <styleUrl>#downArrowIcon</styleUrl>
  </Placemark>
	<Placemark>
	    <name>yoga studio</name>
    <description>where i train</description>
		<address>2390 mission st. san francisco, ca</address>
  </Placemark>
</kml>

