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.5147,-82.9103)};var g_e8ecbab3e43a0e78243075c4a91a5028 = new google.maps.Geocoder();g_e8ecbab3e43a0e78243075c4a91a5028.geocode( { 'address': "1840 E Perry St, Port Clinton, OH 43452, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-clinton-OH-first-federal-savings-of-lorain').style.display = '';map = new google.maps.Map(document.getElementById('port-clinton-OH-first-federal-savings-of-lorain'), mapOptions);}document.getElementById('9a9eba0a').innerHTML += ' | View Map';var $le8ecbab3e43a0e78243075c4a91a5028 = '

First Federal Savings of Lorain

Address: 1840 E Perry St, Port Clinton, OH 43452, USA
Phone: (419) 734-5568
';var m_e8ecbab3e43a0e78243075c4a91a5028 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings of Lorain',});m_e8ecbab3e43a0e78243075c4a91a5028['infowindow'] = new google.maps.InfoWindow({content: $le8ecbab3e43a0e78243075c4a91a5028});var infowindow = new google.maps.InfoWindow({content: $le8ecbab3e43a0e78243075c4a91a5028});google.maps.event.addListener(m_e8ecbab3e43a0e78243075c4a91a5028, 'click', function() {infowindow.open(map,m_e8ecbab3e43a0e78243075c4a91a5028);});$marker.push(m_e8ecbab3e43a0e78243075c4a91a5028);}});}google.maps.event.addDomListener(window, 'load', initialize);