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.2405,-81.3347)};var g_5951738eec27a823f80d688e926bb785 = new google.maps.Geocoder();g_5951738eec27a823f80d688e926bb785.geocode( { 'address': "410 E King St, Kings Mountain, NC 28086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kings-mountain-NC-bbt---kings-mountain-branch').style.display = '';map = new google.maps.Map(document.getElementById('kings-mountain-NC-bbt---kings-mountain-branch'), mapOptions);}document.getElementById('8cf2a7df').innerHTML += ' | View Map';var $l5951738eec27a823f80d688e926bb785 = '

BB&T - Kings Mountain Branch

Address: 410 E King St, Kings Mountain, NC 28086, USA
Phone: (704) 739-9573
';var m_5951738eec27a823f80d688e926bb785 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Kings Mountain Branch',});m_5951738eec27a823f80d688e926bb785['infowindow'] = new google.maps.InfoWindow({content: $l5951738eec27a823f80d688e926bb785});var infowindow = new google.maps.InfoWindow({content: $l5951738eec27a823f80d688e926bb785});google.maps.event.addListener(m_5951738eec27a823f80d688e926bb785, 'click', function() {infowindow.open(map,m_5951738eec27a823f80d688e926bb785);});$marker.push(m_5951738eec27a823f80d688e926bb785);}});}google.maps.event.addDomListener(window, 'load', initialize);