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(40.8518,-84.5935)};var g_6910a0f1eff035477ff9f52993ebf0b1 = new google.maps.Geocoder();g_6910a0f1eff035477ff9f52993ebf0b1.geocode( { 'address': "679 Fox Rd, Van Wert, OH 45891, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('van-wert-OH-first-federal-savings--loan').style.display = '';map = new google.maps.Map(document.getElementById('van-wert-OH-first-federal-savings--loan'), mapOptions);}document.getElementById('38279c7f').innerHTML += ' | View Map';var $l6910a0f1eff035477ff9f52993ebf0b1 = '

First Federal Savings & Loan

Address: 679 Fox Rd, Van Wert, OH 45891, USA
Phone: (419) 238-1463
';var m_6910a0f1eff035477ff9f52993ebf0b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings & Loan',});m_6910a0f1eff035477ff9f52993ebf0b1['infowindow'] = new google.maps.InfoWindow({content: $l6910a0f1eff035477ff9f52993ebf0b1});var infowindow = new google.maps.InfoWindow({content: $l6910a0f1eff035477ff9f52993ebf0b1});google.maps.event.addListener(m_6910a0f1eff035477ff9f52993ebf0b1, 'click', function() {infowindow.open(map,m_6910a0f1eff035477ff9f52993ebf0b1);});$marker.push(m_6910a0f1eff035477ff9f52993ebf0b1);}});}google.maps.event.addDomListener(window, 'load', initialize);