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()};var g_160c13b3fdda7adce4c6304002d88ecc = new google.maps.Geocoder();g_160c13b3fdda7adce4c6304002d88ecc.geocode( { 'address': "230 Helmer Rd N, Springfield, MI 49015"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MI-allen-harmon-mason-selinger-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MI-allen-harmon-mason-selinger-insurance-agency'), mapOptions);}document.getElementById('83f289a9').innerHTML += ' | View Map';var $l160c13b3fdda7adce4c6304002d88ecc = '

Allen-Harmon-Mason-Selinger Insurance Agency

Address: 230 Helmer Rd N, Springfield, MI 49015
Phone: (269) 441-5156
';var m_160c13b3fdda7adce4c6304002d88ecc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allen-Harmon-Mason-Selinger Insurance Agency',});m_160c13b3fdda7adce4c6304002d88ecc['infowindow'] = new google.maps.InfoWindow({content: $l160c13b3fdda7adce4c6304002d88ecc});var infowindow = new google.maps.InfoWindow({content: $l160c13b3fdda7adce4c6304002d88ecc});google.maps.event.addListener(m_160c13b3fdda7adce4c6304002d88ecc, 'click', function() {infowindow.open(map,m_160c13b3fdda7adce4c6304002d88ecc);});$marker.push(m_160c13b3fdda7adce4c6304002d88ecc);}});}google.maps.event.addDomListener(window, 'load', initialize);