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(38.9898,-84.6428)};var g_563db08461381c2e8a5a5bf94c0fb6d1 = new google.maps.Geocoder();g_563db08461381c2e8a5a5bf94c0fb6d1.geocode( { 'address': "7300 Turfway Rd, Florence, KY 41042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-KY-mufg').style.display = '';map = new google.maps.Map(document.getElementById('florence-KY-mufg'), mapOptions);}document.getElementById('d31624ca').innerHTML += ' | View Map';var $l563db08461381c2e8a5a5bf94c0fb6d1 = '

MUFG

Address: 7300 Turfway Rd, Florence, KY 41042
Phone: (859) 448-7162
';var m_563db08461381c2e8a5a5bf94c0fb6d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MUFG',});m_563db08461381c2e8a5a5bf94c0fb6d1['infowindow'] = new google.maps.InfoWindow({content: $l563db08461381c2e8a5a5bf94c0fb6d1});var infowindow = new google.maps.InfoWindow({content: $l563db08461381c2e8a5a5bf94c0fb6d1});google.maps.event.addListener(m_563db08461381c2e8a5a5bf94c0fb6d1, 'click', function() {infowindow.open(map,m_563db08461381c2e8a5a5bf94c0fb6d1);});$marker.push(m_563db08461381c2e8a5a5bf94c0fb6d1);}});}google.maps.event.addDomListener(window, 'load', initialize);