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.0318,-93.8325)};var g_4e985746af9a6762b41140d80f34fee3 = new google.maps.Geocoder();g_4e985746af9a6762b41140d80f34fee3.geocode( { 'address': "150 E Roundbunch Rd, Bridge City, TX 77611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridge-city-TX-wellspring-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bridge-city-TX-wellspring-credit-union'), mapOptions);}document.getElementById('751ab5c4').innerHTML += ' | View Map';var $l4e985746af9a6762b41140d80f34fee3 = '

Wellspring Credit Union

Address: 150 E Roundbunch Rd, Bridge City, TX 77611, USA
Phone: (409) 697-2461
';var m_4e985746af9a6762b41140d80f34fee3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wellspring Credit Union',});m_4e985746af9a6762b41140d80f34fee3['infowindow'] = new google.maps.InfoWindow({content: $l4e985746af9a6762b41140d80f34fee3});var infowindow = new google.maps.InfoWindow({content: $l4e985746af9a6762b41140d80f34fee3});google.maps.event.addListener(m_4e985746af9a6762b41140d80f34fee3, 'click', function() {infowindow.open(map,m_4e985746af9a6762b41140d80f34fee3);});$marker.push(m_4e985746af9a6762b41140d80f34fee3);}});}google.maps.event.addDomListener(window, 'load', initialize);