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.805,-77.0848)};var g_d11b5ada98b61a9330a8446a7aa5ab14 = new google.maps.Geocoder();g_d11b5ada98b61a9330a8446a7aa5ab14.geocode( { 'address': "85 W Wellsboro St, Mansfield, PA 16933, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-PA-atm-mt-bank'), mapOptions);}document.getElementById('9b8afd11').innerHTML += ' | View Map';var $ld11b5ada98b61a9330a8446a7aa5ab14 = '

ATM M&t Bank

Address: 85 W Wellsboro St, Mansfield, PA 16933, USA
Phone: (800) 627-3999
';var m_d11b5ada98b61a9330a8446a7aa5ab14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_d11b5ada98b61a9330a8446a7aa5ab14['infowindow'] = new google.maps.InfoWindow({content: $ld11b5ada98b61a9330a8446a7aa5ab14});var infowindow = new google.maps.InfoWindow({content: $ld11b5ada98b61a9330a8446a7aa5ab14});google.maps.event.addListener(m_d11b5ada98b61a9330a8446a7aa5ab14, 'click', function() {infowindow.open(map,m_d11b5ada98b61a9330a8446a7aa5ab14);});$marker.push(m_d11b5ada98b61a9330a8446a7aa5ab14);}});}google.maps.event.addDomListener(window, 'load', initialize);