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.0371,-97.5168)};var g_85b6ad2e8ddef85b87f084a6ddb96c8c = new google.maps.Geocoder();g_85b6ad2e8ddef85b87f084a6ddb96c8c.geocode( { 'address': "101 S San Patricio St, Sinton, TX 78387, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sinton-TX-suntide-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sinton-TX-suntide-credit-union'), mapOptions);}document.getElementById('ed681845').innerHTML += ' | View Map';var $l85b6ad2e8ddef85b87f084a6ddb96c8c = '

Suntide Credit Union

Address: 101 S San Patricio St, Sinton, TX 78387, USA
Phone: (361) 364-2900
';var m_85b6ad2e8ddef85b87f084a6ddb96c8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suntide Credit Union',});m_85b6ad2e8ddef85b87f084a6ddb96c8c['infowindow'] = new google.maps.InfoWindow({content: $l85b6ad2e8ddef85b87f084a6ddb96c8c});var infowindow = new google.maps.InfoWindow({content: $l85b6ad2e8ddef85b87f084a6ddb96c8c});google.maps.event.addListener(m_85b6ad2e8ddef85b87f084a6ddb96c8c, 'click', function() {infowindow.open(map,m_85b6ad2e8ddef85b87f084a6ddb96c8c);});$marker.push(m_85b6ad2e8ddef85b87f084a6ddb96c8c);}});}google.maps.event.addDomListener(window, 'load', initialize);