var strGMapsStgKey = "ABQIAAAAqIXyHjWPnLlhKMuXFqiVOhQUBBOR2N4bPTlXck7Jpa2Y86KJcxRUUBdzv_XQh6d_PnISalmaVwPfqA"
var strGMapsProdKey = "ABQIAAAApyCVI8lKtK8NxoxO-K-BPxSdBXjDQro_9HrR5OQWjDsNjh78uxQT80yicwHT7q32hcgJH_UCIY_VlA";
var strGMaps2011Key = "ABQIAAAACiocj9Rzk58I9UQAmewtqxR9Y24gfeZJGuG6y8yIirpMshB5YhSHEgJo83qzuixRJw6NV4-K1w4pmA"
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 if (document.location.host.match("2011.scotiabanknuitblanche.ca") != null) {
    document.write('<script type="text/javascript" src="' + source + strGMaps2011Key + '"><\/script>');
} else {
    document.write('<script type="text/javascript" src="' + source + strGMapsProdKey + '"><\/script>');
}
    

