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.3413,-79.3625)};var g_b5eb598409e1e5aa9460b035ce88fad1 = new google.maps.Geocoder();g_b5eb598409e1e5aa9460b035ce88fad1.geocode( { 'address': "502 Monroe St, Carthage, NC 28327"}, 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('9ff4f788').innerHTML += ' | View Map';var $lb5eb598409e1e5aa9460b035ce88fad1 = '

BB&T

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