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_5adf289aab7000d699414f49693ee64b = new google.maps.Geocoder();g_5adf289aab7000d699414f49693ee64b.geocode( { 'address': "3003 S 82nd Ave, Omaha, NE 68124"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-omaha-police-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-omaha-police-federal-cu'), mapOptions);}document.getElementById('cb768fd4').innerHTML += ' | View Map';var $l5adf289aab7000d699414f49693ee64b = '

Omaha Police Federal CU

Address: 3003 S 82nd Ave, Omaha, NE 68124
Phone: (402) 391-4040
';var m_5adf289aab7000d699414f49693ee64b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Omaha Police Federal CU',});m_5adf289aab7000d699414f49693ee64b['infowindow'] = new google.maps.InfoWindow({content: $l5adf289aab7000d699414f49693ee64b});var infowindow = new google.maps.InfoWindow({content: $l5adf289aab7000d699414f49693ee64b});google.maps.event.addListener(m_5adf289aab7000d699414f49693ee64b, 'click', function() {infowindow.open(map,m_5adf289aab7000d699414f49693ee64b);});$marker.push(m_5adf289aab7000d699414f49693ee64b);}});}google.maps.event.addDomListener(window, 'load', initialize);