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.1233,-78.7493)};var g_df4fe8a8bcd5c95cdb640aa9793bb32b = new google.maps.Geocoder();g_df4fe8a8bcd5c95cdb640aa9793bb32b.geocode( { 'address': "91 Beaver Dr, DuBois, PA 15801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dubois-PA-cbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('dubois-PA-cbt-bank'), mapOptions);}document.getElementById('179496df').innerHTML += ' | View Map';var $ldf4fe8a8bcd5c95cdb640aa9793bb32b = '

CBT Bank

Address: 91 Beaver Dr, DuBois, PA 15801, USA
Phone: (814) 371-1400
';var m_df4fe8a8bcd5c95cdb640aa9793bb32b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CBT Bank',});m_df4fe8a8bcd5c95cdb640aa9793bb32b['infowindow'] = new google.maps.InfoWindow({content: $ldf4fe8a8bcd5c95cdb640aa9793bb32b});var infowindow = new google.maps.InfoWindow({content: $ldf4fe8a8bcd5c95cdb640aa9793bb32b});google.maps.event.addListener(m_df4fe8a8bcd5c95cdb640aa9793bb32b, 'click', function() {infowindow.open(map,m_df4fe8a8bcd5c95cdb640aa9793bb32b);});$marker.push(m_df4fe8a8bcd5c95cdb640aa9793bb32b);}});}google.maps.event.addDomListener(window, 'load', initialize);