/*<[!CDATA[*/

function getGoogleMapKey()
{
	return 'ABQIAAAAraxihSZ3BuG2jsZreDdG_xQVpH73y_SzeaS1vM3QBu7OEtW7KxTMt5rxcicbpQI3yupZCNmoEFGqXQ';
}


function initGoogle()
{
	var gmap_key = getGoogleMapKey();
	var version = '2.x&amp';
	if ( window.location.hostname == 'www.arm.gov' ) 
	{
		version = '2&amp';
	}
	document.write('<sc' + 'ript type="text/javascript" src="');
	document.write('http://maps.google.com/');
	document.write('maps?file=api&amp;v=');
	document.write( version );
	document.write(';key=');
	document.write( gmap_key );
	document.write( '"></sc' + 'ript>' );
}

initGoogle();

/*]]>*/