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(47.6849,-99.1335)};var g_f66b440fb50420757bc73916e5b70fe9 = new google.maps.Geocoder();g_f66b440fb50420757bc73916e5b70fe9.geocode( { 'address': "6 8th St S, New Rockford, ND 58356"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-rockford-ND-bank-forward').style.display = '';map = new google.maps.Map(document.getElementById('new-rockford-ND-bank-forward'), mapOptions);}document.getElementById('d0aee718').innerHTML += ' | View Map';var $lf66b440fb50420757bc73916e5b70fe9 = '

Bank Forward

Address: 6 8th St S, New Rockford, ND 58356
Phone: (701) 947-5040
';var m_f66b440fb50420757bc73916e5b70fe9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Forward',});m_f66b440fb50420757bc73916e5b70fe9['infowindow'] = new google.maps.InfoWindow({content: $lf66b440fb50420757bc73916e5b70fe9});var infowindow = new google.maps.InfoWindow({content: $lf66b440fb50420757bc73916e5b70fe9});google.maps.event.addListener(m_f66b440fb50420757bc73916e5b70fe9, 'click', function() {infowindow.open(map,m_f66b440fb50420757bc73916e5b70fe9);});$marker.push(m_f66b440fb50420757bc73916e5b70fe9);}});}google.maps.event.addDomListener(window, 'load', initialize);