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.4169,-94.1059)};var g_96ef386f9699628f2a7c365729211d69 = new google.maps.Geocoder();g_96ef386f9699628f2a7c365729211d69.geocode( { 'address': "5001 W 7th St, Texarkana, TX 75501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texarkana-TX-mil-way-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('texarkana-TX-mil-way-federal-credit-union'), mapOptions);}document.getElementById('29213743').innerHTML += ' | View Map';var $l96ef386f9699628f2a7c365729211d69 = '

Mil-Way Federal Credit Union

Address: 5001 W 7th St, Texarkana, TX 75501, USA
Phone: (903) 832-2004
';var m_96ef386f9699628f2a7c365729211d69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mil-Way Federal Credit Union',});m_96ef386f9699628f2a7c365729211d69['infowindow'] = new google.maps.InfoWindow({content: $l96ef386f9699628f2a7c365729211d69});var infowindow = new google.maps.InfoWindow({content: $l96ef386f9699628f2a7c365729211d69});google.maps.event.addListener(m_96ef386f9699628f2a7c365729211d69, 'click', function() {infowindow.open(map,m_96ef386f9699628f2a7c365729211d69);});$marker.push(m_96ef386f9699628f2a7c365729211d69);}});}google.maps.event.addDomListener(window, 'load', initialize);