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(34.1173,-117.277)};var g_d66949480296c2957d4541919879f361 = new google.maps.Geocoder();g_d66949480296c2957d4541919879f361.geocode( { 'address': "999 N Waterman Ave, San Bernardino, CA 92410, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-bernardino-CA-vigo').style.display = '';map = new google.maps.Map(document.getElementById('san-bernardino-CA-vigo'), mapOptions);}document.getElementById('42024000').innerHTML += ' | View Map';var $ld66949480296c2957d4541919879f361 = '

Vigo

Address: 999 N Waterman Ave, San Bernardino, CA 92410, USA
Phone: (909) 889-6999
';var m_d66949480296c2957d4541919879f361 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vigo',});m_d66949480296c2957d4541919879f361['infowindow'] = new google.maps.InfoWindow({content: $ld66949480296c2957d4541919879f361});var infowindow = new google.maps.InfoWindow({content: $ld66949480296c2957d4541919879f361});google.maps.event.addListener(m_d66949480296c2957d4541919879f361, 'click', function() {infowindow.open(map,m_d66949480296c2957d4541919879f361);});$marker.push(m_d66949480296c2957d4541919879f361);}});}google.maps.event.addDomListener(window, 'load', initialize);