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.3168,-94.4538)};var g_fc3c7b532ca7e3581272fdb1367067c5 = new google.maps.Geocoder();g_fc3c7b532ca7e3581272fdb1367067c5.geocode( { 'address': "24 N Front St, New Ulm, MN 56073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-ulm-MN-credit-bureau-of-new-ulm').style.display = '';map = new google.maps.Map(document.getElementById('new-ulm-MN-credit-bureau-of-new-ulm'), mapOptions);}document.getElementById('a014984c').innerHTML += ' | View Map';var $lfc3c7b532ca7e3581272fdb1367067c5 = '

Credit Bureau of New Ulm

Address: 24 N Front St, New Ulm, MN 56073, USA
Phone: (507) 233-7326
';var m_fc3c7b532ca7e3581272fdb1367067c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Bureau of New Ulm',});m_fc3c7b532ca7e3581272fdb1367067c5['infowindow'] = new google.maps.InfoWindow({content: $lfc3c7b532ca7e3581272fdb1367067c5});var infowindow = new google.maps.InfoWindow({content: $lfc3c7b532ca7e3581272fdb1367067c5});google.maps.event.addListener(m_fc3c7b532ca7e3581272fdb1367067c5, 'click', function() {infowindow.open(map,m_fc3c7b532ca7e3581272fdb1367067c5);});$marker.push(m_fc3c7b532ca7e3581272fdb1367067c5);}});}google.maps.event.addDomListener(window, 'load', initialize);