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.7747,-98.7235)};var g_c3e76c95d019aa87823034878f99367e = new google.maps.Geocoder();g_c3e76c95d019aa87823034878f99367e.geocode( { 'address': "1440 S Main St, Boerne, TX 78006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boerne-TX-united-sa-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('boerne-TX-united-sa-credit-union'), mapOptions);}document.getElementById('4f18a53e').innerHTML += ' | View Map';var $lc3e76c95d019aa87823034878f99367e = '

United SA Credit Union

Address: 1440 S Main St, Boerne, TX 78006, USA
Phone: (210) 561-4764
';var m_c3e76c95d019aa87823034878f99367e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United SA Credit Union',});m_c3e76c95d019aa87823034878f99367e['infowindow'] = new google.maps.InfoWindow({content: $lc3e76c95d019aa87823034878f99367e});var infowindow = new google.maps.InfoWindow({content: $lc3e76c95d019aa87823034878f99367e});google.maps.event.addListener(m_c3e76c95d019aa87823034878f99367e, 'click', function() {infowindow.open(map,m_c3e76c95d019aa87823034878f99367e);});$marker.push(m_c3e76c95d019aa87823034878f99367e);}});}google.maps.event.addDomListener(window, 'load', initialize);