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.0826,-94.1012)};var g_45a92a5e56ffd3734332dd0cc0251d63 = new google.maps.Geocoder();g_45a92a5e56ffd3734332dd0cc0251d63.geocode( { 'address': "390 Park St # 800, Beaumont, TX 77701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaumont-TX-coburn-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('beaumont-TX-coburn-credit-union'), mapOptions);}document.getElementById('95acf636').innerHTML += ' | View Map';var $l45a92a5e56ffd3734332dd0cc0251d63 = '

Coburn Credit Union

Address: 390 Park St # 800, Beaumont, TX 77701, USA
Phone: (409) 838-9957
';var m_45a92a5e56ffd3734332dd0cc0251d63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coburn Credit Union',});m_45a92a5e56ffd3734332dd0cc0251d63['infowindow'] = new google.maps.InfoWindow({content: $l45a92a5e56ffd3734332dd0cc0251d63});var infowindow = new google.maps.InfoWindow({content: $l45a92a5e56ffd3734332dd0cc0251d63});google.maps.event.addListener(m_45a92a5e56ffd3734332dd0cc0251d63, 'click', function() {infowindow.open(map,m_45a92a5e56ffd3734332dd0cc0251d63);});$marker.push(m_45a92a5e56ffd3734332dd0cc0251d63);}});}google.maps.event.addDomListener(window, 'load', initialize);