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(30.5683,-97.4104)};var g_a0832439acb9c7270f615a7f18d408af = new google.maps.Geocoder();g_a0832439acb9c7270f615a7f18d408af.geocode( { 'address': "119 W 2nd St B, Taylor, TX 76574, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taylor-TX-mid-tex-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('taylor-TX-mid-tex-loan-co'), mapOptions);}document.getElementById('b8d8c393').innerHTML += ' | View Map';var $la0832439acb9c7270f615a7f18d408af = '

Mid-Tex Loan Co

Address: 119 W 2nd St B, Taylor, TX 76574, USA
Phone: (512) 352-7605
';var m_a0832439acb9c7270f615a7f18d408af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid-Tex Loan Co',});m_a0832439acb9c7270f615a7f18d408af['infowindow'] = new google.maps.InfoWindow({content: $la0832439acb9c7270f615a7f18d408af});var infowindow = new google.maps.InfoWindow({content: $la0832439acb9c7270f615a7f18d408af});google.maps.event.addListener(m_a0832439acb9c7270f615a7f18d408af, 'click', function() {infowindow.open(map,m_a0832439acb9c7270f615a7f18d408af);});$marker.push(m_a0832439acb9c7270f615a7f18d408af);}});}google.maps.event.addDomListener(window, 'load', initialize);