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.8659,-95.3782)};var g_087f38381c6033e35832066da79bace9 = new google.maps.Geocoder();g_087f38381c6033e35832066da79bace9.geocode( { 'address': "2308 S Broadway St # 9, Alexandria, MN 56308, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-MN-credit-bureau-of-alexandria').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-MN-credit-bureau-of-alexandria'), mapOptions);}document.getElementById('12b565cf').innerHTML += ' | View Map';var $l087f38381c6033e35832066da79bace9 = '

Credit Bureau of Alexandria

Address: 2308 S Broadway St # 9, Alexandria, MN 56308, USA
Phone: (320) 763-6644
';var m_087f38381c6033e35832066da79bace9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Bureau of Alexandria',});m_087f38381c6033e35832066da79bace9['infowindow'] = new google.maps.InfoWindow({content: $l087f38381c6033e35832066da79bace9});var infowindow = new google.maps.InfoWindow({content: $l087f38381c6033e35832066da79bace9});google.maps.event.addListener(m_087f38381c6033e35832066da79bace9, 'click', function() {infowindow.open(map,m_087f38381c6033e35832066da79bace9);});$marker.push(m_087f38381c6033e35832066da79bace9);}});}google.maps.event.addDomListener(window, 'load', initialize);