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(40.1186,-83.7676)};var g_d3f06eef2ffac7faadbe3055a70682ac = new google.maps.Geocoder();g_d3f06eef2ffac7faadbe3055a70682ac.geocode( { 'address': "225 S Main St, Urbana, OH 43078"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('urbana-OH-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('urbana-OH-fifth-third-bank'), mapOptions);}document.getElementById('fc983843').innerHTML += ' | View Map';var $ld3f06eef2ffac7faadbe3055a70682ac = '

Fifth Third Bank

Address: 225 S Main St, Urbana, OH 43078
Phone: (937) 653-7363
';var m_d3f06eef2ffac7faadbe3055a70682ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_d3f06eef2ffac7faadbe3055a70682ac['infowindow'] = new google.maps.InfoWindow({content: $ld3f06eef2ffac7faadbe3055a70682ac});var infowindow = new google.maps.InfoWindow({content: $ld3f06eef2ffac7faadbe3055a70682ac});google.maps.event.addListener(m_d3f06eef2ffac7faadbe3055a70682ac, 'click', function() {infowindow.open(map,m_d3f06eef2ffac7faadbe3055a70682ac);});$marker.push(m_d3f06eef2ffac7faadbe3055a70682ac);}});}google.maps.event.addDomListener(window, 'load', initialize);