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.1609,-93.9952)};var g_0e92e8c3152bc1c65cc373bf8d4ccaab = new google.maps.Geocoder();g_0e92e8c3152bc1c65cc373bf8d4ccaab.geocode( { 'address': "325 S Broad St, Mankato, MN 56001"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mankato-MN-tcf-bank').style.display = '';map = new google.maps.Map(document.getElementById('mankato-MN-tcf-bank'), mapOptions);}document.getElementById('f33f9ddf').innerHTML += ' | View Map';var $l0e92e8c3152bc1c65cc373bf8d4ccaab = '

TCF Bank

Address: 325 S Broad St, Mankato, MN 56001
Phone: (507) 625-3171
';var m_0e92e8c3152bc1c65cc373bf8d4ccaab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TCF Bank',});m_0e92e8c3152bc1c65cc373bf8d4ccaab['infowindow'] = new google.maps.InfoWindow({content: $l0e92e8c3152bc1c65cc373bf8d4ccaab});var infowindow = new google.maps.InfoWindow({content: $l0e92e8c3152bc1c65cc373bf8d4ccaab});google.maps.event.addListener(m_0e92e8c3152bc1c65cc373bf8d4ccaab, 'click', function() {infowindow.open(map,m_0e92e8c3152bc1c65cc373bf8d4ccaab);});$marker.push(m_0e92e8c3152bc1c65cc373bf8d4ccaab);}});}google.maps.event.addDomListener(window, 'load', initialize);