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(42.7775,-85.1363)};var g_be25906737aeed4dfedfacc4b5dd7436 = new google.maps.Geocoder();g_be25906737aeed4dfedfacc4b5dd7436.geocode( { 'address': "1150 Jordan Lake St, Lake Odessa, MI 48849, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-odessa-MI-union-investment-solutions').style.display = '';map = new google.maps.Map(document.getElementById('lake-odessa-MI-union-investment-solutions'), mapOptions);}document.getElementById('e827f8ab').innerHTML += ' | View Map';var $lbe25906737aeed4dfedfacc4b5dd7436 = '

Union Investment Solutions

Address: 1150 Jordan Lake St, Lake Odessa, MI 48849, USA
Phone: (616) 374-1530
';var m_be25906737aeed4dfedfacc4b5dd7436 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Investment Solutions',});m_be25906737aeed4dfedfacc4b5dd7436['infowindow'] = new google.maps.InfoWindow({content: $lbe25906737aeed4dfedfacc4b5dd7436});var infowindow = new google.maps.InfoWindow({content: $lbe25906737aeed4dfedfacc4b5dd7436});google.maps.event.addListener(m_be25906737aeed4dfedfacc4b5dd7436, 'click', function() {infowindow.open(map,m_be25906737aeed4dfedfacc4b5dd7436);});$marker.push(m_be25906737aeed4dfedfacc4b5dd7436);}});}google.maps.event.addDomListener(window, 'load', initialize);