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.6544,-96.2062)};var g_8a4fc03065182e5794d9c0af0962fd8d = new google.maps.Geocoder();g_8a4fc03065182e5794d9c0af0962fd8d.geocode( { 'address': "303 E Main St, Luverne, MN 56156, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('luverne-MN-first-farmers-and-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('luverne-MN-first-farmers-and-merchants-bank'), mapOptions);}document.getElementById('5d0fec12').innerHTML += ' | View Map';var $l8a4fc03065182e5794d9c0af0962fd8d = '

First Farmers and Merchants Bank

Address: 303 E Main St, Luverne, MN 56156, USA
Phone: (507) 283-4463
';var m_8a4fc03065182e5794d9c0af0962fd8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Farmers and Merchants Bank',});m_8a4fc03065182e5794d9c0af0962fd8d['infowindow'] = new google.maps.InfoWindow({content: $l8a4fc03065182e5794d9c0af0962fd8d});var infowindow = new google.maps.InfoWindow({content: $l8a4fc03065182e5794d9c0af0962fd8d});google.maps.event.addListener(m_8a4fc03065182e5794d9c0af0962fd8d, 'click', function() {infowindow.open(map,m_8a4fc03065182e5794d9c0af0962fd8d);});$marker.push(m_8a4fc03065182e5794d9c0af0962fd8d);}});}google.maps.event.addDomListener(window, 'load', initialize);