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.2641,-96.1828)};var g_41fa3925a7ec42ce029c43d6676e4b2c = new google.maps.Geocoder();g_41fa3925a7ec42ce029c43d6676e4b2c.geocode( { 'address': "17117 Burt St, Omaha, NE 68118, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-angel-starks---mortgage-loan-officer').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-angel-starks---mortgage-loan-officer'), mapOptions);}document.getElementById('6d095c23').innerHTML += ' | View Map';var $l41fa3925a7ec42ce029c43d6676e4b2c = '

Angel Starks - Mortgage Loan Officer

Address: 17117 Burt St, Omaha, NE 68118, United States
Phone: (402) 553-5744
';var m_41fa3925a7ec42ce029c43d6676e4b2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Angel Starks - Mortgage Loan Officer',});m_41fa3925a7ec42ce029c43d6676e4b2c['infowindow'] = new google.maps.InfoWindow({content: $l41fa3925a7ec42ce029c43d6676e4b2c});var infowindow = new google.maps.InfoWindow({content: $l41fa3925a7ec42ce029c43d6676e4b2c});google.maps.event.addListener(m_41fa3925a7ec42ce029c43d6676e4b2c, 'click', function() {infowindow.open(map,m_41fa3925a7ec42ce029c43d6676e4b2c);});$marker.push(m_41fa3925a7ec42ce029c43d6676e4b2c);}});}google.maps.event.addDomListener(window, 'load', initialize);