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(32.6142,-117.07)};var g_ae29a7d9b22c7a4f22a69b861064b402 = new google.maps.Geocoder();g_ae29a7d9b22c7a4f22a69b861064b402.geocode( { 'address': "1090 3rd Ave, Unit B, Chula Vista, CA 91911, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chula-vista-CA-check-center---chula-vista').style.display = '';map = new google.maps.Map(document.getElementById('chula-vista-CA-check-center---chula-vista'), mapOptions);}document.getElementById('2b619f8f').innerHTML += ' | View Map';var $lae29a7d9b22c7a4f22a69b861064b402 = '

Check Center - Chula Vista

Address: 1090 3rd Ave, Unit B, Chula Vista, CA 91911, USA
Phone: (619) 407-4100
';var m_ae29a7d9b22c7a4f22a69b861064b402 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Center - Chula Vista',});m_ae29a7d9b22c7a4f22a69b861064b402['infowindow'] = new google.maps.InfoWindow({content: $lae29a7d9b22c7a4f22a69b861064b402});var infowindow = new google.maps.InfoWindow({content: $lae29a7d9b22c7a4f22a69b861064b402});google.maps.event.addListener(m_ae29a7d9b22c7a4f22a69b861064b402, 'click', function() {infowindow.open(map,m_ae29a7d9b22c7a4f22a69b861064b402);});$marker.push(m_ae29a7d9b22c7a4f22a69b861064b402);}});}google.maps.event.addDomListener(window, 'load', initialize);