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.8469,-101.417)};var g_70c6b73ed4bca86c538497655caab769 = new google.maps.Geocoder();g_70c6b73ed4bca86c538497655caab769.geocode( { 'address': "700 Ash Ave, New Salem, ND 58563, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-salem-ND-security-first-bank-of-north-dakota').style.display = '';map = new google.maps.Map(document.getElementById('new-salem-ND-security-first-bank-of-north-dakota'), mapOptions);}document.getElementById('05fa5c51').innerHTML += ' | View Map';var $l70c6b73ed4bca86c538497655caab769 = '

Security First Bank of North Dakota

Address: 700 Ash Ave, New Salem, ND 58563, USA
Phone: (701) 843-7521
';var m_70c6b73ed4bca86c538497655caab769 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security First Bank of North Dakota',});m_70c6b73ed4bca86c538497655caab769['infowindow'] = new google.maps.InfoWindow({content: $l70c6b73ed4bca86c538497655caab769});var infowindow = new google.maps.InfoWindow({content: $l70c6b73ed4bca86c538497655caab769});google.maps.event.addListener(m_70c6b73ed4bca86c538497655caab769, 'click', function() {infowindow.open(map,m_70c6b73ed4bca86c538497655caab769);});$marker.push(m_70c6b73ed4bca86c538497655caab769);}});}google.maps.event.addDomListener(window, 'load', initialize);