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.7872,-96.7985)};var g_d3635b07dc3d11d018d94dce40ba210c = new google.maps.Geocoder();g_d3635b07dc3d11d018d94dce40ba210c.geocode( { 'address': "2430 Shorecrest Dr, Dallas, TX 75235"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-southwest-airlines-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-southwest-airlines-credit-union'), mapOptions);}document.getElementById('5dc18511').innerHTML += ' | View Map';var $ld3635b07dc3d11d018d94dce40ba210c = '

Southwest Airlines Credit Union

Address: 2430 Shorecrest Dr, Dallas, TX 75235
Phone: (214) 357-9714
';var m_d3635b07dc3d11d018d94dce40ba210c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southwest Airlines Credit Union',});m_d3635b07dc3d11d018d94dce40ba210c['infowindow'] = new google.maps.InfoWindow({content: $ld3635b07dc3d11d018d94dce40ba210c});var infowindow = new google.maps.InfoWindow({content: $ld3635b07dc3d11d018d94dce40ba210c});google.maps.event.addListener(m_d3635b07dc3d11d018d94dce40ba210c, 'click', function() {infowindow.open(map,m_d3635b07dc3d11d018d94dce40ba210c);});$marker.push(m_d3635b07dc3d11d018d94dce40ba210c);}});}google.maps.event.addDomListener(window, 'load', initialize);