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.0637,-78.1518)};var g_36bb560fe86d9c565cf1665d4e4b7487 = new google.maps.Geocoder();g_36bb560fe86d9c565cf1665d4e4b7487.geocode( { 'address': "3769 Old Ocean Hwy, Bolivia, NC 28422, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bolivia-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('bolivia-NC-bbt'), mapOptions);}document.getElementById('dcc43469').innerHTML += ' | View Map';var $l36bb560fe86d9c565cf1665d4e4b7487 = '

BB&T

Address: 3769 Old Ocean Hwy, Bolivia, NC 28422, USA
Phone: (910) 253-6570
';var m_36bb560fe86d9c565cf1665d4e4b7487 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_36bb560fe86d9c565cf1665d4e4b7487['infowindow'] = new google.maps.InfoWindow({content: $l36bb560fe86d9c565cf1665d4e4b7487});var infowindow = new google.maps.InfoWindow({content: $l36bb560fe86d9c565cf1665d4e4b7487});google.maps.event.addListener(m_36bb560fe86d9c565cf1665d4e4b7487, 'click', function() {infowindow.open(map,m_36bb560fe86d9c565cf1665d4e4b7487);});$marker.push(m_36bb560fe86d9c565cf1665d4e4b7487);}});}google.maps.event.addDomListener(window, 'load', initialize);