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.314,-81.5009)};var g_f981d96edc0c5bcd5406c09c2efa2a4f = new google.maps.Geocoder();g_f981d96edc0c5bcd5406c09c2efa2a4f.geocode( { 'address': "8600 Alexandria Dr, Macedonia, OH 44056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macedonia-OH-ohio-catholic-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('macedonia-OH-ohio-catholic-federal-credit-union'), mapOptions);}document.getElementById('61ffec99').innerHTML += ' | View Map';var $lf981d96edc0c5bcd5406c09c2efa2a4f = '

Ohio Catholic Federal Credit Union

Address: 8600 Alexandria Dr, Macedonia, OH 44056, USA
Phone: (330) 468-0982
';var m_f981d96edc0c5bcd5406c09c2efa2a4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ohio Catholic Federal Credit Union',});m_f981d96edc0c5bcd5406c09c2efa2a4f['infowindow'] = new google.maps.InfoWindow({content: $lf981d96edc0c5bcd5406c09c2efa2a4f});var infowindow = new google.maps.InfoWindow({content: $lf981d96edc0c5bcd5406c09c2efa2a4f});google.maps.event.addListener(m_f981d96edc0c5bcd5406c09c2efa2a4f, 'click', function() {infowindow.open(map,m_f981d96edc0c5bcd5406c09c2efa2a4f);});$marker.push(m_f981d96edc0c5bcd5406c09c2efa2a4f);}});}google.maps.event.addDomListener(window, 'load', initialize);