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.3881,-94.8737)};var g_9738a94dbcff1369842230a0e9b05ade = new google.maps.Geocoder();g_9738a94dbcff1369842230a0e9b05ade.geocode( { 'address': "304 N Kilgore St, Kilgore, TX 75662, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kilgore-TX-east-texas-professional-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kilgore-TX-east-texas-professional-credit-union'), mapOptions);}document.getElementById('c54275aa').innerHTML += ' | View Map';var $l9738a94dbcff1369842230a0e9b05ade = '

East Texas Professional Credit Union

Address: 304 N Kilgore St, Kilgore, TX 75662, USA
Phone: (903) 983-2513
';var m_9738a94dbcff1369842230a0e9b05ade = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East Texas Professional Credit Union',});m_9738a94dbcff1369842230a0e9b05ade['infowindow'] = new google.maps.InfoWindow({content: $l9738a94dbcff1369842230a0e9b05ade});var infowindow = new google.maps.InfoWindow({content: $l9738a94dbcff1369842230a0e9b05ade});google.maps.event.addListener(m_9738a94dbcff1369842230a0e9b05ade, 'click', function() {infowindow.open(map,m_9738a94dbcff1369842230a0e9b05ade);});$marker.push(m_9738a94dbcff1369842230a0e9b05ade);}});}google.maps.event.addDomListener(window, 'load', initialize);