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(39.0248,-84.7474)};var g_4fc83f7b8a720435e9b9643950f7bbc7 = new google.maps.Geocoder();g_4fc83f7b8a720435e9b9643950f7bbc7.geocode( { 'address': "1751 Patrick Dr, Burlington, KY 41005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-KY-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('burlington-KY-fifth-third-bank'), mapOptions);}document.getElementById('dbb77d15').innerHTML += ' | View Map';var $l4fc83f7b8a720435e9b9643950f7bbc7 = '

Fifth Third Bank

Address: 1751 Patrick Dr, Burlington, KY 41005
Phone: (859) 689-2257
';var m_4fc83f7b8a720435e9b9643950f7bbc7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_4fc83f7b8a720435e9b9643950f7bbc7['infowindow'] = new google.maps.InfoWindow({content: $l4fc83f7b8a720435e9b9643950f7bbc7});var infowindow = new google.maps.InfoWindow({content: $l4fc83f7b8a720435e9b9643950f7bbc7});google.maps.event.addListener(m_4fc83f7b8a720435e9b9643950f7bbc7, 'click', function() {infowindow.open(map,m_4fc83f7b8a720435e9b9643950f7bbc7);});$marker.push(m_4fc83f7b8a720435e9b9643950f7bbc7);}});}google.maps.event.addDomListener(window, 'load', initialize);