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.5896,-89.0677)};var g_a8c53374ceb93e284a7bc60825255799 = new google.maps.Geocoder();g_a8c53374ceb93e284a7bc60825255799.geocode( { 'address': "114 W Winnebago St, Friesland, WI 53935"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('friesland-WI-farmers-merchants-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('friesland-WI-farmers-merchants-union-bank'), mapOptions);}document.getElementById('70ed7c4b').innerHTML += ' | View Map';var $la8c53374ceb93e284a7bc60825255799 = '

Farmers & Merchants Union Bank

Address: 114 W Winnebago St, Friesland, WI 53935
Phone: (920) 348-5141
';var m_a8c53374ceb93e284a7bc60825255799 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Union Bank',});m_a8c53374ceb93e284a7bc60825255799['infowindow'] = new google.maps.InfoWindow({content: $la8c53374ceb93e284a7bc60825255799});var infowindow = new google.maps.InfoWindow({content: $la8c53374ceb93e284a7bc60825255799});google.maps.event.addListener(m_a8c53374ceb93e284a7bc60825255799, 'click', function() {infowindow.open(map,m_a8c53374ceb93e284a7bc60825255799);});$marker.push(m_a8c53374ceb93e284a7bc60825255799);}});}google.maps.event.addDomListener(window, 'load', initialize);