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

BB&T

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