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.3421,-79.4116)};var g_c37eab93c546e55afa3df653ef071642 = new google.maps.Geocoder();g_c37eab93c546e55afa3df653ef071642.geocode( { 'address': "502 Monroe St, Carthage, NC 28327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carthage-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('carthage-NC-bbt'), mapOptions);}document.getElementById('d8b9d8d0').innerHTML += ' | View Map';var $lc37eab93c546e55afa3df653ef071642 = '

BB&T

Address: 502 Monroe St, Carthage, NC 28327, USA
Phone: (910) 947-2241
';var m_c37eab93c546e55afa3df653ef071642 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_c37eab93c546e55afa3df653ef071642['infowindow'] = new google.maps.InfoWindow({content: $lc37eab93c546e55afa3df653ef071642});var infowindow = new google.maps.InfoWindow({content: $lc37eab93c546e55afa3df653ef071642});google.maps.event.addListener(m_c37eab93c546e55afa3df653ef071642, 'click', function() {infowindow.open(map,m_c37eab93c546e55afa3df653ef071642);});$marker.push(m_c37eab93c546e55afa3df653ef071642);}});}google.maps.event.addDomListener(window, 'load', initialize);