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.8862,-78.8734)};var g_79ca5424eb8f3f76fd4043fdf8b1d87a = new google.maps.Geocoder();g_79ca5424eb8f3f76fd4043fdf8b1d87a.geocode( { 'address': "14 Lafayette Square, Buffalo, NY 14203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-northwest-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-northwest-savings-bank'), mapOptions);}document.getElementById('c693f236').innerHTML += ' | View Map';var $l79ca5424eb8f3f76fd4043fdf8b1d87a = '

Northwest Savings Bank

Address: 14 Lafayette Square, Buffalo, NY 14203, USA
Phone: (716) 842-2500
';var m_79ca5424eb8f3f76fd4043fdf8b1d87a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Savings Bank',});m_79ca5424eb8f3f76fd4043fdf8b1d87a['infowindow'] = new google.maps.InfoWindow({content: $l79ca5424eb8f3f76fd4043fdf8b1d87a});var infowindow = new google.maps.InfoWindow({content: $l79ca5424eb8f3f76fd4043fdf8b1d87a});google.maps.event.addListener(m_79ca5424eb8f3f76fd4043fdf8b1d87a, 'click', function() {infowindow.open(map,m_79ca5424eb8f3f76fd4043fdf8b1d87a);});$marker.push(m_79ca5424eb8f3f76fd4043fdf8b1d87a);}});}google.maps.event.addDomListener(window, 'load', initialize);