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.2774,-96.1353)};var g_8cacb05141a62321548b0689ad4579a8 = new google.maps.Geocoder();g_8cacb05141a62321548b0689ad4579a8.geocode( { 'address': "111 N Tyler St, Tyler, MN 56178, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tyler-MN-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('tyler-MN-citizens-state-bank'), mapOptions);}document.getElementById('03b24832').innerHTML += ' | View Map';var $l8cacb05141a62321548b0689ad4579a8 = '

Citizens State Bank

Address: 111 N Tyler St, Tyler, MN 56178, USA
Phone: (507) 247-5531
';var m_8cacb05141a62321548b0689ad4579a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_8cacb05141a62321548b0689ad4579a8['infowindow'] = new google.maps.InfoWindow({content: $l8cacb05141a62321548b0689ad4579a8});var infowindow = new google.maps.InfoWindow({content: $l8cacb05141a62321548b0689ad4579a8});google.maps.event.addListener(m_8cacb05141a62321548b0689ad4579a8, 'click', function() {infowindow.open(map,m_8cacb05141a62321548b0689ad4579a8);});$marker.push(m_8cacb05141a62321548b0689ad4579a8);}});}google.maps.event.addDomListener(window, 'load', initialize);