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.9525,-93.4267)};var g_71c53d2fa50393f9549979e3488cab04 = new google.maps.Geocoder();g_71c53d2fa50393f9549979e3488cab04.geocode( { 'address': "1801 Plymouth Rd, Hopkins, MN 55305"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hopkins-MN-tcf-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hopkins-MN-tcf-national-bank'), mapOptions);}document.getElementById('1e61d4d1').innerHTML += ' | View Map';var $l71c53d2fa50393f9549979e3488cab04 = '

Tcf National Bank

Address: 1801 Plymouth Rd, Hopkins, MN 55305
Phone: (612) 823-2265
';var m_71c53d2fa50393f9549979e3488cab04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tcf National Bank',});m_71c53d2fa50393f9549979e3488cab04['infowindow'] = new google.maps.InfoWindow({content: $l71c53d2fa50393f9549979e3488cab04});var infowindow = new google.maps.InfoWindow({content: $l71c53d2fa50393f9549979e3488cab04});google.maps.event.addListener(m_71c53d2fa50393f9549979e3488cab04, 'click', function() {infowindow.open(map,m_71c53d2fa50393f9549979e3488cab04);});$marker.push(m_71c53d2fa50393f9549979e3488cab04);}});}google.maps.event.addDomListener(window, 'load', initialize);