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()};var g_11ae9d2fb5ee5579a3a0db7674dff168 = new google.maps.Geocoder();g_11ae9d2fb5ee5579a3a0db7674dff168.geocode( { 'address': "26908 Cook Rd, Olmsted Twp, OH 44138"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olmsted-twp-OH-first-federal-savings-loan').style.display = '';map = new google.maps.Map(document.getElementById('olmsted-twp-OH-first-federal-savings-loan'), mapOptions);}document.getElementById('59b7f08d').innerHTML += ' | View Map';var $l11ae9d2fb5ee5579a3a0db7674dff168 = '

First Federal Savings & Loan

Address: 26908 Cook Rd, Olmsted Twp, OH 44138
Phone: (440) 235-7154
';var m_11ae9d2fb5ee5579a3a0db7674dff168 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings & Loan',});m_11ae9d2fb5ee5579a3a0db7674dff168['infowindow'] = new google.maps.InfoWindow({content: $l11ae9d2fb5ee5579a3a0db7674dff168});var infowindow = new google.maps.InfoWindow({content: $l11ae9d2fb5ee5579a3a0db7674dff168});google.maps.event.addListener(m_11ae9d2fb5ee5579a3a0db7674dff168, 'click', function() {infowindow.open(map,m_11ae9d2fb5ee5579a3a0db7674dff168);});$marker.push(m_11ae9d2fb5ee5579a3a0db7674dff168);}});}google.maps.event.addDomListener(window, 'load', initialize);