// Included on all pages that use Google API for mapping
// In the document head of those pages, this code must be added
// <script src="ht/GoogleAPI.js">END SCRIPT TAG
// <script>
// var scriptTag = '<' + 'script src="http://maps.google.com/maps?file=api&v=2&key=' + myKey + '">'+'<'+'/script>';
//  document.write(scriptTag);
// END SCRIPT TAG   

// What we think is the Google map key for sanjoseca.gov - verify with GIS
//keY for http://www.sanjoseca.gov/tree/
var myKey= "ABQIAAAAFb2i_RlWHqPWcG7Lhjn8txSo9PDedk7hYeJI1HnDL5v2IPu0shQbNWZtJn1wqnj3gx4XJVryfpnSsw"

//key for http://dev.sanjoseca.gov/tree/
//var myKey="ABQIAAAAFb2i_RlWHqPWcG7Lhjn8txT3rtKFUdtcTPv7Z_l08rBC4tNzOhQRJfud4gJ9h53Njxgj3qzv_pF4uA" ;

// The production KML location - could also be put in http://www.sanjoseca.gov/gis/kml if centralized kml is desired
var url_end = "?nocache=" + (new Date()).valueOf();
<!-- Add "+ url_end" to the next line (before ;) to turn off caching for testing -->
var myKML = "http://www.sanjoseca.gov/tree/ht/ht.kml";
//var myKML = "http://www.sanjoseca.gov/transportation/SupportFiles/tree/ht1.kml";

