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.8951,-80.8053)};var g_ee78e47621d7203a5fde03c402346dec = new google.maps.Geocoder();g_ee78e47621d7203a5fde03c402346dec.geocode( { 'address': "625 Lake Ave, Ashtabula, OH 44004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashtabula-OH-cardinal-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('ashtabula-OH-cardinal-community-cu'), mapOptions);}document.getElementById('848d1147').innerHTML += ' | View Map';var $lee78e47621d7203a5fde03c402346dec = '

Cardinal Community CU

Address: 625 Lake Ave, Ashtabula, OH 44004, USA
Phone: (440) 964-6222
';var m_ee78e47621d7203a5fde03c402346dec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cardinal Community CU',});m_ee78e47621d7203a5fde03c402346dec['infowindow'] = new google.maps.InfoWindow({content: $lee78e47621d7203a5fde03c402346dec});var infowindow = new google.maps.InfoWindow({content: $lee78e47621d7203a5fde03c402346dec});google.maps.event.addListener(m_ee78e47621d7203a5fde03c402346dec, 'click', function() {infowindow.open(map,m_ee78e47621d7203a5fde03c402346dec);});$marker.push(m_ee78e47621d7203a5fde03c402346dec);}});}google.maps.event.addDomListener(window, 'load', initialize);