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.2347,-76.3474)};var g_d04beca1616f92edb95fe79c395756fa = new google.maps.Geocoder();g_d04beca1616f92edb95fe79c395756fa.geocode( { 'address': "200 Market St, Benton, PA 17814"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benton-PA-first-columbia-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('benton-PA-first-columbia-bank-trust-co'), mapOptions);}document.getElementById('b6a102c9').innerHTML += ' | View Map';var $ld04beca1616f92edb95fe79c395756fa = '

First Columbia Bank & Trust Co

Address: 200 Market St, Benton, PA 17814
Phone: (570) 925-6181
';var m_d04beca1616f92edb95fe79c395756fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Columbia Bank & Trust Co',});m_d04beca1616f92edb95fe79c395756fa['infowindow'] = new google.maps.InfoWindow({content: $ld04beca1616f92edb95fe79c395756fa});var infowindow = new google.maps.InfoWindow({content: $ld04beca1616f92edb95fe79c395756fa});google.maps.event.addListener(m_d04beca1616f92edb95fe79c395756fa, 'click', function() {infowindow.open(map,m_d04beca1616f92edb95fe79c395756fa);});$marker.push(m_d04beca1616f92edb95fe79c395756fa);}});}google.maps.event.addDomListener(window, 'load', initialize);