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(42.4909,-89.0319)};var g_17a9686b6f82a67c8a744cd8edce2eb6 = new google.maps.Geocoder();g_17a9686b6f82a67c8a744cd8edce2eb6.geocode( { 'address': "542 Clark St, South Beloit, IL 61080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-beloit-IL-cornerstone-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('south-beloit-IL-cornerstone-credit-union'), mapOptions);}document.getElementById('5704236e').innerHTML += ' | View Map';var $l17a9686b6f82a67c8a744cd8edce2eb6 = '

Cornerstone Credit Union

Address: 542 Clark St, South Beloit, IL 61080, USA
Phone: (815) 235-5855
';var m_17a9686b6f82a67c8a744cd8edce2eb6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Credit Union',});m_17a9686b6f82a67c8a744cd8edce2eb6['infowindow'] = new google.maps.InfoWindow({content: $l17a9686b6f82a67c8a744cd8edce2eb6});var infowindow = new google.maps.InfoWindow({content: $l17a9686b6f82a67c8a744cd8edce2eb6});google.maps.event.addListener(m_17a9686b6f82a67c8a744cd8edce2eb6, 'click', function() {infowindow.open(map,m_17a9686b6f82a67c8a744cd8edce2eb6);});$marker.push(m_17a9686b6f82a67c8a744cd8edce2eb6);}});}google.maps.event.addDomListener(window, 'load', initialize);