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.6457,-76.1596)};var g_9ac633036a48b921527de7b0f384b65c = new google.maps.Geocoder();g_9ac633036a48b921527de7b0f384b65c.geocode( { 'address': "101 Main St, Laceyville, PA 18623, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laceyville-PA-first-liberty-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('laceyville-PA-first-liberty-bank--trust'), mapOptions);}document.getElementById('db1f3eba').innerHTML += ' | View Map';var $l9ac633036a48b921527de7b0f384b65c = '

First Liberty Bank & Trust

Address: 101 Main St, Laceyville, PA 18623, USA
Phone: (570) 869-1522
';var m_9ac633036a48b921527de7b0f384b65c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Liberty Bank & Trust',});m_9ac633036a48b921527de7b0f384b65c['infowindow'] = new google.maps.InfoWindow({content: $l9ac633036a48b921527de7b0f384b65c});var infowindow = new google.maps.InfoWindow({content: $l9ac633036a48b921527de7b0f384b65c});google.maps.event.addListener(m_9ac633036a48b921527de7b0f384b65c, 'click', function() {infowindow.open(map,m_9ac633036a48b921527de7b0f384b65c);});$marker.push(m_9ac633036a48b921527de7b0f384b65c);}});}google.maps.event.addDomListener(window, 'load', initialize);