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.282,-80.2571)};var g_f9a58204a09ad0d3ba91ab2b05906723 = new google.maps.Geocoder();g_f9a58204a09ad0d3ba91ab2b05906723.geocode( { 'address': "405 W Main St, Bridgeport, WV 26330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeport-WV-bbt---bridgeport-valley-hills-branch').style.display = '';map = new google.maps.Map(document.getElementById('bridgeport-WV-bbt---bridgeport-valley-hills-branch'), mapOptions);}document.getElementById('943406ee').innerHTML += ' | View Map';var $lf9a58204a09ad0d3ba91ab2b05906723 = '

BB&T - Bridgeport Valley Hills Branch

Address: 405 W Main St, Bridgeport, WV 26330, USA
Phone: (304) 842-6277
';var m_f9a58204a09ad0d3ba91ab2b05906723 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Bridgeport Valley Hills Branch',});m_f9a58204a09ad0d3ba91ab2b05906723['infowindow'] = new google.maps.InfoWindow({content: $lf9a58204a09ad0d3ba91ab2b05906723});var infowindow = new google.maps.InfoWindow({content: $lf9a58204a09ad0d3ba91ab2b05906723});google.maps.event.addListener(m_f9a58204a09ad0d3ba91ab2b05906723, 'click', function() {infowindow.open(map,m_f9a58204a09ad0d3ba91ab2b05906723);});$marker.push(m_f9a58204a09ad0d3ba91ab2b05906723);}});}google.maps.event.addDomListener(window, 'load', initialize);