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.2394,-81.0761)};var g_1fcdbdd2155862298ecfaf38ea12c419 = new google.maps.Geocoder();g_1fcdbdd2155862298ecfaf38ea12c419.geocode( { 'address': "109 Center St, Cramerton, NC 28032"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cramerton-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('cramerton-NC-bbt'), mapOptions);}document.getElementById('9862bc10').innerHTML += ' | View Map';var $l1fcdbdd2155862298ecfaf38ea12c419 = '

BB&T

Address: 109 Center St, Cramerton, NC 28032
Phone: (704) 852-5760
';var m_1fcdbdd2155862298ecfaf38ea12c419 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_1fcdbdd2155862298ecfaf38ea12c419['infowindow'] = new google.maps.InfoWindow({content: $l1fcdbdd2155862298ecfaf38ea12c419});var infowindow = new google.maps.InfoWindow({content: $l1fcdbdd2155862298ecfaf38ea12c419});google.maps.event.addListener(m_1fcdbdd2155862298ecfaf38ea12c419, 'click', function() {infowindow.open(map,m_1fcdbdd2155862298ecfaf38ea12c419);});$marker.push(m_1fcdbdd2155862298ecfaf38ea12c419);}});}google.maps.event.addDomListener(window, 'load', initialize);