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(41.4276,-78.5597)};var g_e102943424a748e28068406f64765596 = new google.maps.Geocoder();g_e102943424a748e28068406f64765596.geocode( { 'address': "117 S. Michaels St, St Marys, PA 15857, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-marys-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-marys-PA-atm-mt-bank'), mapOptions);}document.getElementById('3cf0fa50').innerHTML += ' | View Map';var $le102943424a748e28068406f64765596 = '

ATM M&t Bank

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