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.0524,-81.7289)};var g_96a4007ee37fba6acb09f3c06ad7e02e = new google.maps.Geocoder();g_96a4007ee37fba6acb09f3c06ad7e02e.geocode( { 'address': "1068 High St, Wadsworth, OH 44281, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wadsworth-OH-fifth-third-bank--atm').style.display = '';map = new google.maps.Map(document.getElementById('wadsworth-OH-fifth-third-bank--atm'), mapOptions);}document.getElementById('dc17e5a1').innerHTML += ' | View Map';var $l96a4007ee37fba6acb09f3c06ad7e02e = '

Fifth Third Bank & ATM

Address: 1068 High St, Wadsworth, OH 44281, USA
Phone: (330) 334-4662
';var m_96a4007ee37fba6acb09f3c06ad7e02e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank & ATM',});m_96a4007ee37fba6acb09f3c06ad7e02e['infowindow'] = new google.maps.InfoWindow({content: $l96a4007ee37fba6acb09f3c06ad7e02e});var infowindow = new google.maps.InfoWindow({content: $l96a4007ee37fba6acb09f3c06ad7e02e});google.maps.event.addListener(m_96a4007ee37fba6acb09f3c06ad7e02e, 'click', function() {infowindow.open(map,m_96a4007ee37fba6acb09f3c06ad7e02e);});$marker.push(m_96a4007ee37fba6acb09f3c06ad7e02e);}});}google.maps.event.addDomListener(window, 'load', initialize);