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(41.8633,-98.5449)};var g_dbcc630e5407c4a93f205110860f2192 = new google.maps.Geocoder();g_dbcc630e5407c4a93f205110860f2192.geocode( { 'address': "250 3rd St, Bartlett, NE 68622"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bartlett-NE-cornerstone-bank').style.display = '';map = new google.maps.Map(document.getElementById('bartlett-NE-cornerstone-bank'), mapOptions);}document.getElementById('1c8b1837').innerHTML += ' | View Map';var $ldbcc630e5407c4a93f205110860f2192 = '

Cornerstone Bank

Address: 250 3rd St, Bartlett, NE 68622
Phone: (308) 654-3231
';var m_dbcc630e5407c4a93f205110860f2192 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Bank',});m_dbcc630e5407c4a93f205110860f2192['infowindow'] = new google.maps.InfoWindow({content: $ldbcc630e5407c4a93f205110860f2192});var infowindow = new google.maps.InfoWindow({content: $ldbcc630e5407c4a93f205110860f2192});google.maps.event.addListener(m_dbcc630e5407c4a93f205110860f2192, 'click', function() {infowindow.open(map,m_dbcc630e5407c4a93f205110860f2192);});$marker.push(m_dbcc630e5407c4a93f205110860f2192);}});}google.maps.event.addDomListener(window, 'load', initialize);