{% if entrance.latlong %}
		<Placemark>
			<name>{{ entrance.slug }}</name>
			<description><![CDATA[{{ html }}]]></description>
			<styleUrl>#{{ size }}_cave</styleUrl>
			<Point>
				<coordinates>{{ entrance.latlong.1 }},{{ entrance.latlong.0 }},0</coordinates>
			</Point>
		</Placemark>
    {% endif %}