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_ddb3cd7e5d8e3e27f110c69cec476097 = new google.maps.Geocoder();g_ddb3cd7e5d8e3e27f110c69cec476097.geocode( { 'address': "2965 White Bear Avenue, Maplewood, MN 55109"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maplewood-MN-bremer-bank').style.display = '';map = new google.maps.Map(document.getElementById('maplewood-MN-bremer-bank'), mapOptions);}document.getElementById('13b68fbf').innerHTML += ' | View Map';var $lddb3cd7e5d8e3e27f110c69cec476097 = '

Bremer Bank

Address: 2965 White Bear Avenue, Maplewood, MN 55109
Phone: (651) 770-8441
';var m_ddb3cd7e5d8e3e27f110c69cec476097 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bremer Bank',});m_ddb3cd7e5d8e3e27f110c69cec476097['infowindow'] = new google.maps.InfoWindow({content: $lddb3cd7e5d8e3e27f110c69cec476097});var infowindow = new google.maps.InfoWindow({content: $lddb3cd7e5d8e3e27f110c69cec476097});google.maps.event.addListener(m_ddb3cd7e5d8e3e27f110c69cec476097, 'click', function() {infowindow.open(map,m_ddb3cd7e5d8e3e27f110c69cec476097);});$marker.push(m_ddb3cd7e5d8e3e27f110c69cec476097);}});}google.maps.event.addDomListener(window, 'load', initialize);