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.9482,-99.7699)};var g_2ecc65c44282f1ad4bfa9ca7bf4d0a37 = new google.maps.Geocoder();g_2ecc65c44282f1ad4bfa9ca7bf4d0a37.geocode( { 'address': "122 West McHarg St, Stamford, TX 79553"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stamford-TX-capital-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('stamford-TX-capital-farm-credit'), mapOptions);}document.getElementById('7c103edf').innerHTML += ' | View Map';var $l2ecc65c44282f1ad4bfa9ca7bf4d0a37 = '

Capital Farm Credit

Address: 122 West McHarg St, Stamford, TX 79553
Phone: (325) 773-3644
';var m_2ecc65c44282f1ad4bfa9ca7bf4d0a37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital Farm Credit',});m_2ecc65c44282f1ad4bfa9ca7bf4d0a37['infowindow'] = new google.maps.InfoWindow({content: $l2ecc65c44282f1ad4bfa9ca7bf4d0a37});var infowindow = new google.maps.InfoWindow({content: $l2ecc65c44282f1ad4bfa9ca7bf4d0a37});google.maps.event.addListener(m_2ecc65c44282f1ad4bfa9ca7bf4d0a37, 'click', function() {infowindow.open(map,m_2ecc65c44282f1ad4bfa9ca7bf4d0a37);});$marker.push(m_2ecc65c44282f1ad4bfa9ca7bf4d0a37);}});}google.maps.event.addDomListener(window, 'load', initialize);