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.2549,-88.4048)};var g_ddc2e63243d56559330af7003b85a13f = new google.maps.Geocoder();g_ddc2e63243d56559330af7003b85a13f.geocode( { 'address': "101 W Edison Ave Suite 202, Appleton, WI 54915, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('appleton-WI-cornerstone-mortgage-group-fox-cities').style.display = '';map = new google.maps.Map(document.getElementById('appleton-WI-cornerstone-mortgage-group-fox-cities'), mapOptions);}document.getElementById('79e95fa1').innerHTML += ' | View Map';var $lddc2e63243d56559330af7003b85a13f = '

Cornerstone Mortgage Group Fox Cities

Address: 101 W Edison Ave Suite 202, Appleton, WI 54915, USA
Phone: (920) 234-8550
';var m_ddc2e63243d56559330af7003b85a13f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Mortgage Group Fox Cities',});m_ddc2e63243d56559330af7003b85a13f['infowindow'] = new google.maps.InfoWindow({content: $lddc2e63243d56559330af7003b85a13f});var infowindow = new google.maps.InfoWindow({content: $lddc2e63243d56559330af7003b85a13f});google.maps.event.addListener(m_ddc2e63243d56559330af7003b85a13f, 'click', function() {infowindow.open(map,m_ddc2e63243d56559330af7003b85a13f);});$marker.push(m_ddc2e63243d56559330af7003b85a13f);}});}google.maps.event.addDomListener(window, 'load', initialize);