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.1381,-95.6034)};var g_cdddf297c8361f7fb20de1975a0b7303 = new google.maps.Geocoder();g_cdddf297c8361f7fb20de1975a0b7303.geocode( { 'address': "303 Connally St, Sulphur Springs, TX 75482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sulphur-springs-TX-legacy-ag-credit-aca').style.display = '';map = new google.maps.Map(document.getElementById('sulphur-springs-TX-legacy-ag-credit-aca'), mapOptions);}document.getElementById('b838268e').innerHTML += ' | View Map';var $lcdddf297c8361f7fb20de1975a0b7303 = '

Legacy AG Credit ACA

Address: 303 Connally St, Sulphur Springs, TX 75482, USA
Phone: (903) 885-9566
';var m_cdddf297c8361f7fb20de1975a0b7303 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legacy AG Credit ACA',});m_cdddf297c8361f7fb20de1975a0b7303['infowindow'] = new google.maps.InfoWindow({content: $lcdddf297c8361f7fb20de1975a0b7303});var infowindow = new google.maps.InfoWindow({content: $lcdddf297c8361f7fb20de1975a0b7303});google.maps.event.addListener(m_cdddf297c8361f7fb20de1975a0b7303, 'click', function() {infowindow.open(map,m_cdddf297c8361f7fb20de1975a0b7303);});$marker.push(m_cdddf297c8361f7fb20de1975a0b7303);}});}google.maps.event.addDomListener(window, 'load', initialize);