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.1779,-78.3789)};var g_989303e146ff0f3c2b68c5b9b6c6a3a6 = new google.maps.Geocoder();g_989303e146ff0f3c2b68c5b9b6c6a3a6.geocode( { 'address': "2202 Woodbury Pike, Loysburg, PA 16659, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loysburg-PA-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('loysburg-PA-mt-bank-atm'), mapOptions);}document.getElementById('adb884b6').innerHTML += ' | View Map';var $l989303e146ff0f3c2b68c5b9b6c6a3a6 = '

M&T Bank ATM

Address: 2202 Woodbury Pike, Loysburg, PA 16659, USA
Phone: (800) 724-2440
';var m_989303e146ff0f3c2b68c5b9b6c6a3a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_989303e146ff0f3c2b68c5b9b6c6a3a6['infowindow'] = new google.maps.InfoWindow({content: $l989303e146ff0f3c2b68c5b9b6c6a3a6});var infowindow = new google.maps.InfoWindow({content: $l989303e146ff0f3c2b68c5b9b6c6a3a6});google.maps.event.addListener(m_989303e146ff0f3c2b68c5b9b6c6a3a6, 'click', function() {infowindow.open(map,m_989303e146ff0f3c2b68c5b9b6c6a3a6);});$marker.push(m_989303e146ff0f3c2b68c5b9b6c6a3a6);}});}google.maps.event.addDomListener(window, 'load', initialize);