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.9833,-95.9406)};var g_0e7ca282e70e3e65b4271652d629a0bc = new google.maps.Geocoder();g_0e7ca282e70e3e65b4271652d629a0bc.geocode( { 'address': "4205 7th Street, Bay City, TX 77414, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-city-TX-tdecu').style.display = '';map = new google.maps.Map(document.getElementById('bay-city-TX-tdecu'), mapOptions);}document.getElementById('6f524f7b').innerHTML += ' | View Map';var $l0e7ca282e70e3e65b4271652d629a0bc = '

TDECU

Address: 4205 7th Street, Bay City, TX 77414, USA
Phone: (800) 839-1154
';var m_0e7ca282e70e3e65b4271652d629a0bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TDECU',});m_0e7ca282e70e3e65b4271652d629a0bc['infowindow'] = new google.maps.InfoWindow({content: $l0e7ca282e70e3e65b4271652d629a0bc});var infowindow = new google.maps.InfoWindow({content: $l0e7ca282e70e3e65b4271652d629a0bc});google.maps.event.addListener(m_0e7ca282e70e3e65b4271652d629a0bc, 'click', function() {infowindow.open(map,m_0e7ca282e70e3e65b4271652d629a0bc);});$marker.push(m_0e7ca282e70e3e65b4271652d629a0bc);}});}google.maps.event.addDomListener(window, 'load', initialize);