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.9148,-77.7612)};var g_450b97a48568c3118ff397f73abe4e4a = new google.maps.Geocoder();g_450b97a48568c3118ff397f73abe4e4a.geocode( { 'address': "915 E Bishop St, Bellefonte, PA 16823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellefonte-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('bellefonte-PA-mt-bank'), mapOptions);}document.getElementById('dec84e8f').innerHTML += ' | View Map';var $l450b97a48568c3118ff397f73abe4e4a = '

M&T Bank

Address: 915 E Bishop St, Bellefonte, PA 16823, USA
Phone: (814) 355-6420
';var m_450b97a48568c3118ff397f73abe4e4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_450b97a48568c3118ff397f73abe4e4a['infowindow'] = new google.maps.InfoWindow({content: $l450b97a48568c3118ff397f73abe4e4a});var infowindow = new google.maps.InfoWindow({content: $l450b97a48568c3118ff397f73abe4e4a});google.maps.event.addListener(m_450b97a48568c3118ff397f73abe4e4a, 'click', function() {infowindow.open(map,m_450b97a48568c3118ff397f73abe4e4a);});$marker.push(m_450b97a48568c3118ff397f73abe4e4a);}});}google.maps.event.addDomListener(window, 'load', initialize);