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(27.8916,-97.3138)};var g_58ab14f336a9a7e2353f30378e78a5b2 = new google.maps.Geocoder();g_58ab14f336a9a7e2353f30378e78a5b2.geocode( { 'address': "1802 Billy G Webb Dr, Portland, TX 78374, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-TX-san-patricio-county-teachers-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('portland-TX-san-patricio-county-teachers-federal-credit-union'), mapOptions);}document.getElementById('38b4e8c3').innerHTML += ' | View Map';var $l58ab14f336a9a7e2353f30378e78a5b2 = '

San Patricio County Teachers Federal Credit Union

Address: 1802 Billy G Webb Dr, Portland, TX 78374, USA
Phone: (361) 643-1900
';var m_58ab14f336a9a7e2353f30378e78a5b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'San Patricio County Teachers Federal Credit Union',});m_58ab14f336a9a7e2353f30378e78a5b2['infowindow'] = new google.maps.InfoWindow({content: $l58ab14f336a9a7e2353f30378e78a5b2});var infowindow = new google.maps.InfoWindow({content: $l58ab14f336a9a7e2353f30378e78a5b2});google.maps.event.addListener(m_58ab14f336a9a7e2353f30378e78a5b2, 'click', function() {infowindow.open(map,m_58ab14f336a9a7e2353f30378e78a5b2);});$marker.push(m_58ab14f336a9a7e2353f30378e78a5b2);}});}google.maps.event.addDomListener(window, 'load', initialize);