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(44.8304,-93.2893)};var g_f2e97d0ce7967d4da366704b14b3922b = new google.maps.Geocoder();g_f2e97d0ce7967d4da366704b14b3922b.geocode( { 'address': "9550 Lyndale Ave S, Bloomington, MN 55420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomington-MN-richfield-bloomington-cu').style.display = '';map = new google.maps.Map(document.getElementById('bloomington-MN-richfield-bloomington-cu'), mapOptions);}document.getElementById('e2e23a52').innerHTML += ' | View Map';var $lf2e97d0ce7967d4da366704b14b3922b = '

Richfield Bloomington Cu

Address: 9550 Lyndale Ave S, Bloomington, MN 55420, USA
Phone: (612) 798-7100
';var m_f2e97d0ce7967d4da366704b14b3922b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Richfield Bloomington Cu',});m_f2e97d0ce7967d4da366704b14b3922b['infowindow'] = new google.maps.InfoWindow({content: $lf2e97d0ce7967d4da366704b14b3922b});var infowindow = new google.maps.InfoWindow({content: $lf2e97d0ce7967d4da366704b14b3922b});google.maps.event.addListener(m_f2e97d0ce7967d4da366704b14b3922b, 'click', function() {infowindow.open(map,m_f2e97d0ce7967d4da366704b14b3922b);});$marker.push(m_f2e97d0ce7967d4da366704b14b3922b);}});}google.maps.event.addDomListener(window, 'load', initialize);