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

BB&T - Boiling Springs Branch

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