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(35.592,-79.3273)};var g_e72f549e59cd75ee9cf71230947471d8 = new google.maps.Geocoder();g_e72f549e59cd75ee9cf71230947471d8.geocode( { 'address': "2111 S Main St, Goldston, NC 27252, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goldston-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('goldston-NC-bbt'), mapOptions);}document.getElementById('126f8216').innerHTML += ' | View Map';var $le72f549e59cd75ee9cf71230947471d8 = '

BB&T

Address: 2111 S Main St, Goldston, NC 27252, USA
Phone: (919) 898-2213
';var m_e72f549e59cd75ee9cf71230947471d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_e72f549e59cd75ee9cf71230947471d8['infowindow'] = new google.maps.InfoWindow({content: $le72f549e59cd75ee9cf71230947471d8});var infowindow = new google.maps.InfoWindow({content: $le72f549e59cd75ee9cf71230947471d8});google.maps.event.addListener(m_e72f549e59cd75ee9cf71230947471d8, 'click', function() {infowindow.open(map,m_e72f549e59cd75ee9cf71230947471d8);});$marker.push(m_e72f549e59cd75ee9cf71230947471d8);}});}google.maps.event.addDomListener(window, 'load', initialize);