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.3114,-78.3245)};var g_e769a42f9f24be4f7ff3b0b59d39722c = new google.maps.Geocoder();g_e769a42f9f24be4f7ff3b0b59d39722c.geocode( { 'address': "107 E Allegheny St, Martinsburg, PA 16662, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('martinsburg-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('martinsburg-PA-mt-bank'), mapOptions);}document.getElementById('ce71a57b').innerHTML += ' | View Map';var $le769a42f9f24be4f7ff3b0b59d39722c = '

M&T Bank

Address: 107 E Allegheny St, Martinsburg, PA 16662, USA
Phone: (814) 793-2115
';var m_e769a42f9f24be4f7ff3b0b59d39722c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_e769a42f9f24be4f7ff3b0b59d39722c['infowindow'] = new google.maps.InfoWindow({content: $le769a42f9f24be4f7ff3b0b59d39722c});var infowindow = new google.maps.InfoWindow({content: $le769a42f9f24be4f7ff3b0b59d39722c});google.maps.event.addListener(m_e769a42f9f24be4f7ff3b0b59d39722c, 'click', function() {infowindow.open(map,m_e769a42f9f24be4f7ff3b0b59d39722c);});$marker.push(m_e769a42f9f24be4f7ff3b0b59d39722c);}});}google.maps.event.addDomListener(window, 'load', initialize);