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.7204,-95.2221)};var g_0c394f0bd80e37fa0d8873166e556457 = new google.maps.Geocoder();g_0c394f0bd80e37fa0d8873166e556457.geocode( { 'address': "10777 Westheimer Rd, Houston, TX 77032"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-travelex-currency-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-travelex-currency-services-inc'), mapOptions);}document.getElementById('b764835a').innerHTML += ' | View Map';var $l0c394f0bd80e37fa0d8873166e556457 = '

Travelex Currency Services Inc.

Address: 10777 Westheimer Rd, Houston, TX 77032
Phone: (281) 443-8636
';var m_0c394f0bd80e37fa0d8873166e556457 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Travelex Currency Services Inc.',});m_0c394f0bd80e37fa0d8873166e556457['infowindow'] = new google.maps.InfoWindow({content: $l0c394f0bd80e37fa0d8873166e556457});var infowindow = new google.maps.InfoWindow({content: $l0c394f0bd80e37fa0d8873166e556457});google.maps.event.addListener(m_0c394f0bd80e37fa0d8873166e556457, 'click', function() {infowindow.open(map,m_0c394f0bd80e37fa0d8873166e556457);});$marker.push(m_0c394f0bd80e37fa0d8873166e556457);}});}google.maps.event.addDomListener(window, 'load', initialize);