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(38.3238,-80.6534)};var g_0b97be8b4b408a3a0780a32e0a143a7f = new google.maps.Geocoder();g_0b97be8b4b408a3a0780a32e0a143a7f.geocode( { 'address': "457 Craigsville Rd, Craigsville, WV 26205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('craigsville-WV-bbt---craigsville-wv-branch').style.display = '';map = new google.maps.Map(document.getElementById('craigsville-WV-bbt---craigsville-wv-branch'), mapOptions);}document.getElementById('0485bb57').innerHTML += ' | View Map';var $l0b97be8b4b408a3a0780a32e0a143a7f = '

BB&T - Craigsville WV Branch

Address: 457 Craigsville Rd, Craigsville, WV 26205, USA
Phone: (304) 742-5405
';var m_0b97be8b4b408a3a0780a32e0a143a7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Craigsville WV Branch',});m_0b97be8b4b408a3a0780a32e0a143a7f['infowindow'] = new google.maps.InfoWindow({content: $l0b97be8b4b408a3a0780a32e0a143a7f});var infowindow = new google.maps.InfoWindow({content: $l0b97be8b4b408a3a0780a32e0a143a7f});google.maps.event.addListener(m_0b97be8b4b408a3a0780a32e0a143a7f, 'click', function() {infowindow.open(map,m_0b97be8b4b408a3a0780a32e0a143a7f);});$marker.push(m_0b97be8b4b408a3a0780a32e0a143a7f);}});}google.maps.event.addDomListener(window, 'load', initialize);