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(31.6828,-106.312)};var g_97be5a231dbe5d419bd219ad5b08b499 = new google.maps.Geocoder();g_97be5a231dbe5d419bd219ad5b08b499.geocode( { 'address': "9441 Alameda Ave, El Paso, TX 79907, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-paso-TX-citibank').style.display = '';map = new google.maps.Map(document.getElementById('el-paso-TX-citibank'), mapOptions);}document.getElementById('3359b8e5').innerHTML += ' | View Map';var $l97be5a231dbe5d419bd219ad5b08b499 = '

Citibank

Address: 9441 Alameda Ave, El Paso, TX 79907, USA
Phone: (800) 627-3999
';var m_97be5a231dbe5d419bd219ad5b08b499 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_97be5a231dbe5d419bd219ad5b08b499['infowindow'] = new google.maps.InfoWindow({content: $l97be5a231dbe5d419bd219ad5b08b499});var infowindow = new google.maps.InfoWindow({content: $l97be5a231dbe5d419bd219ad5b08b499});google.maps.event.addListener(m_97be5a231dbe5d419bd219ad5b08b499, 'click', function() {infowindow.open(map,m_97be5a231dbe5d419bd219ad5b08b499);});$marker.push(m_97be5a231dbe5d419bd219ad5b08b499);}});}google.maps.event.addDomListener(window, 'load', initialize);