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(31.3287,-95.4411)};var g_9ef21382711d20d7e00cfb005402a5fa = new google.maps.Geocoder();g_9ef21382711d20d7e00cfb005402a5fa.geocode( { 'address': "1524 E Houston Ave, Crockett, TX 75835, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crockett-TX-southland-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('crockett-TX-southland-federal-credit-union'), mapOptions);}document.getElementById('b96076d3').innerHTML += ' | View Map';var $l9ef21382711d20d7e00cfb005402a5fa = '

Southland Federal Credit Union

Address: 1524 E Houston Ave, Crockett, TX 75835, USA
Phone: (936) 544-3164
';var m_9ef21382711d20d7e00cfb005402a5fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southland Federal Credit Union',});m_9ef21382711d20d7e00cfb005402a5fa['infowindow'] = new google.maps.InfoWindow({content: $l9ef21382711d20d7e00cfb005402a5fa});var infowindow = new google.maps.InfoWindow({content: $l9ef21382711d20d7e00cfb005402a5fa});google.maps.event.addListener(m_9ef21382711d20d7e00cfb005402a5fa, 'click', function() {infowindow.open(map,m_9ef21382711d20d7e00cfb005402a5fa);});$marker.push(m_9ef21382711d20d7e00cfb005402a5fa);}});}google.maps.event.addDomListener(window, 'load', initialize);