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.5621,-78.2044)};var g_0d4790f265662dca8587f2ad66308fc3 = new google.maps.Geocoder();g_0d4790f265662dca8587f2ad66308fc3.geocode( { 'address': "32 N Railroad St, Micro, NC 27555, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('micro-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('micro-NC-bbt'), mapOptions);}document.getElementById('6ef65ea2').innerHTML += ' | View Map';var $l0d4790f265662dca8587f2ad66308fc3 = '

BB&T

Address: 32 N Railroad St, Micro, NC 27555, USA
Phone: (919) 284-3166
';var m_0d4790f265662dca8587f2ad66308fc3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_0d4790f265662dca8587f2ad66308fc3['infowindow'] = new google.maps.InfoWindow({content: $l0d4790f265662dca8587f2ad66308fc3});var infowindow = new google.maps.InfoWindow({content: $l0d4790f265662dca8587f2ad66308fc3});google.maps.event.addListener(m_0d4790f265662dca8587f2ad66308fc3, 'click', function() {infowindow.open(map,m_0d4790f265662dca8587f2ad66308fc3);});$marker.push(m_0d4790f265662dca8587f2ad66308fc3);}});}google.maps.event.addDomListener(window, 'load', initialize);