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.0881,-95.631)};var g_07f421487a9ab50f714c38bcb333c14c = new google.maps.Geocoder();g_07f421487a9ab50f714c38bcb333c14c.geocode( { 'address': "1400 Graham Dr, Tomball, TX 77375, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tomball-TX-the-white-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('tomball-TX-the-white-group-inc'), mapOptions);}document.getElementById('1c5cf40c').innerHTML += ' | View Map';var $l07f421487a9ab50f714c38bcb333c14c = '

The White Group Inc

Address: 1400 Graham Dr, Tomball, TX 77375, USA
Phone: (281) 236-6250
';var m_07f421487a9ab50f714c38bcb333c14c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The White Group Inc',});m_07f421487a9ab50f714c38bcb333c14c['infowindow'] = new google.maps.InfoWindow({content: $l07f421487a9ab50f714c38bcb333c14c});var infowindow = new google.maps.InfoWindow({content: $l07f421487a9ab50f714c38bcb333c14c});google.maps.event.addListener(m_07f421487a9ab50f714c38bcb333c14c, 'click', function() {infowindow.open(map,m_07f421487a9ab50f714c38bcb333c14c);});$marker.push(m_07f421487a9ab50f714c38bcb333c14c);}});}google.maps.event.addDomListener(window, 'load', initialize);