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.7807,-89.5722)};var g_ce57446ab94c56110390b23ec17c49c2 = new google.maps.Geocoder();g_ce57446ab94c56110390b23ec17c49c2.geocode( { 'address': "120 Vallette St , Oxford, WI 53952, Oxford, WI 53952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-WI-grand-marsh-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('oxford-WI-grand-marsh-state-bank'), mapOptions);}document.getElementById('9041b984').innerHTML += ' | View Map';var $lce57446ab94c56110390b23ec17c49c2 = '

Grand Marsh State Bank

Address: 120 Vallette St , Oxford, WI 53952, Oxford, WI 53952, USA
Phone: (608) 586-5000
';var m_ce57446ab94c56110390b23ec17c49c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grand Marsh State Bank',});m_ce57446ab94c56110390b23ec17c49c2['infowindow'] = new google.maps.InfoWindow({content: $lce57446ab94c56110390b23ec17c49c2});var infowindow = new google.maps.InfoWindow({content: $lce57446ab94c56110390b23ec17c49c2});google.maps.event.addListener(m_ce57446ab94c56110390b23ec17c49c2, 'click', function() {infowindow.open(map,m_ce57446ab94c56110390b23ec17c49c2);});$marker.push(m_ce57446ab94c56110390b23ec17c49c2);}});}google.maps.event.addDomListener(window, 'load', initialize);