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(39.5277,-119.813)};var g_26def14d1509b5f6bfaeb13e96f0c060 = new google.maps.Geocoder();g_26def14d1509b5f6bfaeb13e96f0c060.geocode( { 'address': "13971 S Virginia St, Reno, NV 89511"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reno-NV-bay-commercial-bank').style.display = '';map = new google.maps.Map(document.getElementById('reno-NV-bay-commercial-bank'), mapOptions);}document.getElementById('98854781').innerHTML += ' | View Map';var $l26def14d1509b5f6bfaeb13e96f0c060 = '

Bay Commercial Bank

Address: 13971 S Virginia St, Reno, NV 89511
Phone: (775) 852-1795
';var m_26def14d1509b5f6bfaeb13e96f0c060 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bay Commercial Bank',});m_26def14d1509b5f6bfaeb13e96f0c060['infowindow'] = new google.maps.InfoWindow({content: $l26def14d1509b5f6bfaeb13e96f0c060});var infowindow = new google.maps.InfoWindow({content: $l26def14d1509b5f6bfaeb13e96f0c060});google.maps.event.addListener(m_26def14d1509b5f6bfaeb13e96f0c060, 'click', function() {infowindow.open(map,m_26def14d1509b5f6bfaeb13e96f0c060);});$marker.push(m_26def14d1509b5f6bfaeb13e96f0c060);}});}google.maps.event.addDomListener(window, 'load', initialize);