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.1511,-96.0221)};var g_d79f7c9ce1a58b4df56907cec2d170bf = new google.maps.Geocoder();g_d79f7c9ce1a58b4df56907cec2d170bf.geocode( { 'address': "10791 S 72nd St #102, Papillion, NE 68046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('papillion-NE-omaha-police-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('papillion-NE-omaha-police-federal-credit-union'), mapOptions);}document.getElementById('b3ea3cad').innerHTML += ' | View Map';var $ld79f7c9ce1a58b4df56907cec2d170bf = '

Omaha Police Federal Credit Union

Address: 10791 S 72nd St #102, Papillion, NE 68046, USA
Phone: (402) 391-4040
';var m_d79f7c9ce1a58b4df56907cec2d170bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Omaha Police Federal Credit Union',});m_d79f7c9ce1a58b4df56907cec2d170bf['infowindow'] = new google.maps.InfoWindow({content: $ld79f7c9ce1a58b4df56907cec2d170bf});var infowindow = new google.maps.InfoWindow({content: $ld79f7c9ce1a58b4df56907cec2d170bf});google.maps.event.addListener(m_d79f7c9ce1a58b4df56907cec2d170bf, 'click', function() {infowindow.open(map,m_d79f7c9ce1a58b4df56907cec2d170bf);});$marker.push(m_d79f7c9ce1a58b4df56907cec2d170bf);}});}google.maps.event.addDomListener(window, 'load', initialize);