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.4211,-81.7908)};var g_48fe118b07a43ce5c04a3789df5f152e = new google.maps.Geocoder();g_48fe118b07a43ce5c04a3789df5f152e.geocode( { 'address': "5560 Big Tyler Rd, Cross Lanes, WV 25313, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cross-lanes-WV-bbt').style.display = '';map = new google.maps.Map(document.getElementById('cross-lanes-WV-bbt'), mapOptions);}document.getElementById('5d49b32a').innerHTML += ' | View Map';var $l48fe118b07a43ce5c04a3789df5f152e = '

BB&T

Address: 5560 Big Tyler Rd, Cross Lanes, WV 25313, United States
Phone: (304) 776-5751
';var m_48fe118b07a43ce5c04a3789df5f152e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_48fe118b07a43ce5c04a3789df5f152e['infowindow'] = new google.maps.InfoWindow({content: $l48fe118b07a43ce5c04a3789df5f152e});var infowindow = new google.maps.InfoWindow({content: $l48fe118b07a43ce5c04a3789df5f152e});google.maps.event.addListener(m_48fe118b07a43ce5c04a3789df5f152e, 'click', function() {infowindow.open(map,m_48fe118b07a43ce5c04a3789df5f152e);});$marker.push(m_48fe118b07a43ce5c04a3789df5f152e);}});}google.maps.event.addDomListener(window, 'load', initialize);