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.2529,-81.6448)};var g_e94550c93cd70fe748e6982b3439ad3b = new google.maps.Geocoder();g_e94550c93cd70fe748e6982b3439ad3b.geocode( { 'address': "124 N Main St, Boiling Springs, NC 28017"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boiling-springs-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('boiling-springs-NC-bbt'), mapOptions);}document.getElementById('1ccb0897').innerHTML += ' | View Map';var $le94550c93cd70fe748e6982b3439ad3b = '

BB&T

Address: 124 N Main St, Boiling Springs, NC 28017
Phone: (704) 434-5194
';var m_e94550c93cd70fe748e6982b3439ad3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_e94550c93cd70fe748e6982b3439ad3b['infowindow'] = new google.maps.InfoWindow({content: $le94550c93cd70fe748e6982b3439ad3b});var infowindow = new google.maps.InfoWindow({content: $le94550c93cd70fe748e6982b3439ad3b});google.maps.event.addListener(m_e94550c93cd70fe748e6982b3439ad3b, 'click', function() {infowindow.open(map,m_e94550c93cd70fe748e6982b3439ad3b);});$marker.push(m_e94550c93cd70fe748e6982b3439ad3b);}});}google.maps.event.addDomListener(window, 'load', initialize);