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.7104,-76.1798)};var g_c06866d6a0d76b230e6dc53a7ac2fae9 = new google.maps.Geocoder();g_c06866d6a0d76b230e6dc53a7ac2fae9.geocode( { 'address': "697 Port Carbon St Clair Hwy, Pottsville, PA 17901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pottsville-PA-atm-susquehanna-bank').style.display = '';map = new google.maps.Map(document.getElementById('pottsville-PA-atm-susquehanna-bank'), mapOptions);}document.getElementById('8ab5da2c').innerHTML += ' | View Map';var $lc06866d6a0d76b230e6dc53a7ac2fae9 = '

ATM (Susquehanna Bank)

Address: 697 Port Carbon St Clair Hwy, Pottsville, PA 17901, USA
Phone:
';var m_c06866d6a0d76b230e6dc53a7ac2fae9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Susquehanna Bank)',});m_c06866d6a0d76b230e6dc53a7ac2fae9['infowindow'] = new google.maps.InfoWindow({content: $lc06866d6a0d76b230e6dc53a7ac2fae9});var infowindow = new google.maps.InfoWindow({content: $lc06866d6a0d76b230e6dc53a7ac2fae9});google.maps.event.addListener(m_c06866d6a0d76b230e6dc53a7ac2fae9, 'click', function() {infowindow.open(map,m_c06866d6a0d76b230e6dc53a7ac2fae9);});$marker.push(m_c06866d6a0d76b230e6dc53a7ac2fae9);}});}google.maps.event.addDomListener(window, 'load', initialize);