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.042,-97.7522)};var g_f0506f659d461919fbbae5deec117fab = new google.maps.Geocoder();g_f0506f659d461919fbbae5deec117fab.geocode( { 'address': "115 Kansas Ave, Byron, NE 68325"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('byron-NE-byron-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('byron-NE-byron-state-bank'), mapOptions);}document.getElementById('f972c1df').innerHTML += ' | View Map';var $lf0506f659d461919fbbae5deec117fab = '

Byron State Bank

Address: 115 Kansas Ave, Byron, NE 68325
Phone: (402) 236-8626
';var m_f0506f659d461919fbbae5deec117fab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Byron State Bank',});m_f0506f659d461919fbbae5deec117fab['infowindow'] = new google.maps.InfoWindow({content: $lf0506f659d461919fbbae5deec117fab});var infowindow = new google.maps.InfoWindow({content: $lf0506f659d461919fbbae5deec117fab});google.maps.event.addListener(m_f0506f659d461919fbbae5deec117fab, 'click', function() {infowindow.open(map,m_f0506f659d461919fbbae5deec117fab);});$marker.push(m_f0506f659d461919fbbae5deec117fab);}});}google.maps.event.addDomListener(window, 'load', initialize);