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.7569,-95.371)};var g_2c74da94850b603678a84503f3e94653 = new google.maps.Geocoder();g_2c74da94850b603678a84503f3e94653.geocode( { 'address': "1200 Smith St # 1600, Houston, TX 77002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-apple-capital-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-apple-capital-group-inc'), mapOptions);}document.getElementById('3145ec9b').innerHTML += ' | View Map';var $l2c74da94850b603678a84503f3e94653 = '

Apple Capital Group Inc

Address: 1200 Smith St # 1600, Houston, TX 77002, USA
Phone: (281) 780-1728
';var m_2c74da94850b603678a84503f3e94653 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Apple Capital Group Inc',});m_2c74da94850b603678a84503f3e94653['infowindow'] = new google.maps.InfoWindow({content: $l2c74da94850b603678a84503f3e94653});var infowindow = new google.maps.InfoWindow({content: $l2c74da94850b603678a84503f3e94653});google.maps.event.addListener(m_2c74da94850b603678a84503f3e94653, 'click', function() {infowindow.open(map,m_2c74da94850b603678a84503f3e94653);});$marker.push(m_2c74da94850b603678a84503f3e94653);}});}google.maps.event.addDomListener(window, 'load', initialize);