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(46.9216,-95.0627)};var g_1a7d51a1133ea88485936f628893bf3d = new google.maps.Geocoder();g_1a7d51a1133ea88485936f628893bf3d.geocode( { 'address': "300 1st St W, Park Rapids, MN 56470, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('park-rapids-MN-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('park-rapids-MN-citizens-national-bank'), mapOptions);}document.getElementById('4ea2b5eb').innerHTML += ' | View Map';var $l1a7d51a1133ea88485936f628893bf3d = '

Citizens National Bank

Address: 300 1st St W, Park Rapids, MN 56470, USA
Phone: (218) 732-3393
';var m_1a7d51a1133ea88485936f628893bf3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_1a7d51a1133ea88485936f628893bf3d['infowindow'] = new google.maps.InfoWindow({content: $l1a7d51a1133ea88485936f628893bf3d});var infowindow = new google.maps.InfoWindow({content: $l1a7d51a1133ea88485936f628893bf3d});google.maps.event.addListener(m_1a7d51a1133ea88485936f628893bf3d, 'click', function() {infowindow.open(map,m_1a7d51a1133ea88485936f628893bf3d);});$marker.push(m_1a7d51a1133ea88485936f628893bf3d);}});}google.maps.event.addDomListener(window, 'load', initialize);