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(42.0782,-75.6396)};var g_aa51ffdecc27ae860a19a23d3651fad4 = new google.maps.Geocoder();g_aa51ffdecc27ae860a19a23d3651fad4.geocode( { 'address': "126 Main St, Windsor, NY 13865, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-NY-first-niagara').style.display = '';map = new google.maps.Map(document.getElementById('windsor-NY-first-niagara'), mapOptions);}document.getElementById('3c522502').innerHTML += ' | View Map';var $laa51ffdecc27ae860a19a23d3651fad4 = '

First Niagara

Address: 126 Main St, Windsor, NY 13865, USA
Phone: (607) 655-1211
';var m_aa51ffdecc27ae860a19a23d3651fad4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara',});m_aa51ffdecc27ae860a19a23d3651fad4['infowindow'] = new google.maps.InfoWindow({content: $laa51ffdecc27ae860a19a23d3651fad4});var infowindow = new google.maps.InfoWindow({content: $laa51ffdecc27ae860a19a23d3651fad4});google.maps.event.addListener(m_aa51ffdecc27ae860a19a23d3651fad4, 'click', function() {infowindow.open(map,m_aa51ffdecc27ae860a19a23d3651fad4);});$marker.push(m_aa51ffdecc27ae860a19a23d3651fad4);}});}google.maps.event.addDomListener(window, 'load', initialize);