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.5624,-94.1363)};var g_131799f66a96ee034181e8a54b4c0b49 = new google.maps.Geocoder();g_131799f66a96ee034181e8a54b4c0b49.geocode( { 'address': "525 US-10, St Cloud, MN 56304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-cloud-MN-american-heritage-natl-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-cloud-MN-american-heritage-natl-bank'), mapOptions);}document.getElementById('3869a3bd').innerHTML += ' | View Map';var $l131799f66a96ee034181e8a54b4c0b49 = '

American Heritage Natl Bank

Address: 525 US-10, St Cloud, MN 56304, USA
Phone: (320) 257-5000
';var m_131799f66a96ee034181e8a54b4c0b49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Heritage Natl Bank',});m_131799f66a96ee034181e8a54b4c0b49['infowindow'] = new google.maps.InfoWindow({content: $l131799f66a96ee034181e8a54b4c0b49});var infowindow = new google.maps.InfoWindow({content: $l131799f66a96ee034181e8a54b4c0b49});google.maps.event.addListener(m_131799f66a96ee034181e8a54b4c0b49, 'click', function() {infowindow.open(map,m_131799f66a96ee034181e8a54b4c0b49);});$marker.push(m_131799f66a96ee034181e8a54b4c0b49);}});}google.maps.event.addDomListener(window, 'load', initialize);