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.0986,-94.1693)};var g_ab29fe6d1217894ad5cd4e77c34855e7 = new google.maps.Geocoder();g_ab29fe6d1217894ad5cd4e77c34855e7.geocode( { 'address': "2360 Dowlen Rd, Beaumont, TX 77706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaumont-TX-gulf-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('beaumont-TX-gulf-credit-union'), mapOptions);}document.getElementById('bf34e1ca').innerHTML += ' | View Map';var $lab29fe6d1217894ad5cd4e77c34855e7 = '

Gulf Credit Union

Address: 2360 Dowlen Rd, Beaumont, TX 77706, USA
Phone: (409) 860-3600
';var m_ab29fe6d1217894ad5cd4e77c34855e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gulf Credit Union',});m_ab29fe6d1217894ad5cd4e77c34855e7['infowindow'] = new google.maps.InfoWindow({content: $lab29fe6d1217894ad5cd4e77c34855e7});var infowindow = new google.maps.InfoWindow({content: $lab29fe6d1217894ad5cd4e77c34855e7});google.maps.event.addListener(m_ab29fe6d1217894ad5cd4e77c34855e7, 'click', function() {infowindow.open(map,m_ab29fe6d1217894ad5cd4e77c34855e7);});$marker.push(m_ab29fe6d1217894ad5cd4e77c34855e7);}});}google.maps.event.addDomListener(window, 'load', initialize);