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.0118,-81.6092)};var g_a3f8ccb62022b87700132439d19c728d = new google.maps.Geocoder();g_a3f8ccb62022b87700132439d19c728d.geocode( { 'address': "532 Wooster Rd W, Barberton, OH 44203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barberton-OH-fifth-third-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('barberton-OH-fifth-third-bank--atm'), mapOptions);}document.getElementById('8ad2f87c').innerHTML += ' | View Map';var $la3f8ccb62022b87700132439d19c728d = '

Fifth Third Bank & ATM

Address: 532 Wooster Rd W, Barberton, OH 44203, USA
Phone: (330) 745-8516
';var m_a3f8ccb62022b87700132439d19c728d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_a3f8ccb62022b87700132439d19c728d['infowindow'] = new google.maps.InfoWindow({content: $la3f8ccb62022b87700132439d19c728d});var infowindow = new google.maps.InfoWindow({content: $la3f8ccb62022b87700132439d19c728d});google.maps.event.addListener(m_a3f8ccb62022b87700132439d19c728d, 'click', function() {infowindow.open(map,m_a3f8ccb62022b87700132439d19c728d);});$marker.push(m_a3f8ccb62022b87700132439d19c728d);}});}google.maps.event.addDomListener(window, 'load', initialize);