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.7825,-97.6079)};var g_531a192ef56b0c958ae831a8c40898bb = new google.maps.Geocoder();g_531a192ef56b0c958ae831a8c40898bb.geocode( { 'address': "307 Main St W, Cavalier, ND 58220"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cavalier-ND-citizens-state-bank-midwest').style.display = '';map = new google.maps.Map(document.getElementById('cavalier-ND-citizens-state-bank-midwest'), mapOptions);}document.getElementById('060b157c').innerHTML += ' | View Map';var $l531a192ef56b0c958ae831a8c40898bb = '

Citizens State Bank-Midwest

Address: 307 Main St W, Cavalier, ND 58220
Phone: (701) 265-8484
';var m_531a192ef56b0c958ae831a8c40898bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank-Midwest',});m_531a192ef56b0c958ae831a8c40898bb['infowindow'] = new google.maps.InfoWindow({content: $l531a192ef56b0c958ae831a8c40898bb});var infowindow = new google.maps.InfoWindow({content: $l531a192ef56b0c958ae831a8c40898bb});google.maps.event.addListener(m_531a192ef56b0c958ae831a8c40898bb, 'click', function() {infowindow.open(map,m_531a192ef56b0c958ae831a8c40898bb);});$marker.push(m_531a192ef56b0c958ae831a8c40898bb);}});}google.maps.event.addDomListener(window, 'load', initialize);