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(32.8209,-96.869)};var g_9d5f6881b7700a87a8be01e17552cebd = new google.maps.Geocoder();g_9d5f6881b7700a87a8be01e17552cebd.geocode( { 'address': "7610 Stemmons Fwy #110, Dallas, TX 75247, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-southwest-financial-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-southwest-financial-federal-credit-union'), mapOptions);}document.getElementById('80aefaac').innerHTML += ' | View Map';var $l9d5f6881b7700a87a8be01e17552cebd = '

Southwest Financial Federal Credit Union

Address: 7610 Stemmons Fwy #110, Dallas, TX 75247, USA
Phone: (214) 630-7111
';var m_9d5f6881b7700a87a8be01e17552cebd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southwest Financial Federal Credit Union',});m_9d5f6881b7700a87a8be01e17552cebd['infowindow'] = new google.maps.InfoWindow({content: $l9d5f6881b7700a87a8be01e17552cebd});var infowindow = new google.maps.InfoWindow({content: $l9d5f6881b7700a87a8be01e17552cebd});google.maps.event.addListener(m_9d5f6881b7700a87a8be01e17552cebd, 'click', function() {infowindow.open(map,m_9d5f6881b7700a87a8be01e17552cebd);});$marker.push(m_9d5f6881b7700a87a8be01e17552cebd);}});}google.maps.event.addDomListener(window, 'load', initialize);