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.7656,-98.1773)};var g_890622b72b1d799297877d3a0b6cdf30 = new google.maps.Geocoder();g_890622b72b1d799297877d3a0b6cdf30.geocode( { 'address': "201 Main St, McVille, ND 58254, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mcville-ND-farmers--merchants-bank-of-north-dakota').style.display = '';map = new google.maps.Map(document.getElementById('mcville-ND-farmers--merchants-bank-of-north-dakota'), mapOptions);}document.getElementById('48febd16').innerHTML += ' | View Map';var $l890622b72b1d799297877d3a0b6cdf30 = '

Farmers & Merchants Bank of North Dakota

Address: 201 Main St, McVille, ND 58254, USA
Phone: (701) 322-4324
';var m_890622b72b1d799297877d3a0b6cdf30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank of North Dakota',});m_890622b72b1d799297877d3a0b6cdf30['infowindow'] = new google.maps.InfoWindow({content: $l890622b72b1d799297877d3a0b6cdf30});var infowindow = new google.maps.InfoWindow({content: $l890622b72b1d799297877d3a0b6cdf30});google.maps.event.addListener(m_890622b72b1d799297877d3a0b6cdf30, 'click', function() {infowindow.open(map,m_890622b72b1d799297877d3a0b6cdf30);});$marker.push(m_890622b72b1d799297877d3a0b6cdf30);}});}google.maps.event.addDomListener(window, 'load', initialize);