Index: trunk/src/map/index.php
===================================================================
--- trunk/src/map/index.php	(revision 7719)
+++ trunk/src/map/index.php	(revision 7722)
@@ -1,2 +1,4 @@
+<?php require_once("inc/kmlHandler.php"); ?>
+
 <html>
 <head>
@@ -8,4 +10,9 @@
 	<link href="style/stylesheet2.css" rel="stylesheet" type="text/css">
 <![endif]-->
+
+<!-- Make our $marker[] array from kmlHandler available to javascript in JSON-->
+<script>
+var markers = <?php echo json_encode($markers); ?>;
+</script>
 
 <!-- Loading in the google-api -->
