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.905,-98.708)};var g_b54d52cc43e2cc6939334db1a435520d = new google.maps.Geocoder();g_b54d52cc43e2cc6939334db1a435520d.geocode( { 'address': "401 1st Ave S, Jamestown, ND 58401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jamestown-ND-stutsman-county-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('jamestown-ND-stutsman-county-state-bank'), mapOptions);}document.getElementById('a8a92b99').innerHTML += ' | View Map';var $lb54d52cc43e2cc6939334db1a435520d = '

Stutsman County State Bank

Address: 401 1st Ave S, Jamestown, ND 58401, USA
Phone: (701) 252-5441
';var m_b54d52cc43e2cc6939334db1a435520d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stutsman County State Bank',});m_b54d52cc43e2cc6939334db1a435520d['infowindow'] = new google.maps.InfoWindow({content: $lb54d52cc43e2cc6939334db1a435520d});var infowindow = new google.maps.InfoWindow({content: $lb54d52cc43e2cc6939334db1a435520d});google.maps.event.addListener(m_b54d52cc43e2cc6939334db1a435520d, 'click', function() {infowindow.open(map,m_b54d52cc43e2cc6939334db1a435520d);});$marker.push(m_b54d52cc43e2cc6939334db1a435520d);}});}google.maps.event.addDomListener(window, 'load', initialize);