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.7745,-76.3994)};var g_d92e9c32c73a5ea3b95685e30937ac5f = new google.maps.Geocoder();g_d92e9c32c73a5ea3b95685e30937ac5f.geocode( { 'address': "RR 6, Wysox, PA 18854, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wysox-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('wysox-PA-atm-mt-bank'), mapOptions);}document.getElementById('a1115584').innerHTML += ' | View Map';var $ld92e9c32c73a5ea3b95685e30937ac5f = '

ATM (M&T Bank)

Address: RR 6, Wysox, PA 18854, USA
Phone:
';var m_d92e9c32c73a5ea3b95685e30937ac5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (M&T Bank)',});m_d92e9c32c73a5ea3b95685e30937ac5f['infowindow'] = new google.maps.InfoWindow({content: $ld92e9c32c73a5ea3b95685e30937ac5f});var infowindow = new google.maps.InfoWindow({content: $ld92e9c32c73a5ea3b95685e30937ac5f});google.maps.event.addListener(m_d92e9c32c73a5ea3b95685e30937ac5f, 'click', function() {infowindow.open(map,m_d92e9c32c73a5ea3b95685e30937ac5f);});$marker.push(m_d92e9c32c73a5ea3b95685e30937ac5f);}});}google.maps.event.addDomListener(window, 'load', initialize);