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(41.1612,-83.4157)};var g_8456555f62f58c0e43c8f45d52b3e4b3 = new google.maps.Geocoder();g_8456555f62f58c0e43c8f45d52b3e4b3.geocode( { 'address': "220 South Perry Street, Fostoria, OH 44830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fostoria-OH-fifth-third-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('fostoria-OH-fifth-third-bank--atm'), mapOptions);}document.getElementById('b77627b5').innerHTML += ' | View Map';var $l8456555f62f58c0e43c8f45d52b3e4b3 = '

Fifth Third Bank & ATM

Address: 220 South Perry Street, Fostoria, OH 44830, USA
Phone: (419) 435-1825
';var m_8456555f62f58c0e43c8f45d52b3e4b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_8456555f62f58c0e43c8f45d52b3e4b3['infowindow'] = new google.maps.InfoWindow({content: $l8456555f62f58c0e43c8f45d52b3e4b3});var infowindow = new google.maps.InfoWindow({content: $l8456555f62f58c0e43c8f45d52b3e4b3});google.maps.event.addListener(m_8456555f62f58c0e43c8f45d52b3e4b3, 'click', function() {infowindow.open(map,m_8456555f62f58c0e43c8f45d52b3e4b3);});$marker.push(m_8456555f62f58c0e43c8f45d52b3e4b3);}});}google.maps.event.addDomListener(window, 'load', initialize);