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(32.6211,-97.1543)};var g_b44153e1752836cd2c03e9a343f32927 = new google.maps.Geocoder();g_b44153e1752836cd2c03e9a343f32927.geocode( { 'address': "1401 N Collins St, Arlington, TX 76011"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-TX-citibank').style.display = '';map = new google.maps.Map(document.getElementById('arlington-TX-citibank'), mapOptions);}document.getElementById('c6a2d88c').innerHTML += ' | View Map';var $lb44153e1752836cd2c03e9a343f32927 = '

Citibank

Address: 1401 N Collins St, Arlington, TX 76011
Phone: (817) 789-4716
';var m_b44153e1752836cd2c03e9a343f32927 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_b44153e1752836cd2c03e9a343f32927['infowindow'] = new google.maps.InfoWindow({content: $lb44153e1752836cd2c03e9a343f32927});var infowindow = new google.maps.InfoWindow({content: $lb44153e1752836cd2c03e9a343f32927});google.maps.event.addListener(m_b44153e1752836cd2c03e9a343f32927, 'click', function() {infowindow.open(map,m_b44153e1752836cd2c03e9a343f32927);});$marker.push(m_b44153e1752836cd2c03e9a343f32927);}});}google.maps.event.addDomListener(window, 'load', initialize);