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(42.8381,-90.7244)};var g_3029c67181614a0f48d916a1d91eef50 = new google.maps.Geocoder();g_3029c67181614a0f48d916a1d91eef50.geocode( { 'address': "9185 Old Potosi Rd, Lancaster, WI 53813, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-WI-badgerland-financial').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-WI-badgerland-financial'), mapOptions);}document.getElementById('d2a8775d').innerHTML += ' | View Map';var $l3029c67181614a0f48d916a1d91eef50 = '

Badgerland Financial

Address: 9185 Old Potosi Rd, Lancaster, WI 53813, USA
Phone: (800) 236-2030
';var m_3029c67181614a0f48d916a1d91eef50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Badgerland Financial',});m_3029c67181614a0f48d916a1d91eef50['infowindow'] = new google.maps.InfoWindow({content: $l3029c67181614a0f48d916a1d91eef50});var infowindow = new google.maps.InfoWindow({content: $l3029c67181614a0f48d916a1d91eef50});google.maps.event.addListener(m_3029c67181614a0f48d916a1d91eef50, 'click', function() {infowindow.open(map,m_3029c67181614a0f48d916a1d91eef50);});$marker.push(m_3029c67181614a0f48d916a1d91eef50);}});}google.maps.event.addDomListener(window, 'load', initialize);