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.6257,-96.6368)};var g_68561bd835060b4c8535261a92f65dae = new google.maps.Geocoder();g_68561bd835060b4c8535261a92f65dae.geocode( { 'address': "1401 N Virginia St, Port Lavaca, TX 77979, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-lavaca-TX-cal-co-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('port-lavaca-TX-cal-co-federal-credit-union'), mapOptions);}document.getElementById('14f63d02').innerHTML += ' | View Map';var $l68561bd835060b4c8535261a92f65dae = '

Cal Co Federal Credit Union

Address: 1401 N Virginia St, Port Lavaca, TX 77979, USA
Phone: (361) 552-7476
';var m_68561bd835060b4c8535261a92f65dae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cal Co Federal Credit Union',});m_68561bd835060b4c8535261a92f65dae['infowindow'] = new google.maps.InfoWindow({content: $l68561bd835060b4c8535261a92f65dae});var infowindow = new google.maps.InfoWindow({content: $l68561bd835060b4c8535261a92f65dae});google.maps.event.addListener(m_68561bd835060b4c8535261a92f65dae, 'click', function() {infowindow.open(map,m_68561bd835060b4c8535261a92f65dae);});$marker.push(m_68561bd835060b4c8535261a92f65dae);}});}google.maps.event.addDomListener(window, 'load', initialize);