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.5586,-95.1147)};var g_fe716040cc3d03f794585ab7b032bb09 = new google.maps.Geocoder();g_fe716040cc3d03f794585ab7b032bb09.geocode( { 'address': "1301 Regents Park Dr #207, Houston, TX 77058, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-verified-transactions-systems-llc-veritrans').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-verified-transactions-systems-llc-veritrans'), mapOptions);}document.getElementById('ea9ef21a').innerHTML += ' | View Map';var $lfe716040cc3d03f794585ab7b032bb09 = '

Verified Transactions Systems LLC (Veritrans)

Address: 1301 Regents Park Dr #207, Houston, TX 77058, USA
Phone: (281) 474-4144
';var m_fe716040cc3d03f794585ab7b032bb09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Verified Transactions Systems LLC (Veritrans)',});m_fe716040cc3d03f794585ab7b032bb09['infowindow'] = new google.maps.InfoWindow({content: $lfe716040cc3d03f794585ab7b032bb09});var infowindow = new google.maps.InfoWindow({content: $lfe716040cc3d03f794585ab7b032bb09});google.maps.event.addListener(m_fe716040cc3d03f794585ab7b032bb09, 'click', function() {infowindow.open(map,m_fe716040cc3d03f794585ab7b032bb09);});$marker.push(m_fe716040cc3d03f794585ab7b032bb09);}});}google.maps.event.addDomListener(window, 'load', initialize);