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()};var g_12c16a3c767144329cec5d65ba3f8198 = new google.maps.Geocoder();g_12c16a3c767144329cec5d65ba3f8198.geocode( { 'address': "1701 Dixie Hwy, Fort Wright, KY 41011"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-wright-KY-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-wright-KY-fifth-third-bank'), mapOptions);}document.getElementById('a9549b0b').innerHTML += ' | View Map';var $l12c16a3c767144329cec5d65ba3f8198 = '

Fifth Third Bank

Address: 1701 Dixie Hwy, Fort Wright, KY 41011
Phone: (859) 344-0441
';var m_12c16a3c767144329cec5d65ba3f8198 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_12c16a3c767144329cec5d65ba3f8198['infowindow'] = new google.maps.InfoWindow({content: $l12c16a3c767144329cec5d65ba3f8198});var infowindow = new google.maps.InfoWindow({content: $l12c16a3c767144329cec5d65ba3f8198});google.maps.event.addListener(m_12c16a3c767144329cec5d65ba3f8198, 'click', function() {infowindow.open(map,m_12c16a3c767144329cec5d65ba3f8198);});$marker.push(m_12c16a3c767144329cec5d65ba3f8198);}});}google.maps.event.addDomListener(window, 'load', initialize);