function openMap() {
	window.open('http://maps.google.com/maps?q=1101+Smithfield+Drive+fort+collins+co+80524&ll=40.573674,-105.002818&spn=0.014338,0.040770&hl=en','mapView','width=700,height=600,resizable=yes,scrollbars=no,toolbar=no');
}

function openMapDenver() {
	window.open('http://maps.google.com/maps?hl=en&safe=off&ie=UTF8&q=7055+East+Evans+Ave+%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0+Denver,+CO%C2%A0+80224&fb=1&gl=us&hnear=&cid=0,0,15579101727539163550&ei=Zih8TNCfKcGBlAfYy5XsCw&ved=0CBYQnwIwAA&hq=7055+East+Evans+Ave+%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0%C2%A0+Denver,+CO%C2%A0+80224&z=16&iwloc=A','mapView','width=700,height=600,resizable=yes,scrollbars=no,toolbar=no');
}