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_e56954b4f6347e897f954495eab16a88 = new google.maps.Geocoder();g_e56954b4f6347e897f954495eab16a88.geocode( { 'address': "6100 O Street, Lincoln, NE 68505"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincoln-NE-cj-banks').style.display = '';map = new google.maps.Map(document.getElementById('lincoln-NE-cj-banks'), mapOptions);}document.getElementById('49056271').innerHTML += ' | View Map';var $le56954b4f6347e897f954495eab16a88 = '

CJ Banks

Address: 6100 O Street, Lincoln, NE 68505
Phone: (402) 465-0378
';var m_e56954b4f6347e897f954495eab16a88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CJ Banks',});m_e56954b4f6347e897f954495eab16a88['infowindow'] = new google.maps.InfoWindow({content: $le56954b4f6347e897f954495eab16a88});var infowindow = new google.maps.InfoWindow({content: $le56954b4f6347e897f954495eab16a88});google.maps.event.addListener(m_e56954b4f6347e897f954495eab16a88, 'click', function() {infowindow.open(map,m_e56954b4f6347e897f954495eab16a88);});$marker.push(m_e56954b4f6347e897f954495eab16a88);}});}google.maps.event.addDomListener(window, 'load', initialize);