//-------------------------------------------------------------------- // Google Maps Ajax Load (Only Loads when a map is found on the page) //-------------------------------------------------------------------- var maps = ''; var googleApiKey = ''; function init(){ googleApiKey = "ABQIAAAAsdBIeJOOOrxpYljOPtIK8BQIQyr_NVjeBkZhfHDKyEyceBT-UxRJ0BvIT7tBuEoXYkf8HCQhNBkqrw"; maps = getElementsByName_iefix("div", "g_map_init"); if(maps.length>0) { initLoader(); } } function loadMaps() { google.load("maps", "2", {"callback" : mapsLoaded}); } function mapsLoaded() { window.onunload=GUnload; for (i=0;i