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.462,-78.2008)};var g_bc03040ec893396d15c13d0b69e3dba4 = new google.maps.Geocoder();g_bc03040ec893396d15c13d0b69e3dba4.geocode( { 'address': "101 High St, Williamsburg, PA 16693, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsburg-PA-cbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsburg-PA-cbt-bank'), mapOptions);}document.getElementById('c20b0ca1').innerHTML += ' | View Map';var $lbc03040ec893396d15c13d0b69e3dba4 = '

CBT Bank

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