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.7945,-106.397)};var g_22124b4cf7d922ab6539a2b16e98f103 = new google.maps.Geocoder();g_22124b4cf7d922ab6539a2b16e98f103.geocode( { 'address': "6610 Continental Dr, El Paso, TX 79925, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-paso-TX-tfcu---east-centralcontinental-branch').style.display = '';map = new google.maps.Map(document.getElementById('el-paso-TX-tfcu---east-centralcontinental-branch'), mapOptions);}document.getElementById('4774219a').innerHTML += ' | View Map';var $l22124b4cf7d922ab6539a2b16e98f103 = '

TFCU - EAST-CENTRAL/Continental Branch

Address: 6610 Continental Dr, El Paso, TX 79925, USA
Phone:
';var m_22124b4cf7d922ab6539a2b16e98f103 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TFCU - EAST-CENTRAL/Continental Branch',});m_22124b4cf7d922ab6539a2b16e98f103['infowindow'] = new google.maps.InfoWindow({content: $l22124b4cf7d922ab6539a2b16e98f103});var infowindow = new google.maps.InfoWindow({content: $l22124b4cf7d922ab6539a2b16e98f103});google.maps.event.addListener(m_22124b4cf7d922ab6539a2b16e98f103, 'click', function() {infowindow.open(map,m_22124b4cf7d922ab6539a2b16e98f103);});$marker.push(m_22124b4cf7d922ab6539a2b16e98f103);}});}google.maps.event.addDomListener(window, 'load', initialize);