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.785,-97.7833)};var g_c9f2f917078bd2db12f23c3b413d9cba = new google.maps.Geocoder();g_c9f2f917078bd2db12f23c3b413d9cba.geocode( { 'address': "916 N Main St, Henderson, NE 68371"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('henderson-NE-cornerstone-bank').style.display = '';map = new google.maps.Map(document.getElementById('henderson-NE-cornerstone-bank'), mapOptions);}document.getElementById('3808106e').innerHTML += ' | View Map';var $lc9f2f917078bd2db12f23c3b413d9cba = '

Cornerstone Bank

Address: 916 N Main St, Henderson, NE 68371
Phone: (402) 723-4789
';var m_c9f2f917078bd2db12f23c3b413d9cba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Bank',});m_c9f2f917078bd2db12f23c3b413d9cba['infowindow'] = new google.maps.InfoWindow({content: $lc9f2f917078bd2db12f23c3b413d9cba});var infowindow = new google.maps.InfoWindow({content: $lc9f2f917078bd2db12f23c3b413d9cba});google.maps.event.addListener(m_c9f2f917078bd2db12f23c3b413d9cba, 'click', function() {infowindow.open(map,m_c9f2f917078bd2db12f23c3b413d9cba);});$marker.push(m_c9f2f917078bd2db12f23c3b413d9cba);}});}google.maps.event.addDomListener(window, 'load', initialize);