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.4819,-90.3058)};var g_619dcd26d8d7824f935a6829e8649d54 = new google.maps.Geocoder();g_619dcd26d8d7824f935a6829e8649d54.geocode( { 'address': "13365 N US Highway 51, Hurley, WI 54534"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hurley-WI-chippewa-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('hurley-WI-chippewa-valley-bank'), mapOptions);}document.getElementById('dc228ffb').innerHTML += ' | View Map';var $l619dcd26d8d7824f935a6829e8649d54 = '

Chippewa Valley Bank

Address: 13365 N US Highway 51, Hurley, WI 54534
Phone: (715) 561-2642
';var m_619dcd26d8d7824f935a6829e8649d54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chippewa Valley Bank',});m_619dcd26d8d7824f935a6829e8649d54['infowindow'] = new google.maps.InfoWindow({content: $l619dcd26d8d7824f935a6829e8649d54});var infowindow = new google.maps.InfoWindow({content: $l619dcd26d8d7824f935a6829e8649d54});google.maps.event.addListener(m_619dcd26d8d7824f935a6829e8649d54, 'click', function() {infowindow.open(map,m_619dcd26d8d7824f935a6829e8649d54);});$marker.push(m_619dcd26d8d7824f935a6829e8649d54);}});}google.maps.event.addDomListener(window, 'load', initialize);