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.8672,-78.6963)};var g_cd7353ce107dc4dd111bb68c0f211638 = new google.maps.Geocoder();g_cd7353ce107dc4dd111bb68c0f211638.geocode( { 'address': "4747 Transit Rd, Depew, NY 14043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('depew-NY-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('depew-NY-mt-bank'), mapOptions);}document.getElementById('c72c10eb').innerHTML += ' | View Map';var $lcd7353ce107dc4dd111bb68c0f211638 = '

M&T Bank

Address: 4747 Transit Rd, Depew, NY 14043, USA
Phone: (716) 656-8792
';var m_cd7353ce107dc4dd111bb68c0f211638 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_cd7353ce107dc4dd111bb68c0f211638['infowindow'] = new google.maps.InfoWindow({content: $lcd7353ce107dc4dd111bb68c0f211638});var infowindow = new google.maps.InfoWindow({content: $lcd7353ce107dc4dd111bb68c0f211638});google.maps.event.addListener(m_cd7353ce107dc4dd111bb68c0f211638, 'click', function() {infowindow.open(map,m_cd7353ce107dc4dd111bb68c0f211638);});$marker.push(m_cd7353ce107dc4dd111bb68c0f211638);}});}google.maps.event.addDomListener(window, 'load', initialize);