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.0476,-76.2705)};var g_74a338894d9bedbc6ddf6746befe1245 = new google.maps.Geocoder();g_74a338894d9bedbc6ddf6746befe1245.geocode( { 'address': "1919 W Front St, Berwick, PA 18603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berwick-PA-first-columbia-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('berwick-PA-first-columbia-bank--trust-co'), mapOptions);}document.getElementById('cdf80988').innerHTML += ' | View Map';var $l74a338894d9bedbc6ddf6746befe1245 = '

First Columbia Bank & Trust Co

Address: 1919 W Front St, Berwick, PA 18603, USA
Phone: (570) 752-3230
';var m_74a338894d9bedbc6ddf6746befe1245 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Columbia Bank & Trust Co',});m_74a338894d9bedbc6ddf6746befe1245['infowindow'] = new google.maps.InfoWindow({content: $l74a338894d9bedbc6ddf6746befe1245});var infowindow = new google.maps.InfoWindow({content: $l74a338894d9bedbc6ddf6746befe1245});google.maps.event.addListener(m_74a338894d9bedbc6ddf6746befe1245, 'click', function() {infowindow.open(map,m_74a338894d9bedbc6ddf6746befe1245);});$marker.push(m_74a338894d9bedbc6ddf6746befe1245);}});}google.maps.event.addDomListener(window, 'load', initialize);