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.4242,-79.667)};var g_1c8fc99016492e9944e011058f71db17 = new google.maps.Geocoder();g_1c8fc99016492e9944e011058f71db17.geocode( { 'address': "4701 William Penn Hwy, Murrysville, PA 15668, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murrysville-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('murrysville-PA-atm-mt-bank'), mapOptions);}document.getElementById('bf980142').innerHTML += ' | View Map';var $l1c8fc99016492e9944e011058f71db17 = '

ATM M&t Bank

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