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(32.7015,-100.919)};var g_289b6807c6794d42a80f179c15cfd060 = new google.maps.Geocoder();g_289b6807c6794d42a80f179c15cfd060.geocode( { 'address': "1903 40th St, Snyder, TX 79549, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('snyder-TX-scurry-county-school-fcu').style.display = '';map = new google.maps.Map(document.getElementById('snyder-TX-scurry-county-school-fcu'), mapOptions);}document.getElementById('bdd2ced5').innerHTML += ' | View Map';var $l289b6807c6794d42a80f179c15cfd060 = '

Scurry County School FCU

Address: 1903 40th St, Snyder, TX 79549, USA
Phone: (325) 573-6568
';var m_289b6807c6794d42a80f179c15cfd060 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scurry County School FCU',});m_289b6807c6794d42a80f179c15cfd060['infowindow'] = new google.maps.InfoWindow({content: $l289b6807c6794d42a80f179c15cfd060});var infowindow = new google.maps.InfoWindow({content: $l289b6807c6794d42a80f179c15cfd060});google.maps.event.addListener(m_289b6807c6794d42a80f179c15cfd060, 'click', function() {infowindow.open(map,m_289b6807c6794d42a80f179c15cfd060);});$marker.push(m_289b6807c6794d42a80f179c15cfd060);}});}google.maps.event.addDomListener(window, 'load', initialize);