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.012,-78.3715)};var g_8646c48a45fc958d20550a893b2e835d = new google.maps.Geocoder();g_8646c48a45fc958d20550a893b2e835d.geocode( { 'address': "115 E Main St, Everett, PA 15537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('everett-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('everett-PA-atm-mt-bank'), mapOptions);}document.getElementById('8658d6f2').innerHTML += ' | View Map';var $l8646c48a45fc958d20550a893b2e835d = '

ATM M&t Bank

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