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.3264,-76.0513)};var g_62ce5db1f5b0268a20389d0086242488 = new google.maps.Geocoder();g_62ce5db1f5b0268a20389d0086242488.geocode( { 'address': "4830 Penn Ave, Sinking Spring, PA 19608, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sinking-spring-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('sinking-spring-PA-mt-bank'), mapOptions);}document.getElementById('8b64bb8e').innerHTML += ' | View Map';var $l62ce5db1f5b0268a20389d0086242488 = '

M&T Bank

Address: 4830 Penn Ave, Sinking Spring, PA 19608, USA
Phone: (610) 678-7400
';var m_62ce5db1f5b0268a20389d0086242488 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_62ce5db1f5b0268a20389d0086242488['infowindow'] = new google.maps.InfoWindow({content: $l62ce5db1f5b0268a20389d0086242488});var infowindow = new google.maps.InfoWindow({content: $l62ce5db1f5b0268a20389d0086242488});google.maps.event.addListener(m_62ce5db1f5b0268a20389d0086242488, 'click', function() {infowindow.open(map,m_62ce5db1f5b0268a20389d0086242488);});$marker.push(m_62ce5db1f5b0268a20389d0086242488);}});}google.maps.event.addDomListener(window, 'load', initialize);