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.1981,-92.7696)};var g_478c982921643880bfa3b0f6b54dbdb3 = new google.maps.Geocoder();g_478c982921643880bfa3b0f6b54dbdb3.geocode( { 'address': "120 Judd St, Marine on St Croix, MN 55047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marine-on-saint-croix-MN-security-state-bank-of-marine').style.display = '';map = new google.maps.Map(document.getElementById('marine-on-saint-croix-MN-security-state-bank-of-marine'), mapOptions);}document.getElementById('aad93682').innerHTML += ' | View Map';var $l478c982921643880bfa3b0f6b54dbdb3 = '

Security State Bank of Marine

Address: 120 Judd St, Marine on St Croix, MN 55047, USA
Phone: (651) 433-2424
';var m_478c982921643880bfa3b0f6b54dbdb3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank of Marine',});m_478c982921643880bfa3b0f6b54dbdb3['infowindow'] = new google.maps.InfoWindow({content: $l478c982921643880bfa3b0f6b54dbdb3});var infowindow = new google.maps.InfoWindow({content: $l478c982921643880bfa3b0f6b54dbdb3});google.maps.event.addListener(m_478c982921643880bfa3b0f6b54dbdb3, 'click', function() {infowindow.open(map,m_478c982921643880bfa3b0f6b54dbdb3);});$marker.push(m_478c982921643880bfa3b0f6b54dbdb3);}});}google.maps.event.addDomListener(window, 'load', initialize);