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(32.5345,-96.666)};var g_fbb17c69f51a5950e05e08cc14599b57 = new google.maps.Geocoder();g_fbb17c69f51a5950e05e08cc14599b57.geocode( { 'address': "107 S Main St, Ferris, TX 75125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ferris-TX-lone-star-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('ferris-TX-lone-star-home-loans'), mapOptions);}document.getElementById('a4c89a9e').innerHTML += ' | View Map';var $lfbb17c69f51a5950e05e08cc14599b57 = '

Lone Star Home Loans

Address: 107 S Main St, Ferris, TX 75125, USA
Phone: (972) 842-2960
';var m_fbb17c69f51a5950e05e08cc14599b57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lone Star Home Loans',});m_fbb17c69f51a5950e05e08cc14599b57['infowindow'] = new google.maps.InfoWindow({content: $lfbb17c69f51a5950e05e08cc14599b57});var infowindow = new google.maps.InfoWindow({content: $lfbb17c69f51a5950e05e08cc14599b57});google.maps.event.addListener(m_fbb17c69f51a5950e05e08cc14599b57, 'click', function() {infowindow.open(map,m_fbb17c69f51a5950e05e08cc14599b57);});$marker.push(m_fbb17c69f51a5950e05e08cc14599b57);}});}google.maps.event.addDomListener(window, 'load', initialize);