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(48.9131,-103.296)};var g_38838371c3a50f059b8c4894a59c745d = new google.maps.Geocoder();g_38838371c3a50f059b8c4894a59c745d.geocode( { 'address': "122 N Main St, Crosby, ND 58730"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crosby-ND-first-national-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('crosby-ND-first-national-bank-trust-co'), mapOptions);}document.getElementById('06f46002').innerHTML += ' | View Map';var $l38838371c3a50f059b8c4894a59c745d = '

First National Bank & Trust Co

Address: 122 N Main St, Crosby, ND 58730
Phone: (701) 965-6091
';var m_38838371c3a50f059b8c4894a59c745d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank & Trust Co',});m_38838371c3a50f059b8c4894a59c745d['infowindow'] = new google.maps.InfoWindow({content: $l38838371c3a50f059b8c4894a59c745d});var infowindow = new google.maps.InfoWindow({content: $l38838371c3a50f059b8c4894a59c745d});google.maps.event.addListener(m_38838371c3a50f059b8c4894a59c745d, 'click', function() {infowindow.open(map,m_38838371c3a50f059b8c4894a59c745d);});$marker.push(m_38838371c3a50f059b8c4894a59c745d);}});}google.maps.event.addDomListener(window, 'load', initialize);