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.9316,-104.007)};var g_6943317304e0f076bc8f12dc02c48e9b = new google.maps.Geocoder();g_6943317304e0f076bc8f12dc02c48e9b.geocode( { 'address': "115 Central Ave S, Beach, ND 58621"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beach-ND-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('beach-ND-bank-of-the-west'), mapOptions);}document.getElementById('6032450d').innerHTML += ' | View Map';var $l6943317304e0f076bc8f12dc02c48e9b = '

Bank of the West

Address: 115 Central Ave S, Beach, ND 58621
Phone: (701) 872-4191
';var m_6943317304e0f076bc8f12dc02c48e9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_6943317304e0f076bc8f12dc02c48e9b['infowindow'] = new google.maps.InfoWindow({content: $l6943317304e0f076bc8f12dc02c48e9b});var infowindow = new google.maps.InfoWindow({content: $l6943317304e0f076bc8f12dc02c48e9b});google.maps.event.addListener(m_6943317304e0f076bc8f12dc02c48e9b, 'click', function() {infowindow.open(map,m_6943317304e0f076bc8f12dc02c48e9b);});$marker.push(m_6943317304e0f076bc8f12dc02c48e9b);}});}google.maps.event.addDomListener(window, 'load', initialize);