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.0342,-77.3067)};var g_bfdafe35424837efcd9077bdc9bb010c = new google.maps.Geocoder();g_bfdafe35424837efcd9077bdc9bb010c.geocode( { 'address': "4 E Main St, Loganton, PA 17747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loganton-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('loganton-PA-first-national-bank'), mapOptions);}document.getElementById('9b41a57a').innerHTML += ' | View Map';var $lbfdafe35424837efcd9077bdc9bb010c = '

First National Bank

Address: 4 E Main St, Loganton, PA 17747, USA
Phone: (570) 725-3516
';var m_bfdafe35424837efcd9077bdc9bb010c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_bfdafe35424837efcd9077bdc9bb010c['infowindow'] = new google.maps.InfoWindow({content: $lbfdafe35424837efcd9077bdc9bb010c});var infowindow = new google.maps.InfoWindow({content: $lbfdafe35424837efcd9077bdc9bb010c});google.maps.event.addListener(m_bfdafe35424837efcd9077bdc9bb010c, 'click', function() {infowindow.open(map,m_bfdafe35424837efcd9077bdc9bb010c);});$marker.push(m_bfdafe35424837efcd9077bdc9bb010c);}});}google.maps.event.addDomListener(window, 'load', initialize);