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.8133,-83.3135)};var g_7b1aad5d3cbfb7aeb8a99a879237766f = new google.maps.Geocoder();g_7b1aad5d3cbfb7aeb8a99a879237766f.geocode( { 'address': "200 Professional Ln, Harlan, KY 40831, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harlan-KY-bbt').style.display = '';map = new google.maps.Map(document.getElementById('harlan-KY-bbt'), mapOptions);}document.getElementById('faffe75b').innerHTML += ' | View Map';var $l7b1aad5d3cbfb7aeb8a99a879237766f = '

BB&T

Address: 200 Professional Ln, Harlan, KY 40831, USA
Phone: (606) 573-8300
';var m_7b1aad5d3cbfb7aeb8a99a879237766f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_7b1aad5d3cbfb7aeb8a99a879237766f['infowindow'] = new google.maps.InfoWindow({content: $l7b1aad5d3cbfb7aeb8a99a879237766f});var infowindow = new google.maps.InfoWindow({content: $l7b1aad5d3cbfb7aeb8a99a879237766f});google.maps.event.addListener(m_7b1aad5d3cbfb7aeb8a99a879237766f, 'click', function() {infowindow.open(map,m_7b1aad5d3cbfb7aeb8a99a879237766f);});$marker.push(m_7b1aad5d3cbfb7aeb8a99a879237766f);}});}google.maps.event.addDomListener(window, 'load', initialize);