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.612,-83.7059)};var g_967fd58e20d0358e92acfa18f5ded0cf = new google.maps.Geocoder();g_967fd58e20d0358e92acfa18f5ded0cf.geocode( { 'address': "6910 Airport Hwy, Holland, OH 43528, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holland-OH-first-federal-savings--loan').style.display = '';map = new google.maps.Map(document.getElementById('holland-OH-first-federal-savings--loan'), mapOptions);}document.getElementById('ecc59463').innerHTML += ' | View Map';var $l967fd58e20d0358e92acfa18f5ded0cf = '

First Federal Savings & Loan

Address: 6910 Airport Hwy, Holland, OH 43528, USA
Phone: (419) 865-5739
';var m_967fd58e20d0358e92acfa18f5ded0cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings & Loan',});m_967fd58e20d0358e92acfa18f5ded0cf['infowindow'] = new google.maps.InfoWindow({content: $l967fd58e20d0358e92acfa18f5ded0cf});var infowindow = new google.maps.InfoWindow({content: $l967fd58e20d0358e92acfa18f5ded0cf});google.maps.event.addListener(m_967fd58e20d0358e92acfa18f5ded0cf, 'click', function() {infowindow.open(map,m_967fd58e20d0358e92acfa18f5ded0cf);});$marker.push(m_967fd58e20d0358e92acfa18f5ded0cf);}});}google.maps.event.addDomListener(window, 'load', initialize);