create a txt file and then paste the following in:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="
http://earth.google.com/kml/2.0">
<Document>
<Style id="khStyle529">
<IconStyle id="khIconStyle530">
<Icon>
<href>root://icons/palette-4.png</href>
<y>160</y>
<w>32</w>
<h>32</h>
</Icon>
</IconStyle>
</Style>
<Placemark>
<name>Iberostar Hacienda Dominicus</name>
<LookAt id="khLookAt652">
<longitude>-68.82306294627576</longitude>
<latitude>18.34613909740197</latitude>
<range>773.5917256009237</range>
<tilt>-4.595941600941476e-011</tilt>
<heading>-31.39906930784461</heading>
</LookAt>
<styleUrl>#khStyle529</styleUrl>
<Point id="khPoint653">
<coordinates>-68.82229350900701,18.34829144476595,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>
Then rename the file as IHD.KML and double click on it.
There is probably an easier way but I am out of time at the mo.
this may be what you are used to but it is certainly clearer than it was when I last looked!