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.735,-95.7703)};var g_27c36b253951c1613e61eb9a7a91ad54 = new google.maps.Geocoder();g_27c36b253951c1613e61eb9a7a91ad54.geocode( { 'address': "3402 Torchlite Terrace # B, Katy, TX 77494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-on-q-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-on-q-financial-inc'), mapOptions);}document.getElementById('e8dbbf62').innerHTML += ' | View Map';var $l27c36b253951c1613e61eb9a7a91ad54 = '

On Q Financial, Inc.

Address: 3402 Torchlite Terrace # B, Katy, TX 77494, USA
Phone: (832) 327-5411
';var m_27c36b253951c1613e61eb9a7a91ad54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'On Q Financial, Inc.',});m_27c36b253951c1613e61eb9a7a91ad54['infowindow'] = new google.maps.InfoWindow({content: $l27c36b253951c1613e61eb9a7a91ad54});var infowindow = new google.maps.InfoWindow({content: $l27c36b253951c1613e61eb9a7a91ad54});google.maps.event.addListener(m_27c36b253951c1613e61eb9a7a91ad54, 'click', function() {infowindow.open(map,m_27c36b253951c1613e61eb9a7a91ad54);});$marker.push(m_27c36b253951c1613e61eb9a7a91ad54);}});}google.maps.event.addDomListener(window, 'load', initialize);