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(27.3562,-98.1241)};var g_b4ddc211f40b69e30faca5ac9535465b = new google.maps.Geocoder();g_b4ddc211f40b69e30faca5ac9535465b.geocode( { 'address': "501 S Broadway St, Premont, TX 78375, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('premont-TX-cowboy-country-fcu').style.display = '';map = new google.maps.Map(document.getElementById('premont-TX-cowboy-country-fcu'), mapOptions);}document.getElementById('b1468fb5').innerHTML += ' | View Map';var $lb4ddc211f40b69e30faca5ac9535465b = '

Cowboy Country FCU

Address: 501 S Broadway St, Premont, TX 78375, USA
Phone: (361) 348-3578
';var m_b4ddc211f40b69e30faca5ac9535465b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cowboy Country FCU',});m_b4ddc211f40b69e30faca5ac9535465b['infowindow'] = new google.maps.InfoWindow({content: $lb4ddc211f40b69e30faca5ac9535465b});var infowindow = new google.maps.InfoWindow({content: $lb4ddc211f40b69e30faca5ac9535465b});google.maps.event.addListener(m_b4ddc211f40b69e30faca5ac9535465b, 'click', function() {infowindow.open(map,m_b4ddc211f40b69e30faca5ac9535465b);});$marker.push(m_b4ddc211f40b69e30faca5ac9535465b);}});}google.maps.event.addDomListener(window, 'load', initialize);