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.6342,-78.6457)};var g_d3509679d8747ff9cf4257cddb67f72b = new google.maps.Geocoder();g_d3509679d8747ff9cf4257cddb67f72b.geocode( { 'address': "304 Magee Ave, Patton, PA 16668, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('patton-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('patton-PA-atm-mt-bank'), mapOptions);}document.getElementById('8c6e26b1').innerHTML += ' | View Map';var $ld3509679d8747ff9cf4257cddb67f72b = '

ATM M&t Bank

Address: 304 Magee Ave, Patton, PA 16668, USA
Phone: (800) 627-3999
';var m_d3509679d8747ff9cf4257cddb67f72b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_d3509679d8747ff9cf4257cddb67f72b['infowindow'] = new google.maps.InfoWindow({content: $ld3509679d8747ff9cf4257cddb67f72b});var infowindow = new google.maps.InfoWindow({content: $ld3509679d8747ff9cf4257cddb67f72b});google.maps.event.addListener(m_d3509679d8747ff9cf4257cddb67f72b, 'click', function() {infowindow.open(map,m_d3509679d8747ff9cf4257cddb67f72b);});$marker.push(m_d3509679d8747ff9cf4257cddb67f72b);}});}google.maps.event.addDomListener(window, 'load', initialize);