var strGMapsStgKey = "ABQIAAAAqIXyHjWPnLlhKMuXFqiVOhQUBBOR2N4bPTlXck7Jpa2Y86KJcxRUUBdzv_XQh6d_PnISalmaVwPfqA"
var strGMapsProdKey = "ABQIAAAADWcNCO58n2FLNUQWBumithSdBXjDQro_9HrR5OQWjDsNjh78uxT03FXhnJbIcCwK1mCzPi3PR5uUWg";
var source = "http://maps.google.com/maps?file=api&amp;v=2&amp;key=";

if (document.location.host.match("snb.stg.devlin.ca") != null)
    document.write('<script type="text/javascript" src="' + source + strGMapsStgKey + '"><\/script>');
else
    document.write('<script type="text/javascript" src="' + source + strGMapsProdKey + '"><\/script>');

    
