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.9217,-96.7686)};var g_19ab4cf7060febe48a1f4f8cc0c3add2 = new google.maps.Geocoder();g_19ab4cf7060febe48a1f4f8cc0c3add2.geocode( { 'address': "12770 Coit Rd #100, Dallas, TX 75251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-texas-health-resources-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-texas-health-resources-credit-union'), mapOptions);}document.getElementById('7509f9a3').innerHTML += ' | View Map';var $l19ab4cf7060febe48a1f4f8cc0c3add2 = '

Texas Health Resources Credit Union

Address: 12770 Coit Rd #100, Dallas, TX 75251, USA
Phone: (214) 361-3809
';var m_19ab4cf7060febe48a1f4f8cc0c3add2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Health Resources Credit Union',});m_19ab4cf7060febe48a1f4f8cc0c3add2['infowindow'] = new google.maps.InfoWindow({content: $l19ab4cf7060febe48a1f4f8cc0c3add2});var infowindow = new google.maps.InfoWindow({content: $l19ab4cf7060febe48a1f4f8cc0c3add2});google.maps.event.addListener(m_19ab4cf7060febe48a1f4f8cc0c3add2, 'click', function() {infowindow.open(map,m_19ab4cf7060febe48a1f4f8cc0c3add2);});$marker.push(m_19ab4cf7060febe48a1f4f8cc0c3add2);}});}google.maps.event.addDomListener(window, 'load', initialize);