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.9566,-84.0764)};var g_6b3a8f76ca145c9db850d0d318d381a6 = new google.maps.Geocoder();g_6b3a8f76ca145c9db850d0d318d381a6.geocode( { 'address': "1390 Master St, Corbin, KY 40701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corbin-KY-bbt---corbin-main-branch').style.display = '';map = new google.maps.Map(document.getElementById('corbin-KY-bbt---corbin-main-branch'), mapOptions);}document.getElementById('0d06cecf').innerHTML += ' | View Map';var $l6b3a8f76ca145c9db850d0d318d381a6 = '

BB&T - Corbin Main Branch

Address: 1390 Master St, Corbin, KY 40701, USA
Phone: (606) 528-6600
';var m_6b3a8f76ca145c9db850d0d318d381a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Corbin Main Branch',});m_6b3a8f76ca145c9db850d0d318d381a6['infowindow'] = new google.maps.InfoWindow({content: $l6b3a8f76ca145c9db850d0d318d381a6});var infowindow = new google.maps.InfoWindow({content: $l6b3a8f76ca145c9db850d0d318d381a6});google.maps.event.addListener(m_6b3a8f76ca145c9db850d0d318d381a6, 'click', function() {infowindow.open(map,m_6b3a8f76ca145c9db850d0d318d381a6);});$marker.push(m_6b3a8f76ca145c9db850d0d318d381a6);}});}google.maps.event.addDomListener(window, 'load', initialize);