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(45.1733,-93.8615)};var g_21eb663c980f2c08b50773451b16cb42 = new google.maps.Geocoder();g_21eb663c980f2c08b50773451b16cb42.geocode( { 'address': "911 Hwy 55, Buffalo, MN 55313, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-MN-ryan-auto-mall-chevrolet').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-MN-ryan-auto-mall-chevrolet'), mapOptions);}document.getElementById('ee7be95d').innerHTML += ' | View Map';var $l21eb663c980f2c08b50773451b16cb42 = '

Ryan Auto Mall (Chevrolet)

Address: 911 Hwy 55, Buffalo, MN 55313, USA
Phone: (800) 262-7926
';var m_21eb663c980f2c08b50773451b16cb42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ryan Auto Mall (Chevrolet)',});m_21eb663c980f2c08b50773451b16cb42['infowindow'] = new google.maps.InfoWindow({content: $l21eb663c980f2c08b50773451b16cb42});var infowindow = new google.maps.InfoWindow({content: $l21eb663c980f2c08b50773451b16cb42});google.maps.event.addListener(m_21eb663c980f2c08b50773451b16cb42, 'click', function() {infowindow.open(map,m_21eb663c980f2c08b50773451b16cb42);});$marker.push(m_21eb663c980f2c08b50773451b16cb42);}});}google.maps.event.addDomListener(window, 'load', initialize);