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.1593,-115.35)};var g_7df38a819311e24d2a15851c77db722a = new google.maps.Geocoder();g_7df38a819311e24d2a15851c77db722a.geocode( { 'address': "11710 W Charleston Blvd #110, Las Vegas, NV 89135, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-bank-of-america-financial-center'), mapOptions);}document.getElementById('9d227279').innerHTML += ' | View Map';var $l7df38a819311e24d2a15851c77db722a = '

Bank of America Financial Center

Address: 11710 W Charleston Blvd #110, Las Vegas, NV 89135, USA
Phone: (702) 304-2375
';var m_7df38a819311e24d2a15851c77db722a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_7df38a819311e24d2a15851c77db722a['infowindow'] = new google.maps.InfoWindow({content: $l7df38a819311e24d2a15851c77db722a});var infowindow = new google.maps.InfoWindow({content: $l7df38a819311e24d2a15851c77db722a});google.maps.event.addListener(m_7df38a819311e24d2a15851c77db722a, 'click', function() {infowindow.open(map,m_7df38a819311e24d2a15851c77db722a);});$marker.push(m_7df38a819311e24d2a15851c77db722a);}});}google.maps.event.addDomListener(window, 'load', initialize);