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(37.0376,-88.7102)};var g_c3d13b69cd6a2c973f265ad845bcbbaf = new google.maps.Geocoder();g_c3d13b69cd6a2c973f265ad845bcbbaf.geocode( { 'address': "600 Jefferson St, Paducah, KY 42001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paducah-KY-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('paducah-KY-fifth-third-bank'), mapOptions);}document.getElementById('81a79a82').innerHTML += ' | View Map';var $lc3d13b69cd6a2c973f265ad845bcbbaf = '

Fifth Third Bank

Address: 600 Jefferson St, Paducah, KY 42001
Phone: (270) 444-0917
';var m_c3d13b69cd6a2c973f265ad845bcbbaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_c3d13b69cd6a2c973f265ad845bcbbaf['infowindow'] = new google.maps.InfoWindow({content: $lc3d13b69cd6a2c973f265ad845bcbbaf});var infowindow = new google.maps.InfoWindow({content: $lc3d13b69cd6a2c973f265ad845bcbbaf});google.maps.event.addListener(m_c3d13b69cd6a2c973f265ad845bcbbaf, 'click', function() {infowindow.open(map,m_c3d13b69cd6a2c973f265ad845bcbbaf);});$marker.push(m_c3d13b69cd6a2c973f265ad845bcbbaf);}});}google.maps.event.addDomListener(window, 'load', initialize);