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.9371,-89.3828)};var g_4696dd2b027b08589d6c8e7c63965f2a = new google.maps.Geocoder();g_4696dd2b027b08589d6c8e7c63965f2a.geocode( { 'address': "744 N Main St, Oregon, WI 53575, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oregon-WI-state-bank-of-cross-plains---oregon').style.display = '';map = new google.maps.Map(document.getElementById('oregon-WI-state-bank-of-cross-plains---oregon'), mapOptions);}document.getElementById('c0d568fd').innerHTML += ' | View Map';var $l4696dd2b027b08589d6c8e7c63965f2a = '

State Bank of Cross Plains - Oregon

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