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.8776,-97.3255)};var g_abc596d1cf6af3c431422ebc2b18f057 = new google.maps.Geocoder();g_abc596d1cf6af3c431422ebc2b18f057.geocode( { 'address': "607 8th Ave, Portland, TX 78374, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-TX-sherwin-fcu').style.display = '';map = new google.maps.Map(document.getElementById('portland-TX-sherwin-fcu'), mapOptions);}document.getElementById('f3c7a9f9').innerHTML += ' | View Map';var $labc596d1cf6af3c431422ebc2b18f057 = '

Sherwin FCU

Address: 607 8th Ave, Portland, TX 78374, USA
Phone: (361) 704-9100
';var m_abc596d1cf6af3c431422ebc2b18f057 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sherwin FCU',});m_abc596d1cf6af3c431422ebc2b18f057['infowindow'] = new google.maps.InfoWindow({content: $labc596d1cf6af3c431422ebc2b18f057});var infowindow = new google.maps.InfoWindow({content: $labc596d1cf6af3c431422ebc2b18f057});google.maps.event.addListener(m_abc596d1cf6af3c431422ebc2b18f057, 'click', function() {infowindow.open(map,m_abc596d1cf6af3c431422ebc2b18f057);});$marker.push(m_abc596d1cf6af3c431422ebc2b18f057);}});}google.maps.event.addDomListener(window, 'load', initialize);