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.2784,-78.4682)};var g_545c69fec9380791a7d3c9d377307abe = new google.maps.Geocoder();g_545c69fec9380791a7d3c9d377307abe.geocode( { 'address': "219 Corporate Boulevard, Claysburg, PA 16625, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('claysburg-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('claysburg-PA-atm-mt-bank'), mapOptions);}document.getElementById('9c0d96e2').innerHTML += ' | View Map';var $l545c69fec9380791a7d3c9d377307abe = '

ATM M&t Bank

Address: 219 Corporate Boulevard, Claysburg, PA 16625, USA
Phone: (800) 627-3999
';var m_545c69fec9380791a7d3c9d377307abe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_545c69fec9380791a7d3c9d377307abe['infowindow'] = new google.maps.InfoWindow({content: $l545c69fec9380791a7d3c9d377307abe});var infowindow = new google.maps.InfoWindow({content: $l545c69fec9380791a7d3c9d377307abe});google.maps.event.addListener(m_545c69fec9380791a7d3c9d377307abe, 'click', function() {infowindow.open(map,m_545c69fec9380791a7d3c9d377307abe);});$marker.push(m_545c69fec9380791a7d3c9d377307abe);}});}google.maps.event.addDomListener(window, 'load', initialize);