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.1214,-82.0113)};var g_945e8d3187baf64ac6aa36b3367683fd = new google.maps.Geocoder();g_945e8d3187baf64ac6aa36b3367683fd.geocode( { 'address': "727 Main St, Dresden, OH 43821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dresden-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('dresden-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('07a43ea2').innerHTML += ' | View Map';var $l945e8d3187baf64ac6aa36b3367683fd = '

ATM (Huntington National Bank)

Address: 727 Main St, Dresden, OH 43821, USA
Phone:
';var m_945e8d3187baf64ac6aa36b3367683fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_945e8d3187baf64ac6aa36b3367683fd['infowindow'] = new google.maps.InfoWindow({content: $l945e8d3187baf64ac6aa36b3367683fd});var infowindow = new google.maps.InfoWindow({content: $l945e8d3187baf64ac6aa36b3367683fd});google.maps.event.addListener(m_945e8d3187baf64ac6aa36b3367683fd, 'click', function() {infowindow.open(map,m_945e8d3187baf64ac6aa36b3367683fd);});$marker.push(m_945e8d3187baf64ac6aa36b3367683fd);}});}google.maps.event.addDomListener(window, 'load', initialize);