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(39.8842,-76.8641)};var g_44a4781a073cabc7cf9edc02f7c6408e = new google.maps.Geocoder();g_44a4781a073cabc7cf9edc02f7c6408e.geocode( { 'address': "33 Roths Church Rd, Spring Grove, PA 17362, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-grove-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('spring-grove-PA-mt-bank'), mapOptions);}document.getElementById('c3056366').innerHTML += ' | View Map';var $l44a4781a073cabc7cf9edc02f7c6408e = '

M&T Bank

Address: 33 Roths Church Rd, Spring Grove, PA 17362, USA
Phone: (717) 225-6841
';var m_44a4781a073cabc7cf9edc02f7c6408e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_44a4781a073cabc7cf9edc02f7c6408e['infowindow'] = new google.maps.InfoWindow({content: $l44a4781a073cabc7cf9edc02f7c6408e});var infowindow = new google.maps.InfoWindow({content: $l44a4781a073cabc7cf9edc02f7c6408e});google.maps.event.addListener(m_44a4781a073cabc7cf9edc02f7c6408e, 'click', function() {infowindow.open(map,m_44a4781a073cabc7cf9edc02f7c6408e);});$marker.push(m_44a4781a073cabc7cf9edc02f7c6408e);}});}google.maps.event.addDomListener(window, 'load', initialize);