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(43.2316,-75.1576)};var g_2b7eb84d646807884a282dd8226a9d7d = new google.maps.Geocoder();g_2b7eb84d646807884a282dd8226a9d7d.geocode( { 'address': "8000 State Route 12, Barneveld, NY 13304"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barneveld-NY-first-niagara-bank').style.display = '';map = new google.maps.Map(document.getElementById('barneveld-NY-first-niagara-bank'), mapOptions);}document.getElementById('b5425b9d').innerHTML += ' | View Map';var $l2b7eb84d646807884a282dd8226a9d7d = '

First Niagara Bank

Address: 8000 State Route 12, Barneveld, NY 13304
Phone: (315) 896-2669
';var m_2b7eb84d646807884a282dd8226a9d7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara Bank',});m_2b7eb84d646807884a282dd8226a9d7d['infowindow'] = new google.maps.InfoWindow({content: $l2b7eb84d646807884a282dd8226a9d7d});var infowindow = new google.maps.InfoWindow({content: $l2b7eb84d646807884a282dd8226a9d7d});google.maps.event.addListener(m_2b7eb84d646807884a282dd8226a9d7d, 'click', function() {infowindow.open(map,m_2b7eb84d646807884a282dd8226a9d7d);});$marker.push(m_2b7eb84d646807884a282dd8226a9d7d);}});}google.maps.event.addDomListener(window, 'load', initialize);