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.0148,-92.7815)};var g_eb8d8b02a38274c738e6185648769e08 = new google.maps.Geocoder();g_eb8d8b02a38274c738e6185648769e08.geocode( { 'address': "950 N Hwy 95, Bayport, MN 55003"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bayport-MN-first-state-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('bayport-MN-first-state-bank-and-trust'), mapOptions);}document.getElementById('88a87f7a').innerHTML += ' | View Map';var $leb8d8b02a38274c738e6185648769e08 = '

First State Bank and Trust

Address: 950 N Hwy 95, Bayport, MN 55003
Phone: (651) 439-5195
';var m_eb8d8b02a38274c738e6185648769e08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank and Trust',});m_eb8d8b02a38274c738e6185648769e08['infowindow'] = new google.maps.InfoWindow({content: $leb8d8b02a38274c738e6185648769e08});var infowindow = new google.maps.InfoWindow({content: $leb8d8b02a38274c738e6185648769e08});google.maps.event.addListener(m_eb8d8b02a38274c738e6185648769e08, 'click', function() {infowindow.open(map,m_eb8d8b02a38274c738e6185648769e08);});$marker.push(m_eb8d8b02a38274c738e6185648769e08);}});}google.maps.event.addDomListener(window, 'load', initialize);