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.4413,-96.4943)};var g_e2cc88bcc7302f28d93e2d31c511986b = new google.maps.Geocoder();g_e2cc88bcc7302f28d93e2d31c511986b.geocode( { 'address': "626 N Main St, Fremont, NE 68025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fremont-NE-fremont-national-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('fremont-NE-fremont-national-bank-trust'), mapOptions);}document.getElementById('9b1f2957').innerHTML += ' | View Map';var $le2cc88bcc7302f28d93e2d31c511986b = '

Fremont National Bank & Trust

Address: 626 N Main St, Fremont, NE 68025
Phone: (402) 721-3405
';var m_e2cc88bcc7302f28d93e2d31c511986b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fremont National Bank & Trust',});m_e2cc88bcc7302f28d93e2d31c511986b['infowindow'] = new google.maps.InfoWindow({content: $le2cc88bcc7302f28d93e2d31c511986b});var infowindow = new google.maps.InfoWindow({content: $le2cc88bcc7302f28d93e2d31c511986b});google.maps.event.addListener(m_e2cc88bcc7302f28d93e2d31c511986b, 'click', function() {infowindow.open(map,m_e2cc88bcc7302f28d93e2d31c511986b);});$marker.push(m_e2cc88bcc7302f28d93e2d31c511986b);}});}google.maps.event.addDomListener(window, 'load', initialize);