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.7883,-89.7055)};var g_24871a24babba7a37fcd8eab5a1e8e11 = new google.maps.Geocoder();g_24871a24babba7a37fcd8eab5a1e8e11.geocode( { 'address': "615 W 3rd St, Sterling, IL 61081, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-IL-cornerstone-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sterling-IL-cornerstone-credit-union'), mapOptions);}document.getElementById('3fb1e3b8').innerHTML += ' | View Map';var $l24871a24babba7a37fcd8eab5a1e8e11 = '

Cornerstone Credit Union

Address: 615 W 3rd St, Sterling, IL 61081, USA
Phone: (815) 625-9276
';var m_24871a24babba7a37fcd8eab5a1e8e11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Credit Union',});m_24871a24babba7a37fcd8eab5a1e8e11['infowindow'] = new google.maps.InfoWindow({content: $l24871a24babba7a37fcd8eab5a1e8e11});var infowindow = new google.maps.InfoWindow({content: $l24871a24babba7a37fcd8eab5a1e8e11});google.maps.event.addListener(m_24871a24babba7a37fcd8eab5a1e8e11, 'click', function() {infowindow.open(map,m_24871a24babba7a37fcd8eab5a1e8e11);});$marker.push(m_24871a24babba7a37fcd8eab5a1e8e11);}});}google.maps.event.addDomListener(window, 'load', initialize);