<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
	<Document>
	  <Style id="icn">
	    <IconStyle>
	      <Icon>
	        <href>http://blog.piotrgalas.com//addons/ggea.gif</href>
	      </Icon>
	    </IconStyle>
	  </Style>
	  <Placemark>
	    <name>The Police</name>
	    <description><![CDATA[The Police]]></description>
	    <styleUrl>#icn</styleUrl>
	    <Point>
	      <coordinates>23.14995288848877,53.10479490943425,0.000000</coordinates>
	    </Point>
	  </Placemark>
	</Document>
</kml>