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.5053,-95.1076)};var g_8607cc2312cc1f0b301bee4dd8429208 = new google.maps.Geocoder();g_8607cc2312cc1f0b301bee4dd8429208.geocode( { 'address': "1120 W Main St, League City, TX 77573, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('league-city-TX-gulf-coast-educators-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('league-city-TX-gulf-coast-educators-federal-credit-union'), mapOptions);}document.getElementById('4f8164bc').innerHTML += ' | View Map';var $l8607cc2312cc1f0b301bee4dd8429208 = '

Gulf Coast Educators Federal Credit Union

Address: 1120 W Main St, League City, TX 77573, USA
Phone: (281) 487-9333
';var m_8607cc2312cc1f0b301bee4dd8429208 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gulf Coast Educators Federal Credit Union',});m_8607cc2312cc1f0b301bee4dd8429208['infowindow'] = new google.maps.InfoWindow({content: $l8607cc2312cc1f0b301bee4dd8429208});var infowindow = new google.maps.InfoWindow({content: $l8607cc2312cc1f0b301bee4dd8429208});google.maps.event.addListener(m_8607cc2312cc1f0b301bee4dd8429208, 'click', function() {infowindow.open(map,m_8607cc2312cc1f0b301bee4dd8429208);});$marker.push(m_8607cc2312cc1f0b301bee4dd8429208);}});}google.maps.event.addDomListener(window, 'load', initialize);