/**
* Filename: googlemaps_oaklandFHC.js
* Date:     25 August 2008
*
* This code sets parameters specific to OaklandFHC.org.
* 
*/

/* Set the path to XML file with map point locations data */
var XMLFILEPATH = "/scripts/GoogleMaps/oaklandfhc.xml";

/* Set the Site Name variable */
var LOBNAME = "Oakland Regional Family History Center";

/**
* Each environment requires a different GoogleMaps key.  The keys are
* defined here, and the call to GoogleMaps is constructed.
*/

/* Comment out all environments except the one in use */
/* key for www.oaklandfhc.org */
var key = "ABQIAAAAvsAvgGgUUxOlEgusc2hrYxQUoywyatccit4C8EOJKLI20ZY1-hRwfnDlgWQSXARAQu90Ugl35yBm_g";


/* Testing environments: */

/* construct the call to GoogleMaps with the key */
document.write('<script' + ' src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=' + key + '" type="text/javascript"><' + '/script>');

/* construct the link to the stylesheet for OaklandFHC */
document.write('<link' + ' rel="stylesheet" href="/main.css" type="text/css" />');
document.write('<style type="text/css">#content div {margin:0;padding:0;}</style>');
