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(44.4155,-94.9285)};var g_774446d7ff3ac61d27834de0c749b201 = new google.maps.Geocoder();g_774446d7ff3ac61d27834de0c749b201.geocode( { 'address': "101 Vernon Ave, Morgan, MN 56266, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morgan-MN-farmers--merchants-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('morgan-MN-farmers--merchants-state-bank'), mapOptions);}document.getElementById('2f1b513f').innerHTML += ' | View Map';var $l774446d7ff3ac61d27834de0c749b201 = '

Farmers & Merchants State Bank

Address: 101 Vernon Ave, Morgan, MN 56266, USA
Phone: (507) 249-3166
';var m_774446d7ff3ac61d27834de0c749b201 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants State Bank',});m_774446d7ff3ac61d27834de0c749b201['infowindow'] = new google.maps.InfoWindow({content: $l774446d7ff3ac61d27834de0c749b201});var infowindow = new google.maps.InfoWindow({content: $l774446d7ff3ac61d27834de0c749b201});google.maps.event.addListener(m_774446d7ff3ac61d27834de0c749b201, 'click', function() {infowindow.open(map,m_774446d7ff3ac61d27834de0c749b201);});$marker.push(m_774446d7ff3ac61d27834de0c749b201);}});}google.maps.event.addDomListener(window, 'load', initialize);