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.5564)};var g_9f26e2ca32a8d8893b0e3c1393b649f2 = new google.maps.Geocoder();g_9f26e2ca32a8d8893b0e3c1393b649f2.geocode( { 'address': "200 Railroad St, Salem, WV 26426, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-WV-bbt---salem-wv-branch').style.display = '';map = new google.maps.Map(document.getElementById('salem-WV-bbt---salem-wv-branch'), mapOptions);}document.getElementById('f73e4ced').innerHTML += ' | View Map';var $l9f26e2ca32a8d8893b0e3c1393b649f2 = '

BB&T - Salem WV Branch

Address: 200 Railroad St, Salem, WV 26426, USA
Phone: (304) 782-1081
';var m_9f26e2ca32a8d8893b0e3c1393b649f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Salem WV Branch',});m_9f26e2ca32a8d8893b0e3c1393b649f2['infowindow'] = new google.maps.InfoWindow({content: $l9f26e2ca32a8d8893b0e3c1393b649f2});var infowindow = new google.maps.InfoWindow({content: $l9f26e2ca32a8d8893b0e3c1393b649f2});google.maps.event.addListener(m_9f26e2ca32a8d8893b0e3c1393b649f2, 'click', function() {infowindow.open(map,m_9f26e2ca32a8d8893b0e3c1393b649f2);});$marker.push(m_9f26e2ca32a8d8893b0e3c1393b649f2);}});}google.maps.event.addDomListener(window, 'load', initialize);