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(46.064,-89.0694)};var g_99897197639505c33a5007bc38d456c3 = new google.maps.Geocoder();g_99897197639505c33a5007bc38d456c3.geocode( { 'address': "4534 County Rd E, Phelps, WI 54554"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phelps-WI-first-national-bk-eagle-river').style.display = '';map = new google.maps.Map(document.getElementById('phelps-WI-first-national-bk-eagle-river'), mapOptions);}document.getElementById('9866eb31').innerHTML += ' | View Map';var $l99897197639505c33a5007bc38d456c3 = '

First National Bk-Eagle River

Address: 4534 County Rd E, Phelps, WI 54554
Phone: (715) 545-2368
';var m_99897197639505c33a5007bc38d456c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bk-Eagle River',});m_99897197639505c33a5007bc38d456c3['infowindow'] = new google.maps.InfoWindow({content: $l99897197639505c33a5007bc38d456c3});var infowindow = new google.maps.InfoWindow({content: $l99897197639505c33a5007bc38d456c3});google.maps.event.addListener(m_99897197639505c33a5007bc38d456c3, 'click', function() {infowindow.open(map,m_99897197639505c33a5007bc38d456c3);});$marker.push(m_99897197639505c33a5007bc38d456c3);}});}google.maps.event.addDomListener(window, 'load', initialize);