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.7909,-96.7746)};var g_bd8371da14f28faee0bba6daf35198d2 = new google.maps.Geocoder();g_bd8371da14f28faee0bba6daf35198d2.geocode( { 'address': "4005 Crutcher St Suite 130, Dallas, TX 75246, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-baylor-health-care-system-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-baylor-health-care-system-credit-union'), mapOptions);}document.getElementById('dc2682df').innerHTML += ' | View Map';var $lbd8371da14f28faee0bba6daf35198d2 = '

Baylor Health Care System Credit Union

Address: 4005 Crutcher St Suite 130, Dallas, TX 75246, USA
Phone: (214) 820-2342
';var m_bd8371da14f28faee0bba6daf35198d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Baylor Health Care System Credit Union',});m_bd8371da14f28faee0bba6daf35198d2['infowindow'] = new google.maps.InfoWindow({content: $lbd8371da14f28faee0bba6daf35198d2});var infowindow = new google.maps.InfoWindow({content: $lbd8371da14f28faee0bba6daf35198d2});google.maps.event.addListener(m_bd8371da14f28faee0bba6daf35198d2, 'click', function() {infowindow.open(map,m_bd8371da14f28faee0bba6daf35198d2);});$marker.push(m_bd8371da14f28faee0bba6daf35198d2);}});}google.maps.event.addDomListener(window, 'load', initialize);