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.5311,-97.4111)};var g_de4994a3a1ec0331d2c59d37631a4776 = new google.maps.Geocoder();g_de4994a3a1ec0331d2c59d37631a4776.geocode( { 'address': "118 Fowler St, Sheldon, ND 58068"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sheldon-ND-first-state-bank-of-nd').style.display = '';map = new google.maps.Map(document.getElementById('sheldon-ND-first-state-bank-of-nd'), mapOptions);}document.getElementById('dce11d1f').innerHTML += ' | View Map';var $lde4994a3a1ec0331d2c59d37631a4776 = '

First State Bank Of ND

Address: 118 Fowler St, Sheldon, ND 58068
Phone: (701) 882-3208
';var m_de4994a3a1ec0331d2c59d37631a4776 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank Of ND',});m_de4994a3a1ec0331d2c59d37631a4776['infowindow'] = new google.maps.InfoWindow({content: $lde4994a3a1ec0331d2c59d37631a4776});var infowindow = new google.maps.InfoWindow({content: $lde4994a3a1ec0331d2c59d37631a4776});google.maps.event.addListener(m_de4994a3a1ec0331d2c59d37631a4776, 'click', function() {infowindow.open(map,m_de4994a3a1ec0331d2c59d37631a4776);});$marker.push(m_de4994a3a1ec0331d2c59d37631a4776);}});}google.maps.event.addDomListener(window, 'load', initialize);