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.22,-99.3005)};var g_fe56468d0a4575b7aa9eca5f72a60ae4 = new google.maps.Geocoder();g_fe56468d0a4575b7aa9eca5f72a60ae4.geocode( { 'address': "504 Main St, Mason City, NE 68855, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mason-city-NE-nebraska-state-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('mason-city-NE-nebraska-state-bank--trust-co'), mapOptions);}document.getElementById('71371388').innerHTML += ' | View Map';var $lfe56468d0a4575b7aa9eca5f72a60ae4 = '

Nebraska State Bank & Trust Co

Address: 504 Main St, Mason City, NE 68855, USA
Phone: (308) 732-3212
';var m_fe56468d0a4575b7aa9eca5f72a60ae4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nebraska State Bank & Trust Co',});m_fe56468d0a4575b7aa9eca5f72a60ae4['infowindow'] = new google.maps.InfoWindow({content: $lfe56468d0a4575b7aa9eca5f72a60ae4});var infowindow = new google.maps.InfoWindow({content: $lfe56468d0a4575b7aa9eca5f72a60ae4});google.maps.event.addListener(m_fe56468d0a4575b7aa9eca5f72a60ae4, 'click', function() {infowindow.open(map,m_fe56468d0a4575b7aa9eca5f72a60ae4);});$marker.push(m_fe56468d0a4575b7aa9eca5f72a60ae4);}});}google.maps.event.addDomListener(window, 'load', initialize);