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.0693,-83.5936)};var g_378fd0ba8a2f42dfe295597217353e71 = new google.maps.Geocoder();g_378fd0ba8a2f42dfe295597217353e71.geocode( { 'address': "14901 OH-12, Findlay, OH 45840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('findlay-OH-impact-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('findlay-OH-impact-credit-union'), mapOptions);}document.getElementById('5fb21a6d').innerHTML += ' | View Map';var $l378fd0ba8a2f42dfe295597217353e71 = '

Impact Credit Union

Address: 14901 OH-12, Findlay, OH 45840, USA
Phone: (419) 427-0061
';var m_378fd0ba8a2f42dfe295597217353e71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Impact Credit Union',});m_378fd0ba8a2f42dfe295597217353e71['infowindow'] = new google.maps.InfoWindow({content: $l378fd0ba8a2f42dfe295597217353e71});var infowindow = new google.maps.InfoWindow({content: $l378fd0ba8a2f42dfe295597217353e71});google.maps.event.addListener(m_378fd0ba8a2f42dfe295597217353e71, 'click', function() {infowindow.open(map,m_378fd0ba8a2f42dfe295597217353e71);});$marker.push(m_378fd0ba8a2f42dfe295597217353e71);}});}google.maps.event.addDomListener(window, 'load', initialize);