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.9819,-72.4484)};var g_2b4ccff20b7fc4ca53c00b40e042e18c = new google.maps.Geocoder();g_2b4ccff20b7fc4ca53c00b40e042e18c.geocode( { 'address': "48 S Rd, Somers, CT 06071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somers-CT-united-bank---atm-only').style.display = '';map = new google.maps.Map(document.getElementById('somers-CT-united-bank---atm-only'), mapOptions);}document.getElementById('c35f348b').innerHTML += ' | View Map';var $l2b4ccff20b7fc4ca53c00b40e042e18c = '

United Bank - ATM Only

Address: 48 S Rd, Somers, CT 06071, USA
Phone: (866) 959-2265
';var m_2b4ccff20b7fc4ca53c00b40e042e18c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank - ATM Only',});m_2b4ccff20b7fc4ca53c00b40e042e18c['infowindow'] = new google.maps.InfoWindow({content: $l2b4ccff20b7fc4ca53c00b40e042e18c});var infowindow = new google.maps.InfoWindow({content: $l2b4ccff20b7fc4ca53c00b40e042e18c});google.maps.event.addListener(m_2b4ccff20b7fc4ca53c00b40e042e18c, 'click', function() {infowindow.open(map,m_2b4ccff20b7fc4ca53c00b40e042e18c);});$marker.push(m_2b4ccff20b7fc4ca53c00b40e042e18c);}});}google.maps.event.addDomListener(window, 'load', initialize);