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.9539,-86.7623)};var g_0ff5eb1c3084a8704d83866c53448eef = new google.maps.Geocoder();g_0ff5eb1c3084a8704d83866c53448eef.geocode( { 'address': "45 US Highway 66 W, Tell City, IN 47586"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tell-city-IN-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('tell-city-IN-fifth-third-bank'), mapOptions);}document.getElementById('e5eaec29').innerHTML += ' | View Map';var $l0ff5eb1c3084a8704d83866c53448eef = '

Fifth Third Bank

Address: 45 US Highway 66 W, Tell City, IN 47586
Phone: (812) 547-2323
';var m_0ff5eb1c3084a8704d83866c53448eef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_0ff5eb1c3084a8704d83866c53448eef['infowindow'] = new google.maps.InfoWindow({content: $l0ff5eb1c3084a8704d83866c53448eef});var infowindow = new google.maps.InfoWindow({content: $l0ff5eb1c3084a8704d83866c53448eef});google.maps.event.addListener(m_0ff5eb1c3084a8704d83866c53448eef, 'click', function() {infowindow.open(map,m_0ff5eb1c3084a8704d83866c53448eef);});$marker.push(m_0ff5eb1c3084a8704d83866c53448eef);}});}google.maps.event.addDomListener(window, 'load', initialize);