// API Key para google maps
if (top.location != location) {
	top.location.href = document.location.href ;
}

var myKey = 'ABQIAAAA6pq0763iqmV6U2VLH-caXRSmqR7JCkrWaa-u1aQh3Mda5udtJBRzSroRV7cCV9udzgWdGZ7LvyWl8g';

var scriptTag = '<' + 'script src="http://maps.google.com/maps?file=api&v=2.x&key=' + myKey + '">'+'<'+'/script>';
document.write(scriptTag);