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.2208,-81.4411)};var g_f3f2fe32aadc1bd69bd884f39aa52fb5 = new google.maps.Geocoder();g_f3f2fe32aadc1bd69bd884f39aa52fb5.geocode( { 'address': "5714 Darrow Rd, Hudson, OH 44236, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hudson-OH-bfg-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hudson-OH-bfg-federal-credit-union'), mapOptions);}document.getElementById('5fb84bad').innerHTML += ' | View Map';var $lf3f2fe32aadc1bd69bd884f39aa52fb5 = '

BFG Federal Credit Union

Address: 5714 Darrow Rd, Hudson, OH 44236, USA
Phone: (330) 655-2666
';var m_f3f2fe32aadc1bd69bd884f39aa52fb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BFG Federal Credit Union',});m_f3f2fe32aadc1bd69bd884f39aa52fb5['infowindow'] = new google.maps.InfoWindow({content: $lf3f2fe32aadc1bd69bd884f39aa52fb5});var infowindow = new google.maps.InfoWindow({content: $lf3f2fe32aadc1bd69bd884f39aa52fb5});google.maps.event.addListener(m_f3f2fe32aadc1bd69bd884f39aa52fb5, 'click', function() {infowindow.open(map,m_f3f2fe32aadc1bd69bd884f39aa52fb5);});$marker.push(m_f3f2fe32aadc1bd69bd884f39aa52fb5);}});}google.maps.event.addDomListener(window, 'load', initialize);