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.62,-83.3706)};var g_be0b9ef4ff59077e41c8932ac9b92185 = new google.maps.Geocoder();g_be0b9ef4ff59077e41c8932ac9b92185.geocode( { 'address': "7182 Lucas St, Curtice, OH 43412, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('curtice-OH-national-bank-of-oak-harbor').style.display = '';map = new google.maps.Map(document.getElementById('curtice-OH-national-bank-of-oak-harbor'), mapOptions);}document.getElementById('8b08189f').innerHTML += ' | View Map';var $lbe0b9ef4ff59077e41c8932ac9b92185 = '

National Bank of Oak Harbor

Address: 7182 Lucas St, Curtice, OH 43412, USA
Phone: (419) 836-7722
';var m_be0b9ef4ff59077e41c8932ac9b92185 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank of Oak Harbor',});m_be0b9ef4ff59077e41c8932ac9b92185['infowindow'] = new google.maps.InfoWindow({content: $lbe0b9ef4ff59077e41c8932ac9b92185});var infowindow = new google.maps.InfoWindow({content: $lbe0b9ef4ff59077e41c8932ac9b92185});google.maps.event.addListener(m_be0b9ef4ff59077e41c8932ac9b92185, 'click', function() {infowindow.open(map,m_be0b9ef4ff59077e41c8932ac9b92185);});$marker.push(m_be0b9ef4ff59077e41c8932ac9b92185);}});}google.maps.event.addDomListener(window, 'load', initialize);