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.5408,-98.514)};var g_8cc0d0b5dc87be8fc2856b238b150daf = new google.maps.Geocoder();g_8cc0d0b5dc87be8fc2856b238b150daf.geocode( { 'address': "11106 West Ave, San Antonio, TX 78213, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-new-horizon-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-new-horizon-mortgage-inc'), mapOptions);}document.getElementById('375bc83f').innerHTML += ' | View Map';var $l8cc0d0b5dc87be8fc2856b238b150daf = '

New Horizon Mortgage, Inc.

Address: 11106 West Ave, San Antonio, TX 78213, USA
Phone: (210) 341-5626
';var m_8cc0d0b5dc87be8fc2856b238b150daf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Horizon Mortgage, Inc.',});m_8cc0d0b5dc87be8fc2856b238b150daf['infowindow'] = new google.maps.InfoWindow({content: $l8cc0d0b5dc87be8fc2856b238b150daf});var infowindow = new google.maps.InfoWindow({content: $l8cc0d0b5dc87be8fc2856b238b150daf});google.maps.event.addListener(m_8cc0d0b5dc87be8fc2856b238b150daf, 'click', function() {infowindow.open(map,m_8cc0d0b5dc87be8fc2856b238b150daf);});$marker.push(m_8cc0d0b5dc87be8fc2856b238b150daf);}});}google.maps.event.addDomListener(window, 'load', initialize);