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(45.5637,-94.1384)};var g_b759b1649138a906c4ec2b2516ae5084 = new google.maps.Geocoder();g_b759b1649138a906c4ec2b2516ae5084.geocode( { 'address': "1001 4th St SE, St Cloud, MN 56304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-cloud-MN-atm-tcf-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-cloud-MN-atm-tcf-bank'), mapOptions);}document.getElementById('624893a1').innerHTML += ' | View Map';var $lb759b1649138a906c4ec2b2516ae5084 = '

ATM (TCF Bank)

Address: 1001 4th St SE, St Cloud, MN 56304, USA
Phone:
';var m_b759b1649138a906c4ec2b2516ae5084 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TCF Bank)',});m_b759b1649138a906c4ec2b2516ae5084['infowindow'] = new google.maps.InfoWindow({content: $lb759b1649138a906c4ec2b2516ae5084});var infowindow = new google.maps.InfoWindow({content: $lb759b1649138a906c4ec2b2516ae5084});google.maps.event.addListener(m_b759b1649138a906c4ec2b2516ae5084, 'click', function() {infowindow.open(map,m_b759b1649138a906c4ec2b2516ae5084);});$marker.push(m_b759b1649138a906c4ec2b2516ae5084);}});}google.maps.event.addDomListener(window, 'load', initialize);