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.4373,-94.7134)};var g_8b9e7ab295e87570551db122a04c6f7c = new google.maps.Geocoder();g_8b9e7ab295e87570551db122a04c6f7c.geocode( { 'address': "149 Kodak Blvd, Longview, TX 75602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longview-TX-eastman-credit-union-texas-branch').style.display = '';map = new google.maps.Map(document.getElementById('longview-TX-eastman-credit-union-texas-branch'), mapOptions);}document.getElementById('4e61f9e4').innerHTML += ' | View Map';var $l8b9e7ab295e87570551db122a04c6f7c = '

Eastman Credit Union: Texas Branch

Address: 149 Kodak Blvd, Longview, TX 75602, USA
Phone: (903) 381-6500
';var m_8b9e7ab295e87570551db122a04c6f7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastman Credit Union: Texas Branch',});m_8b9e7ab295e87570551db122a04c6f7c['infowindow'] = new google.maps.InfoWindow({content: $l8b9e7ab295e87570551db122a04c6f7c});var infowindow = new google.maps.InfoWindow({content: $l8b9e7ab295e87570551db122a04c6f7c});google.maps.event.addListener(m_8b9e7ab295e87570551db122a04c6f7c, 'click', function() {infowindow.open(map,m_8b9e7ab295e87570551db122a04c6f7c);});$marker.push(m_8b9e7ab295e87570551db122a04c6f7c);}});}google.maps.event.addDomListener(window, 'load', initialize);