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(30.0714,-94.1032)};var g_b5dad8415afe63ae9df45247ee39ab7b = new google.maps.Geocoder();g_b5dad8415afe63ae9df45247ee39ab7b.geocode( { 'address': "6885 Eastex Fwy, Beaumont, TX 77706"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaumont-TX-education-first-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('beaumont-TX-education-first-federal-credit-union'), mapOptions);}document.getElementById('a87323ac').innerHTML += ' | View Map';var $lb5dad8415afe63ae9df45247ee39ab7b = '

Education First Federal Credit Union

Address: 6885 Eastex Fwy, Beaumont, TX 77706
Phone: (409) 898-3770
';var m_b5dad8415afe63ae9df45247ee39ab7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Education First Federal Credit Union',});m_b5dad8415afe63ae9df45247ee39ab7b['infowindow'] = new google.maps.InfoWindow({content: $lb5dad8415afe63ae9df45247ee39ab7b});var infowindow = new google.maps.InfoWindow({content: $lb5dad8415afe63ae9df45247ee39ab7b});google.maps.event.addListener(m_b5dad8415afe63ae9df45247ee39ab7b, 'click', function() {infowindow.open(map,m_b5dad8415afe63ae9df45247ee39ab7b);});$marker.push(m_b5dad8415afe63ae9df45247ee39ab7b);}});}google.maps.event.addDomListener(window, 'load', initialize);