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.5229,-82.8558)};var g_50b6e277ad805aefa4ea33cb779ea627 = new google.maps.Geocoder();g_50b6e277ad805aefa4ea33cb779ea627.geocode( { 'address': "3994 E Harbor Rd, Port Clinton, OH 43452, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-clinton-OH-genoabank').style.display = '';map = new google.maps.Map(document.getElementById('port-clinton-OH-genoabank'), mapOptions);}document.getElementById('48172be0').innerHTML += ' | View Map';var $l50b6e277ad805aefa4ea33cb779ea627 = '

GenoaBank

Address: 3994 E Harbor Rd, Port Clinton, OH 43452, USA
Phone: (419) 734-3994
';var m_50b6e277ad805aefa4ea33cb779ea627 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GenoaBank',});m_50b6e277ad805aefa4ea33cb779ea627['infowindow'] = new google.maps.InfoWindow({content: $l50b6e277ad805aefa4ea33cb779ea627});var infowindow = new google.maps.InfoWindow({content: $l50b6e277ad805aefa4ea33cb779ea627});google.maps.event.addListener(m_50b6e277ad805aefa4ea33cb779ea627, 'click', function() {infowindow.open(map,m_50b6e277ad805aefa4ea33cb779ea627);});$marker.push(m_50b6e277ad805aefa4ea33cb779ea627);}});}google.maps.event.addDomListener(window, 'load', initialize);