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.118,-94.1686)};var g_4aa235219753273941bab0a2b1b3adff = new google.maps.Geocoder();g_4aa235219753273941bab0a2b1b3adff.geocode( { 'address': "4005 Dowlen Rd, Beaumont, TX 77706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaumont-TX-5point-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('beaumont-TX-5point-credit-union'), mapOptions);}document.getElementById('29850da9').innerHTML += ' | View Map';var $l4aa235219753273941bab0a2b1b3adff = '

5Point Credit Union

Address: 4005 Dowlen Rd, Beaumont, TX 77706, USA
Phone: (409) 892-5363
';var m_4aa235219753273941bab0a2b1b3adff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '5Point Credit Union',});m_4aa235219753273941bab0a2b1b3adff['infowindow'] = new google.maps.InfoWindow({content: $l4aa235219753273941bab0a2b1b3adff});var infowindow = new google.maps.InfoWindow({content: $l4aa235219753273941bab0a2b1b3adff});google.maps.event.addListener(m_4aa235219753273941bab0a2b1b3adff, 'click', function() {infowindow.open(map,m_4aa235219753273941bab0a2b1b3adff);});$marker.push(m_4aa235219753273941bab0a2b1b3adff);}});}google.maps.event.addDomListener(window, 'load', initialize);