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.2411,-96.0247)};var g_35a83f6c27348ddc2dec6647bd5f5706 = new google.maps.Geocoder();g_35a83f6c27348ddc2dec6647bd5f5706.geocode( { 'address': "1850 S 72nd St, Omaha, NE 68124, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-your-bankruptcy-partner').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-your-bankruptcy-partner'), mapOptions);}document.getElementById('bd25b632').innerHTML += ' | View Map';var $l35a83f6c27348ddc2dec6647bd5f5706 = '

Your Bankruptcy Partner

Address: 1850 S 72nd St, Omaha, NE 68124, USA
Phone: (800) 625-7725
';var m_35a83f6c27348ddc2dec6647bd5f5706 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Your Bankruptcy Partner',});m_35a83f6c27348ddc2dec6647bd5f5706['infowindow'] = new google.maps.InfoWindow({content: $l35a83f6c27348ddc2dec6647bd5f5706});var infowindow = new google.maps.InfoWindow({content: $l35a83f6c27348ddc2dec6647bd5f5706});google.maps.event.addListener(m_35a83f6c27348ddc2dec6647bd5f5706, 'click', function() {infowindow.open(map,m_35a83f6c27348ddc2dec6647bd5f5706);});$marker.push(m_35a83f6c27348ddc2dec6647bd5f5706);}});}google.maps.event.addDomListener(window, 'load', initialize);