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.9367,-89.3839)};var g_ec3a5dac8571f0c968c9175088cce0ac = new google.maps.Geocoder();g_ec3a5dac8571f0c968c9175088cce0ac.geocode( { 'address': "733 N Main St, Oregon, WI 53575, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oregon-WI-oregon-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('oregon-WI-oregon-community-bank'), mapOptions);}document.getElementById('98986489').innerHTML += ' | View Map';var $lec3a5dac8571f0c968c9175088cce0ac = '

Oregon Community Bank

Address: 733 N Main St, Oregon, WI 53575, USA
Phone: (608) 835-3168
';var m_ec3a5dac8571f0c968c9175088cce0ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oregon Community Bank',});m_ec3a5dac8571f0c968c9175088cce0ac['infowindow'] = new google.maps.InfoWindow({content: $lec3a5dac8571f0c968c9175088cce0ac});var infowindow = new google.maps.InfoWindow({content: $lec3a5dac8571f0c968c9175088cce0ac});google.maps.event.addListener(m_ec3a5dac8571f0c968c9175088cce0ac, 'click', function() {infowindow.open(map,m_ec3a5dac8571f0c968c9175088cce0ac);});$marker.push(m_ec3a5dac8571f0c968c9175088cce0ac);}});}google.maps.event.addDomListener(window, 'load', initialize);