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_0ff9386bc20d467f78719fb9a589b21d = new google.maps.Geocoder();g_0ff9386bc20d467f78719fb9a589b21d.geocode( { 'address': "5484 Fm Highway 1960, Houston, TX 77246"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-jos-a-banks').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-jos-a-banks'), mapOptions);}document.getElementById('6d60afc6').innerHTML += ' | View Map';var $l0ff9386bc20d467f78719fb9a589b21d = '

JoS A Banks

Address: 5484 Fm Highway 1960, Houston, TX 77246
Phone: (281) 440-0972
';var m_0ff9386bc20d467f78719fb9a589b21d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'JoS A Banks',});m_0ff9386bc20d467f78719fb9a589b21d['infowindow'] = new google.maps.InfoWindow({content: $l0ff9386bc20d467f78719fb9a589b21d});var infowindow = new google.maps.InfoWindow({content: $l0ff9386bc20d467f78719fb9a589b21d});google.maps.event.addListener(m_0ff9386bc20d467f78719fb9a589b21d, 'click', function() {infowindow.open(map,m_0ff9386bc20d467f78719fb9a589b21d);});$marker.push(m_0ff9386bc20d467f78719fb9a589b21d);}});}google.maps.event.addDomListener(window, 'load', initialize);