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.8195,-95.7523)};var g_a6044e0818a2cd78c1aec8e68cd8ea6d = new google.maps.Geocoder();g_a6044e0818a2cd78c1aec8e68cd8ea6d.geocode( { 'address': "22171 Westheimer Pkwy, Katy, TX 77450"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-citibank').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-citibank'), mapOptions);}document.getElementById('175147fe').innerHTML += ' | View Map';var $la6044e0818a2cd78c1aec8e68cd8ea6d = '

Citibank

Address: 22171 Westheimer Pkwy, Katy, TX 77450
Phone: (832) 772-7896
';var m_a6044e0818a2cd78c1aec8e68cd8ea6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_a6044e0818a2cd78c1aec8e68cd8ea6d['infowindow'] = new google.maps.InfoWindow({content: $la6044e0818a2cd78c1aec8e68cd8ea6d});var infowindow = new google.maps.InfoWindow({content: $la6044e0818a2cd78c1aec8e68cd8ea6d});google.maps.event.addListener(m_a6044e0818a2cd78c1aec8e68cd8ea6d, 'click', function() {infowindow.open(map,m_a6044e0818a2cd78c1aec8e68cd8ea6d);});$marker.push(m_a6044e0818a2cd78c1aec8e68cd8ea6d);}});}google.maps.event.addDomListener(window, 'load', initialize);