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.849,-81.9987)};var g_5f3934ee3fb895723593751c8889a35a = new google.maps.Geocoder();g_5f3934ee3fb895723593751c8889a35a.geocode( { 'address': "80 Riverview Ave, Logan, WV 25601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-WV-bbt').style.display = '';map = new google.maps.Map(document.getElementById('logan-WV-bbt'), mapOptions);}document.getElementById('df70e55e').innerHTML += ' | View Map';var $l5f3934ee3fb895723593751c8889a35a = '

BB&T

Address: 80 Riverview Ave, Logan, WV 25601, USA
Phone: (304) 752-6155
';var m_5f3934ee3fb895723593751c8889a35a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_5f3934ee3fb895723593751c8889a35a['infowindow'] = new google.maps.InfoWindow({content: $l5f3934ee3fb895723593751c8889a35a});var infowindow = new google.maps.InfoWindow({content: $l5f3934ee3fb895723593751c8889a35a});google.maps.event.addListener(m_5f3934ee3fb895723593751c8889a35a, 'click', function() {infowindow.open(map,m_5f3934ee3fb895723593751c8889a35a);});$marker.push(m_5f3934ee3fb895723593751c8889a35a);}});}google.maps.event.addDomListener(window, 'load', initialize);