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.7676,-78.6106)};var g_94d823aad2a8e2ed8adb3f477ef4e6d6 = new google.maps.Geocoder();g_94d823aad2a8e2ed8adb3f477ef4e6d6.geocode( { 'address': "649 Main St, East Aurora, NY 14052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-aurora-NY-first-niagara-bank---east-aurora-branch').style.display = '';map = new google.maps.Map(document.getElementById('east-aurora-NY-first-niagara-bank---east-aurora-branch'), mapOptions);}document.getElementById('a64aba37').innerHTML += ' | View Map';var $l94d823aad2a8e2ed8adb3f477ef4e6d6 = '

First Niagara Bank - East Aurora Branch

Address: 649 Main St, East Aurora, NY 14052, USA
Phone: (716) 652-4100
';var m_94d823aad2a8e2ed8adb3f477ef4e6d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara Bank - East Aurora Branch',});m_94d823aad2a8e2ed8adb3f477ef4e6d6['infowindow'] = new google.maps.InfoWindow({content: $l94d823aad2a8e2ed8adb3f477ef4e6d6});var infowindow = new google.maps.InfoWindow({content: $l94d823aad2a8e2ed8adb3f477ef4e6d6});google.maps.event.addListener(m_94d823aad2a8e2ed8adb3f477ef4e6d6, 'click', function() {infowindow.open(map,m_94d823aad2a8e2ed8adb3f477ef4e6d6);});$marker.push(m_94d823aad2a8e2ed8adb3f477ef4e6d6);}});}google.maps.event.addDomListener(window, 'load', initialize);