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.8004,-91.4699)};var g_09c6111c870654fa16f0727e09a36f94 = new google.maps.Geocoder();g_09c6111c870654fa16f0727e09a36f94.geocode( { 'address': "2150 Brackett Ave # 5, Eau Claire, WI 54701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eau-claire-WI-superior-home-mortgage-co').style.display = '';map = new google.maps.Map(document.getElementById('eau-claire-WI-superior-home-mortgage-co'), mapOptions);}document.getElementById('51982a22').innerHTML += ' | View Map';var $l09c6111c870654fa16f0727e09a36f94 = '

Superior Home Mortgage Co

Address: 2150 Brackett Ave # 5, Eau Claire, WI 54701, USA
Phone: (715) 832-3266
';var m_09c6111c870654fa16f0727e09a36f94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Home Mortgage Co',});m_09c6111c870654fa16f0727e09a36f94['infowindow'] = new google.maps.InfoWindow({content: $l09c6111c870654fa16f0727e09a36f94});var infowindow = new google.maps.InfoWindow({content: $l09c6111c870654fa16f0727e09a36f94});google.maps.event.addListener(m_09c6111c870654fa16f0727e09a36f94, 'click', function() {infowindow.open(map,m_09c6111c870654fa16f0727e09a36f94);});$marker.push(m_09c6111c870654fa16f0727e09a36f94);}});}google.maps.event.addDomListener(window, 'load', initialize);