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.8685,-84.9031)};var g_b5c4df4f16237128934c0b239a2e49b3 = new google.maps.Geocoder();g_b5c4df4f16237128934c0b239a2e49b3.geocode( { 'address': "227 Maple St, Ste B, Portland, MI 48875, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-MI-simon-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('portland-MI-simon-insurance-agency-inc'), mapOptions);}document.getElementById('627d01c3').innerHTML += ' | View Map';var $lb5c4df4f16237128934c0b239a2e49b3 = '

Simon Insurance Agency Inc.

Address: 227 Maple St, Ste B, Portland, MI 48875, USA
Phone: (517) 647-7111
';var m_b5c4df4f16237128934c0b239a2e49b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simon Insurance Agency Inc.',});m_b5c4df4f16237128934c0b239a2e49b3['infowindow'] = new google.maps.InfoWindow({content: $lb5c4df4f16237128934c0b239a2e49b3});var infowindow = new google.maps.InfoWindow({content: $lb5c4df4f16237128934c0b239a2e49b3});google.maps.event.addListener(m_b5c4df4f16237128934c0b239a2e49b3, 'click', function() {infowindow.open(map,m_b5c4df4f16237128934c0b239a2e49b3);});$marker.push(m_b5c4df4f16237128934c0b239a2e49b3);}});}google.maps.event.addDomListener(window, 'load', initialize);