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.917,-97.2812)};var g_63a26cde813e7e3578d8fef4bcea84fe = new google.maps.Geocoder();g_63a26cde813e7e3578d8fef4bcea84fe.geocode( { 'address': "4699 TX-361, Gregory, TX 78359, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gregory-TX-sherwin-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('gregory-TX-sherwin-federal-cu'), mapOptions);}document.getElementById('1947a642').innerHTML += ' | View Map';var $l63a26cde813e7e3578d8fef4bcea84fe = '

Sherwin Federal Cu

Address: 4699 TX-361, Gregory, TX 78359, USA
Phone: (361) 777-2383
';var m_63a26cde813e7e3578d8fef4bcea84fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sherwin Federal Cu',});m_63a26cde813e7e3578d8fef4bcea84fe['infowindow'] = new google.maps.InfoWindow({content: $l63a26cde813e7e3578d8fef4bcea84fe});var infowindow = new google.maps.InfoWindow({content: $l63a26cde813e7e3578d8fef4bcea84fe});google.maps.event.addListener(m_63a26cde813e7e3578d8fef4bcea84fe, 'click', function() {infowindow.open(map,m_63a26cde813e7e3578d8fef4bcea84fe);});$marker.push(m_63a26cde813e7e3578d8fef4bcea84fe);}});}google.maps.event.addDomListener(window, 'load', initialize);