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.5579,-95.5583)};var g_169c542306442d8ef169c0761d661257 = new google.maps.Geocoder();g_169c542306442d8ef169c0761d661257.geocode( { 'address': "6730 Hwy 6, Missouri City, TX 77459, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('missouri-city-TX-sutton-residential--commercial').style.display = '';map = new google.maps.Map(document.getElementById('missouri-city-TX-sutton-residential--commercial'), mapOptions);}document.getElementById('a3008df5').innerHTML += ' | View Map';var $l169c542306442d8ef169c0761d661257 = '

Sutton Residential & Commercial

Address: 6730 Hwy 6, Missouri City, TX 77459, USA
Phone: (281) 499-0001
';var m_169c542306442d8ef169c0761d661257 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sutton Residential & Commercial',});m_169c542306442d8ef169c0761d661257['infowindow'] = new google.maps.InfoWindow({content: $l169c542306442d8ef169c0761d661257});var infowindow = new google.maps.InfoWindow({content: $l169c542306442d8ef169c0761d661257});google.maps.event.addListener(m_169c542306442d8ef169c0761d661257, 'click', function() {infowindow.open(map,m_169c542306442d8ef169c0761d661257);});$marker.push(m_169c542306442d8ef169c0761d661257);}});}google.maps.event.addDomListener(window, 'load', initialize);