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.9746,-92.3503)};var g_0c2c53e1f9d33713f16353b09a8bfbe6 = new google.maps.Geocoder();g_0c2c53e1f9d33713f16353b09a8bfbe6.geocode( { 'address': "540 Baldwin Plaza Dr, Baldwin, WI 54002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baldwin-WI-agstar-financial-service').style.display = '';map = new google.maps.Map(document.getElementById('baldwin-WI-agstar-financial-service'), mapOptions);}document.getElementById('44050f5f').innerHTML += ' | View Map';var $l0c2c53e1f9d33713f16353b09a8bfbe6 = '

Agstar Financial Service

Address: 540 Baldwin Plaza Dr, Baldwin, WI 54002
Phone: (715) 688-6300
';var m_0c2c53e1f9d33713f16353b09a8bfbe6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Agstar Financial Service',});m_0c2c53e1f9d33713f16353b09a8bfbe6['infowindow'] = new google.maps.InfoWindow({content: $l0c2c53e1f9d33713f16353b09a8bfbe6});var infowindow = new google.maps.InfoWindow({content: $l0c2c53e1f9d33713f16353b09a8bfbe6});google.maps.event.addListener(m_0c2c53e1f9d33713f16353b09a8bfbe6, 'click', function() {infowindow.open(map,m_0c2c53e1f9d33713f16353b09a8bfbe6);});$marker.push(m_0c2c53e1f9d33713f16353b09a8bfbe6);}});}google.maps.event.addDomListener(window, 'load', initialize);