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.4218,-94.0471)};var g_d4997a3902fbc413800ca3770668e74b = new google.maps.Geocoder();g_d4997a3902fbc413800ca3770668e74b.geocode( { 'address': "419 W 4th St, Texarkana, TX 75501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texarkana-TX-morris-sheppard-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('texarkana-TX-morris-sheppard-credit-union'), mapOptions);}document.getElementById('b7e602ce').innerHTML += ' | View Map';var $ld4997a3902fbc413800ca3770668e74b = '

Morris Sheppard Credit Union

Address: 419 W 4th St, Texarkana, TX 75501, USA
Phone: (903) 798-3918
';var m_d4997a3902fbc413800ca3770668e74b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morris Sheppard Credit Union',});m_d4997a3902fbc413800ca3770668e74b['infowindow'] = new google.maps.InfoWindow({content: $ld4997a3902fbc413800ca3770668e74b});var infowindow = new google.maps.InfoWindow({content: $ld4997a3902fbc413800ca3770668e74b});google.maps.event.addListener(m_d4997a3902fbc413800ca3770668e74b, 'click', function() {infowindow.open(map,m_d4997a3902fbc413800ca3770668e74b);});$marker.push(m_d4997a3902fbc413800ca3770668e74b);}});}google.maps.event.addDomListener(window, 'load', initialize);