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.5191,-98.4295)};var g_1c58245613957f8b3a9b0c6c745c53d4 = new google.maps.Geocoder();g_1c58245613957f8b3a9b0c6c745c53d4.geocode( { 'address': "8811 Village Dr, San Antonio, TX 78217, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-baptist-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-baptist-credit-union'), mapOptions);}document.getElementById('bcf8044a').innerHTML += ' | View Map';var $l1c58245613957f8b3a9b0c6c745c53d4 = '

Baptist Credit Union

Address: 8811 Village Dr, San Antonio, TX 78217, USA
Phone: (210) 637-6146
';var m_1c58245613957f8b3a9b0c6c745c53d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Baptist Credit Union',});m_1c58245613957f8b3a9b0c6c745c53d4['infowindow'] = new google.maps.InfoWindow({content: $l1c58245613957f8b3a9b0c6c745c53d4});var infowindow = new google.maps.InfoWindow({content: $l1c58245613957f8b3a9b0c6c745c53d4});google.maps.event.addListener(m_1c58245613957f8b3a9b0c6c745c53d4, 'click', function() {infowindow.open(map,m_1c58245613957f8b3a9b0c6c745c53d4);});$marker.push(m_1c58245613957f8b3a9b0c6c745c53d4);}});}google.maps.event.addDomListener(window, 'load', initialize);