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.9826,-72.6504)};var g_b4bd61044cab395dc0f31a3c90029ced = new google.maps.Geocoder();g_b4bd61044cab395dc0f31a3c90029ced.geocode( { 'address': "66 N Main St, Suffield, CT 06078, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('suffield-CT-atm').style.display = '';map = new google.maps.Map(document.getElementById('suffield-CT-atm'), mapOptions);}document.getElementById('26233d0b').innerHTML += ' | View Map';var $lb4bd61044cab395dc0f31a3c90029ced = '

ATM

Address: 66 N Main St, Suffield, CT 06078, USA
Phone:
';var m_b4bd61044cab395dc0f31a3c90029ced = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_b4bd61044cab395dc0f31a3c90029ced['infowindow'] = new google.maps.InfoWindow({content: $lb4bd61044cab395dc0f31a3c90029ced});var infowindow = new google.maps.InfoWindow({content: $lb4bd61044cab395dc0f31a3c90029ced});google.maps.event.addListener(m_b4bd61044cab395dc0f31a3c90029ced, 'click', function() {infowindow.open(map,m_b4bd61044cab395dc0f31a3c90029ced);});$marker.push(m_b4bd61044cab395dc0f31a3c90029ced);}});}google.maps.event.addDomListener(window, 'load', initialize);