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

ATM (Fifth Third Bank)

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