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.7217,-72.6154)};var g_b7d3a96eae74a2273248de4f893dceb6 = new google.maps.Geocoder();g_b7d3a96eae74a2273248de4f893dceb6.geocode( { 'address': "2875 Main St, Glastonbury, CT 06033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glastonbury-CT-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('glastonbury-CT-citizens-bank'), mapOptions);}document.getElementById('266a3fb0').innerHTML += ' | View Map';var $lb7d3a96eae74a2273248de4f893dceb6 = '

Citizens Bank

Address: 2875 Main St, Glastonbury, CT 06033, USA
Phone:
';var m_b7d3a96eae74a2273248de4f893dceb6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_b7d3a96eae74a2273248de4f893dceb6['infowindow'] = new google.maps.InfoWindow({content: $lb7d3a96eae74a2273248de4f893dceb6});var infowindow = new google.maps.InfoWindow({content: $lb7d3a96eae74a2273248de4f893dceb6});google.maps.event.addListener(m_b7d3a96eae74a2273248de4f893dceb6, 'click', function() {infowindow.open(map,m_b7d3a96eae74a2273248de4f893dceb6);});$marker.push(m_b7d3a96eae74a2273248de4f893dceb6);}});}google.maps.event.addDomListener(window, 'load', initialize);