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.5361,-84.2965)};var g_e733b96313b6a19596854f09f8794535 = new google.maps.Geocoder();g_e733b96313b6a19596854f09f8794535.geocode( { 'address': "1106 S Defiance St, Archbold, OH 43502"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('archbold-OH-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('archbold-OH-huntington-national-bank'), mapOptions);}document.getElementById('dd8bb5f8').innerHTML += ' | View Map';var $le733b96313b6a19596854f09f8794535 = '

Huntington National Bank

Address: 1106 S Defiance St, Archbold, OH 43502
Phone: (419) 446-2739
';var m_e733b96313b6a19596854f09f8794535 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_e733b96313b6a19596854f09f8794535['infowindow'] = new google.maps.InfoWindow({content: $le733b96313b6a19596854f09f8794535});var infowindow = new google.maps.InfoWindow({content: $le733b96313b6a19596854f09f8794535});google.maps.event.addListener(m_e733b96313b6a19596854f09f8794535, 'click', function() {infowindow.open(map,m_e733b96313b6a19596854f09f8794535);});$marker.push(m_e733b96313b6a19596854f09f8794535);}});}google.maps.event.addDomListener(window, 'load', initialize);