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.6915,-76.2621)};var g_8cca6e1f00335c0d496ed52b24f23f9e = new google.maps.Geocoder();g_8cca6e1f00335c0d496ed52b24f23f9e.geocode( { 'address': "260 Sunbury St, Minersville, PA 17954, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minersville-PA-the-first-national-bank-of-minersville').style.display = '';map = new google.maps.Map(document.getElementById('minersville-PA-the-first-national-bank-of-minersville'), mapOptions);}document.getElementById('7551efec').innerHTML += ' | View Map';var $l8cca6e1f00335c0d496ed52b24f23f9e = '

The First National Bank of Minersville

Address: 260 Sunbury St, Minersville, PA 17954, USA
Phone: (570) 544-4726
';var m_8cca6e1f00335c0d496ed52b24f23f9e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The First National Bank of Minersville',});m_8cca6e1f00335c0d496ed52b24f23f9e['infowindow'] = new google.maps.InfoWindow({content: $l8cca6e1f00335c0d496ed52b24f23f9e});var infowindow = new google.maps.InfoWindow({content: $l8cca6e1f00335c0d496ed52b24f23f9e});google.maps.event.addListener(m_8cca6e1f00335c0d496ed52b24f23f9e, 'click', function() {infowindow.open(map,m_8cca6e1f00335c0d496ed52b24f23f9e);});$marker.push(m_8cca6e1f00335c0d496ed52b24f23f9e);}});}google.maps.event.addDomListener(window, 'load', initialize);