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.8861,-96.9)};var g_15c6369f9515408a0b55f7237d6717c3 = new google.maps.Geocoder();g_15c6369f9515408a0b55f7237d6717c3.geocode( { 'address': "855 26th Ave E, West Fargo, ND 58078"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-fargo-ND-black-ridge-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-fargo-ND-black-ridge-bank'), mapOptions);}document.getElementById('021b5967').innerHTML += ' | View Map';var $l15c6369f9515408a0b55f7237d6717c3 = '

Black Ridge Bank

Address: 855 26th Ave E, West Fargo, ND 58078
Phone: (701) 551-1320
';var m_15c6369f9515408a0b55f7237d6717c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Black Ridge Bank',});m_15c6369f9515408a0b55f7237d6717c3['infowindow'] = new google.maps.InfoWindow({content: $l15c6369f9515408a0b55f7237d6717c3});var infowindow = new google.maps.InfoWindow({content: $l15c6369f9515408a0b55f7237d6717c3});google.maps.event.addListener(m_15c6369f9515408a0b55f7237d6717c3, 'click', function() {infowindow.open(map,m_15c6369f9515408a0b55f7237d6717c3);});$marker.push(m_15c6369f9515408a0b55f7237d6717c3);}});}google.maps.event.addDomListener(window, 'load', initialize);