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.4739,-84.536)};var g_4f3b7a44d93e7400bbb55ea87f71ceb3 = new google.maps.Geocoder();g_4f3b7a44d93e7400bbb55ea87f71ceb3.geocode( { 'address': "121 S Union St, Bryan, OH 43506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bryan-OH-genfed-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bryan-OH-genfed-financial-credit-union'), mapOptions);}document.getElementById('ab804e1d').innerHTML += ' | View Map';var $l4f3b7a44d93e7400bbb55ea87f71ceb3 = '

GenFed Financial Credit Union

Address: 121 S Union St, Bryan, OH 43506, USA
Phone: (419) 636-1053
';var m_4f3b7a44d93e7400bbb55ea87f71ceb3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GenFed Financial Credit Union',});m_4f3b7a44d93e7400bbb55ea87f71ceb3['infowindow'] = new google.maps.InfoWindow({content: $l4f3b7a44d93e7400bbb55ea87f71ceb3});var infowindow = new google.maps.InfoWindow({content: $l4f3b7a44d93e7400bbb55ea87f71ceb3});google.maps.event.addListener(m_4f3b7a44d93e7400bbb55ea87f71ceb3, 'click', function() {infowindow.open(map,m_4f3b7a44d93e7400bbb55ea87f71ceb3);});$marker.push(m_4f3b7a44d93e7400bbb55ea87f71ceb3);}});}google.maps.event.addDomListener(window, 'load', initialize);