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.4628,-72.5743)};var g_2d98af3fe6c3b9c23026e16b65ad301d = new google.maps.Geocoder();g_2d98af3fe6c3b9c23026e16b65ad301d.geocode( { 'address': "6 Killingworth Rd, Higganum, CT 06441"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('higganum-CT-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('higganum-CT-citizens-bank'), mapOptions);}document.getElementById('2147c417').innerHTML += ' | View Map';var $l2d98af3fe6c3b9c23026e16b65ad301d = '

Citizens Bank

Address: 6 Killingworth Rd, Higganum, CT 06441
Phone: (860) 345-8049
';var m_2d98af3fe6c3b9c23026e16b65ad301d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_2d98af3fe6c3b9c23026e16b65ad301d['infowindow'] = new google.maps.InfoWindow({content: $l2d98af3fe6c3b9c23026e16b65ad301d});var infowindow = new google.maps.InfoWindow({content: $l2d98af3fe6c3b9c23026e16b65ad301d});google.maps.event.addListener(m_2d98af3fe6c3b9c23026e16b65ad301d, 'click', function() {infowindow.open(map,m_2d98af3fe6c3b9c23026e16b65ad301d);});$marker.push(m_2d98af3fe6c3b9c23026e16b65ad301d);}});}google.maps.event.addDomListener(window, 'load', initialize);