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.4672,-98.53)};var g_22811ee19846217512507785e74d12cc = new google.maps.Geocoder();g_22811ee19846217512507785e74d12cc.geocode( { 'address': "400 N Loop, San Antonio, TX 78232"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-high-point-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-high-point-mortgage'), mapOptions);}document.getElementById('21d07d22').innerHTML += ' | View Map';var $l22811ee19846217512507785e74d12cc = '

High Point Mortgage

Address: 400 N Loop, San Antonio, TX 78232
Phone: (210) 641-7948
';var m_22811ee19846217512507785e74d12cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'High Point Mortgage',});m_22811ee19846217512507785e74d12cc['infowindow'] = new google.maps.InfoWindow({content: $l22811ee19846217512507785e74d12cc});var infowindow = new google.maps.InfoWindow({content: $l22811ee19846217512507785e74d12cc});google.maps.event.addListener(m_22811ee19846217512507785e74d12cc, 'click', function() {infowindow.open(map,m_22811ee19846217512507785e74d12cc);});$marker.push(m_22811ee19846217512507785e74d12cc);}});}google.maps.event.addDomListener(window, 'load', initialize);