var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(41.7071,-72.5633)};var g_672497416cbf008632b9db319d832cb3 = new google.maps.Geocoder();g_672497416cbf008632b9db319d832cb3.geocode( { 'address': "211 New London Tpke, Glastonbury, CT 06033"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glastonbury-CT-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('glastonbury-CT-bank-of-america'), mapOptions);}document.getElementById('b686dbbf').innerHTML += ' | View Map';var $l672497416cbf008632b9db319d832cb3 = '

Bank of America

Address: 211 New London Tpke, Glastonbury, CT 06033
Phone: (860) 652-4635
';var m_672497416cbf008632b9db319d832cb3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_672497416cbf008632b9db319d832cb3['infowindow'] = new google.maps.InfoWindow({content: $l672497416cbf008632b9db319d832cb3});var infowindow = new google.maps.InfoWindow({content: $l672497416cbf008632b9db319d832cb3});google.maps.event.addListener(m_672497416cbf008632b9db319d832cb3, 'click', function() {infowindow.open(map,m_672497416cbf008632b9db319d832cb3);});$marker.push(m_672497416cbf008632b9db319d832cb3);}});}google.maps.event.addDomListener(window, 'load', initialize);