<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
<Document>
   <name>KML File of Major IT Companies</name> 


<Style id="a">
<IconStyle>
<Icon>
<href>http://maps.google.com/mapfiles/ms/icons/red-dot.png</href>
</Icon>
</IconStyle>
</Style>
   <Placemark>
      <name>Juice Analytics</name>
<styleUrl>#a</styleUrl>      <Point>
         <coordinates>-77,380416, 38,967291,0</coordinates>
      </Point>
      <description><![CDATA[Great data analysis site.]]></description>
   </Placemark>
   <Placemark>
      <name>Yahoo</name>
<styleUrl>#a</styleUrl>      <Point>
         <coordinates>-122,025078, 37,416402,0</coordinates>
      </Point>
      <description><![CDATA[Good address matching service.]]></description>
   </Placemark>
   <Placemark>
      <name>Google</name>
<styleUrl>#a</styleUrl>      <Point>
         <coordinates>-122,085995, 37,423186,0</coordinates>
      </Point>
      <description><![CDATA[Home of Google Earth]]></description>
   </Placemark>
   <Placemark>
      <name>Microsoft Corp</name>
<styleUrl>#a</styleUrl>      <Point>
         <coordinates>-122,130474, 47,643727,0</coordinates>
      </Point>
      <description><![CDATA[Home of Excel]]></description>
   </Placemark>
   <Placemark>
      <name>IBM</name>
<styleUrl>#a</styleUrl>      <Point>
         <coordinates>-73,704348, 41,132518,0</coordinates>
      </Point>
      <description><![CDATA[The granddady of computer technology]]></description>
   </Placemark>
</Document>
</kml>
