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.2919,-98.1573)};var g_4636e611824778b40ab4243c0a1549f4 = new google.maps.Geocoder();g_4636e611824778b40ab4243c0a1549f4.geocode( { 'address': "14414 US Hwy 87 W Ste 3C, La Vernia, TX 78121, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-vernia-TX-armadillo-appraisals').style.display = '';map = new google.maps.Map(document.getElementById('la-vernia-TX-armadillo-appraisals'), mapOptions);}document.getElementById('d5a6ee07').innerHTML += ' | View Map';var $l4636e611824778b40ab4243c0a1549f4 = '

Armadillo Appraisals

Address: 14414 US Hwy 87 W Ste 3C, La Vernia, TX 78121, USA
Phone: (830) 534-0709
';var m_4636e611824778b40ab4243c0a1549f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Armadillo Appraisals',});m_4636e611824778b40ab4243c0a1549f4['infowindow'] = new google.maps.InfoWindow({content: $l4636e611824778b40ab4243c0a1549f4});var infowindow = new google.maps.InfoWindow({content: $l4636e611824778b40ab4243c0a1549f4});google.maps.event.addListener(m_4636e611824778b40ab4243c0a1549f4, 'click', function() {infowindow.open(map,m_4636e611824778b40ab4243c0a1549f4);});$marker.push(m_4636e611824778b40ab4243c0a1549f4);}});}google.maps.event.addDomListener(window, 'load', initialize);