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(43.1344,-90.7081)};var g_8023176f4acfc1fa5e3ae45fc9ebb2ee = new google.maps.Geocoder();g_8023176f4acfc1fa5e3ae45fc9ebb2ee.geocode( { 'address': "202 W Oak St, Boscobel, WI 53805, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boscobel-WI-old-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('boscobel-WI-old-national-bank'), mapOptions);}document.getElementById('c3bab7e8').innerHTML += ' | View Map';var $l8023176f4acfc1fa5e3ae45fc9ebb2ee = '

Old National Bank

Address: 202 W Oak St, Boscobel, WI 53805, USA
Phone: (608) 375-3195
';var m_8023176f4acfc1fa5e3ae45fc9ebb2ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank',});m_8023176f4acfc1fa5e3ae45fc9ebb2ee['infowindow'] = new google.maps.InfoWindow({content: $l8023176f4acfc1fa5e3ae45fc9ebb2ee});var infowindow = new google.maps.InfoWindow({content: $l8023176f4acfc1fa5e3ae45fc9ebb2ee});google.maps.event.addListener(m_8023176f4acfc1fa5e3ae45fc9ebb2ee, 'click', function() {infowindow.open(map,m_8023176f4acfc1fa5e3ae45fc9ebb2ee);});$marker.push(m_8023176f4acfc1fa5e3ae45fc9ebb2ee);}});}google.maps.event.addDomListener(window, 'load', initialize);