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(43.0593,-92.3158)};var g_c50fecc4365ff57ba6f07a83a4b50f8c = new google.maps.Geocoder();g_c50fecc4365ff57ba6f07a83a4b50f8c.geocode( { 'address': "22 W Main St, New Hampton, IA 50659, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-hampton-IA-luana-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-hampton-IA-luana-savings-bank'), mapOptions);}document.getElementById('41c56b8e').innerHTML += ' | View Map';var $lc50fecc4365ff57ba6f07a83a4b50f8c = '

Luana Savings Bank

Address: 22 W Main St, New Hampton, IA 50659, USA
Phone: (641) 394-2116
';var m_c50fecc4365ff57ba6f07a83a4b50f8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Luana Savings Bank',});m_c50fecc4365ff57ba6f07a83a4b50f8c['infowindow'] = new google.maps.InfoWindow({content: $lc50fecc4365ff57ba6f07a83a4b50f8c});var infowindow = new google.maps.InfoWindow({content: $lc50fecc4365ff57ba6f07a83a4b50f8c});google.maps.event.addListener(m_c50fecc4365ff57ba6f07a83a4b50f8c, 'click', function() {infowindow.open(map,m_c50fecc4365ff57ba6f07a83a4b50f8c);});$marker.push(m_c50fecc4365ff57ba6f07a83a4b50f8c);}});}google.maps.event.addDomListener(window, 'load', initialize);