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.9336,-85.3428)};var g_b904357058667cdb8f60c4073a668e6b = new google.maps.Geocoder();g_b904357058667cdb8f60c4073a668e6b.geocode( { 'address': "423 W Main St, Lowell, MI 49331, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lowell-MI-alliance-financial--insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('lowell-MI-alliance-financial--insurance-agency'), mapOptions);}document.getElementById('4c928b49').innerHTML += ' | View Map';var $lb904357058667cdb8f60c4073a668e6b = '

Alliance Financial & Insurance Agency

Address: 423 W Main St, Lowell, MI 49331, USA
Phone: (616) 897-1515
';var m_b904357058667cdb8f60c4073a668e6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance Financial & Insurance Agency',});m_b904357058667cdb8f60c4073a668e6b['infowindow'] = new google.maps.InfoWindow({content: $lb904357058667cdb8f60c4073a668e6b});var infowindow = new google.maps.InfoWindow({content: $lb904357058667cdb8f60c4073a668e6b});google.maps.event.addListener(m_b904357058667cdb8f60c4073a668e6b, 'click', function() {infowindow.open(map,m_b904357058667cdb8f60c4073a668e6b);});$marker.push(m_b904357058667cdb8f60c4073a668e6b);}});}google.maps.event.addDomListener(window, 'load', initialize);