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.8349,-72.5713)};var g_f778e7b45744f223347aaa519a64522e = new google.maps.Geocoder();g_f778e7b45744f223347aaa519a64522e.geocode( { 'address': "1000 Sullivan Ave, South Windsor, CT 06074"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-windsor-CT-savings-institute-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('south-windsor-CT-savings-institute-bank-trust'), mapOptions);}document.getElementById('28efa509').innerHTML += ' | View Map';var $lf778e7b45744f223347aaa519a64522e = '

Savings Institute Bank & Trust

Address: 1000 Sullivan Ave, South Windsor, CT 06074
Phone: (860) 648-1193
';var m_f778e7b45744f223347aaa519a64522e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Savings Institute Bank & Trust',});m_f778e7b45744f223347aaa519a64522e['infowindow'] = new google.maps.InfoWindow({content: $lf778e7b45744f223347aaa519a64522e});var infowindow = new google.maps.InfoWindow({content: $lf778e7b45744f223347aaa519a64522e});google.maps.event.addListener(m_f778e7b45744f223347aaa519a64522e, 'click', function() {infowindow.open(map,m_f778e7b45744f223347aaa519a64522e);});$marker.push(m_f778e7b45744f223347aaa519a64522e);}});}google.maps.event.addDomListener(window, 'load', initialize);