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.0522,-81.7296)};var g_2bec9ec36d191c6acdac74dd8d5a8d90 = new google.maps.Geocoder();g_2bec9ec36d191c6acdac74dd8d5a8d90.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-atm-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('wadsworth-OH-atm-fifth-third-bank'), mapOptions);}document.getElementById('dc17e5a1').innerHTML += ' | View Map';var $l2bec9ec36d191c6acdac74dd8d5a8d90 = '

ATM (Fifth Third Bank)

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