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(41.5503,-87.142)};var g_ee7df3630bddb277b22b81743a937040 = new google.maps.Geocoder();g_ee7df3630bddb277b22b81743a937040.geocode( { 'address': "435 West U.S. Highway 6, Valparaiso, IN 46385, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valparaiso-IN-tonies-auto-sales--credit').style.display = '';map = new google.maps.Map(document.getElementById('valparaiso-IN-tonies-auto-sales--credit'), mapOptions);}document.getElementById('3d44e410').innerHTML += ' | View Map';var $lee7df3630bddb277b22b81743a937040 = '

Tonie's Auto Sales & Credit

Address: 435 West U.S. Highway 6, Valparaiso, IN 46385, USA
Phone: (219) 734-6010
';var m_ee7df3630bddb277b22b81743a937040 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tonie's Auto Sales & Credit',});m_ee7df3630bddb277b22b81743a937040['infowindow'] = new google.maps.InfoWindow({content: $lee7df3630bddb277b22b81743a937040});var infowindow = new google.maps.InfoWindow({content: $lee7df3630bddb277b22b81743a937040});google.maps.event.addListener(m_ee7df3630bddb277b22b81743a937040, 'click', function() {infowindow.open(map,m_ee7df3630bddb277b22b81743a937040);});$marker.push(m_ee7df3630bddb277b22b81743a937040);}});}google.maps.event.addDomListener(window, 'load', initialize);