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.6845,-76.1949)};var g_34ffeb359a192eb8174b6854643cc046 = new google.maps.Geocoder();g_34ffeb359a192eb8174b6854643cc046.geocode( { 'address': "25 S Centre St, Pottsville, PA 17901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pottsville-PA-union-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('pottsville-PA-union-bank--trust-co'), mapOptions);}document.getElementById('e6d4e4d5').innerHTML += ' | View Map';var $l34ffeb359a192eb8174b6854643cc046 = '

Union Bank & Trust Co

Address: 25 S Centre St, Pottsville, PA 17901, USA
Phone: (570) 622-3011
';var m_34ffeb359a192eb8174b6854643cc046 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank & Trust Co',});m_34ffeb359a192eb8174b6854643cc046['infowindow'] = new google.maps.InfoWindow({content: $l34ffeb359a192eb8174b6854643cc046});var infowindow = new google.maps.InfoWindow({content: $l34ffeb359a192eb8174b6854643cc046});google.maps.event.addListener(m_34ffeb359a192eb8174b6854643cc046, 'click', function() {infowindow.open(map,m_34ffeb359a192eb8174b6854643cc046);});$marker.push(m_34ffeb359a192eb8174b6854643cc046);}});}google.maps.event.addDomListener(window, 'load', initialize);