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(34.0803,-98.5798)};var g_cd454a0e37dda8d407654d194324c9f2 = new google.maps.Geocoder();g_cd454a0e37dda8d407654d194324c9f2.geocode( { 'address': "909 W Kramer Rd, Burkburnett, TX 76354, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burkburnett-TX-union-square-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('burkburnett-TX-union-square-credit-union'), mapOptions);}document.getElementById('6aa34ce9').innerHTML += ' | View Map';var $lcd454a0e37dda8d407654d194324c9f2 = '

Union Square Credit Union

Address: 909 W Kramer Rd, Burkburnett, TX 76354, USA
Phone: (940) 720-8000
';var m_cd454a0e37dda8d407654d194324c9f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Square Credit Union',});m_cd454a0e37dda8d407654d194324c9f2['infowindow'] = new google.maps.InfoWindow({content: $lcd454a0e37dda8d407654d194324c9f2});var infowindow = new google.maps.InfoWindow({content: $lcd454a0e37dda8d407654d194324c9f2});google.maps.event.addListener(m_cd454a0e37dda8d407654d194324c9f2, 'click', function() {infowindow.open(map,m_cd454a0e37dda8d407654d194324c9f2);});$marker.push(m_cd454a0e37dda8d407654d194324c9f2);}});}google.maps.event.addDomListener(window, 'load', initialize);