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(47.6385,-97.4574)};var g_799a79b51aa76ac79fbc322161733529 = new google.maps.Geocoder();g_799a79b51aa76ac79fbc322161733529.geocode( { 'address': "415 7th St, Hatton, ND 58240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hatton-ND-farmers--merchants-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hatton-ND-farmers--merchants-national-bank'), mapOptions);}document.getElementById('ee91e9c2').innerHTML += ' | View Map';var $l799a79b51aa76ac79fbc322161733529 = '

Farmers & Merchants National Bank

Address: 415 7th St, Hatton, ND 58240, USA
Phone: (701) 543-3121
';var m_799a79b51aa76ac79fbc322161733529 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants National Bank',});m_799a79b51aa76ac79fbc322161733529['infowindow'] = new google.maps.InfoWindow({content: $l799a79b51aa76ac79fbc322161733529});var infowindow = new google.maps.InfoWindow({content: $l799a79b51aa76ac79fbc322161733529});google.maps.event.addListener(m_799a79b51aa76ac79fbc322161733529, 'click', function() {infowindow.open(map,m_799a79b51aa76ac79fbc322161733529);});$marker.push(m_799a79b51aa76ac79fbc322161733529);}});}google.maps.event.addDomListener(window, 'load', initialize);