<!--
function popUp100() {
props = window.open("http://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=30+Arbor+Street,+Hartford,+CT+06106&sll=37.0625,-95.677068&sspn=52.240038,114.169922&ie=UTF8&z=14&iwloc=A&ll=41.768879,-72.698679","_blank","width=585,height=375,screenX=50,screenY=50,left=50,top=50,scrollbars=1,statusbars=1,menubars=1, resizable=1");
}

function popUp200() {
props = window.open("http://maps.google.com/maps?q=869+Forbes+Street,+East+Hartford,+CT&hl=en&ll=41.752169,-72.605639&spn=0.05161,0.111494&sll=41.752154,-72.605614&sspn=0.006819,0.013937&z=14&iwloc=A","_blank","width=585,height=375,screenX=50,screenY=50,left=50,top=50,scrollbars=1,statusbars=1,menubars=1, resizable=1");
}
// -->


