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.0393,-83.6506)};var g_5919cc509bc0234c73ddec244c930964 = new google.maps.Geocoder();g_5919cc509bc0234c73ddec244c930964.geocode( { 'address': "236 S Main St, Findlay, OH 45840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('findlay-OH-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('findlay-OH-huntington-national-bank'), mapOptions);}document.getElementById('b24b87ed').innerHTML += ' | View Map';var $l5919cc509bc0234c73ddec244c930964 = '

Huntington National Bank

Address: 236 S Main St, Findlay, OH 45840, USA
Phone: (419) 424-4000
';var m_5919cc509bc0234c73ddec244c930964 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_5919cc509bc0234c73ddec244c930964['infowindow'] = new google.maps.InfoWindow({content: $l5919cc509bc0234c73ddec244c930964});var infowindow = new google.maps.InfoWindow({content: $l5919cc509bc0234c73ddec244c930964});google.maps.event.addListener(m_5919cc509bc0234c73ddec244c930964, 'click', function() {infowindow.open(map,m_5919cc509bc0234c73ddec244c930964);});$marker.push(m_5919cc509bc0234c73ddec244c930964);}});}google.maps.event.addDomListener(window, 'load', initialize);