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.582,-77.3663)};var g_2254392c98d675eee977fe09b3a57848 = new google.maps.Geocoder();g_2254392c98d675eee977fe09b3a57848.geocode( { 'address': "700 E Arlington Blvd, Greenville, NC 27858, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-NC-bbt---red-banks-road-branch').style.display = '';map = new google.maps.Map(document.getElementById('greenville-NC-bbt---red-banks-road-branch'), mapOptions);}document.getElementById('7b8c4c80').innerHTML += ' | View Map';var $l2254392c98d675eee977fe09b3a57848 = '

BB&T - Red Banks Road Branch

Address: 700 E Arlington Blvd, Greenville, NC 27858, USA
Phone: (252) 321-3300
';var m_2254392c98d675eee977fe09b3a57848 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Red Banks Road Branch',});m_2254392c98d675eee977fe09b3a57848['infowindow'] = new google.maps.InfoWindow({content: $l2254392c98d675eee977fe09b3a57848});var infowindow = new google.maps.InfoWindow({content: $l2254392c98d675eee977fe09b3a57848});google.maps.event.addListener(m_2254392c98d675eee977fe09b3a57848, 'click', function() {infowindow.open(map,m_2254392c98d675eee977fe09b3a57848);});$marker.push(m_2254392c98d675eee977fe09b3a57848);}});}google.maps.event.addDomListener(window, 'load', initialize);