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.668,-90.1684)};var g_66a8605e6cce49fbb8056f273f8e1a2e = new google.maps.Geocoder();g_66a8605e6cce49fbb8056f273f8e1a2e.geocode( { 'address': "103 W Mcmillan St, Marshfield, WI 54449"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshfield-WI-citizens-state-bank-of-loyal').style.display = '';map = new google.maps.Map(document.getElementById('marshfield-WI-citizens-state-bank-of-loyal'), mapOptions);}document.getElementById('3bcdb52b').innerHTML += ' | View Map';var $l66a8605e6cce49fbb8056f273f8e1a2e = '

Citizens State Bank Of Loyal

Address: 103 W Mcmillan St, Marshfield, WI 54449
Phone: (715) 486-8151
';var m_66a8605e6cce49fbb8056f273f8e1a2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank Of Loyal',});m_66a8605e6cce49fbb8056f273f8e1a2e['infowindow'] = new google.maps.InfoWindow({content: $l66a8605e6cce49fbb8056f273f8e1a2e});var infowindow = new google.maps.InfoWindow({content: $l66a8605e6cce49fbb8056f273f8e1a2e});google.maps.event.addListener(m_66a8605e6cce49fbb8056f273f8e1a2e, 'click', function() {infowindow.open(map,m_66a8605e6cce49fbb8056f273f8e1a2e);});$marker.push(m_66a8605e6cce49fbb8056f273f8e1a2e);}});}google.maps.event.addDomListener(window, 'load', initialize);