<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Directions</title>
        <link>http://www.ksochristmaslights.com/directions/</link>
        <description></description>
        <language>en-us</language>
        <copyright>Copyright 2007</copyright>
        <lastBuildDate>Sat, 29 Sep 2007 22:16:57 -0700</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title></title>
            <description><![CDATA[	<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>

	<title>Google Maps JavaScript API Example: simple</title>
	<script src="http://maps.google.com/maps?file=api&v=1&key=ABQIAAAAkkUKmUzqG4QmsOmWcpNYZBRWBEN1--aSzDmXCGSBlVA4JR4GrRTU_pb8ew6glaTjmMo-7WRFLwW2yg"
			type="text/javascript">
	</script>

	<script type="text/javascript">
	//<![CDATA[

	function onLoad() {
	  
	  if (GBrowserIsCompatible()) {
		var map = new GMap(document.getElementById("map"));
		map.addControl(new GLargeMapControl());
		map.addControl(new GMapTypeControl());
		map.centerAndZoom(new GPoint(-112.09645628929138, 33.60991054507483), 3);
		var point = new GPoint(-112.09645628929138, 33.60991054507483);
		var marker = new GMarker(point);
		map.addOverlay(marker);

		function createInfoMarker(point, address) {
		var marker = new GMarker(point);
		GEvent.addListener(marker, "click",
		function() {
		marker.openInfoWindowHtml(address);

      			}

   		);

  		return marker;

							}

		var point = new GPoint(-112.09645628929138, 33.60991054507483);
		address = "<a href=http://www.ksoChristmasLights.com>ksoChristmasLights.com</a><br />13608 N 17th Dr.<br />Phoenix, AZ 85029";
		var marker = createInfoMarker(point, address);
		map.addOverlay(marker);
	  				}
			}
	//]]&gt;
	</script>

<br>

  <body onload="onLoad()">

	<div id="map" style="width: 690px; height: 500px"></div>
  </body>]]></description>
            <link>http://www.ksochristmaslights.com/directions/2007/09/-ksochristmaslightscom13608-n.html</link>
            <guid>http://www.ksochristmaslights.com/directions/2007/09/-ksochristmaslightscom13608-n.html</guid>
            
            
            <pubDate>Sat, 29 Sep 2007 22:16:57 -0700</pubDate>
        </item>
        
    </channel>
</rss>
