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(40.1022,-99.3618)};var g_37ae81c1eb05aca457a071d0d4f06e9d = new google.maps.Geocoder();g_37ae81c1eb05aca457a071d0d4f06e9d.geocode( { 'address': "1108 7th St, Alma, NE 68920"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alma-NE-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('alma-NE-community-bank'), mapOptions);}document.getElementById('4db6d670').innerHTML += ' | View Map';var $l37ae81c1eb05aca457a071d0d4f06e9d = '

Community Bank

Address: 1108 7th St, Alma, NE 68920
Phone: (308) 928-2929
';var m_37ae81c1eb05aca457a071d0d4f06e9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_37ae81c1eb05aca457a071d0d4f06e9d['infowindow'] = new google.maps.InfoWindow({content: $l37ae81c1eb05aca457a071d0d4f06e9d});var infowindow = new google.maps.InfoWindow({content: $l37ae81c1eb05aca457a071d0d4f06e9d});google.maps.event.addListener(m_37ae81c1eb05aca457a071d0d4f06e9d, 'click', function() {infowindow.open(map,m_37ae81c1eb05aca457a071d0d4f06e9d);});$marker.push(m_37ae81c1eb05aca457a071d0d4f06e9d);}});}google.maps.event.addDomListener(window, 'load', initialize);