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_6dc3b82896f27cc6f3be8323768cef12 = new google.maps.Geocoder();g_6dc3b82896f27cc6f3be8323768cef12.geocode( { 'address': "124 N Central Ave, Marshfield, WI 54449"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshfield-WI-state-bank-of-marshfield').style.display = '';map = new google.maps.Map(document.getElementById('marshfield-WI-state-bank-of-marshfield'), mapOptions);}document.getElementById('2b1a64be').innerHTML += ' | View Map';var $l6dc3b82896f27cc6f3be8323768cef12 = '

State Bank Of Marshfield

Address: 124 N Central Ave, Marshfield, WI 54449
Phone: (715) 486-1263
';var m_6dc3b82896f27cc6f3be8323768cef12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank Of Marshfield',});m_6dc3b82896f27cc6f3be8323768cef12['infowindow'] = new google.maps.InfoWindow({content: $l6dc3b82896f27cc6f3be8323768cef12});var infowindow = new google.maps.InfoWindow({content: $l6dc3b82896f27cc6f3be8323768cef12});google.maps.event.addListener(m_6dc3b82896f27cc6f3be8323768cef12, 'click', function() {infowindow.open(map,m_6dc3b82896f27cc6f3be8323768cef12);});$marker.push(m_6dc3b82896f27cc6f3be8323768cef12);}});}google.maps.event.addDomListener(window, 'load', initialize);