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.4785,-88.0711)};var g_04f82a7b2f5afd90b0e0672f7cbbf2da = new google.maps.Geocoder();g_04f82a7b2f5afd90b0e0672f7cbbf2da.geocode( { 'address': "2621 S Oneida St #102, Green Bay, WI 54304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('green-bay-WI-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('green-bay-WI-world-finance-corporation'), mapOptions);}document.getElementById('a64b1889').innerHTML += ' | View Map';var $l04f82a7b2f5afd90b0e0672f7cbbf2da = '

World Finance Corporation

Address: 2621 S Oneida St #102, Green Bay, WI 54304, USA
Phone: (920) 498-3735
';var m_04f82a7b2f5afd90b0e0672f7cbbf2da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_04f82a7b2f5afd90b0e0672f7cbbf2da['infowindow'] = new google.maps.InfoWindow({content: $l04f82a7b2f5afd90b0e0672f7cbbf2da});var infowindow = new google.maps.InfoWindow({content: $l04f82a7b2f5afd90b0e0672f7cbbf2da});google.maps.event.addListener(m_04f82a7b2f5afd90b0e0672f7cbbf2da, 'click', function() {infowindow.open(map,m_04f82a7b2f5afd90b0e0672f7cbbf2da);});$marker.push(m_04f82a7b2f5afd90b0e0672f7cbbf2da);}});}google.maps.event.addDomListener(window, 'load', initialize);