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.4623,-73.1598)};var g_b8797a0f5347256bcd2d739abd31d450 = new google.maps.Geocoder();g_b8797a0f5347256bcd2d739abd31d450.geocode( { 'address': "1570 Southford Rd, Southbury, CT 06488, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southbury-CT-liberty-bank').style.display = '';map = new google.maps.Map(document.getElementById('southbury-CT-liberty-bank'), mapOptions);}document.getElementById('5de72aa0').innerHTML += ' | View Map';var $lb8797a0f5347256bcd2d739abd31d450 = '

Liberty Bank

Address: 1570 Southford Rd, Southbury, CT 06488, USA
Phone: (888) 570-0773
';var m_b8797a0f5347256bcd2d739abd31d450 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Bank',});m_b8797a0f5347256bcd2d739abd31d450['infowindow'] = new google.maps.InfoWindow({content: $lb8797a0f5347256bcd2d739abd31d450});var infowindow = new google.maps.InfoWindow({content: $lb8797a0f5347256bcd2d739abd31d450});google.maps.event.addListener(m_b8797a0f5347256bcd2d739abd31d450, 'click', function() {infowindow.open(map,m_b8797a0f5347256bcd2d739abd31d450);});$marker.push(m_b8797a0f5347256bcd2d739abd31d450);}});}google.maps.event.addDomListener(window, 'load', initialize);