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(29.5972,-98.2779)};var g_c9e171b812992625c75344234c09e92a = new google.maps.Geocoder();g_c9e171b812992625c75344234c09e92a.geocode( { 'address': "17460 I-35, Schertz, TX 78154, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schertz-TX-generations-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('schertz-TX-generations-federal-credit-union'), mapOptions);}document.getElementById('0d0ff4fb').innerHTML += ' | View Map';var $lc9e171b812992625c75344234c09e92a = '

Generations Federal Credit Union

Address: 17460 I-35, Schertz, TX 78154, USA
Phone: (210) 229-1128
';var m_c9e171b812992625c75344234c09e92a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Generations Federal Credit Union',});m_c9e171b812992625c75344234c09e92a['infowindow'] = new google.maps.InfoWindow({content: $lc9e171b812992625c75344234c09e92a});var infowindow = new google.maps.InfoWindow({content: $lc9e171b812992625c75344234c09e92a});google.maps.event.addListener(m_c9e171b812992625c75344234c09e92a, 'click', function() {infowindow.open(map,m_c9e171b812992625c75344234c09e92a);});$marker.push(m_c9e171b812992625c75344234c09e92a);}});}google.maps.event.addDomListener(window, 'load', initialize);