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.4672,-98.53)};var g_acd19705e8c94418c79de987173f4317 = new google.maps.Geocoder();g_acd19705e8c94418c79de987173f4317.geocode( { 'address': "100 Citibank Dr, San Antonio, TX 78245"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-citi-phone').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-citi-phone'), mapOptions);}document.getElementById('f11f88c4').innerHTML += ' | View Map';var $lacd19705e8c94418c79de987173f4317 = '

Citi Phone

Address: 100 Citibank Dr, San Antonio, TX 78245
Phone: (312) 977-5000
';var m_acd19705e8c94418c79de987173f4317 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citi Phone',});m_acd19705e8c94418c79de987173f4317['infowindow'] = new google.maps.InfoWindow({content: $lacd19705e8c94418c79de987173f4317});var infowindow = new google.maps.InfoWindow({content: $lacd19705e8c94418c79de987173f4317});google.maps.event.addListener(m_acd19705e8c94418c79de987173f4317, 'click', function() {infowindow.open(map,m_acd19705e8c94418c79de987173f4317);});$marker.push(m_acd19705e8c94418c79de987173f4317);}});}google.maps.event.addDomListener(window, 'load', initialize);