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.861,-97.2161)};var g_0668840d55e1534544f5b37a8503f4fb = new google.maps.Geocoder();g_0668840d55e1534544f5b37a8503f4fb.geocode( { 'address': "7020 Mid Cities BLVD., North Richland Hills, TX 76180"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-richland-hills-TX-unity-one-credit-union-north-richland-hills').style.display = '';map = new google.maps.Map(document.getElementById('north-richland-hills-TX-unity-one-credit-union-north-richland-hills'), mapOptions);}document.getElementById('370da81e').innerHTML += ' | View Map';var $l0668840d55e1534544f5b37a8503f4fb = '

Unity One Credit Union - North Richland Hills

Address: 7020 Mid Cities BLVD., North Richland Hills, TX 76180
Phone: (800) 628-5517
';var m_0668840d55e1534544f5b37a8503f4fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Unity One Credit Union - North Richland Hills',});m_0668840d55e1534544f5b37a8503f4fb['infowindow'] = new google.maps.InfoWindow({content: $l0668840d55e1534544f5b37a8503f4fb});var infowindow = new google.maps.InfoWindow({content: $l0668840d55e1534544f5b37a8503f4fb});google.maps.event.addListener(m_0668840d55e1534544f5b37a8503f4fb, 'click', function() {infowindow.open(map,m_0668840d55e1534544f5b37a8503f4fb);});$marker.push(m_0668840d55e1534544f5b37a8503f4fb);}});}google.maps.event.addDomListener(window, 'load', initialize);