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(36.3846,-80.4666)};var g_e692581cc137f35ae3f4c8f9092a5ea7 = new google.maps.Geocoder();g_e692581cc137f35ae3f4c8f9092a5ea7.geocode( { 'address': "108 E Main St, Pilot Mountain, NC 27041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pilot-mountain-NC-bbt---pilot-mountain-branch').style.display = '';map = new google.maps.Map(document.getElementById('pilot-mountain-NC-bbt---pilot-mountain-branch'), mapOptions);}document.getElementById('de7b392c').innerHTML += ' | View Map';var $le692581cc137f35ae3f4c8f9092a5ea7 = '

BB&T - Pilot Mountain Branch

Address: 108 E Main St, Pilot Mountain, NC 27041, USA
Phone: (336) 368-2259
';var m_e692581cc137f35ae3f4c8f9092a5ea7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Pilot Mountain Branch',});m_e692581cc137f35ae3f4c8f9092a5ea7['infowindow'] = new google.maps.InfoWindow({content: $le692581cc137f35ae3f4c8f9092a5ea7});var infowindow = new google.maps.InfoWindow({content: $le692581cc137f35ae3f4c8f9092a5ea7});google.maps.event.addListener(m_e692581cc137f35ae3f4c8f9092a5ea7, 'click', function() {infowindow.open(map,m_e692581cc137f35ae3f4c8f9092a5ea7);});$marker.push(m_e692581cc137f35ae3f4c8f9092a5ea7);}});}google.maps.event.addDomListener(window, 'load', initialize);