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.0182,-97.4302)};var g_1f0b78fc98a6731d5b5f7220b3ecff99 = new google.maps.Geocoder();g_1f0b78fc98a6731d5b5f7220b3ecff99.geocode( { 'address': "1500 Market Ln, Norfolk, NE 68701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norfolk-NE-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('norfolk-NE-first-national-bank'), mapOptions);}document.getElementById('f8023956').innerHTML += ' | View Map';var $l1f0b78fc98a6731d5b5f7220b3ecff99 = '

First National Bank

Address: 1500 Market Ln, Norfolk, NE 68701, USA
Phone: (402) 371-1500
';var m_1f0b78fc98a6731d5b5f7220b3ecff99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_1f0b78fc98a6731d5b5f7220b3ecff99['infowindow'] = new google.maps.InfoWindow({content: $l1f0b78fc98a6731d5b5f7220b3ecff99});var infowindow = new google.maps.InfoWindow({content: $l1f0b78fc98a6731d5b5f7220b3ecff99});google.maps.event.addListener(m_1f0b78fc98a6731d5b5f7220b3ecff99, 'click', function() {infowindow.open(map,m_1f0b78fc98a6731d5b5f7220b3ecff99);});$marker.push(m_1f0b78fc98a6731d5b5f7220b3ecff99);}});}google.maps.event.addDomListener(window, 'load', initialize);