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(40.8677,-82.3081)};var g_9deac1b9659067d923084003d2ee75ff = new google.maps.Geocoder();g_9deac1b9659067d923084003d2ee75ff.geocode( { 'address': "308 Eastern Ave, Ashland, OH 44805, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-OH-atm').style.display = '';map = new google.maps.Map(document.getElementById('ashland-OH-atm'), mapOptions);}document.getElementById('696ce201').innerHTML += ' | View Map';var $l9deac1b9659067d923084003d2ee75ff = '

ATM

Address: 308 Eastern Ave, Ashland, OH 44805, USA
Phone: (419) 571-0267
';var m_9deac1b9659067d923084003d2ee75ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_9deac1b9659067d923084003d2ee75ff['infowindow'] = new google.maps.InfoWindow({content: $l9deac1b9659067d923084003d2ee75ff});var infowindow = new google.maps.InfoWindow({content: $l9deac1b9659067d923084003d2ee75ff});google.maps.event.addListener(m_9deac1b9659067d923084003d2ee75ff, 'click', function() {infowindow.open(map,m_9deac1b9659067d923084003d2ee75ff);});$marker.push(m_9deac1b9659067d923084003d2ee75ff);}});}google.maps.event.addDomListener(window, 'load', initialize);