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.1647,-93.8551)};var g_ae2308e6a29b8ed8d6cac3410fcf3191 = new google.maps.Geocoder();g_ae2308e6a29b8ed8d6cac3410fcf3191.geocode( { 'address': "1300 State Hwy 55 E, Buffalo, MN 55313, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-MN-tcf-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-MN-tcf-bank-atm'), mapOptions);}document.getElementById('c03326ca').innerHTML += ' | View Map';var $lae2308e6a29b8ed8d6cac3410fcf3191 = '

TCF Bank ATM

Address: 1300 State Hwy 55 E, Buffalo, MN 55313, USA
Phone: (800) 823-2265
';var m_ae2308e6a29b8ed8d6cac3410fcf3191 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TCF Bank ATM',});m_ae2308e6a29b8ed8d6cac3410fcf3191['infowindow'] = new google.maps.InfoWindow({content: $lae2308e6a29b8ed8d6cac3410fcf3191});var infowindow = new google.maps.InfoWindow({content: $lae2308e6a29b8ed8d6cac3410fcf3191});google.maps.event.addListener(m_ae2308e6a29b8ed8d6cac3410fcf3191, 'click', function() {infowindow.open(map,m_ae2308e6a29b8ed8d6cac3410fcf3191);});$marker.push(m_ae2308e6a29b8ed8d6cac3410fcf3191);}});}google.maps.event.addDomListener(window, 'load', initialize);