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()};var g_cc7ea4898d5ef85acecd6b1fb98ee679 = new google.maps.Geocoder();g_cc7ea4898d5ef85acecd6b1fb98ee679.geocode( { 'address': "490 Dorrance Ave, Lackawanna, NY 14218"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lackawanna-NY-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('lackawanna-NY-mt-bank'), mapOptions);}document.getElementById('d01526f3').innerHTML += ' | View Map';var $lcc7ea4898d5ef85acecd6b1fb98ee679 = '

M&T Bank

Address: 490 Dorrance Ave, Lackawanna, NY 14218
Phone: (716) 825-4543
';var m_cc7ea4898d5ef85acecd6b1fb98ee679 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_cc7ea4898d5ef85acecd6b1fb98ee679['infowindow'] = new google.maps.InfoWindow({content: $lcc7ea4898d5ef85acecd6b1fb98ee679});var infowindow = new google.maps.InfoWindow({content: $lcc7ea4898d5ef85acecd6b1fb98ee679});google.maps.event.addListener(m_cc7ea4898d5ef85acecd6b1fb98ee679, 'click', function() {infowindow.open(map,m_cc7ea4898d5ef85acecd6b1fb98ee679);});$marker.push(m_cc7ea4898d5ef85acecd6b1fb98ee679);}});}google.maps.event.addDomListener(window, 'load', initialize);