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_ccd6255ad10f1aa2619bd9e253d2bc2e = new google.maps.Geocoder();g_ccd6255ad10f1aa2619bd9e253d2bc2e.geocode( { 'address': "6811 S 27th St, Lincoln, NE 68512"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincoln-NE-s2c-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('lincoln-NE-s2c-bank-trust-co'), mapOptions);}document.getElementById('63bb0287').innerHTML += ' | View Map';var $lccd6255ad10f1aa2619bd9e253d2bc2e = '

S2C Bank & Trust Co

Address: 6811 S 27th St, Lincoln, NE 68512
Phone: (402) 323-1439
';var m_ccd6255ad10f1aa2619bd9e253d2bc2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S2C Bank & Trust Co',});m_ccd6255ad10f1aa2619bd9e253d2bc2e['infowindow'] = new google.maps.InfoWindow({content: $lccd6255ad10f1aa2619bd9e253d2bc2e});var infowindow = new google.maps.InfoWindow({content: $lccd6255ad10f1aa2619bd9e253d2bc2e});google.maps.event.addListener(m_ccd6255ad10f1aa2619bd9e253d2bc2e, 'click', function() {infowindow.open(map,m_ccd6255ad10f1aa2619bd9e253d2bc2e);});$marker.push(m_ccd6255ad10f1aa2619bd9e253d2bc2e);}});}google.maps.event.addDomListener(window, 'load', initialize);