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.5216,-83.8132)};var g_05298fdb6c0c3d665cea702d1f85acda = new google.maps.Geocoder();g_05298fdb6c0c3d665cea702d1f85acda.geocode( { 'address': "6600 Providence St, Whitehouse, OH 43571"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitehouse-OH-first-federal-savings-loan').style.display = '';map = new google.maps.Map(document.getElementById('whitehouse-OH-first-federal-savings-loan'), mapOptions);}document.getElementById('78bdc936').innerHTML += ' | View Map';var $l05298fdb6c0c3d665cea702d1f85acda = '

First Federal Savings & Loan

Address: 6600 Providence St, Whitehouse, OH 43571
Phone: (419) 877-0426
';var m_05298fdb6c0c3d665cea702d1f85acda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings & Loan',});m_05298fdb6c0c3d665cea702d1f85acda['infowindow'] = new google.maps.InfoWindow({content: $l05298fdb6c0c3d665cea702d1f85acda});var infowindow = new google.maps.InfoWindow({content: $l05298fdb6c0c3d665cea702d1f85acda});google.maps.event.addListener(m_05298fdb6c0c3d665cea702d1f85acda, 'click', function() {infowindow.open(map,m_05298fdb6c0c3d665cea702d1f85acda);});$marker.push(m_05298fdb6c0c3d665cea702d1f85acda);}});}google.maps.event.addDomListener(window, 'load', initialize);