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(42.3375,-97.9706)};var g_27bb3ed684e5568bf75a203e654aefb5 = new google.maps.Geocoder();g_27bb3ed684e5568bf75a203e654aefb5.geocode( { 'address': "226 2nd St, Brunswick, NE 68720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brunswick-NE-bsb-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('brunswick-NE-bsb-bancshares-inc'), mapOptions);}document.getElementById('393641a5').innerHTML += ' | View Map';var $l27bb3ed684e5568bf75a203e654aefb5 = '

BSB Bancshares Inc

Address: 226 2nd St, Brunswick, NE 68720, USA
Phone: (402) 842-2435
';var m_27bb3ed684e5568bf75a203e654aefb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BSB Bancshares Inc',});m_27bb3ed684e5568bf75a203e654aefb5['infowindow'] = new google.maps.InfoWindow({content: $l27bb3ed684e5568bf75a203e654aefb5});var infowindow = new google.maps.InfoWindow({content: $l27bb3ed684e5568bf75a203e654aefb5});google.maps.event.addListener(m_27bb3ed684e5568bf75a203e654aefb5, 'click', function() {infowindow.open(map,m_27bb3ed684e5568bf75a203e654aefb5);});$marker.push(m_27bb3ed684e5568bf75a203e654aefb5);}});}google.maps.event.addDomListener(window, 'load', initialize);