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.2559,-81.0956)};var g_fcea63912fcf3a47674560ad7cd5aad3 = new google.maps.Geocoder();g_fcea63912fcf3a47674560ad7cd5aad3.geocode( { 'address': "830 Groves St, Lowell, NC 28098, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lowell-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('lowell-NC-bbt'), mapOptions);}document.getElementById('19337e85').innerHTML += ' | View Map';var $lfcea63912fcf3a47674560ad7cd5aad3 = '

BB&T

Address: 830 Groves St, Lowell, NC 28098, USA
Phone: (704) 852-5730
';var m_fcea63912fcf3a47674560ad7cd5aad3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_fcea63912fcf3a47674560ad7cd5aad3['infowindow'] = new google.maps.InfoWindow({content: $lfcea63912fcf3a47674560ad7cd5aad3});var infowindow = new google.maps.InfoWindow({content: $lfcea63912fcf3a47674560ad7cd5aad3});google.maps.event.addListener(m_fcea63912fcf3a47674560ad7cd5aad3, 'click', function() {infowindow.open(map,m_fcea63912fcf3a47674560ad7cd5aad3);});$marker.push(m_fcea63912fcf3a47674560ad7cd5aad3);}});}google.maps.event.addDomListener(window, 'load', initialize);