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.5829,-112.346)};var g_d572563ca57a3f1a3e0778f2f9f37c63 = new google.maps.Geocoder();g_d572563ca57a3f1a3e0778f2f9f37c63.geocode( { 'address': "6780 E Frontage Rd, Prescott Valley, AZ 86314, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prescott-valley-AZ-carsmarts-auto-sales-inc').style.display = '';map = new google.maps.Map(document.getElementById('prescott-valley-AZ-carsmarts-auto-sales-inc'), mapOptions);}document.getElementById('8413612f').innerHTML += ' | View Map';var $ld572563ca57a3f1a3e0778f2f9f37c63 = '

Carsmarts Auto Sales Inc.

Address: 6780 E Frontage Rd, Prescott Valley, AZ 86314, USA
Phone: (866) 743-5756
';var m_d572563ca57a3f1a3e0778f2f9f37c63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carsmarts Auto Sales Inc.',});m_d572563ca57a3f1a3e0778f2f9f37c63['infowindow'] = new google.maps.InfoWindow({content: $ld572563ca57a3f1a3e0778f2f9f37c63});var infowindow = new google.maps.InfoWindow({content: $ld572563ca57a3f1a3e0778f2f9f37c63});google.maps.event.addListener(m_d572563ca57a3f1a3e0778f2f9f37c63, 'click', function() {infowindow.open(map,m_d572563ca57a3f1a3e0778f2f9f37c63);});$marker.push(m_d572563ca57a3f1a3e0778f2f9f37c63);}});}google.maps.event.addDomListener(window, 'load', initialize);