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(39.9205,-80.7427)};var g_b66d10dc909624c736c7e9c337129559 = new google.maps.Geocoder();g_b66d10dc909624c736c7e9c337129559.geocode( { 'address': "414 Jefferson Ave, Moundsville, WV 26041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moundsville-WV-bbt---moundsville-main-branch').style.display = '';map = new google.maps.Map(document.getElementById('moundsville-WV-bbt---moundsville-main-branch'), mapOptions);}document.getElementById('abb9e8ff').innerHTML += ' | View Map';var $lb66d10dc909624c736c7e9c337129559 = '

BB&T - Moundsville Main Branch

Address: 414 Jefferson Ave, Moundsville, WV 26041, USA
Phone: (304) 845-2470
';var m_b66d10dc909624c736c7e9c337129559 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Moundsville Main Branch',});m_b66d10dc909624c736c7e9c337129559['infowindow'] = new google.maps.InfoWindow({content: $lb66d10dc909624c736c7e9c337129559});var infowindow = new google.maps.InfoWindow({content: $lb66d10dc909624c736c7e9c337129559});google.maps.event.addListener(m_b66d10dc909624c736c7e9c337129559, 'click', function() {infowindow.open(map,m_b66d10dc909624c736c7e9c337129559);});$marker.push(m_b66d10dc909624c736c7e9c337129559);}});}google.maps.event.addDomListener(window, 'load', initialize);