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(42.6726,-95.3045)};var g_977991ccce3987c18fb4ee5dc6cf6bcc = new google.maps.Geocoder();g_977991ccce3987c18fb4ee5dc6cf6bcc.geocode( { 'address': "202 S Main St, Alta, IA 51002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alta-IA-heritage-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('alta-IA-heritage-bank-na'), mapOptions);}document.getElementById('1cab8912').innerHTML += ' | View Map';var $l977991ccce3987c18fb4ee5dc6cf6bcc = '

Heritage Bank NA

Address: 202 S Main St, Alta, IA 51002
Phone: (712) 200-1234
';var m_977991ccce3987c18fb4ee5dc6cf6bcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heritage Bank NA',});m_977991ccce3987c18fb4ee5dc6cf6bcc['infowindow'] = new google.maps.InfoWindow({content: $l977991ccce3987c18fb4ee5dc6cf6bcc});var infowindow = new google.maps.InfoWindow({content: $l977991ccce3987c18fb4ee5dc6cf6bcc});google.maps.event.addListener(m_977991ccce3987c18fb4ee5dc6cf6bcc, 'click', function() {infowindow.open(map,m_977991ccce3987c18fb4ee5dc6cf6bcc);});$marker.push(m_977991ccce3987c18fb4ee5dc6cf6bcc);}});}google.maps.event.addDomListener(window, 'load', initialize);