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

Omaha Police Federal Credit Union

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