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.0451,-81.6961)};var g_f0f8a33cb1960b05bfc63fd5f529384f = new google.maps.Geocoder();g_f0f8a33cb1960b05bfc63fd5f529384f.geocode( { 'address': "825 Ambassador Dr, Wadsworth, OH 44281, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wadsworth-OH-huntington-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('wadsworth-OH-huntington-bank-atm'), mapOptions);}document.getElementById('a08539b7').innerHTML += ' | View Map';var $lf0f8a33cb1960b05bfc63fd5f529384f = '

Huntington Bank ATM

Address: 825 Ambassador Dr, Wadsworth, OH 44281, USA
Phone:
';var m_f0f8a33cb1960b05bfc63fd5f529384f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank ATM',});m_f0f8a33cb1960b05bfc63fd5f529384f['infowindow'] = new google.maps.InfoWindow({content: $lf0f8a33cb1960b05bfc63fd5f529384f});var infowindow = new google.maps.InfoWindow({content: $lf0f8a33cb1960b05bfc63fd5f529384f});google.maps.event.addListener(m_f0f8a33cb1960b05bfc63fd5f529384f, 'click', function() {infowindow.open(map,m_f0f8a33cb1960b05bfc63fd5f529384f);});$marker.push(m_f0f8a33cb1960b05bfc63fd5f529384f);}});}google.maps.event.addDomListener(window, 'load', initialize);