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(48.9461,-97.4832)};var g_85ed7449b55309467ccc3bdaef2f4746 = new google.maps.Geocoder();g_85ed7449b55309467ccc3bdaef2f4746.geocode( { 'address': "529 E 5th St, Neche, ND 58265"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('neche-ND-citizens-state-bank-midwest').style.display = '';map = new google.maps.Map(document.getElementById('neche-ND-citizens-state-bank-midwest'), mapOptions);}document.getElementById('3ab429c1').innerHTML += ' | View Map';var $l85ed7449b55309467ccc3bdaef2f4746 = '

Citizens State Bank-Midwest

Address: 529 E 5th St, Neche, ND 58265
Phone: (701) 886-7562
';var m_85ed7449b55309467ccc3bdaef2f4746 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank-Midwest',});m_85ed7449b55309467ccc3bdaef2f4746['infowindow'] = new google.maps.InfoWindow({content: $l85ed7449b55309467ccc3bdaef2f4746});var infowindow = new google.maps.InfoWindow({content: $l85ed7449b55309467ccc3bdaef2f4746});google.maps.event.addListener(m_85ed7449b55309467ccc3bdaef2f4746, 'click', function() {infowindow.open(map,m_85ed7449b55309467ccc3bdaef2f4746);});$marker.push(m_85ed7449b55309467ccc3bdaef2f4746);}});}google.maps.event.addDomListener(window, 'load', initialize);