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.0879,-93.3463)};var g_c27ed0b97c529cb908d4dc939d08ea54 = new google.maps.Geocoder();g_c27ed0b97c529cb908d4dc939d08ea54.geocode( { 'address': "7325 Brooklyn Blvd, Brooklyn Center, MN 55443, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brooklyn-center-MN-metro-cars-and-credit').style.display = '';map = new google.maps.Map(document.getElementById('brooklyn-center-MN-metro-cars-and-credit'), mapOptions);}document.getElementById('309c8c3c').innerHTML += ' | View Map';var $lc27ed0b97c529cb908d4dc939d08ea54 = '

Metro Cars and Credit

Address: 7325 Brooklyn Blvd, Brooklyn Center, MN 55443, USA
Phone: (763) 331-7272
';var m_c27ed0b97c529cb908d4dc939d08ea54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metro Cars and Credit',});m_c27ed0b97c529cb908d4dc939d08ea54['infowindow'] = new google.maps.InfoWindow({content: $lc27ed0b97c529cb908d4dc939d08ea54});var infowindow = new google.maps.InfoWindow({content: $lc27ed0b97c529cb908d4dc939d08ea54});google.maps.event.addListener(m_c27ed0b97c529cb908d4dc939d08ea54, 'click', function() {infowindow.open(map,m_c27ed0b97c529cb908d4dc939d08ea54);});$marker.push(m_c27ed0b97c529cb908d4dc939d08ea54);}});}google.maps.event.addDomListener(window, 'load', initialize);