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(32.0958,-96.4695)};var g_994b330a8b0579bcbe47a7adbd470531 = new google.maps.Geocoder();g_994b330a8b0579bcbe47a7adbd470531.geocode( { 'address': "523 N 13th St, Corsicana, TX 75110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corsicana-TX-central-texas-teachers-cu').style.display = '';map = new google.maps.Map(document.getElementById('corsicana-TX-central-texas-teachers-cu'), mapOptions);}document.getElementById('af906e92').innerHTML += ' | View Map';var $l994b330a8b0579bcbe47a7adbd470531 = '

Central Texas Teachers CU

Address: 523 N 13th St, Corsicana, TX 75110, USA
Phone: (903) 874-6361
';var m_994b330a8b0579bcbe47a7adbd470531 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Texas Teachers CU',});m_994b330a8b0579bcbe47a7adbd470531['infowindow'] = new google.maps.InfoWindow({content: $l994b330a8b0579bcbe47a7adbd470531});var infowindow = new google.maps.InfoWindow({content: $l994b330a8b0579bcbe47a7adbd470531});google.maps.event.addListener(m_994b330a8b0579bcbe47a7adbd470531, 'click', function() {infowindow.open(map,m_994b330a8b0579bcbe47a7adbd470531);});$marker.push(m_994b330a8b0579bcbe47a7adbd470531);}});}google.maps.event.addDomListener(window, 'load', initialize);