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.4444,-98.1226)};var g_cbf6233951c36b6c8a243db6e0ef03cd = new google.maps.Geocoder();g_cbf6233951c36b6c8a243db6e0ef03cd.geocode( { 'address': "912 Burrel Ave SE, Cooperstown, ND 58425, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cooperstown-ND-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('cooperstown-ND-citizens-state-bank'), mapOptions);}document.getElementById('f319bfd0').innerHTML += ' | View Map';var $lcbf6233951c36b6c8a243db6e0ef03cd = '

Citizen's State Bank

Address: 912 Burrel Ave SE, Cooperstown, ND 58425, USA
Phone: (701) 797-2921
';var m_cbf6233951c36b6c8a243db6e0ef03cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizen's State Bank',});m_cbf6233951c36b6c8a243db6e0ef03cd['infowindow'] = new google.maps.InfoWindow({content: $lcbf6233951c36b6c8a243db6e0ef03cd});var infowindow = new google.maps.InfoWindow({content: $lcbf6233951c36b6c8a243db6e0ef03cd});google.maps.event.addListener(m_cbf6233951c36b6c8a243db6e0ef03cd, 'click', function() {infowindow.open(map,m_cbf6233951c36b6c8a243db6e0ef03cd);});$marker.push(m_cbf6233951c36b6c8a243db6e0ef03cd);}});}google.maps.event.addDomListener(window, 'load', initialize);