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.2971,-96.1581)};var g_a41c789988215311a8b922614a675764 = new google.maps.Geocoder();g_a41c789988215311a8b922614a675764.geocode( { 'address': "4321 N 156th St, Omaha, NE 68116, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-franklin-american-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-franklin-american-mortgage-company'), mapOptions);}document.getElementById('7899f53c').innerHTML += ' | View Map';var $la41c789988215311a8b922614a675764 = '

Franklin American Mortgage Company

Address: 4321 N 156th St, Omaha, NE 68116, USA
Phone: (402) 810-6464
';var m_a41c789988215311a8b922614a675764 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Franklin American Mortgage Company',});m_a41c789988215311a8b922614a675764['infowindow'] = new google.maps.InfoWindow({content: $la41c789988215311a8b922614a675764});var infowindow = new google.maps.InfoWindow({content: $la41c789988215311a8b922614a675764});google.maps.event.addListener(m_a41c789988215311a8b922614a675764, 'click', function() {infowindow.open(map,m_a41c789988215311a8b922614a675764);});$marker.push(m_a41c789988215311a8b922614a675764);}});}google.maps.event.addDomListener(window, 'load', initialize);