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.529,-84.2974)};var g_0e9b059239cd504908dc3a4770f99d4e = new google.maps.Geocoder();g_0e9b059239cd504908dc3a4770f99d4e.geocode( { 'address': "1325 E 2nd St, Franklin, OH 45005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-OH-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('franklin-OH-fifth-third-bank'), mapOptions);}document.getElementById('dd929974').innerHTML += ' | View Map';var $l0e9b059239cd504908dc3a4770f99d4e = '

Fifth Third Bank

Address: 1325 E 2nd St, Franklin, OH 45005
Phone: (937) 746-5301
';var m_0e9b059239cd504908dc3a4770f99d4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_0e9b059239cd504908dc3a4770f99d4e['infowindow'] = new google.maps.InfoWindow({content: $l0e9b059239cd504908dc3a4770f99d4e});var infowindow = new google.maps.InfoWindow({content: $l0e9b059239cd504908dc3a4770f99d4e});google.maps.event.addListener(m_0e9b059239cd504908dc3a4770f99d4e, 'click', function() {infowindow.open(map,m_0e9b059239cd504908dc3a4770f99d4e);});$marker.push(m_0e9b059239cd504908dc3a4770f99d4e);}});}google.maps.event.addDomListener(window, 'load', initialize);