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.0159,-78.4669)};var g_5921cdc033c5e79be46f4a9f8947ea67 = new google.maps.Geocoder();g_5921cdc033c5e79be46f4a9f8947ea67.geocode( { 'address': "9402 Lincoln Hwy, Bedford, PA 15522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('bedford-PA-atm-mt-bank'), mapOptions);}document.getElementById('30bd42e0').innerHTML += ' | View Map';var $l5921cdc033c5e79be46f4a9f8947ea67 = '

ATM M&t Bank

Address: 9402 Lincoln Hwy, Bedford, PA 15522, USA
Phone: (800) 627-3999
';var m_5921cdc033c5e79be46f4a9f8947ea67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_5921cdc033c5e79be46f4a9f8947ea67['infowindow'] = new google.maps.InfoWindow({content: $l5921cdc033c5e79be46f4a9f8947ea67});var infowindow = new google.maps.InfoWindow({content: $l5921cdc033c5e79be46f4a9f8947ea67});google.maps.event.addListener(m_5921cdc033c5e79be46f4a9f8947ea67, 'click', function() {infowindow.open(map,m_5921cdc033c5e79be46f4a9f8947ea67);});$marker.push(m_5921cdc033c5e79be46f4a9f8947ea67);}});}google.maps.event.addDomListener(window, 'load', initialize);