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()};var g_c9aa2f73002e81f5e059ed1184113a44 = new google.maps.Geocoder();g_c9aa2f73002e81f5e059ed1184113a44.geocode( { 'address': "7715 Charlotte Hwy, Indian Land, SC 29707"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indian-land-SC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('indian-land-SC-bbt'), mapOptions);}document.getElementById('f359e5ea').innerHTML += ' | View Map';var $lc9aa2f73002e81f5e059ed1184113a44 = '

BB&T

Address: 7715 Charlotte Hwy, Indian Land, SC 29707
Phone: (803) 802-1700
';var m_c9aa2f73002e81f5e059ed1184113a44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_c9aa2f73002e81f5e059ed1184113a44['infowindow'] = new google.maps.InfoWindow({content: $lc9aa2f73002e81f5e059ed1184113a44});var infowindow = new google.maps.InfoWindow({content: $lc9aa2f73002e81f5e059ed1184113a44});google.maps.event.addListener(m_c9aa2f73002e81f5e059ed1184113a44, 'click', function() {infowindow.open(map,m_c9aa2f73002e81f5e059ed1184113a44);});$marker.push(m_c9aa2f73002e81f5e059ed1184113a44);}});}google.maps.event.addDomListener(window, 'load', initialize);