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.263,-88.8312)};var g_ec3b9ab24c4df83a8e27a82fc37cbab2 = new google.maps.Geocoder();g_ec3b9ab24c4df83a8e27a82fc37cbab2.geocode( { 'address': "915 E Pleasant St, Belvidere, IL 61008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belvidere-IL-mill-city-credit-union-belvidere').style.display = '';map = new google.maps.Map(document.getElementById('belvidere-IL-mill-city-credit-union-belvidere'), mapOptions);}document.getElementById('b3c8b604').innerHTML += ' | View Map';var $lec3b9ab24c4df83a8e27a82fc37cbab2 = '

Mill City Credit Union, Belvidere

Address: 915 E Pleasant St, Belvidere, IL 61008, USA
Phone: (815) 547-4097
';var m_ec3b9ab24c4df83a8e27a82fc37cbab2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mill City Credit Union, Belvidere',});m_ec3b9ab24c4df83a8e27a82fc37cbab2['infowindow'] = new google.maps.InfoWindow({content: $lec3b9ab24c4df83a8e27a82fc37cbab2});var infowindow = new google.maps.InfoWindow({content: $lec3b9ab24c4df83a8e27a82fc37cbab2});google.maps.event.addListener(m_ec3b9ab24c4df83a8e27a82fc37cbab2, 'click', function() {infowindow.open(map,m_ec3b9ab24c4df83a8e27a82fc37cbab2);});$marker.push(m_ec3b9ab24c4df83a8e27a82fc37cbab2);}});}google.maps.event.addDomListener(window, 'load', initialize);