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(47.2092,-93.5264)};var g_b5c2d6d3e8f9423f483bee19682a6260 = new google.maps.Geocoder();g_b5c2d6d3e8f9423f483bee19682a6260.geocode( { 'address': "2140 S Pokegama Ave, Grand Rapids, MN 55744, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MN-tcf-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MN-tcf-bank-atm'), mapOptions);}document.getElementById('a263c166').innerHTML += ' | View Map';var $lb5c2d6d3e8f9423f483bee19682a6260 = '

TCF Bank ATM

Address: 2140 S Pokegama Ave, Grand Rapids, MN 55744, USA
Phone: (800) 823-2265
';var m_b5c2d6d3e8f9423f483bee19682a6260 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TCF Bank ATM',});m_b5c2d6d3e8f9423f483bee19682a6260['infowindow'] = new google.maps.InfoWindow({content: $lb5c2d6d3e8f9423f483bee19682a6260});var infowindow = new google.maps.InfoWindow({content: $lb5c2d6d3e8f9423f483bee19682a6260});google.maps.event.addListener(m_b5c2d6d3e8f9423f483bee19682a6260, 'click', function() {infowindow.open(map,m_b5c2d6d3e8f9423f483bee19682a6260);});$marker.push(m_b5c2d6d3e8f9423f483bee19682a6260);}});}google.maps.event.addDomListener(window, 'load', initialize);