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(36.175,-115.123)};var g_f235433df651f98a600ada0d40e1f54c = new google.maps.Geocoder();g_f235433df651f98a600ada0d40e1f54c.geocode( { 'address': "4065 S Jones Blvd, Las Vegas, NV 89103"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-citibank-closed').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-citibank-closed'), mapOptions);}document.getElementById('f9b069f1').innerHTML += ' | View Map';var $lf235433df651f98a600ada0d40e1f54c = '

Citibank - Closed

Address: 4065 S Jones Blvd, Las Vegas, NV 89103
Phone: (702) 487-4895
';var m_f235433df651f98a600ada0d40e1f54c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank - Closed',});m_f235433df651f98a600ada0d40e1f54c['infowindow'] = new google.maps.InfoWindow({content: $lf235433df651f98a600ada0d40e1f54c});var infowindow = new google.maps.InfoWindow({content: $lf235433df651f98a600ada0d40e1f54c});google.maps.event.addListener(m_f235433df651f98a600ada0d40e1f54c, 'click', function() {infowindow.open(map,m_f235433df651f98a600ada0d40e1f54c);});$marker.push(m_f235433df651f98a600ada0d40e1f54c);}});}google.maps.event.addDomListener(window, 'load', initialize);