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.9138,-89.2512)};var g_65127fb75922f72ad1b4102ccb8d4230 = new google.maps.Geocoder();g_65127fb75922f72ad1b4102ccb8d4230.geocode( { 'address': "104 E Pine St, Eagle River, WI 54521, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eagle-river-WI-associated-bank-of-eagle-river').style.display = '';map = new google.maps.Map(document.getElementById('eagle-river-WI-associated-bank-of-eagle-river'), mapOptions);}document.getElementById('bfffbefb').innerHTML += ' | View Map';var $l65127fb75922f72ad1b4102ccb8d4230 = '

Associated Bank of Eagle River

Address: 104 E Pine St, Eagle River, WI 54521, USA
Phone: (800) 236-8866
';var m_65127fb75922f72ad1b4102ccb8d4230 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Bank of Eagle River',});m_65127fb75922f72ad1b4102ccb8d4230['infowindow'] = new google.maps.InfoWindow({content: $l65127fb75922f72ad1b4102ccb8d4230});var infowindow = new google.maps.InfoWindow({content: $l65127fb75922f72ad1b4102ccb8d4230});google.maps.event.addListener(m_65127fb75922f72ad1b4102ccb8d4230, 'click', function() {infowindow.open(map,m_65127fb75922f72ad1b4102ccb8d4230);});$marker.push(m_65127fb75922f72ad1b4102ccb8d4230);}});}google.maps.event.addDomListener(window, 'load', initialize);