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.7111,-94.9442)};var g_3ae37cf54e571cfec2013d0cd6e8d9fb = new google.maps.Geocoder();g_3ae37cf54e571cfec2013d0cd6e8d9fb.geocode( { 'address': "1261 US-271, Gilmer, TX 75645, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gilmer-TX-legacy-ag-credit-aca').style.display = '';map = new google.maps.Map(document.getElementById('gilmer-TX-legacy-ag-credit-aca'), mapOptions);}document.getElementById('2ae22f0e').innerHTML += ' | View Map';var $l3ae37cf54e571cfec2013d0cd6e8d9fb = '

Legacy AG Credit Aca

Address: 1261 US-271, Gilmer, TX 75645, USA
Phone: (903) 734-5550
';var m_3ae37cf54e571cfec2013d0cd6e8d9fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legacy AG Credit Aca',});m_3ae37cf54e571cfec2013d0cd6e8d9fb['infowindow'] = new google.maps.InfoWindow({content: $l3ae37cf54e571cfec2013d0cd6e8d9fb});var infowindow = new google.maps.InfoWindow({content: $l3ae37cf54e571cfec2013d0cd6e8d9fb});google.maps.event.addListener(m_3ae37cf54e571cfec2013d0cd6e8d9fb, 'click', function() {infowindow.open(map,m_3ae37cf54e571cfec2013d0cd6e8d9fb);});$marker.push(m_3ae37cf54e571cfec2013d0cd6e8d9fb);}});}google.maps.event.addDomListener(window, 'load', initialize);