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.0638,-77.355)};var g_a1677f67c9e0342b5dd4dd69762a0c43 = new google.maps.Geocoder();g_a1677f67c9e0342b5dd4dd69762a0c43.geocode( { 'address': "150 W Jones St, Trenton, NC 28585, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trenton-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('trenton-NC-bbt'), mapOptions);}document.getElementById('30dac18f').innerHTML += ' | View Map';var $la1677f67c9e0342b5dd4dd69762a0c43 = '

BB&T

Address: 150 W Jones St, Trenton, NC 28585, USA
Phone: (252) 448-2201
';var m_a1677f67c9e0342b5dd4dd69762a0c43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_a1677f67c9e0342b5dd4dd69762a0c43['infowindow'] = new google.maps.InfoWindow({content: $la1677f67c9e0342b5dd4dd69762a0c43});var infowindow = new google.maps.InfoWindow({content: $la1677f67c9e0342b5dd4dd69762a0c43});google.maps.event.addListener(m_a1677f67c9e0342b5dd4dd69762a0c43, 'click', function() {infowindow.open(map,m_a1677f67c9e0342b5dd4dd69762a0c43);});$marker.push(m_a1677f67c9e0342b5dd4dd69762a0c43);}});}google.maps.event.addDomListener(window, 'load', initialize);