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.8238,-96.7751)};var g_63e5eadb2f7c16febd818b28fc9760e8 = new google.maps.Geocoder();g_63e5eadb2f7c16febd818b28fc9760e8.geocode( { 'address': "4800 NW 1st St, Lincoln, NE 68521"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincoln-NE-world-s-foremost-bank').style.display = '';map = new google.maps.Map(document.getElementById('lincoln-NE-world-s-foremost-bank'), mapOptions);}document.getElementById('2045d0fb').innerHTML += ' | View Map';var $l63e5eadb2f7c16febd818b28fc9760e8 = '

World's Foremost Bank

Address: 4800 NW 1st St, Lincoln, NE 68521
Phone: (402) 323-4300
';var m_63e5eadb2f7c16febd818b28fc9760e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World's Foremost Bank',});m_63e5eadb2f7c16febd818b28fc9760e8['infowindow'] = new google.maps.InfoWindow({content: $l63e5eadb2f7c16febd818b28fc9760e8});var infowindow = new google.maps.InfoWindow({content: $l63e5eadb2f7c16febd818b28fc9760e8});google.maps.event.addListener(m_63e5eadb2f7c16febd818b28fc9760e8, 'click', function() {infowindow.open(map,m_63e5eadb2f7c16febd818b28fc9760e8);});$marker.push(m_63e5eadb2f7c16febd818b28fc9760e8);}});}google.maps.event.addDomListener(window, 'load', initialize);