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(35.8313,-101.443)};var g_5b33fd0ecf11b86e2c7cd51c43831a46 = new google.maps.Geocoder();g_5b33fd0ecf11b86e2c7cd51c43831a46.geocode( { 'address': "102 N Main, Stinnett, TX 79083, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stinnett-TX-h--h-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('stinnett-TX-h--h-federal-credit-union'), mapOptions);}document.getElementById('d9b9f71a').innerHTML += ' | View Map';var $l5b33fd0ecf11b86e2c7cd51c43831a46 = '

H & H Federal Credit Union

Address: 102 N Main, Stinnett, TX 79083, USA
Phone: (806) 878-2452
';var m_5b33fd0ecf11b86e2c7cd51c43831a46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'H & H Federal Credit Union',});m_5b33fd0ecf11b86e2c7cd51c43831a46['infowindow'] = new google.maps.InfoWindow({content: $l5b33fd0ecf11b86e2c7cd51c43831a46});var infowindow = new google.maps.InfoWindow({content: $l5b33fd0ecf11b86e2c7cd51c43831a46});google.maps.event.addListener(m_5b33fd0ecf11b86e2c7cd51c43831a46, 'click', function() {infowindow.open(map,m_5b33fd0ecf11b86e2c7cd51c43831a46);});$marker.push(m_5b33fd0ecf11b86e2c7cd51c43831a46);}});}google.maps.event.addDomListener(window, 'load', initialize);