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.6745,-72.8593)};var g_f27c413353bb0c88d9e8a1b720978ee6 = new google.maps.Geocoder();g_f27c413353bb0c88d9e8a1b720978ee6.geocode( { 'address': "133 E Main St, Plainville, CT 06062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plainville-CT-keybank').style.display = '';map = new google.maps.Map(document.getElementById('plainville-CT-keybank'), mapOptions);}document.getElementById('276e8395').innerHTML += ' | View Map';var $lf27c413353bb0c88d9e8a1b720978ee6 = '

KeyBank

Address: 133 E Main St, Plainville, CT 06062, USA
Phone: (860) 410-1799
';var m_f27c413353bb0c88d9e8a1b720978ee6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_f27c413353bb0c88d9e8a1b720978ee6['infowindow'] = new google.maps.InfoWindow({content: $lf27c413353bb0c88d9e8a1b720978ee6});var infowindow = new google.maps.InfoWindow({content: $lf27c413353bb0c88d9e8a1b720978ee6});google.maps.event.addListener(m_f27c413353bb0c88d9e8a1b720978ee6, 'click', function() {infowindow.open(map,m_f27c413353bb0c88d9e8a1b720978ee6);});$marker.push(m_f27c413353bb0c88d9e8a1b720978ee6);}});}google.maps.event.addDomListener(window, 'load', initialize);