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.526,-98.6397)};var g_b8600f37d2c369465e340858cc5b1e5e = new google.maps.Geocoder();g_b8600f37d2c369465e340858cc5b1e5e.geocode( { 'address': "8826 Bandera Rd, San Antonio, TX 78250, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-firstmark-credit-union---bandera-branch').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-firstmark-credit-union---bandera-branch'), mapOptions);}document.getElementById('aa746710').innerHTML += ' | View Map';var $lb8600f37d2c369465e340858cc5b1e5e = '

Firstmark Credit Union - Bandera Branch

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