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.617,-94.1184)};var g_c99b664bd6062c6c0100eb1503c7a4ab = new google.maps.Geocoder();g_c99b664bd6062c6c0100eb1503c7a4ab.geocode( { 'address': "1301 2nd St N, Sauk Rapids, MN 56379"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sauk-rapids-MN-farmers-merchants-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('sauk-rapids-MN-farmers-merchants-state-bank'), mapOptions);}document.getElementById('fe653b1b').innerHTML += ' | View Map';var $lc99b664bd6062c6c0100eb1503c7a4ab = '

Farmers & Merchants State Bank

Address: 1301 2nd St N, Sauk Rapids, MN 56379
Phone: (320) 252-5121
';var m_c99b664bd6062c6c0100eb1503c7a4ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants State Bank',});m_c99b664bd6062c6c0100eb1503c7a4ab['infowindow'] = new google.maps.InfoWindow({content: $lc99b664bd6062c6c0100eb1503c7a4ab});var infowindow = new google.maps.InfoWindow({content: $lc99b664bd6062c6c0100eb1503c7a4ab});google.maps.event.addListener(m_c99b664bd6062c6c0100eb1503c7a4ab, 'click', function() {infowindow.open(map,m_c99b664bd6062c6c0100eb1503c7a4ab);});$marker.push(m_c99b664bd6062c6c0100eb1503c7a4ab);}});}google.maps.event.addDomListener(window, 'load', initialize);