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.6647,-98.6286)};var g_22adc7cafefbc46b78e2b34b9ebc75a3 = new google.maps.Geocoder();g_22adc7cafefbc46b78e2b34b9ebc75a3.geocode( { 'address': "23966 I-10 #3, San Antonio, TX 78257, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-swbc-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-swbc-mortgage'), mapOptions);}document.getElementById('52320134').innerHTML += ' | View Map';var $l22adc7cafefbc46b78e2b34b9ebc75a3 = '

SWBC Mortgage

Address: 23966 I-10 #3, San Antonio, TX 78257, USA
Phone: (210) 383-2560
';var m_22adc7cafefbc46b78e2b34b9ebc75a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SWBC Mortgage',});m_22adc7cafefbc46b78e2b34b9ebc75a3['infowindow'] = new google.maps.InfoWindow({content: $l22adc7cafefbc46b78e2b34b9ebc75a3});var infowindow = new google.maps.InfoWindow({content: $l22adc7cafefbc46b78e2b34b9ebc75a3});google.maps.event.addListener(m_22adc7cafefbc46b78e2b34b9ebc75a3, 'click', function() {infowindow.open(map,m_22adc7cafefbc46b78e2b34b9ebc75a3);});$marker.push(m_22adc7cafefbc46b78e2b34b9ebc75a3);}});}google.maps.event.addDomListener(window, 'load', initialize);