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(37.9741,-81.1466)};var g_b0e195530c1c400f54ecdff15d132973 = new google.maps.Geocoder();g_b0e195530c1c400f54ecdff15d132973.geocode( { 'address': "101 Main St, Oak Hill, WV 25901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oak-hill-WV-bbt---oak-hill-branch').style.display = '';map = new google.maps.Map(document.getElementById('oak-hill-WV-bbt---oak-hill-branch'), mapOptions);}document.getElementById('3d6d735f').innerHTML += ' | View Map';var $lb0e195530c1c400f54ecdff15d132973 = '

BB&T - Oak Hill Branch

Address: 101 Main St, Oak Hill, WV 25901, USA
Phone: (304) 469-2961
';var m_b0e195530c1c400f54ecdff15d132973 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Oak Hill Branch',});m_b0e195530c1c400f54ecdff15d132973['infowindow'] = new google.maps.InfoWindow({content: $lb0e195530c1c400f54ecdff15d132973});var infowindow = new google.maps.InfoWindow({content: $lb0e195530c1c400f54ecdff15d132973});google.maps.event.addListener(m_b0e195530c1c400f54ecdff15d132973, 'click', function() {infowindow.open(map,m_b0e195530c1c400f54ecdff15d132973);});$marker.push(m_b0e195530c1c400f54ecdff15d132973);}});}google.maps.event.addDomListener(window, 'load', initialize);