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.0999,-79.5872)};var g_74ef48091fc532605bb10d7275044739 = new google.maps.Geocoder();g_74ef48091fc532605bb10d7275044739.geocode( { 'address': "5 S Broadway St, Scottdale, PA 15683, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottdale-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('scottdale-PA-atm-mt-bank'), mapOptions);}document.getElementById('d5b4b5dc').innerHTML += ' | View Map';var $l74ef48091fc532605bb10d7275044739 = '

ATM M&t Bank

Address: 5 S Broadway St, Scottdale, PA 15683, USA
Phone: (800) 627-3999
';var m_74ef48091fc532605bb10d7275044739 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_74ef48091fc532605bb10d7275044739['infowindow'] = new google.maps.InfoWindow({content: $l74ef48091fc532605bb10d7275044739});var infowindow = new google.maps.InfoWindow({content: $l74ef48091fc532605bb10d7275044739});google.maps.event.addListener(m_74ef48091fc532605bb10d7275044739, 'click', function() {infowindow.open(map,m_74ef48091fc532605bb10d7275044739);});$marker.push(m_74ef48091fc532605bb10d7275044739);}});}google.maps.event.addDomListener(window, 'load', initialize);