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.4983,-98.9486)};var g_cd65ab9eda807233cd271e65ecbe26c4 = new google.maps.Geocoder();g_cd65ab9eda807233cd271e65ecbe26c4.geocode( { 'address': "315 E 4th St, Minden, NE 68959, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minden-NE-first-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('minden-NE-first-bank--trust-co'), mapOptions);}document.getElementById('fb38c430').innerHTML += ' | View Map';var $lcd65ab9eda807233cd271e65ecbe26c4 = '

First Bank & Trust Co

Address: 315 E 4th St, Minden, NE 68959, USA
Phone: (308) 832-2030
';var m_cd65ab9eda807233cd271e65ecbe26c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank & Trust Co',});m_cd65ab9eda807233cd271e65ecbe26c4['infowindow'] = new google.maps.InfoWindow({content: $lcd65ab9eda807233cd271e65ecbe26c4});var infowindow = new google.maps.InfoWindow({content: $lcd65ab9eda807233cd271e65ecbe26c4});google.maps.event.addListener(m_cd65ab9eda807233cd271e65ecbe26c4, 'click', function() {infowindow.open(map,m_cd65ab9eda807233cd271e65ecbe26c4);});$marker.push(m_cd65ab9eda807233cd271e65ecbe26c4);}});}google.maps.event.addDomListener(window, 'load', initialize);