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.0777,-97.1508)};var g_5e2c67cb60a15567b449330b55ed2c4f = new google.maps.Geocoder();g_5e2c67cb60a15567b449330b55ed2c4f.geocode( { 'address': "39 Wiley Ave N, Lidgerwood, ND 58053"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lidgerwood-ND-lincoln-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('lidgerwood-ND-lincoln-state-bank'), mapOptions);}document.getElementById('ae3d5ce4').innerHTML += ' | View Map';var $l5e2c67cb60a15567b449330b55ed2c4f = '

Lincoln State Bank

Address: 39 Wiley Ave N, Lidgerwood, ND 58053
Phone: (701) 538-4116
';var m_5e2c67cb60a15567b449330b55ed2c4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lincoln State Bank',});m_5e2c67cb60a15567b449330b55ed2c4f['infowindow'] = new google.maps.InfoWindow({content: $l5e2c67cb60a15567b449330b55ed2c4f});var infowindow = new google.maps.InfoWindow({content: $l5e2c67cb60a15567b449330b55ed2c4f});google.maps.event.addListener(m_5e2c67cb60a15567b449330b55ed2c4f, 'click', function() {infowindow.open(map,m_5e2c67cb60a15567b449330b55ed2c4f);});$marker.push(m_5e2c67cb60a15567b449330b55ed2c4f);}});}google.maps.event.addDomListener(window, 'load', initialize);