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(30.4906,-95.0009)};var g_b8ede5ac93b97f4cb5243679aa0f0c23 = new google.maps.Geocoder();g_b8ede5ac93b97f4cb5243679aa0f0c23.geocode( { 'address': "1280 S Byrd Ave, Shepherd, TX 77371, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shepherd-TX-martin-appraisal--consulting').style.display = '';map = new google.maps.Map(document.getElementById('shepherd-TX-martin-appraisal--consulting'), mapOptions);}document.getElementById('eeec33b7').innerHTML += ' | View Map';var $lb8ede5ac93b97f4cb5243679aa0f0c23 = '

Martin Appraisal & Consulting

Address: 1280 S Byrd Ave, Shepherd, TX 77371, USA
Phone: (936) 628-2191
';var m_b8ede5ac93b97f4cb5243679aa0f0c23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Martin Appraisal & Consulting',});m_b8ede5ac93b97f4cb5243679aa0f0c23['infowindow'] = new google.maps.InfoWindow({content: $lb8ede5ac93b97f4cb5243679aa0f0c23});var infowindow = new google.maps.InfoWindow({content: $lb8ede5ac93b97f4cb5243679aa0f0c23});google.maps.event.addListener(m_b8ede5ac93b97f4cb5243679aa0f0c23, 'click', function() {infowindow.open(map,m_b8ede5ac93b97f4cb5243679aa0f0c23);});$marker.push(m_b8ede5ac93b97f4cb5243679aa0f0c23);}});}google.maps.event.addDomListener(window, 'load', initialize);