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.8812,-97.3187)};var g_4dec26a76b3baa1dced953a6ed79dba6 = new google.maps.Geocoder();g_4dec26a76b3baa1dced953a6ed79dba6.geocode( { 'address': "110 Lang Road, Portland, TX 78374"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-TX-security-service-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('portland-TX-security-service-federal-credit-union'), mapOptions);}document.getElementById('af65708e').innerHTML += ' | View Map';var $l4dec26a76b3baa1dced953a6ed79dba6 = '

Security Service Federal Credit Union

Address: 110 Lang Road, Portland, TX 78374
Phone: (361) 777-4472
';var m_4dec26a76b3baa1dced953a6ed79dba6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Service Federal Credit Union',});m_4dec26a76b3baa1dced953a6ed79dba6['infowindow'] = new google.maps.InfoWindow({content: $l4dec26a76b3baa1dced953a6ed79dba6});var infowindow = new google.maps.InfoWindow({content: $l4dec26a76b3baa1dced953a6ed79dba6});google.maps.event.addListener(m_4dec26a76b3baa1dced953a6ed79dba6, 'click', function() {infowindow.open(map,m_4dec26a76b3baa1dced953a6ed79dba6);});$marker.push(m_4dec26a76b3baa1dced953a6ed79dba6);}});}google.maps.event.addDomListener(window, 'load', initialize);