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(42.7041,-89.902)};var g_7a02615a7c56ef8ec382ff2fa43abe15 = new google.maps.Geocoder();g_7a02615a7c56ef8ec382ff2fa43abe15.geocode( { 'address': "321 E Milwaukee St, Argyle, WI 53504"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('argyle-WI-first-national-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('argyle-WI-first-national-bank-trust-co'), mapOptions);}document.getElementById('3f268018').innerHTML += ' | View Map';var $l7a02615a7c56ef8ec382ff2fa43abe15 = '

First National Bank & Trust Co

Address: 321 E Milwaukee St, Argyle, WI 53504
Phone: (608) 543-3321
';var m_7a02615a7c56ef8ec382ff2fa43abe15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank & Trust Co',});m_7a02615a7c56ef8ec382ff2fa43abe15['infowindow'] = new google.maps.InfoWindow({content: $l7a02615a7c56ef8ec382ff2fa43abe15});var infowindow = new google.maps.InfoWindow({content: $l7a02615a7c56ef8ec382ff2fa43abe15});google.maps.event.addListener(m_7a02615a7c56ef8ec382ff2fa43abe15, 'click', function() {infowindow.open(map,m_7a02615a7c56ef8ec382ff2fa43abe15);});$marker.push(m_7a02615a7c56ef8ec382ff2fa43abe15);}});}google.maps.event.addDomListener(window, 'load', initialize);