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.8505,-82.4035)};var g_fb6e7c396949fea1f6f6bf144dbc7908 = new google.maps.Geocoder();g_fb6e7c396949fea1f6f6bf144dbc7908.geocode( { 'address': "870 S Pleasantburg Dr, Greenville, SC 29607"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-SC-branch-banking-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('greenville-SC-branch-banking-trust-co'), mapOptions);}document.getElementById('af7220f7').innerHTML += ' | View Map';var $lfb6e7c396949fea1f6f6bf144dbc7908 = '

Branch Banking & Trust Co

Address: 870 S Pleasantburg Dr, Greenville, SC 29607
Phone: (864) 672-1392
';var m_fb6e7c396949fea1f6f6bf144dbc7908 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Branch Banking & Trust Co',});m_fb6e7c396949fea1f6f6bf144dbc7908['infowindow'] = new google.maps.InfoWindow({content: $lfb6e7c396949fea1f6f6bf144dbc7908});var infowindow = new google.maps.InfoWindow({content: $lfb6e7c396949fea1f6f6bf144dbc7908});google.maps.event.addListener(m_fb6e7c396949fea1f6f6bf144dbc7908, 'click', function() {infowindow.open(map,m_fb6e7c396949fea1f6f6bf144dbc7908);});$marker.push(m_fb6e7c396949fea1f6f6bf144dbc7908);}});}google.maps.event.addDomListener(window, 'load', initialize);