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.6247,-81.4425)};var g_6c8e049fe6fc626ea4196c1932472363 = new google.maps.Geocoder();g_6c8e049fe6fc626ea4196c1932472363.geocode( { 'address': "34465 Euclid Ave, Willoughby, OH 44094, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('willoughby-OH-cardinal-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('willoughby-OH-cardinal-community-cu'), mapOptions);}document.getElementById('735ac124').innerHTML += ' | View Map';var $l6c8e049fe6fc626ea4196c1932472363 = '

Cardinal Community CU

Address: 34465 Euclid Ave, Willoughby, OH 44094, USA
Phone: (440) 946-0642
';var m_6c8e049fe6fc626ea4196c1932472363 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cardinal Community CU',});m_6c8e049fe6fc626ea4196c1932472363['infowindow'] = new google.maps.InfoWindow({content: $l6c8e049fe6fc626ea4196c1932472363});var infowindow = new google.maps.InfoWindow({content: $l6c8e049fe6fc626ea4196c1932472363});google.maps.event.addListener(m_6c8e049fe6fc626ea4196c1932472363, 'click', function() {infowindow.open(map,m_6c8e049fe6fc626ea4196c1932472363);});$marker.push(m_6c8e049fe6fc626ea4196c1932472363);}});}google.maps.event.addDomListener(window, 'load', initialize);