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(28.7087,-100.468)};var g_6883966fd8f918a4aa29be29d2c386fb = new google.maps.Geocoder();g_6883966fd8f918a4aa29be29d2c386fb.geocode( { 'address': "2888 E Main St, Eagle Pass, TX 78852, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eagle-pass-TX-border-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('eagle-pass-TX-border-federal-credit-union-atm'), mapOptions);}document.getElementById('c405232e').innerHTML += ' | View Map';var $l6883966fd8f918a4aa29be29d2c386fb = '

Border Federal Credit Union ATM

Address: 2888 E Main St, Eagle Pass, TX 78852, USA
Phone: (830) 757-2328
';var m_6883966fd8f918a4aa29be29d2c386fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Border Federal Credit Union ATM',});m_6883966fd8f918a4aa29be29d2c386fb['infowindow'] = new google.maps.InfoWindow({content: $l6883966fd8f918a4aa29be29d2c386fb});var infowindow = new google.maps.InfoWindow({content: $l6883966fd8f918a4aa29be29d2c386fb});google.maps.event.addListener(m_6883966fd8f918a4aa29be29d2c386fb, 'click', function() {infowindow.open(map,m_6883966fd8f918a4aa29be29d2c386fb);});$marker.push(m_6883966fd8f918a4aa29be29d2c386fb);}});}google.maps.event.addDomListener(window, 'load', initialize);