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.3511,-72.1082)};var g_c37266f891444b10aa9c22ed163b99c7 = new google.maps.Geocoder();g_c37266f891444b10aa9c22ed163b99c7.geocode( { 'address': "63 Eugene Oneill Dr, New London, CT 06320"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-london-CT-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-london-CT-citizens-bank'), mapOptions);}document.getElementById('3995501e').innerHTML += ' | View Map';var $lc37266f891444b10aa9c22ed163b99c7 = '

Citizens Bank

Address: 63 Eugene Oneill Dr, New London, CT 06320
Phone: (860) 444-6300
';var m_c37266f891444b10aa9c22ed163b99c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_c37266f891444b10aa9c22ed163b99c7['infowindow'] = new google.maps.InfoWindow({content: $lc37266f891444b10aa9c22ed163b99c7});var infowindow = new google.maps.InfoWindow({content: $lc37266f891444b10aa9c22ed163b99c7});google.maps.event.addListener(m_c37266f891444b10aa9c22ed163b99c7, 'click', function() {infowindow.open(map,m_c37266f891444b10aa9c22ed163b99c7);});$marker.push(m_c37266f891444b10aa9c22ed163b99c7);}});var g_86ffa8443828386e4f430e81675bb329 = new google.maps.Geocoder();g_86ffa8443828386e4f430e81675bb329.geocode( { 'address': "328 S Frontage Rd, New London, CT 06320"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-london-CT-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-london-CT-citizens-bank'), mapOptions);}document.getElementById('1009ec70').innerHTML += ' | View Map';var $l86ffa8443828386e4f430e81675bb329 = '

Citizens Bank

Address: 328 S Frontage Rd, New London, CT 06320
Phone: (860) 444-3574
';var m_86ffa8443828386e4f430e81675bb329 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_86ffa8443828386e4f430e81675bb329['infowindow'] = new google.maps.InfoWindow({content: $l86ffa8443828386e4f430e81675bb329});var infowindow = new google.maps.InfoWindow({content: $l86ffa8443828386e4f430e81675bb329});google.maps.event.addListener(m_86ffa8443828386e4f430e81675bb329, 'click', function() {infowindow.open(map,m_86ffa8443828386e4f430e81675bb329);});$marker.push(m_86ffa8443828386e4f430e81675bb329);}});}google.maps.event.addDomListener(window, 'load', initialize);