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.1921,-96.1747)};var g_20f8d7f2df70def07a02fe683664dc86 = new google.maps.Geocoder();g_20f8d7f2df70def07a02fe683664dc86.geocode( { 'address': "16617 Polk St, Omaha, NE 68135, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-great-plains-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-great-plains-mortgage-company'), mapOptions);}document.getElementById('01a72a2d').innerHTML += ' | View Map';var $l20f8d7f2df70def07a02fe683664dc86 = '

Great Plains Mortgage Company

Address: 16617 Polk St, Omaha, NE 68135, USA
Phone: (402) 502-3599
';var m_20f8d7f2df70def07a02fe683664dc86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Plains Mortgage Company',});m_20f8d7f2df70def07a02fe683664dc86['infowindow'] = new google.maps.InfoWindow({content: $l20f8d7f2df70def07a02fe683664dc86});var infowindow = new google.maps.InfoWindow({content: $l20f8d7f2df70def07a02fe683664dc86});google.maps.event.addListener(m_20f8d7f2df70def07a02fe683664dc86, 'click', function() {infowindow.open(map,m_20f8d7f2df70def07a02fe683664dc86);});$marker.push(m_20f8d7f2df70def07a02fe683664dc86);}});}google.maps.event.addDomListener(window, 'load', initialize);