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.9343,-72.7467)};var g_45d15693cb729fefc030a41d117da9c1 = new google.maps.Geocoder();g_45d15693cb729fefc030a41d117da9c1.geocode( { 'address': "8 School St, East Granby, CT 06026"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-granby-CT-northwest-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-granby-CT-northwest-community-bank'), mapOptions);}document.getElementById('02eb7f6a').innerHTML += ' | View Map';var $l45d15693cb729fefc030a41d117da9c1 = '

Northwest Community Bank

Address: 8 School St, East Granby, CT 06026
Phone: (860) 653-2515
';var m_45d15693cb729fefc030a41d117da9c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Community Bank',});m_45d15693cb729fefc030a41d117da9c1['infowindow'] = new google.maps.InfoWindow({content: $l45d15693cb729fefc030a41d117da9c1});var infowindow = new google.maps.InfoWindow({content: $l45d15693cb729fefc030a41d117da9c1});google.maps.event.addListener(m_45d15693cb729fefc030a41d117da9c1, 'click', function() {infowindow.open(map,m_45d15693cb729fefc030a41d117da9c1);});$marker.push(m_45d15693cb729fefc030a41d117da9c1);}});}google.maps.event.addDomListener(window, 'load', initialize);