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.7976,-90.0679)};var g_c1e48cb1d1f0596dac6b7fecb3e8c5a5 = new google.maps.Geocoder();g_c1e48cb1d1f0596dac6b7fecb3e8c5a5.geocode( { 'address': "307 N Weber Ave, Stratford, WI 54484"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stratford-WI-stratford-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('stratford-WI-stratford-state-bank'), mapOptions);}document.getElementById('ff749b12').innerHTML += ' | View Map';var $lc1e48cb1d1f0596dac6b7fecb3e8c5a5 = '

Stratford State Bank

Address: 307 N Weber Ave, Stratford, WI 54484
Phone: (715) 687-2411
';var m_c1e48cb1d1f0596dac6b7fecb3e8c5a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stratford State Bank',});m_c1e48cb1d1f0596dac6b7fecb3e8c5a5['infowindow'] = new google.maps.InfoWindow({content: $lc1e48cb1d1f0596dac6b7fecb3e8c5a5});var infowindow = new google.maps.InfoWindow({content: $lc1e48cb1d1f0596dac6b7fecb3e8c5a5});google.maps.event.addListener(m_c1e48cb1d1f0596dac6b7fecb3e8c5a5, 'click', function() {infowindow.open(map,m_c1e48cb1d1f0596dac6b7fecb3e8c5a5);});$marker.push(m_c1e48cb1d1f0596dac6b7fecb3e8c5a5);}});}google.maps.event.addDomListener(window, 'load', initialize);