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.9192,-89.6131)};var g_12e454b21f5563bf0c12f6f3848d763f = new google.maps.Geocoder();g_12e454b21f5563bf0c12f6f3848d763f.geocode( { 'address': "928 Grand Ave, Schofield, WI 54476, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schofield-WI-inlanta-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('schofield-WI-inlanta-mortgage-inc'), mapOptions);}document.getElementById('60f78c57').innerHTML += ' | View Map';var $l12e454b21f5563bf0c12f6f3848d763f = '

Inlanta Mortgage Inc.

Address: 928 Grand Ave, Schofield, WI 54476, USA
Phone: (715) 359-1180
';var m_12e454b21f5563bf0c12f6f3848d763f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inlanta Mortgage Inc.',});m_12e454b21f5563bf0c12f6f3848d763f['infowindow'] = new google.maps.InfoWindow({content: $l12e454b21f5563bf0c12f6f3848d763f});var infowindow = new google.maps.InfoWindow({content: $l12e454b21f5563bf0c12f6f3848d763f});google.maps.event.addListener(m_12e454b21f5563bf0c12f6f3848d763f, 'click', function() {infowindow.open(map,m_12e454b21f5563bf0c12f6f3848d763f);});$marker.push(m_12e454b21f5563bf0c12f6f3848d763f);}});}google.maps.event.addDomListener(window, 'load', initialize);