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(44.6308,-89.3186)};var g_c99bb08740fa9ec29334223caccc2159 = new google.maps.Geocoder();g_c99bb08740fa9ec29334223caccc2159.geocode( { 'address': "275 W Grand Ave, Rosholt, WI 54473"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rosholt-WI-community-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('rosholt-WI-community-first-bank'), mapOptions);}document.getElementById('f92a0802').innerHTML += ' | View Map';var $lc99bb08740fa9ec29334223caccc2159 = '

Community First Bank

Address: 275 W Grand Ave, Rosholt, WI 54473
Phone: (715) 677-4523
';var m_c99bb08740fa9ec29334223caccc2159 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community First Bank',});m_c99bb08740fa9ec29334223caccc2159['infowindow'] = new google.maps.InfoWindow({content: $lc99bb08740fa9ec29334223caccc2159});var infowindow = new google.maps.InfoWindow({content: $lc99bb08740fa9ec29334223caccc2159});google.maps.event.addListener(m_c99bb08740fa9ec29334223caccc2159, 'click', function() {infowindow.open(map,m_c99bb08740fa9ec29334223caccc2159);});$marker.push(m_c99bb08740fa9ec29334223caccc2159);}});}google.maps.event.addDomListener(window, 'load', initialize);