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.8602,-97.2585)};var g_f5a61216ddcb865018bd650e3ec19339 = new google.maps.Geocoder();g_f5a61216ddcb865018bd650e3ec19339.geocode( { 'address': "5744 Watauga Rd, Watauga, TX 76148, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watauga-TX-my-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('watauga-TX-my-credit-union'), mapOptions);}document.getElementById('b2238be2').innerHTML += ' | View Map';var $lf5a61216ddcb865018bd650e3ec19339 = '

My Credit Union

Address: 5744 Watauga Rd, Watauga, TX 76148, USA
Phone: (817) 849-1982
';var m_f5a61216ddcb865018bd650e3ec19339 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'My Credit Union',});m_f5a61216ddcb865018bd650e3ec19339['infowindow'] = new google.maps.InfoWindow({content: $lf5a61216ddcb865018bd650e3ec19339});var infowindow = new google.maps.InfoWindow({content: $lf5a61216ddcb865018bd650e3ec19339});google.maps.event.addListener(m_f5a61216ddcb865018bd650e3ec19339, 'click', function() {infowindow.open(map,m_f5a61216ddcb865018bd650e3ec19339);});$marker.push(m_f5a61216ddcb865018bd650e3ec19339);}});}google.maps.event.addDomListener(window, 'load', initialize);