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.4063,-99.7691)};var g_290122914f4623db64a78b15ee5d9871 = new google.maps.Geocoder();g_290122914f4623db64a78b15ee5d9871.geocode( { 'address': "3417 Curry Ln, Abilene, TX 79606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abilene-TX-first-texas-title-company').style.display = '';map = new google.maps.Map(document.getElementById('abilene-TX-first-texas-title-company'), mapOptions);}document.getElementById('ab1bbe98').innerHTML += ' | View Map';var $l290122914f4623db64a78b15ee5d9871 = '

First Texas Title Company

Address: 3417 Curry Ln, Abilene, TX 79606, USA
Phone: (325) 794-2700
';var m_290122914f4623db64a78b15ee5d9871 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Texas Title Company',});m_290122914f4623db64a78b15ee5d9871['infowindow'] = new google.maps.InfoWindow({content: $l290122914f4623db64a78b15ee5d9871});var infowindow = new google.maps.InfoWindow({content: $l290122914f4623db64a78b15ee5d9871});google.maps.event.addListener(m_290122914f4623db64a78b15ee5d9871, 'click', function() {infowindow.open(map,m_290122914f4623db64a78b15ee5d9871);});$marker.push(m_290122914f4623db64a78b15ee5d9871);}});}google.maps.event.addDomListener(window, 'load', initialize);