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.549,-94.1939)};var g_c4aee399fbe5893f9bc44fa160ee3107 = new google.maps.Geocoder();g_c4aee399fbe5893f9bc44fa160ee3107.geocode( { 'address': "2915 2nd St S, St Cloud, MN 56301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-cloud-MN-american-heritage-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('saint-cloud-MN-american-heritage-national-bank'), mapOptions);}document.getElementById('3448beee').innerHTML += ' | View Map';var $lc4aee399fbe5893f9bc44fa160ee3107 = '

American Heritage National Bank

Address: 2915 2nd St S, St Cloud, MN 56301, USA
Phone: (320) 654-9555
';var m_c4aee399fbe5893f9bc44fa160ee3107 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Heritage National Bank',});m_c4aee399fbe5893f9bc44fa160ee3107['infowindow'] = new google.maps.InfoWindow({content: $lc4aee399fbe5893f9bc44fa160ee3107});var infowindow = new google.maps.InfoWindow({content: $lc4aee399fbe5893f9bc44fa160ee3107});google.maps.event.addListener(m_c4aee399fbe5893f9bc44fa160ee3107, 'click', function() {infowindow.open(map,m_c4aee399fbe5893f9bc44fa160ee3107);});$marker.push(m_c4aee399fbe5893f9bc44fa160ee3107);}});}google.maps.event.addDomListener(window, 'load', initialize);