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.295,-84.325)};var g_99d06c679a7ea676ece472d866554548 = new google.maps.Geocoder();g_99d06c679a7ea676ece472d866554548.geocode( { 'address': "1481 Deerwood Dr, Defiance, OH 43512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('defiance-OH-midwest-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('defiance-OH-midwest-federal-credit-union'), mapOptions);}document.getElementById('bf5cee36').innerHTML += ' | View Map';var $l99d06c679a7ea676ece472d866554548 = '

Midwest Federal Credit Union

Address: 1481 Deerwood Dr, Defiance, OH 43512, USA
Phone: (419) 782-9856
';var m_99d06c679a7ea676ece472d866554548 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwest Federal Credit Union',});m_99d06c679a7ea676ece472d866554548['infowindow'] = new google.maps.InfoWindow({content: $l99d06c679a7ea676ece472d866554548});var infowindow = new google.maps.InfoWindow({content: $l99d06c679a7ea676ece472d866554548});google.maps.event.addListener(m_99d06c679a7ea676ece472d866554548, 'click', function() {infowindow.open(map,m_99d06c679a7ea676ece472d866554548);});$marker.push(m_99d06c679a7ea676ece472d866554548);}});}google.maps.event.addDomListener(window, 'load', initialize);