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.2675,-89.0314)};var g_830e6edbfbc984ea5501ddbbad492bb6 = new google.maps.Geocoder();g_830e6edbfbc984ea5501ddbbad492bb6.geocode( { 'address': "4227 Maray Dr # 5, Rockford, IL 61107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockford-IL-credit-union-1').style.display = '';map = new google.maps.Map(document.getElementById('rockford-IL-credit-union-1'), mapOptions);}document.getElementById('2ee1202b').innerHTML += ' | View Map';var $l830e6edbfbc984ea5501ddbbad492bb6 = '

Credit Union 1

Address: 4227 Maray Dr # 5, Rockford, IL 61107, USA
Phone: (815) 399-1881
';var m_830e6edbfbc984ea5501ddbbad492bb6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union 1',});m_830e6edbfbc984ea5501ddbbad492bb6['infowindow'] = new google.maps.InfoWindow({content: $l830e6edbfbc984ea5501ddbbad492bb6});var infowindow = new google.maps.InfoWindow({content: $l830e6edbfbc984ea5501ddbbad492bb6});google.maps.event.addListener(m_830e6edbfbc984ea5501ddbbad492bb6, 'click', function() {infowindow.open(map,m_830e6edbfbc984ea5501ddbbad492bb6);});$marker.push(m_830e6edbfbc984ea5501ddbbad492bb6);}});}google.maps.event.addDomListener(window, 'load', initialize);