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.4987,-97.3246)};var g_9966180e2754fc4e6c9e14886908f92c = new google.maps.Geocoder();g_9966180e2754fc4e6c9e14886908f92c.geocode( { 'address': "124 Center Ave S, Mayville, ND 58257, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mayville-ND-the-first-and-farmers-bank').style.display = '';map = new google.maps.Map(document.getElementById('mayville-ND-the-first-and-farmers-bank'), mapOptions);}document.getElementById('caadd93a').innerHTML += ' | View Map';var $l9966180e2754fc4e6c9e14886908f92c = '

The First and Farmers Bank

Address: 124 Center Ave S, Mayville, ND 58257, USA
Phone: (701) 788-3791
';var m_9966180e2754fc4e6c9e14886908f92c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The First and Farmers Bank',});m_9966180e2754fc4e6c9e14886908f92c['infowindow'] = new google.maps.InfoWindow({content: $l9966180e2754fc4e6c9e14886908f92c});var infowindow = new google.maps.InfoWindow({content: $l9966180e2754fc4e6c9e14886908f92c});google.maps.event.addListener(m_9966180e2754fc4e6c9e14886908f92c, 'click', function() {infowindow.open(map,m_9966180e2754fc4e6c9e14886908f92c);});$marker.push(m_9966180e2754fc4e6c9e14886908f92c);}});}google.maps.event.addDomListener(window, 'load', initialize);