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.6222,-98.2999)};var g_5e9ec0292359423938fc2f9e04d256f5 = new google.maps.Geocoder();g_5e9ec0292359423938fc2f9e04d256f5.geocode( { 'address': "19269 FM2252, Garden Ridge, TX 78266, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-ridge-TX-interlinc-mortgage-services').style.display = '';map = new google.maps.Map(document.getElementById('garden-ridge-TX-interlinc-mortgage-services'), mapOptions);}document.getElementById('2208c85b').innerHTML += ' | View Map';var $l5e9ec0292359423938fc2f9e04d256f5 = '

InterLinc Mortgage Services

Address: 19269 FM2252, Garden Ridge, TX 78266, USA
Phone: (210) 569-0401
';var m_5e9ec0292359423938fc2f9e04d256f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'InterLinc Mortgage Services',});m_5e9ec0292359423938fc2f9e04d256f5['infowindow'] = new google.maps.InfoWindow({content: $l5e9ec0292359423938fc2f9e04d256f5});var infowindow = new google.maps.InfoWindow({content: $l5e9ec0292359423938fc2f9e04d256f5});google.maps.event.addListener(m_5e9ec0292359423938fc2f9e04d256f5, 'click', function() {infowindow.open(map,m_5e9ec0292359423938fc2f9e04d256f5);});$marker.push(m_5e9ec0292359423938fc2f9e04d256f5);}});}google.maps.event.addDomListener(window, 'load', initialize);