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.2628,-88.8534)};var g_6264a2a5f21b95ee2513b175d4fe2bef = new google.maps.Geocoder();g_6264a2a5f21b95ee2513b175d4fe2bef.geocode( { 'address': "1320 N State St, Belvidere, IL 61008"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belvidere-IL-union-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('belvidere-IL-union-savings-bank'), mapOptions);}document.getElementById('8dd59262').innerHTML += ' | View Map';var $l6264a2a5f21b95ee2513b175d4fe2bef = '

Union Savings Bank

Address: 1320 N State St, Belvidere, IL 61008
Phone: (815) 544-0555
';var m_6264a2a5f21b95ee2513b175d4fe2bef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Savings Bank',});m_6264a2a5f21b95ee2513b175d4fe2bef['infowindow'] = new google.maps.InfoWindow({content: $l6264a2a5f21b95ee2513b175d4fe2bef});var infowindow = new google.maps.InfoWindow({content: $l6264a2a5f21b95ee2513b175d4fe2bef});google.maps.event.addListener(m_6264a2a5f21b95ee2513b175d4fe2bef, 'click', function() {infowindow.open(map,m_6264a2a5f21b95ee2513b175d4fe2bef);});$marker.push(m_6264a2a5f21b95ee2513b175d4fe2bef);}});}google.maps.event.addDomListener(window, 'load', initialize);