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.4888,-82.048)};var g_a53d6030bd33042eb57382fe05023cd9 = new google.maps.Geocoder();g_a53d6030bd33042eb57382fe05023cd9.geocode( { 'address': "586 Moore Rd, Avon Lake, OH 44012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avon-lake-OH-lakeshore-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('avon-lake-OH-lakeshore-community-credit-union'), mapOptions);}document.getElementById('0f303197').innerHTML += ' | View Map';var $la53d6030bd33042eb57382fe05023cd9 = '

Lakeshore Community Credit Union

Address: 586 Moore Rd, Avon Lake, OH 44012, USA
Phone: (440) 933-3181
';var m_a53d6030bd33042eb57382fe05023cd9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lakeshore Community Credit Union',});m_a53d6030bd33042eb57382fe05023cd9['infowindow'] = new google.maps.InfoWindow({content: $la53d6030bd33042eb57382fe05023cd9});var infowindow = new google.maps.InfoWindow({content: $la53d6030bd33042eb57382fe05023cd9});google.maps.event.addListener(m_a53d6030bd33042eb57382fe05023cd9, 'click', function() {infowindow.open(map,m_a53d6030bd33042eb57382fe05023cd9);});$marker.push(m_a53d6030bd33042eb57382fe05023cd9);}});}google.maps.event.addDomListener(window, 'load', initialize);