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.3957,-94.9451)};var g_da4f09933d6d77140d598b5b8ae9de3c = new google.maps.Geocoder();g_da4f09933d6d77140d598b5b8ae9de3c.geocode( { 'address': "3310 Palmer Hwy, Texas City, TX 77590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texas-city-TX-marathon-republic-fcu').style.display = '';map = new google.maps.Map(document.getElementById('texas-city-TX-marathon-republic-fcu'), mapOptions);}document.getElementById('66e0f0db').innerHTML += ' | View Map';var $lda4f09933d6d77140d598b5b8ae9de3c = '

Marathon Republic FCU

Address: 3310 Palmer Hwy, Texas City, TX 77590, USA
Phone: (409) 948-1769
';var m_da4f09933d6d77140d598b5b8ae9de3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marathon Republic FCU',});m_da4f09933d6d77140d598b5b8ae9de3c['infowindow'] = new google.maps.InfoWindow({content: $lda4f09933d6d77140d598b5b8ae9de3c});var infowindow = new google.maps.InfoWindow({content: $lda4f09933d6d77140d598b5b8ae9de3c});google.maps.event.addListener(m_da4f09933d6d77140d598b5b8ae9de3c, 'click', function() {infowindow.open(map,m_da4f09933d6d77140d598b5b8ae9de3c);});$marker.push(m_da4f09933d6d77140d598b5b8ae9de3c);}});}google.maps.event.addDomListener(window, 'load', initialize);