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.8616)};var g_c119beaf4bae29372608c045f4d3e687 = new google.maps.Geocoder();g_c119beaf4bae29372608c045f4d3e687.geocode( { 'address': "1000 Highway 55 E, Buffalo, MN 55313, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-MN-ryan-auto-mall-chrysler-dodge-jeep-ram').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-MN-ryan-auto-mall-chrysler-dodge-jeep-ram'), mapOptions);}document.getElementById('950beb0c').innerHTML += ' | View Map';var $lc119beaf4bae29372608c045f4d3e687 = '

Ryan Auto Mall (Chrysler Dodge Jeep Ram)

Address: 1000 Highway 55 E, Buffalo, MN 55313, USA
Phone: (763) 682-2424
';var m_c119beaf4bae29372608c045f4d3e687 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ryan Auto Mall (Chrysler Dodge Jeep Ram)',});m_c119beaf4bae29372608c045f4d3e687['infowindow'] = new google.maps.InfoWindow({content: $lc119beaf4bae29372608c045f4d3e687});var infowindow = new google.maps.InfoWindow({content: $lc119beaf4bae29372608c045f4d3e687});google.maps.event.addListener(m_c119beaf4bae29372608c045f4d3e687, 'click', function() {infowindow.open(map,m_c119beaf4bae29372608c045f4d3e687);});$marker.push(m_c119beaf4bae29372608c045f4d3e687);}});}google.maps.event.addDomListener(window, 'load', initialize);