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.764,-77.4343)};var g_22b8064b56f29c9bdf64e9b09bbdc56e = new google.maps.Geocoder();g_22b8064b56f29c9bdf64e9b09bbdc56e.geocode( { 'address': "530 Yopp Rd, Jacksonville, NC 28540"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-NC-bbt'), mapOptions);}document.getElementById('48bada46').innerHTML += ' | View Map';var $l22b8064b56f29c9bdf64e9b09bbdc56e = '

BB&T

Address: 530 Yopp Rd, Jacksonville, NC 28540
Phone: (910) 238-3017
';var m_22b8064b56f29c9bdf64e9b09bbdc56e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_22b8064b56f29c9bdf64e9b09bbdc56e['infowindow'] = new google.maps.InfoWindow({content: $l22b8064b56f29c9bdf64e9b09bbdc56e});var infowindow = new google.maps.InfoWindow({content: $l22b8064b56f29c9bdf64e9b09bbdc56e});google.maps.event.addListener(m_22b8064b56f29c9bdf64e9b09bbdc56e, 'click', function() {infowindow.open(map,m_22b8064b56f29c9bdf64e9b09bbdc56e);});$marker.push(m_22b8064b56f29c9bdf64e9b09bbdc56e);}});}google.maps.event.addDomListener(window, 'load', initialize);