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_37bc2f75bf1bcfe8450a1a41c200364c = new google.maps.Geocoder();g_37bc2f75bf1bcfe8450a1a41c200364c.geocode( { 'address': "311 Logan Ave, Belvidere, IL 61008"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belvidere-IL-alpine-bank').style.display = '';map = new google.maps.Map(document.getElementById('belvidere-IL-alpine-bank'), mapOptions);}document.getElementById('55197dd3').innerHTML += ' | View Map';var $l37bc2f75bf1bcfe8450a1a41c200364c = '

Alpine Bank

Address: 311 Logan Ave, Belvidere, IL 61008
Phone: (815) 398-6500
';var m_37bc2f75bf1bcfe8450a1a41c200364c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alpine Bank',});m_37bc2f75bf1bcfe8450a1a41c200364c['infowindow'] = new google.maps.InfoWindow({content: $l37bc2f75bf1bcfe8450a1a41c200364c});var infowindow = new google.maps.InfoWindow({content: $l37bc2f75bf1bcfe8450a1a41c200364c});google.maps.event.addListener(m_37bc2f75bf1bcfe8450a1a41c200364c, 'click', function() {infowindow.open(map,m_37bc2f75bf1bcfe8450a1a41c200364c);});$marker.push(m_37bc2f75bf1bcfe8450a1a41c200364c);}});}google.maps.event.addDomListener(window, 'load', initialize);