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.819,-100.781)};var g_b5839f3b37f86762f4e300e32db051ea = new google.maps.Geocoder();g_b5839f3b37f86762f4e300e32db051ea.geocode( { 'address': "3703 Lockport St, Bismarck, ND 58503"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bismarck-ND-blackridgebank').style.display = '';map = new google.maps.Map(document.getElementById('bismarck-ND-blackridgebank'), mapOptions);}document.getElementById('0f55a068').innerHTML += ' | View Map';var $lb5839f3b37f86762f4e300e32db051ea = '

BlackRidgeBANK

Address: 3703 Lockport St, Bismarck, ND 58503
Phone: (701) 751-3300
';var m_b5839f3b37f86762f4e300e32db051ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BlackRidgeBANK',});m_b5839f3b37f86762f4e300e32db051ea['infowindow'] = new google.maps.InfoWindow({content: $lb5839f3b37f86762f4e300e32db051ea});var infowindow = new google.maps.InfoWindow({content: $lb5839f3b37f86762f4e300e32db051ea});google.maps.event.addListener(m_b5839f3b37f86762f4e300e32db051ea, 'click', function() {infowindow.open(map,m_b5839f3b37f86762f4e300e32db051ea);});$marker.push(m_b5839f3b37f86762f4e300e32db051ea);}});}google.maps.event.addDomListener(window, 'load', initialize);