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.4596,-78.2035)};var g_9d7aae53b987aa757d0e12714b7d0a4b = new google.maps.Geocoder();g_9d7aae53b987aa757d0e12714b7d0a4b.geocode( { 'address': "101 High St, Williamsburg, PA 16693"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsburg-PA-clearfield-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('williamsburg-PA-clearfield-bank-trust-co'), mapOptions);}document.getElementById('723bea44').innerHTML += ' | View Map';var $l9d7aae53b987aa757d0e12714b7d0a4b = '

Clearfield Bank & Trust Co

Address: 101 High St, Williamsburg, PA 16693
Phone: (814) 832-2128
';var m_9d7aae53b987aa757d0e12714b7d0a4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clearfield Bank & Trust Co',});m_9d7aae53b987aa757d0e12714b7d0a4b['infowindow'] = new google.maps.InfoWindow({content: $l9d7aae53b987aa757d0e12714b7d0a4b});var infowindow = new google.maps.InfoWindow({content: $l9d7aae53b987aa757d0e12714b7d0a4b});google.maps.event.addListener(m_9d7aae53b987aa757d0e12714b7d0a4b, 'click', function() {infowindow.open(map,m_9d7aae53b987aa757d0e12714b7d0a4b);});$marker.push(m_9d7aae53b987aa757d0e12714b7d0a4b);}});}google.maps.event.addDomListener(window, 'load', initialize);