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.5938,-96.0659)};var g_dcf5cd105900373d89923a5bc7b34452 = new google.maps.Geocoder();g_dcf5cd105900373d89923a5bc7b34452.geocode( { 'address': "101 N Main St, Taunton, MN 56291, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taunton-MN-state-bank-of-taunton').style.display = '';map = new google.maps.Map(document.getElementById('taunton-MN-state-bank-of-taunton'), mapOptions);}document.getElementById('a8ec4f9e').innerHTML += ' | View Map';var $ldcf5cd105900373d89923a5bc7b34452 = '

State Bank of Taunton

Address: 101 N Main St, Taunton, MN 56291, USA
Phone: (507) 872-6136
';var m_dcf5cd105900373d89923a5bc7b34452 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of Taunton',});m_dcf5cd105900373d89923a5bc7b34452['infowindow'] = new google.maps.InfoWindow({content: $ldcf5cd105900373d89923a5bc7b34452});var infowindow = new google.maps.InfoWindow({content: $ldcf5cd105900373d89923a5bc7b34452});google.maps.event.addListener(m_dcf5cd105900373d89923a5bc7b34452, 'click', function() {infowindow.open(map,m_dcf5cd105900373d89923a5bc7b34452);});$marker.push(m_dcf5cd105900373d89923a5bc7b34452);}});}google.maps.event.addDomListener(window, 'load', initialize);