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.6316,-117.089)};var g_dfe712c08095a1ececc6c202c6b4cea3 = new google.maps.Geocoder();g_dfe712c08095a1ececc6c202c6b4cea3.geocode( { 'address': "481 Broadway, Chula Vista, CA 91910, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chula-vista-CA-check-advance').style.display = '';map = new google.maps.Map(document.getElementById('chula-vista-CA-check-advance'), mapOptions);}document.getElementById('ec591b88').innerHTML += ' | View Map';var $ldfe712c08095a1ececc6c202c6b4cea3 = '

Check Advance

Address: 481 Broadway, Chula Vista, CA 91910, USA
Phone: (619) 425-8503
';var m_dfe712c08095a1ececc6c202c6b4cea3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Advance',});m_dfe712c08095a1ececc6c202c6b4cea3['infowindow'] = new google.maps.InfoWindow({content: $ldfe712c08095a1ececc6c202c6b4cea3});var infowindow = new google.maps.InfoWindow({content: $ldfe712c08095a1ececc6c202c6b4cea3});google.maps.event.addListener(m_dfe712c08095a1ececc6c202c6b4cea3, 'click', function() {infowindow.open(map,m_dfe712c08095a1ececc6c202c6b4cea3);});$marker.push(m_dfe712c08095a1ececc6c202c6b4cea3);}});}google.maps.event.addDomListener(window, 'load', initialize);