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.6041,-98.4594)};var g_906221c7b2bc939520e67cc44805477d = new google.maps.Geocoder();g_906221c7b2bc939520e67cc44805477d.geocode( { 'address': "2023 Gold Canyon Dr, San Antonio, TX 78232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-firstmark-credit-union---gold-canyon-branch').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-firstmark-credit-union---gold-canyon-branch'), mapOptions);}document.getElementById('1fff6b92').innerHTML += ' | View Map';var $l906221c7b2bc939520e67cc44805477d = '

Firstmark Credit Union - Gold Canyon Branch

Address: 2023 Gold Canyon Dr, San Antonio, TX 78232, USA
Phone: (210) 442-0100
';var m_906221c7b2bc939520e67cc44805477d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Firstmark Credit Union - Gold Canyon Branch',});m_906221c7b2bc939520e67cc44805477d['infowindow'] = new google.maps.InfoWindow({content: $l906221c7b2bc939520e67cc44805477d});var infowindow = new google.maps.InfoWindow({content: $l906221c7b2bc939520e67cc44805477d});google.maps.event.addListener(m_906221c7b2bc939520e67cc44805477d, 'click', function() {infowindow.open(map,m_906221c7b2bc939520e67cc44805477d);});$marker.push(m_906221c7b2bc939520e67cc44805477d);}});}google.maps.event.addDomListener(window, 'load', initialize);