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.1896,-84.7214)};var g_73a1d38643d3a76a28b845f35e0c2745 = new google.maps.Geocoder();g_73a1d38643d3a76a28b845f35e0c2745.geocode( { 'address': "5351 County Rd 424, Antwerp, OH 45813, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antwerp-OH-genfed-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('antwerp-OH-genfed-financial-credit-union'), mapOptions);}document.getElementById('84688d3c').innerHTML += ' | View Map';var $l73a1d38643d3a76a28b845f35e0c2745 = '

GenFed Financial Credit Union

Address: 5351 County Rd 424, Antwerp, OH 45813, USA
Phone: (419) 258-5151
';var m_73a1d38643d3a76a28b845f35e0c2745 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GenFed Financial Credit Union',});m_73a1d38643d3a76a28b845f35e0c2745['infowindow'] = new google.maps.InfoWindow({content: $l73a1d38643d3a76a28b845f35e0c2745});var infowindow = new google.maps.InfoWindow({content: $l73a1d38643d3a76a28b845f35e0c2745});google.maps.event.addListener(m_73a1d38643d3a76a28b845f35e0c2745, 'click', function() {infowindow.open(map,m_73a1d38643d3a76a28b845f35e0c2745);});$marker.push(m_73a1d38643d3a76a28b845f35e0c2745);}});}google.maps.event.addDomListener(window, 'load', initialize);