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.5565,-95.8649)};var g_034f91cb2fa721ce517b1eb9c78cec36 = new google.maps.Geocoder();g_034f91cb2fa721ce517b1eb9c78cec36.geocode( { 'address': "335 W Dallas St, Canton, TX 75103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-TX-legacy-ag-credit-aca').style.display = '';map = new google.maps.Map(document.getElementById('canton-TX-legacy-ag-credit-aca'), mapOptions);}document.getElementById('9e33f0a8').innerHTML += ' | View Map';var $l034f91cb2fa721ce517b1eb9c78cec36 = '

Legacy AG Credit ACA

Address: 335 W Dallas St, Canton, TX 75103, USA
Phone: (903) 567-2251
';var m_034f91cb2fa721ce517b1eb9c78cec36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legacy AG Credit ACA',});m_034f91cb2fa721ce517b1eb9c78cec36['infowindow'] = new google.maps.InfoWindow({content: $l034f91cb2fa721ce517b1eb9c78cec36});var infowindow = new google.maps.InfoWindow({content: $l034f91cb2fa721ce517b1eb9c78cec36});google.maps.event.addListener(m_034f91cb2fa721ce517b1eb9c78cec36, 'click', function() {infowindow.open(map,m_034f91cb2fa721ce517b1eb9c78cec36);});$marker.push(m_034f91cb2fa721ce517b1eb9c78cec36);}});}google.maps.event.addDomListener(window, 'load', initialize);