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.6789,-115.504)};var g_cb4617e72d79dab807c9a24304a46ed2 = new google.maps.Geocoder();g_cb4617e72d79dab807c9a24304a46ed2.geocode( { 'address': "400 W Birch St, Calexico, CA 92231, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calexico-CA-u-save-car-sales').style.display = '';map = new google.maps.Map(document.getElementById('calexico-CA-u-save-car-sales'), mapOptions);}document.getElementById('b3f01111').innerHTML += ' | View Map';var $lcb4617e72d79dab807c9a24304a46ed2 = '

U Save Car Sales

Address: 400 W Birch St, Calexico, CA 92231, USA
Phone: (760) 357-8949
';var m_cb4617e72d79dab807c9a24304a46ed2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U Save Car Sales',});m_cb4617e72d79dab807c9a24304a46ed2['infowindow'] = new google.maps.InfoWindow({content: $lcb4617e72d79dab807c9a24304a46ed2});var infowindow = new google.maps.InfoWindow({content: $lcb4617e72d79dab807c9a24304a46ed2});google.maps.event.addListener(m_cb4617e72d79dab807c9a24304a46ed2, 'click', function() {infowindow.open(map,m_cb4617e72d79dab807c9a24304a46ed2);});$marker.push(m_cb4617e72d79dab807c9a24304a46ed2);}});}google.maps.event.addDomListener(window, 'load', initialize);