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.8907,-94.3702)};var g_d36c90b910a598e52afd3f5ffe6ca634 = new google.maps.Geocoder();g_d36c90b910a598e52afd3f5ffe6ca634.geocode( { 'address': "1390 Highway 15 S, Hutchinson, MN 55350"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hutchinson-MN-citizens-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('hutchinson-MN-citizens-bank-trust-co'), mapOptions);}document.getElementById('f6b4cef5').innerHTML += ' | View Map';var $ld36c90b910a598e52afd3f5ffe6ca634 = '

Citizens Bank & Trust Co

Address: 1390 Highway 15 S, Hutchinson, MN 55350
Phone: (320) 587-2233
';var m_d36c90b910a598e52afd3f5ffe6ca634 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank & Trust Co',});m_d36c90b910a598e52afd3f5ffe6ca634['infowindow'] = new google.maps.InfoWindow({content: $ld36c90b910a598e52afd3f5ffe6ca634});var infowindow = new google.maps.InfoWindow({content: $ld36c90b910a598e52afd3f5ffe6ca634});google.maps.event.addListener(m_d36c90b910a598e52afd3f5ffe6ca634, 'click', function() {infowindow.open(map,m_d36c90b910a598e52afd3f5ffe6ca634);});$marker.push(m_d36c90b910a598e52afd3f5ffe6ca634);}});}google.maps.event.addDomListener(window, 'load', initialize);