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

BB&T ATM

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