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(33.4571,-94.4509)};var g_42c2c9ec00a347430cd8021dd759a0f8 = new google.maps.Geocoder();g_42c2c9ec00a347430cd8021dd759a0f8.geocode( { 'address': "516 James Bowie Dr, New Boston, TX 75570"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-boston-TX-lone-star-ag-credit').style.display = '';map = new google.maps.Map(document.getElementById('new-boston-TX-lone-star-ag-credit'), mapOptions);}document.getElementById('9b7624ad').innerHTML += ' | View Map';var $l42c2c9ec00a347430cd8021dd759a0f8 = '

Lone Star Ag Credit

Address: 516 James Bowie Dr, New Boston, TX 75570
Phone: (903) 628-3031
';var m_42c2c9ec00a347430cd8021dd759a0f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lone Star Ag Credit',});m_42c2c9ec00a347430cd8021dd759a0f8['infowindow'] = new google.maps.InfoWindow({content: $l42c2c9ec00a347430cd8021dd759a0f8});var infowindow = new google.maps.InfoWindow({content: $l42c2c9ec00a347430cd8021dd759a0f8});google.maps.event.addListener(m_42c2c9ec00a347430cd8021dd759a0f8, 'click', function() {infowindow.open(map,m_42c2c9ec00a347430cd8021dd759a0f8);});$marker.push(m_42c2c9ec00a347430cd8021dd759a0f8);}});}google.maps.event.addDomListener(window, 'load', initialize);