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.9071,-89.6053)};var g_02b37847bda87d90570abc684f5bd343 = new google.maps.Geocoder();g_02b37847bda87d90570abc684f5bd343.geocode( { 'address': "5503 US-51 BUS, Schofield, WI 54476, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schofield-WI-e-z-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('schofield-WI-e-z-auto-credit'), mapOptions);}document.getElementById('3e87f627').innerHTML += ' | View Map';var $l02b37847bda87d90570abc684f5bd343 = '

E-Z Auto Credit

Address: 5503 US-51 BUS, Schofield, WI 54476, USA
Phone: (715) 241-9493
';var m_02b37847bda87d90570abc684f5bd343 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'E-Z Auto Credit',});m_02b37847bda87d90570abc684f5bd343['infowindow'] = new google.maps.InfoWindow({content: $l02b37847bda87d90570abc684f5bd343});var infowindow = new google.maps.InfoWindow({content: $l02b37847bda87d90570abc684f5bd343});google.maps.event.addListener(m_02b37847bda87d90570abc684f5bd343, 'click', function() {infowindow.open(map,m_02b37847bda87d90570abc684f5bd343);});$marker.push(m_02b37847bda87d90570abc684f5bd343);}});}google.maps.event.addDomListener(window, 'load', initialize);