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_f4e369c0a468d3aeeda0593ba90b5e55 = new google.maps.Geocoder();g_f4e369c0a468d3aeeda0593ba90b5e55.geocode( { 'address': "3600 S. Las Vegas Blvd., Las Vegas, NV 89109"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-the-bank').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-the-bank'), mapOptions);}document.getElementById('57f6da05').innerHTML += ' | View Map';var $lf4e369c0a468d3aeeda0593ba90b5e55 = '

The Bank

Address: 3600 S. Las Vegas Blvd., Las Vegas, NV 89109
Phone: (702) 693-8300
';var m_f4e369c0a468d3aeeda0593ba90b5e55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank',});m_f4e369c0a468d3aeeda0593ba90b5e55['infowindow'] = new google.maps.InfoWindow({content: $lf4e369c0a468d3aeeda0593ba90b5e55});var infowindow = new google.maps.InfoWindow({content: $lf4e369c0a468d3aeeda0593ba90b5e55});google.maps.event.addListener(m_f4e369c0a468d3aeeda0593ba90b5e55, 'click', function() {infowindow.open(map,m_f4e369c0a468d3aeeda0593ba90b5e55);});$marker.push(m_f4e369c0a468d3aeeda0593ba90b5e55);}});}google.maps.event.addDomListener(window, 'load', initialize);