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.7875,-76.5592)};var g_e39da6b1c379f6ad6b4f80c9743cb129 = new google.maps.Geocoder();g_e39da6b1c379f6ad6b4f80c9743cb129.geocode( { 'address': "10 S Market St, Shamokin, PA 17872, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shamokin-PA-first-national-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('shamokin-PA-first-national-bank-atm'), mapOptions);}document.getElementById('72a4a818').innerHTML += ' | View Map';var $le39da6b1c379f6ad6b4f80c9743cb129 = '

First National Bank ATM

Address: 10 S Market St, Shamokin, PA 17872, USA
Phone: (800) 555-5455
';var m_e39da6b1c379f6ad6b4f80c9743cb129 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank ATM',});m_e39da6b1c379f6ad6b4f80c9743cb129['infowindow'] = new google.maps.InfoWindow({content: $le39da6b1c379f6ad6b4f80c9743cb129});var infowindow = new google.maps.InfoWindow({content: $le39da6b1c379f6ad6b4f80c9743cb129});google.maps.event.addListener(m_e39da6b1c379f6ad6b4f80c9743cb129, 'click', function() {infowindow.open(map,m_e39da6b1c379f6ad6b4f80c9743cb129);});$marker.push(m_e39da6b1c379f6ad6b4f80c9743cb129);}});}google.maps.event.addDomListener(window, 'load', initialize);