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.5788,-81.8744)};var g_8b12b2862b4eaf041d643cd58c258b27 = new google.maps.Geocoder();g_8b12b2862b4eaf041d643cd58c258b27.geocode( { 'address': "US Route 52 Main St, Gilbert, WV 25621"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gilbert-WV-bbt').style.display = '';map = new google.maps.Map(document.getElementById('gilbert-WV-bbt'), mapOptions);}document.getElementById('3d03234f').innerHTML += ' | View Map';var $l8b12b2862b4eaf041d643cd58c258b27 = '

BB&T

Address: US Route 52 Main St, Gilbert, WV 25621
Phone: (304) 664-3295
';var m_8b12b2862b4eaf041d643cd58c258b27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_8b12b2862b4eaf041d643cd58c258b27['infowindow'] = new google.maps.InfoWindow({content: $l8b12b2862b4eaf041d643cd58c258b27});var infowindow = new google.maps.InfoWindow({content: $l8b12b2862b4eaf041d643cd58c258b27});google.maps.event.addListener(m_8b12b2862b4eaf041d643cd58c258b27, 'click', function() {infowindow.open(map,m_8b12b2862b4eaf041d643cd58c258b27);});$marker.push(m_8b12b2862b4eaf041d643cd58c258b27);}});}google.maps.event.addDomListener(window, 'load', initialize);