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(45.2022,-96.0172)};var g_d4c074c60c57087c95fd0a17f986210c = new google.maps.Geocoder();g_d4c074c60c57087c95fd0a17f986210c.geocode( { 'address': "239 N Miles St, Appleton, MN 56208"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('appleton-MN-farmers-merchants-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('appleton-MN-farmers-merchants-state-bank'), mapOptions);}document.getElementById('42f517c2').innerHTML += ' | View Map';var $ld4c074c60c57087c95fd0a17f986210c = '

Farmers & Merchants State Bank

Address: 239 N Miles St, Appleton, MN 56208
Phone: (320) 289-1454
';var m_d4c074c60c57087c95fd0a17f986210c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants State Bank',});m_d4c074c60c57087c95fd0a17f986210c['infowindow'] = new google.maps.InfoWindow({content: $ld4c074c60c57087c95fd0a17f986210c});var infowindow = new google.maps.InfoWindow({content: $ld4c074c60c57087c95fd0a17f986210c});google.maps.event.addListener(m_d4c074c60c57087c95fd0a17f986210c, 'click', function() {infowindow.open(map,m_d4c074c60c57087c95fd0a17f986210c);});$marker.push(m_d4c074c60c57087c95fd0a17f986210c);}});}google.maps.event.addDomListener(window, 'load', initialize);