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.2848,-84.3607)};var g_90e8deaf21bf5c11130f56a2dadf17da = new google.maps.Geocoder();g_90e8deaf21bf5c11130f56a2dadf17da.geocode( { 'address': "405 W 3rd St, Defiance, OH 43512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('defiance-OH-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('defiance-OH-huntington-bank'), mapOptions);}document.getElementById('b3e2bd18').innerHTML += ' | View Map';var $l90e8deaf21bf5c11130f56a2dadf17da = '

Huntington Bank

Address: 405 W 3rd St, Defiance, OH 43512, USA
Phone: (419) 782-5050
';var m_90e8deaf21bf5c11130f56a2dadf17da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_90e8deaf21bf5c11130f56a2dadf17da['infowindow'] = new google.maps.InfoWindow({content: $l90e8deaf21bf5c11130f56a2dadf17da});var infowindow = new google.maps.InfoWindow({content: $l90e8deaf21bf5c11130f56a2dadf17da});google.maps.event.addListener(m_90e8deaf21bf5c11130f56a2dadf17da, 'click', function() {infowindow.open(map,m_90e8deaf21bf5c11130f56a2dadf17da);});$marker.push(m_90e8deaf21bf5c11130f56a2dadf17da);}});}google.maps.event.addDomListener(window, 'load', initialize);