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(43.5939,-83.9158)};var g_33670690edadd7b31f4911eca0438410 = new google.maps.Geocoder();g_33670690edadd7b31f4911eca0438410.geocode( { 'address': "708 S Euclid Ave, Bay City, MI 48706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-city-MI-wilson-w-hall--associates-inc').style.display = '';map = new google.maps.Map(document.getElementById('bay-city-MI-wilson-w-hall--associates-inc'), mapOptions);}document.getElementById('e12ebb01').innerHTML += ' | View Map';var $l33670690edadd7b31f4911eca0438410 = '

Wilson W Hall & Associates Inc

Address: 708 S Euclid Ave, Bay City, MI 48706, USA
Phone: (989) 667-9740
';var m_33670690edadd7b31f4911eca0438410 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wilson W Hall & Associates Inc',});m_33670690edadd7b31f4911eca0438410['infowindow'] = new google.maps.InfoWindow({content: $l33670690edadd7b31f4911eca0438410});var infowindow = new google.maps.InfoWindow({content: $l33670690edadd7b31f4911eca0438410});google.maps.event.addListener(m_33670690edadd7b31f4911eca0438410, 'click', function() {infowindow.open(map,m_33670690edadd7b31f4911eca0438410);});$marker.push(m_33670690edadd7b31f4911eca0438410);}});}google.maps.event.addDomListener(window, 'load', initialize);