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

Huntington National Bank

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