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.7439,-97.5839)};var g_f486476adb7569df3add0efeec9c98f7 = new google.maps.Geocoder();g_f486476adb7569df3add0efeec9c98f7.geocode( { 'address': "220 S Main St, Northwood, ND 58267"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northwood-ND-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('northwood-ND-citizens-state-bank'), mapOptions);}document.getElementById('2d79c608').innerHTML += ' | View Map';var $lf486476adb7569df3add0efeec9c98f7 = '

Citizens State Bank

Address: 220 S Main St, Northwood, ND 58267
Phone: (701) 587-5921
';var m_f486476adb7569df3add0efeec9c98f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_f486476adb7569df3add0efeec9c98f7['infowindow'] = new google.maps.InfoWindow({content: $lf486476adb7569df3add0efeec9c98f7});var infowindow = new google.maps.InfoWindow({content: $lf486476adb7569df3add0efeec9c98f7});google.maps.event.addListener(m_f486476adb7569df3add0efeec9c98f7, 'click', function() {infowindow.open(map,m_f486476adb7569df3add0efeec9c98f7);});$marker.push(m_f486476adb7569df3add0efeec9c98f7);}});}google.maps.event.addDomListener(window, 'load', initialize);