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(29.4,-95.2394)};var g_f7e0b956540676a129760a3eae309294 = new google.maps.Geocoder();g_f7e0b956540676a129760a3eae309294.geocode( { 'address': "1301 N Hwy 35 Byp, Alvin, TX 77511"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alvin-TX-chocolate-bayou-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('alvin-TX-chocolate-bayou-federal-credit-union'), mapOptions);}document.getElementById('ec4389fd').innerHTML += ' | View Map';var $lf7e0b956540676a129760a3eae309294 = '

Chocolate Bayou Federal Credit Union

Address: 1301 N Hwy 35 Byp, Alvin, TX 77511
Phone: (281) 331-2253
';var m_f7e0b956540676a129760a3eae309294 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chocolate Bayou Federal Credit Union',});m_f7e0b956540676a129760a3eae309294['infowindow'] = new google.maps.InfoWindow({content: $lf7e0b956540676a129760a3eae309294});var infowindow = new google.maps.InfoWindow({content: $lf7e0b956540676a129760a3eae309294});google.maps.event.addListener(m_f7e0b956540676a129760a3eae309294, 'click', function() {infowindow.open(map,m_f7e0b956540676a129760a3eae309294);});$marker.push(m_f7e0b956540676a129760a3eae309294);}});}google.maps.event.addDomListener(window, 'load', initialize);