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_778374521dc792583b61e966ede85bd3 = new google.maps.Geocoder();g_778374521dc792583b61e966ede85bd3.geocode( { 'address': "1601 Dodge St, Omaha, NE 68102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-first-national-bank-tower').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-first-national-bank-tower'), mapOptions);}document.getElementById('2f9c21fc').innerHTML += ' | View Map';var $l778374521dc792583b61e966ede85bd3 = '

First National Bank Tower

Address: 1601 Dodge St, Omaha, NE 68102
Phone: (402) 341-0500
';var m_778374521dc792583b61e966ede85bd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Tower',});m_778374521dc792583b61e966ede85bd3['infowindow'] = new google.maps.InfoWindow({content: $l778374521dc792583b61e966ede85bd3});var infowindow = new google.maps.InfoWindow({content: $l778374521dc792583b61e966ede85bd3});google.maps.event.addListener(m_778374521dc792583b61e966ede85bd3, 'click', function() {infowindow.open(map,m_778374521dc792583b61e966ede85bd3);});$marker.push(m_778374521dc792583b61e966ede85bd3);}});}google.maps.event.addDomListener(window, 'load', initialize);