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.8108,-79.1748)};var g_db4c438cbd786420b2b793099dbec5f4 = new google.maps.Geocoder();g_db4c438cbd786420b2b793099dbec5f4.geocode( { 'address': "608 E 4th Ave, Red Springs, NC 28377, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-springs-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('red-springs-NC-bbt'), mapOptions);}document.getElementById('d3c44914').innerHTML += ' | View Map';var $ldb4c438cbd786420b2b793099dbec5f4 = '

BB&T

Address: 608 E 4th Ave, Red Springs, NC 28377, USA
Phone: (910) 843-4113
';var m_db4c438cbd786420b2b793099dbec5f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_db4c438cbd786420b2b793099dbec5f4['infowindow'] = new google.maps.InfoWindow({content: $ldb4c438cbd786420b2b793099dbec5f4});var infowindow = new google.maps.InfoWindow({content: $ldb4c438cbd786420b2b793099dbec5f4});google.maps.event.addListener(m_db4c438cbd786420b2b793099dbec5f4, 'click', function() {infowindow.open(map,m_db4c438cbd786420b2b793099dbec5f4);});$marker.push(m_db4c438cbd786420b2b793099dbec5f4);}});}google.maps.event.addDomListener(window, 'load', initialize);