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(40.9654,-76.596)};var g_a9f49428994312a40546e2ae0b6dc2f1 = new google.maps.Geocoder();g_a9f49428994312a40546e2ae0b6dc2f1.geocode( { 'address': "1229 Bloom Rd, Danville, PA 17821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('danville-PA-mt-bank'), mapOptions);}document.getElementById('ed673646').innerHTML += ' | View Map';var $la9f49428994312a40546e2ae0b6dc2f1 = '

M&T Bank

Address: 1229 Bloom Rd, Danville, PA 17821, USA
Phone: (570) 275-1111
';var m_a9f49428994312a40546e2ae0b6dc2f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_a9f49428994312a40546e2ae0b6dc2f1['infowindow'] = new google.maps.InfoWindow({content: $la9f49428994312a40546e2ae0b6dc2f1});var infowindow = new google.maps.InfoWindow({content: $la9f49428994312a40546e2ae0b6dc2f1});google.maps.event.addListener(m_a9f49428994312a40546e2ae0b6dc2f1, 'click', function() {infowindow.open(map,m_a9f49428994312a40546e2ae0b6dc2f1);});$marker.push(m_a9f49428994312a40546e2ae0b6dc2f1);}});}google.maps.event.addDomListener(window, 'load', initialize);