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.4752,-81.2464)};var g_7451a2adba8556c1dd74192afb81fb07 = new google.maps.Geocoder();g_7451a2adba8556c1dd74192afb81fb07.geocode( { 'address': "813 E Main St, Lincolnton, NC 28092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincolnton-NC-bbt---lincolnton-main-branch').style.display = '';map = new google.maps.Map(document.getElementById('lincolnton-NC-bbt---lincolnton-main-branch'), mapOptions);}document.getElementById('e0838935').innerHTML += ' | View Map';var $l7451a2adba8556c1dd74192afb81fb07 = '

BB&T - Lincolnton Main Branch

Address: 813 E Main St, Lincolnton, NC 28092, USA
Phone: (704) 736-4600
';var m_7451a2adba8556c1dd74192afb81fb07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Lincolnton Main Branch',});m_7451a2adba8556c1dd74192afb81fb07['infowindow'] = new google.maps.InfoWindow({content: $l7451a2adba8556c1dd74192afb81fb07});var infowindow = new google.maps.InfoWindow({content: $l7451a2adba8556c1dd74192afb81fb07});google.maps.event.addListener(m_7451a2adba8556c1dd74192afb81fb07, 'click', function() {infowindow.open(map,m_7451a2adba8556c1dd74192afb81fb07);});$marker.push(m_7451a2adba8556c1dd74192afb81fb07);}});}google.maps.event.addDomListener(window, 'load', initialize);