KML file:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
<name>CSCI E-153</name>
<description>CSCI E-153. Web Development Using XML. Harvard University Extension School. Fall 2009.</description>
<Style id="style1">
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/ms/micons/blue-dot.png</href>
</Icon>
</IconStyle>
</Style>
<Style id="style2">
<IconStyle>
<Icon>
<href>http://maps.gstatic.com/intl/en_us/mapfiles/ms/micons/blue-dot.png</href>
</Icon>
</IconStyle>
</Style>
<Placemark>
<name>Lecture - 1 Story Street, Room 306</name>
<styleUrl>#style1</styleUrl>
<Point>
<coordinates>-71.122108,42.374199,0.000000</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Section - 53 Church St, Rm 104</name>
<styleUrl>#style2</styleUrl>
<Point>
<coordinates>-71.121101,42.374336,0.000000</coordinates>
</Point>
</Placemark>
<Placemark>
<name>John Harvard Statue</name>
<styleUrl>#style2</styleUrl>
<Point>
<coordinates>-71.11732299841476,42.37449718905859,0</coordinates>
</Point>
</Placemark></Document>
</kml>