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.8294,-91.3048)};var g_44f5aced9f0489844960c317c3b44685 = new google.maps.Geocoder();g_44f5aced9f0489844960c317c3b44685.geocode( { 'address': "316 Main St, La Crescent, MN 55947, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-crescent-MN-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('la-crescent-MN-merchants-bank'), mapOptions);}document.getElementById('f8c51445').innerHTML += ' | View Map';var $l44f5aced9f0489844960c317c3b44685 = '

Merchants Bank

Address: 316 Main St, La Crescent, MN 55947, USA
Phone: (507) 895-4486
';var m_44f5aced9f0489844960c317c3b44685 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants Bank',});m_44f5aced9f0489844960c317c3b44685['infowindow'] = new google.maps.InfoWindow({content: $l44f5aced9f0489844960c317c3b44685});var infowindow = new google.maps.InfoWindow({content: $l44f5aced9f0489844960c317c3b44685});google.maps.event.addListener(m_44f5aced9f0489844960c317c3b44685, 'click', function() {infowindow.open(map,m_44f5aced9f0489844960c317c3b44685);});$marker.push(m_44f5aced9f0489844960c317c3b44685);}});}google.maps.event.addDomListener(window, 'load', initialize);