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(28.9817,-95.9622)};var g_c27d78347d45b1423debf25ad883dd4c = new google.maps.Geocoder();g_c27d78347d45b1423debf25ad883dd4c.geocode( { 'address': "2320 6th St, Bay City, TX 77414, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-city-TX-baycel-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bay-city-TX-baycel-federal-credit-union'), mapOptions);}document.getElementById('0cc5a348').innerHTML += ' | View Map';var $lc27d78347d45b1423debf25ad883dd4c = '

Baycel Federal Credit Union

Address: 2320 6th St, Bay City, TX 77414, USA
Phone: (979) 244-3995
';var m_c27d78347d45b1423debf25ad883dd4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Baycel Federal Credit Union',});m_c27d78347d45b1423debf25ad883dd4c['infowindow'] = new google.maps.InfoWindow({content: $lc27d78347d45b1423debf25ad883dd4c});var infowindow = new google.maps.InfoWindow({content: $lc27d78347d45b1423debf25ad883dd4c});google.maps.event.addListener(m_c27d78347d45b1423debf25ad883dd4c, 'click', function() {infowindow.open(map,m_c27d78347d45b1423debf25ad883dd4c);});$marker.push(m_c27d78347d45b1423debf25ad883dd4c);}});}google.maps.event.addDomListener(window, 'load', initialize);