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.9885,-84.1523)};var g_e33a68a7f30a4238fc3bc677aece82ff = new google.maps.Geocoder();g_e33a68a7f30a4238fc3bc677aece82ff.geocode( { 'address': "1509 Corunna Ave # B, Owosso, MI 48867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owosso-MI-realcheck-america-inc').style.display = '';map = new google.maps.Map(document.getElementById('owosso-MI-realcheck-america-inc'), mapOptions);}document.getElementById('d31610a7').innerHTML += ' | View Map';var $le33a68a7f30a4238fc3bc677aece82ff = '

Realcheck America Inc

Address: 1509 Corunna Ave # B, Owosso, MI 48867, USA
Phone: (989) 723-1183
';var m_e33a68a7f30a4238fc3bc677aece82ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Realcheck America Inc',});m_e33a68a7f30a4238fc3bc677aece82ff['infowindow'] = new google.maps.InfoWindow({content: $le33a68a7f30a4238fc3bc677aece82ff});var infowindow = new google.maps.InfoWindow({content: $le33a68a7f30a4238fc3bc677aece82ff});google.maps.event.addListener(m_e33a68a7f30a4238fc3bc677aece82ff, 'click', function() {infowindow.open(map,m_e33a68a7f30a4238fc3bc677aece82ff);});$marker.push(m_e33a68a7f30a4238fc3bc677aece82ff);}});}google.maps.event.addDomListener(window, 'load', initialize);