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.8935,-83.6513)};var g_701510568a8ee2c5d9f4a4cb2182eaab = new google.maps.Geocoder();g_701510568a8ee2c5d9f4a4cb2182eaab.geocode( { 'address': "100 N Main St, Arlington, OH 45814, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('arlington-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('112bd742').innerHTML += ' | View Map';var $l701510568a8ee2c5d9f4a4cb2182eaab = '

ATM (Huntington National Bank)

Address: 100 N Main St, Arlington, OH 45814, USA
Phone: (419) 365-5151
';var m_701510568a8ee2c5d9f4a4cb2182eaab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_701510568a8ee2c5d9f4a4cb2182eaab['infowindow'] = new google.maps.InfoWindow({content: $l701510568a8ee2c5d9f4a4cb2182eaab});var infowindow = new google.maps.InfoWindow({content: $l701510568a8ee2c5d9f4a4cb2182eaab});google.maps.event.addListener(m_701510568a8ee2c5d9f4a4cb2182eaab, 'click', function() {infowindow.open(map,m_701510568a8ee2c5d9f4a4cb2182eaab);});$marker.push(m_701510568a8ee2c5d9f4a4cb2182eaab);}});}google.maps.event.addDomListener(window, 'load', initialize);