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.2646,-96.6106)};var g_4600a32afc26a4479126b97e6ed9f452 = new google.maps.Geocoder();g_4600a32afc26a4479126b97e6ed9f452.geocode( { 'address': "717 2nd Ave N, Wahpeton, ND 58075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wahpeton-ND-bell-bank').style.display = '';map = new google.maps.Map(document.getElementById('wahpeton-ND-bell-bank'), mapOptions);}document.getElementById('c7fdc790').innerHTML += ' | View Map';var $l4600a32afc26a4479126b97e6ed9f452 = '

Bell Bank

Address: 717 2nd Ave N, Wahpeton, ND 58075, USA
Phone: (701) 672-2265
';var m_4600a32afc26a4479126b97e6ed9f452 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bell Bank',});m_4600a32afc26a4479126b97e6ed9f452['infowindow'] = new google.maps.InfoWindow({content: $l4600a32afc26a4479126b97e6ed9f452});var infowindow = new google.maps.InfoWindow({content: $l4600a32afc26a4479126b97e6ed9f452});google.maps.event.addListener(m_4600a32afc26a4479126b97e6ed9f452, 'click', function() {infowindow.open(map,m_4600a32afc26a4479126b97e6ed9f452);});$marker.push(m_4600a32afc26a4479126b97e6ed9f452);}});}google.maps.event.addDomListener(window, 'load', initialize);