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(45.7028,-94.2743)};var g_ab881944a0881e36f759347e6c1735ed = new google.maps.Geocoder();g_ab881944a0881e36f759347e6c1735ed.geocode( { 'address': "2 County Rd 2 S, St Stephen, MN 56375, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-stephen-MN-sentry-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-stephen-MN-sentry-bank'), mapOptions);}document.getElementById('3c81586e').innerHTML += ' | View Map';var $lab881944a0881e36f759347e6c1735ed = '

Sentry Bank

Address: 2 County Rd 2 S, St Stephen, MN 56375, USA
Phone: (320) 251-0902
';var m_ab881944a0881e36f759347e6c1735ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sentry Bank',});m_ab881944a0881e36f759347e6c1735ed['infowindow'] = new google.maps.InfoWindow({content: $lab881944a0881e36f759347e6c1735ed});var infowindow = new google.maps.InfoWindow({content: $lab881944a0881e36f759347e6c1735ed});google.maps.event.addListener(m_ab881944a0881e36f759347e6c1735ed, 'click', function() {infowindow.open(map,m_ab881944a0881e36f759347e6c1735ed);});$marker.push(m_ab881944a0881e36f759347e6c1735ed);}});}google.maps.event.addDomListener(window, 'load', initialize);