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.7646,-95.0068)};var g_5af7c96251ec5ea316631afea1456741 = new google.maps.Geocoder();g_5af7c96251ec5ea316631afea1456741.geocode( { 'address': "3720 Decker Dr, Baytown, TX 77520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baytown-TX-start-garcia--stanley-llc').style.display = '';map = new google.maps.Map(document.getElementById('baytown-TX-start-garcia--stanley-llc'), mapOptions);}document.getElementById('1be34570').innerHTML += ' | View Map';var $l5af7c96251ec5ea316631afea1456741 = '

Start, Garcia & Stanley, LLC

Address: 3720 Decker Dr, Baytown, TX 77520, USA
Phone: (281) 424-1000
';var m_5af7c96251ec5ea316631afea1456741 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Start, Garcia & Stanley, LLC',});m_5af7c96251ec5ea316631afea1456741['infowindow'] = new google.maps.InfoWindow({content: $l5af7c96251ec5ea316631afea1456741});var infowindow = new google.maps.InfoWindow({content: $l5af7c96251ec5ea316631afea1456741});google.maps.event.addListener(m_5af7c96251ec5ea316631afea1456741, 'click', function() {infowindow.open(map,m_5af7c96251ec5ea316631afea1456741);});$marker.push(m_5af7c96251ec5ea316631afea1456741);}});}google.maps.event.addDomListener(window, 'load', initialize);