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.7011,-114.647)};var g_15bc103c20a326afd1c21299dc720d4e = new google.maps.Geocoder();g_15bc103c20a326afd1c21299dc720d4e.geocode( { 'address': "1185 S 4th Ave, STE A, Yuma, AZ 85364"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yuma-AZ-1800cartitle-yuma').style.display = '';map = new google.maps.Map(document.getElementById('yuma-AZ-1800cartitle-yuma'), mapOptions);}document.getElementById('1b6dd094').innerHTML += ' | View Map';var $l15bc103c20a326afd1c21299dc720d4e = '

1800CarTitle Yuma

Address: 1185 S 4th Ave, STE A, Yuma, AZ 85364
Phone: (888) 778-3732
';var m_15bc103c20a326afd1c21299dc720d4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1800CarTitle Yuma',});m_15bc103c20a326afd1c21299dc720d4e['infowindow'] = new google.maps.InfoWindow({content: $l15bc103c20a326afd1c21299dc720d4e});var infowindow = new google.maps.InfoWindow({content: $l15bc103c20a326afd1c21299dc720d4e});google.maps.event.addListener(m_15bc103c20a326afd1c21299dc720d4e, 'click', function() {infowindow.open(map,m_15bc103c20a326afd1c21299dc720d4e);});$marker.push(m_15bc103c20a326afd1c21299dc720d4e);}});}google.maps.event.addDomListener(window, 'load', initialize);