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.3767,-83.2253)};var g_165c63c2c0e9780929c2d43004bc8dd5 = new google.maps.Geocoder();g_165c63c2c0e9780929c2d43004bc8dd5.geocode( { 'address': "186 Grindstaff Cove Rd, Sylva, NC 28779, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sylva-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('sylva-NC-bbt'), mapOptions);}document.getElementById('2c1da3a2').innerHTML += ' | View Map';var $l165c63c2c0e9780929c2d43004bc8dd5 = '

BB&T

Address: 186 Grindstaff Cove Rd, Sylva, NC 28779, USA
Phone: (828) 586-8954
';var m_165c63c2c0e9780929c2d43004bc8dd5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_165c63c2c0e9780929c2d43004bc8dd5['infowindow'] = new google.maps.InfoWindow({content: $l165c63c2c0e9780929c2d43004bc8dd5});var infowindow = new google.maps.InfoWindow({content: $l165c63c2c0e9780929c2d43004bc8dd5});google.maps.event.addListener(m_165c63c2c0e9780929c2d43004bc8dd5, 'click', function() {infowindow.open(map,m_165c63c2c0e9780929c2d43004bc8dd5);});$marker.push(m_165c63c2c0e9780929c2d43004bc8dd5);}});}google.maps.event.addDomListener(window, 'load', initialize);