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()};var g_3d2d30960eae9770a232641d29158db0 = new google.maps.Geocoder();g_3d2d30960eae9770a232641d29158db0.geocode( { 'address': "633 Concord St S, South St Paul, MN 55075"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-st-paul-MN-bremer-financial-corp').style.display = '';map = new google.maps.Map(document.getElementById('south-st-paul-MN-bremer-financial-corp'), mapOptions);}document.getElementById('ddc8d1b2').innerHTML += ' | View Map';var $l3d2d30960eae9770a232641d29158db0 = '

Bremer Financial Corp

Address: 633 Concord St S, South St Paul, MN 55075
Phone: (651) 451-6822
';var m_3d2d30960eae9770a232641d29158db0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bremer Financial Corp',});m_3d2d30960eae9770a232641d29158db0['infowindow'] = new google.maps.InfoWindow({content: $l3d2d30960eae9770a232641d29158db0});var infowindow = new google.maps.InfoWindow({content: $l3d2d30960eae9770a232641d29158db0});google.maps.event.addListener(m_3d2d30960eae9770a232641d29158db0, 'click', function() {infowindow.open(map,m_3d2d30960eae9770a232641d29158db0);});$marker.push(m_3d2d30960eae9770a232641d29158db0);}});}google.maps.event.addDomListener(window, 'load', initialize);