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.0766,-94.104)};var g_5c7e0f458302563d7be1a882896f7ad6 = new google.maps.Geocoder();g_5c7e0f458302563d7be1a882896f7ad6.geocode( { 'address': "660 S M L King Jr Pkwy, Beaumont, TX 77701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaumont-TX-beaumont-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('beaumont-TX-beaumont-community-credit-union'), mapOptions);}document.getElementById('8843bd17').innerHTML += ' | View Map';var $l5c7e0f458302563d7be1a882896f7ad6 = '

Beaumont Community Credit Union

Address: 660 S M L King Jr Pkwy, Beaumont, TX 77701, USA
Phone: (409) 899-1035
';var m_5c7e0f458302563d7be1a882896f7ad6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beaumont Community Credit Union',});m_5c7e0f458302563d7be1a882896f7ad6['infowindow'] = new google.maps.InfoWindow({content: $l5c7e0f458302563d7be1a882896f7ad6});var infowindow = new google.maps.InfoWindow({content: $l5c7e0f458302563d7be1a882896f7ad6});google.maps.event.addListener(m_5c7e0f458302563d7be1a882896f7ad6, 'click', function() {infowindow.open(map,m_5c7e0f458302563d7be1a882896f7ad6);});$marker.push(m_5c7e0f458302563d7be1a882896f7ad6);}});}google.maps.event.addDomListener(window, 'load', initialize);