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.9786,-94.0977)};var g_08a45f6c13e692943ada130a739b1f68 = new google.maps.Geocoder();g_08a45f6c13e692943ada130a739b1f68.geocode( { 'address': "80 Main St N, Pierz, MN 56364"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pierz-MN-farmers-merchants-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('pierz-MN-farmers-merchants-state-bank'), mapOptions);}document.getElementById('d6dc1184').innerHTML += ' | View Map';var $l08a45f6c13e692943ada130a739b1f68 = '

Farmers & Merchants State Bank

Address: 80 Main St N, Pierz, MN 56364
Phone: (320) 468-6422
';var m_08a45f6c13e692943ada130a739b1f68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants State Bank',});m_08a45f6c13e692943ada130a739b1f68['infowindow'] = new google.maps.InfoWindow({content: $l08a45f6c13e692943ada130a739b1f68});var infowindow = new google.maps.InfoWindow({content: $l08a45f6c13e692943ada130a739b1f68});google.maps.event.addListener(m_08a45f6c13e692943ada130a739b1f68, 'click', function() {infowindow.open(map,m_08a45f6c13e692943ada130a739b1f68);});$marker.push(m_08a45f6c13e692943ada130a739b1f68);}});}google.maps.event.addDomListener(window, 'load', initialize);