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.3176,-89.0439)};var g_93c83a131fa0fd208e161910a17519c4 = new google.maps.Geocoder();g_93c83a131fa0fd208e161910a17519c4.geocode( { 'address': "1201 Clifford Ave, Loves Park, IL 61111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loves-park-IL-rock-valley-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('loves-park-IL-rock-valley-federal-cu'), mapOptions);}document.getElementById('cdabd00d').innerHTML += ' | View Map';var $l93c83a131fa0fd208e161910a17519c4 = '

Rock Valley Federal CU

Address: 1201 Clifford Ave, Loves Park, IL 61111, USA
Phone: (815) 877-0441
';var m_93c83a131fa0fd208e161910a17519c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rock Valley Federal CU',});m_93c83a131fa0fd208e161910a17519c4['infowindow'] = new google.maps.InfoWindow({content: $l93c83a131fa0fd208e161910a17519c4});var infowindow = new google.maps.InfoWindow({content: $l93c83a131fa0fd208e161910a17519c4});google.maps.event.addListener(m_93c83a131fa0fd208e161910a17519c4, 'click', function() {infowindow.open(map,m_93c83a131fa0fd208e161910a17519c4);});$marker.push(m_93c83a131fa0fd208e161910a17519c4);}});}google.maps.event.addDomListener(window, 'load', initialize);