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.3089,-78.8272)};var g_03994131659f561249054ea1c99097f7 = new google.maps.Geocoder();g_03994131659f561249054ea1c99097f7.geocode( { 'address': "264 Young St, Wilson, NY 14172, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilson-NY-first-niagara-bank').style.display = '';map = new google.maps.Map(document.getElementById('wilson-NY-first-niagara-bank'), mapOptions);}document.getElementById('5df9b571').innerHTML += ' | View Map';var $l03994131659f561249054ea1c99097f7 = '

First Niagara Bank

Address: 264 Young St, Wilson, NY 14172, USA
Phone: (716) 751-9361
';var m_03994131659f561249054ea1c99097f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara Bank',});m_03994131659f561249054ea1c99097f7['infowindow'] = new google.maps.InfoWindow({content: $l03994131659f561249054ea1c99097f7});var infowindow = new google.maps.InfoWindow({content: $l03994131659f561249054ea1c99097f7});google.maps.event.addListener(m_03994131659f561249054ea1c99097f7, 'click', function() {infowindow.open(map,m_03994131659f561249054ea1c99097f7);});$marker.push(m_03994131659f561249054ea1c99097f7);}});}google.maps.event.addDomListener(window, 'load', initialize);