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.2622,-95.9313)};var g_b0dc1e93daba08d344a01c3e0859bb47 = new google.maps.Geocoder();g_b0dc1e93daba08d344a01c3e0859bb47.geocode( { 'address': "16th & Dodge St, Omaha, NE 68197"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-first-national-bank-omaha').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-first-national-bank-omaha'), mapOptions);}document.getElementById('62251b7b').innerHTML += ' | View Map';var $lb0dc1e93daba08d344a01c3e0859bb47 = '

First National Bank Omaha

Address: 16th & Dodge St, Omaha, NE 68197
Phone: (402) 346-3626
';var m_b0dc1e93daba08d344a01c3e0859bb47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Omaha',});m_b0dc1e93daba08d344a01c3e0859bb47['infowindow'] = new google.maps.InfoWindow({content: $lb0dc1e93daba08d344a01c3e0859bb47});var infowindow = new google.maps.InfoWindow({content: $lb0dc1e93daba08d344a01c3e0859bb47});google.maps.event.addListener(m_b0dc1e93daba08d344a01c3e0859bb47, 'click', function() {infowindow.open(map,m_b0dc1e93daba08d344a01c3e0859bb47);});$marker.push(m_b0dc1e93daba08d344a01c3e0859bb47);}});}google.maps.event.addDomListener(window, 'load', initialize);