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.3889,-92.8387)};var g_89409c4207e0074abbdc5a49d7f1fce8 = new google.maps.Geocoder();g_89409c4207e0074abbdc5a49d7f1fce8.geocode( { 'address': "30626 Lincoln Rd, Lindstrom, MN 55045"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lindstrom-MN-security-state-bank-of-marine').style.display = '';map = new google.maps.Map(document.getElementById('lindstrom-MN-security-state-bank-of-marine'), mapOptions);}document.getElementById('59b66e52').innerHTML += ' | View Map';var $l89409c4207e0074abbdc5a49d7f1fce8 = '

Security State Bank Of Marine

Address: 30626 Lincoln Rd, Lindstrom, MN 55045
Phone: (651) 257-4141
';var m_89409c4207e0074abbdc5a49d7f1fce8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank Of Marine',});m_89409c4207e0074abbdc5a49d7f1fce8['infowindow'] = new google.maps.InfoWindow({content: $l89409c4207e0074abbdc5a49d7f1fce8});var infowindow = new google.maps.InfoWindow({content: $l89409c4207e0074abbdc5a49d7f1fce8});google.maps.event.addListener(m_89409c4207e0074abbdc5a49d7f1fce8, 'click', function() {infowindow.open(map,m_89409c4207e0074abbdc5a49d7f1fce8);});$marker.push(m_89409c4207e0074abbdc5a49d7f1fce8);}});}google.maps.event.addDomListener(window, 'load', initialize);