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.4385,-82.2408)};var g_a0dd1c4d668ff08b9d7f7ef0741dab38 = new google.maps.Geocoder();g_a0dd1c4d668ff08b9d7f7ef0741dab38.geocode( { 'address': "5609 W Erie Ave, Lorain, OH 44053, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lorain-OH-community-star-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lorain-OH-community-star-credit-union'), mapOptions);}document.getElementById('6a92f49a').innerHTML += ' | View Map';var $la0dd1c4d668ff08b9d7f7ef0741dab38 = '

Community Star Credit Union

Address: 5609 W Erie Ave, Lorain, OH 44053, USA
Phone: (440) 960-0094
';var m_a0dd1c4d668ff08b9d7f7ef0741dab38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Star Credit Union',});m_a0dd1c4d668ff08b9d7f7ef0741dab38['infowindow'] = new google.maps.InfoWindow({content: $la0dd1c4d668ff08b9d7f7ef0741dab38});var infowindow = new google.maps.InfoWindow({content: $la0dd1c4d668ff08b9d7f7ef0741dab38});google.maps.event.addListener(m_a0dd1c4d668ff08b9d7f7ef0741dab38, 'click', function() {infowindow.open(map,m_a0dd1c4d668ff08b9d7f7ef0741dab38);});$marker.push(m_a0dd1c4d668ff08b9d7f7ef0741dab38);}});}google.maps.event.addDomListener(window, 'load', initialize);