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.7648,-79.5281)};var g_27464bb328aa347a2dc55a9f1bafa909 = new google.maps.Geocoder();g_27464bb328aa347a2dc55a9f1bafa909.geocode( { 'address': "503 Main St, Ford City, PA 16226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ford-city-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('ford-city-PA-atm-mt-bank'), mapOptions);}document.getElementById('7886c1cd').innerHTML += ' | View Map';var $l27464bb328aa347a2dc55a9f1bafa909 = '

ATM M&t Bank

Address: 503 Main St, Ford City, PA 16226, USA
Phone: (800) 627-3999
';var m_27464bb328aa347a2dc55a9f1bafa909 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_27464bb328aa347a2dc55a9f1bafa909['infowindow'] = new google.maps.InfoWindow({content: $l27464bb328aa347a2dc55a9f1bafa909});var infowindow = new google.maps.InfoWindow({content: $l27464bb328aa347a2dc55a9f1bafa909});google.maps.event.addListener(m_27464bb328aa347a2dc55a9f1bafa909, 'click', function() {infowindow.open(map,m_27464bb328aa347a2dc55a9f1bafa909);});$marker.push(m_27464bb328aa347a2dc55a9f1bafa909);}});}google.maps.event.addDomListener(window, 'load', initialize);