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.6108,-98.4665)};var g_8e91874cf0e47e6203cc593324c5f320 = new google.maps.Geocoder();g_8e91874cf0e47e6203cc593324c5f320.geocode( { 'address': "18402 Suite 201, US-281, San Antonio, TX 78259, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-homebridge-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-homebridge-financial-services'), mapOptions);}document.getElementById('f03e52d6').innerHTML += ' | View Map';var $l8e91874cf0e47e6203cc593324c5f320 = '

HomeBridge Financial Services

Address: 18402 Suite 201, US-281, San Antonio, TX 78259, USA
Phone: (210) 429-9227
';var m_8e91874cf0e47e6203cc593324c5f320 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeBridge Financial Services',});m_8e91874cf0e47e6203cc593324c5f320['infowindow'] = new google.maps.InfoWindow({content: $l8e91874cf0e47e6203cc593324c5f320});var infowindow = new google.maps.InfoWindow({content: $l8e91874cf0e47e6203cc593324c5f320});google.maps.event.addListener(m_8e91874cf0e47e6203cc593324c5f320, 'click', function() {infowindow.open(map,m_8e91874cf0e47e6203cc593324c5f320);});$marker.push(m_8e91874cf0e47e6203cc593324c5f320);}});}google.maps.event.addDomListener(window, 'load', initialize);