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.6276,-95.6356)};var g_20b7529575c247bc9547f43ab405c8cf = new google.maps.Geocoder();g_20b7529575c247bc9547f43ab405c8cf.geocode( { 'address': "4880 Sweetwater Blvd, Sugar Land, TX 77479"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-land-TX-citibank').style.display = '';map = new google.maps.Map(document.getElementById('sugar-land-TX-citibank'), mapOptions);}document.getElementById('43c47748').innerHTML += ' | View Map';var $l20b7529575c247bc9547f43ab405c8cf = '

Citibank

Address: 4880 Sweetwater Blvd, Sugar Land, TX 77479
Phone: (832) 500-8430
';var m_20b7529575c247bc9547f43ab405c8cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_20b7529575c247bc9547f43ab405c8cf['infowindow'] = new google.maps.InfoWindow({content: $l20b7529575c247bc9547f43ab405c8cf});var infowindow = new google.maps.InfoWindow({content: $l20b7529575c247bc9547f43ab405c8cf});google.maps.event.addListener(m_20b7529575c247bc9547f43ab405c8cf, 'click', function() {infowindow.open(map,m_20b7529575c247bc9547f43ab405c8cf);});$marker.push(m_20b7529575c247bc9547f43ab405c8cf);}});}google.maps.event.addDomListener(window, 'load', initialize);