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(34.4976,-79.1151)};var g_24306881200ce90d13c8c02dc3b95966 = new google.maps.Geocoder();g_24306881200ce90d13c8c02dc3b95966.geocode( { 'address': "104 Thompson St, Fairmont, NC 28340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairmont-NC-bbt---fairmont-main-branch').style.display = '';map = new google.maps.Map(document.getElementById('fairmont-NC-bbt---fairmont-main-branch'), mapOptions);}document.getElementById('15376c6c').innerHTML += ' | View Map';var $l24306881200ce90d13c8c02dc3b95966 = '

BB&T - Fairmont Main Branch

Address: 104 Thompson St, Fairmont, NC 28340, USA
Phone: (910) 628-7711
';var m_24306881200ce90d13c8c02dc3b95966 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Fairmont Main Branch',});m_24306881200ce90d13c8c02dc3b95966['infowindow'] = new google.maps.InfoWindow({content: $l24306881200ce90d13c8c02dc3b95966});var infowindow = new google.maps.InfoWindow({content: $l24306881200ce90d13c8c02dc3b95966});google.maps.event.addListener(m_24306881200ce90d13c8c02dc3b95966, 'click', function() {infowindow.open(map,m_24306881200ce90d13c8c02dc3b95966);});$marker.push(m_24306881200ce90d13c8c02dc3b95966);}});}google.maps.event.addDomListener(window, 'load', initialize);