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(43.9808,-90.5052)};var g_df4d5b72d503c255c4309d4c8522b740 = new google.maps.Geocoder();g_df4d5b72d503c255c4309d4c8522b740.geocode( { 'address': "621 Superior Ave #1, Tomah, WI 54660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tomah-WI-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('tomah-WI-world-finance-corporation'), mapOptions);}document.getElementById('ba12001e').innerHTML += ' | View Map';var $ldf4d5b72d503c255c4309d4c8522b740 = '

World Finance Corporation

Address: 621 Superior Ave #1, Tomah, WI 54660, USA
Phone: (608) 567-2525
';var m_df4d5b72d503c255c4309d4c8522b740 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_df4d5b72d503c255c4309d4c8522b740['infowindow'] = new google.maps.InfoWindow({content: $ldf4d5b72d503c255c4309d4c8522b740});var infowindow = new google.maps.InfoWindow({content: $ldf4d5b72d503c255c4309d4c8522b740});google.maps.event.addListener(m_df4d5b72d503c255c4309d4c8522b740, 'click', function() {infowindow.open(map,m_df4d5b72d503c255c4309d4c8522b740);});$marker.push(m_df4d5b72d503c255c4309d4c8522b740);}});}google.maps.event.addDomListener(window, 'load', initialize);