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.9025,-81.5353)};var g_a08a3193ea3d3d73385851c5baf07d3f = new google.maps.Geocoder();g_a08a3193ea3d3d73385851c5baf07d3f.geocode( { 'address': "201 Mulberry St SW, Lenoir, NC 28645"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lenoir-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('lenoir-NC-bbt'), mapOptions);}document.getElementById('913f5a8d').innerHTML += ' | View Map';var $la08a3193ea3d3d73385851c5baf07d3f = '

Bb&t

Address: 201 Mulberry St SW, Lenoir, NC 28645
Phone: (828) 754-2278
';var m_a08a3193ea3d3d73385851c5baf07d3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bb&t',});m_a08a3193ea3d3d73385851c5baf07d3f['infowindow'] = new google.maps.InfoWindow({content: $la08a3193ea3d3d73385851c5baf07d3f});var infowindow = new google.maps.InfoWindow({content: $la08a3193ea3d3d73385851c5baf07d3f});google.maps.event.addListener(m_a08a3193ea3d3d73385851c5baf07d3f, 'click', function() {infowindow.open(map,m_a08a3193ea3d3d73385851c5baf07d3f);});$marker.push(m_a08a3193ea3d3d73385851c5baf07d3f);}});}google.maps.event.addDomListener(window, 'load', initialize);