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.9375,-84.1149)};var g_2000f6325dfc4fc3201fc45ed01c7a5d = new google.maps.Geocoder();g_2000f6325dfc4fc3201fc45ed01c7a5d.geocode( { 'address': "2400 S Main St, Corbin, KY 40701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corbin-KY-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('corbin-KY-fifth-third-bank'), mapOptions);}document.getElementById('56564dbd').innerHTML += ' | View Map';var $l2000f6325dfc4fc3201fc45ed01c7a5d = '

Fifth Third Bank

Address: 2400 S Main St, Corbin, KY 40701
Phone: (606) 573-9582
';var m_2000f6325dfc4fc3201fc45ed01c7a5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_2000f6325dfc4fc3201fc45ed01c7a5d['infowindow'] = new google.maps.InfoWindow({content: $l2000f6325dfc4fc3201fc45ed01c7a5d});var infowindow = new google.maps.InfoWindow({content: $l2000f6325dfc4fc3201fc45ed01c7a5d});google.maps.event.addListener(m_2000f6325dfc4fc3201fc45ed01c7a5d, 'click', function() {infowindow.open(map,m_2000f6325dfc4fc3201fc45ed01c7a5d);});$marker.push(m_2000f6325dfc4fc3201fc45ed01c7a5d);}});}google.maps.event.addDomListener(window, 'load', initialize);