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(26.1876,-97.7689)};var g_9c994a975e58f2aafefd8c5ca181170b = new google.maps.Geocoder();g_9c994a975e58f2aafefd8c5ca181170b.geocode( { 'address': "8122 W Expy 83 a, Harlingen, TX 78552, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harlingen-TX-capital-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('harlingen-TX-capital-farm-credit'), mapOptions);}document.getElementById('beff0631').innerHTML += ' | View Map';var $l9c994a975e58f2aafefd8c5ca181170b = '

Capital Farm Credit

Address: 8122 W Expy 83 a, Harlingen, TX 78552, USA
Phone: (956) 440-1676
';var m_9c994a975e58f2aafefd8c5ca181170b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital Farm Credit',});m_9c994a975e58f2aafefd8c5ca181170b['infowindow'] = new google.maps.InfoWindow({content: $l9c994a975e58f2aafefd8c5ca181170b});var infowindow = new google.maps.InfoWindow({content: $l9c994a975e58f2aafefd8c5ca181170b});google.maps.event.addListener(m_9c994a975e58f2aafefd8c5ca181170b, 'click', function() {infowindow.open(map,m_9c994a975e58f2aafefd8c5ca181170b);});$marker.push(m_9c994a975e58f2aafefd8c5ca181170b);}});}google.maps.event.addDomListener(window, 'load', initialize);