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(33.9104,-98.5112)};var g_fbf79b1984ebbe775981274dc8c8c322 = new google.maps.Geocoder();g_fbf79b1984ebbe775981274dc8c8c322.geocode( { 'address': "2100 5th St, Wichita Falls, TX 76301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-falls-TX-wichita-falls-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('wichita-falls-TX-wichita-falls-federal-credit-union-atm'), mapOptions);}document.getElementById('2272fd82').innerHTML += ' | View Map';var $lfbf79b1984ebbe775981274dc8c8c322 = '

Wichita Falls Federal Credit Union ATM

Address: 2100 5th St, Wichita Falls, TX 76301, USA
Phone: (940) 322-9328
';var m_fbf79b1984ebbe775981274dc8c8c322 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wichita Falls Federal Credit Union ATM',});m_fbf79b1984ebbe775981274dc8c8c322['infowindow'] = new google.maps.InfoWindow({content: $lfbf79b1984ebbe775981274dc8c8c322});var infowindow = new google.maps.InfoWindow({content: $lfbf79b1984ebbe775981274dc8c8c322});google.maps.event.addListener(m_fbf79b1984ebbe775981274dc8c8c322, 'click', function() {infowindow.open(map,m_fbf79b1984ebbe775981274dc8c8c322);});$marker.push(m_fbf79b1984ebbe775981274dc8c8c322);}});}google.maps.event.addDomListener(window, 'load', initialize);