I am trying to display custom info from a KML file onto google maps. I am using this tutorial and for the most part it is working. I however cannot seem to add an address after then name in the BallonStyle. The code I am using is below.
Any help is appreciated
<BalloonStyle>
<text><![CDATA[<h3>$[name], $[address]</h3>]]></text>
</BalloonStyle>
<name>Untitled layer</name>
<Placemark>
<name>Campus Honda</name>
<address>506 Finlayson St, Victoria, BC V8T 5C8</address>
<styleUrl>#icon-1899-0288D1-nodesc</styleUrl>
<Point>
<coordinates>
-123.3737904,48.4445293,0
</coordinates>
</Point>
</Placemark>