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.827,-72.4884)};var g_81ee6ca1e5a306fce106283a55ee9628 = new google.maps.Geocoder();g_81ee6ca1e5a306fce106283a55ee9628.geocode( { 'address': "348 Hartford Turnpike, Vernon, CT 06066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vernon-CT-first-niagara-bank---vernon-branch').style.display = '';map = new google.maps.Map(document.getElementById('vernon-CT-first-niagara-bank---vernon-branch'), mapOptions);}document.getElementById('7fa8cbac').innerHTML += ' | View Map';var $l81ee6ca1e5a306fce106283a55ee9628 = '

First Niagara Bank - Vernon Branch

Address: 348 Hartford Turnpike, Vernon, CT 06066, USA
Phone: (860) 871-0035
';var m_81ee6ca1e5a306fce106283a55ee9628 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara Bank - Vernon Branch',});m_81ee6ca1e5a306fce106283a55ee9628['infowindow'] = new google.maps.InfoWindow({content: $l81ee6ca1e5a306fce106283a55ee9628});var infowindow = new google.maps.InfoWindow({content: $l81ee6ca1e5a306fce106283a55ee9628});google.maps.event.addListener(m_81ee6ca1e5a306fce106283a55ee9628, 'click', function() {infowindow.open(map,m_81ee6ca1e5a306fce106283a55ee9628);});$marker.push(m_81ee6ca1e5a306fce106283a55ee9628);}});}google.maps.event.addDomListener(window, 'load', initialize);