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.3677,-83.3777)};var g_8f83c477276f6489537c689720a6e2be = new google.maps.Geocoder();g_8f83c477276f6489537c689720a6e2be.geocode( { 'address': "33919 Plymouth Rd, Livonia, MI 48150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('livonia-MI-colonial-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('livonia-MI-colonial-mortgage-corporation'), mapOptions);}document.getElementById('2609b068').innerHTML += ' | View Map';var $l8f83c477276f6489537c689720a6e2be = '

Colonial Mortgage Corporation

Address: 33919 Plymouth Rd, Livonia, MI 48150, USA
Phone: (734) 425-4520
';var m_8f83c477276f6489537c689720a6e2be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colonial Mortgage Corporation',});m_8f83c477276f6489537c689720a6e2be['infowindow'] = new google.maps.InfoWindow({content: $l8f83c477276f6489537c689720a6e2be});var infowindow = new google.maps.InfoWindow({content: $l8f83c477276f6489537c689720a6e2be});google.maps.event.addListener(m_8f83c477276f6489537c689720a6e2be, 'click', function() {infowindow.open(map,m_8f83c477276f6489537c689720a6e2be);});$marker.push(m_8f83c477276f6489537c689720a6e2be);}});}google.maps.event.addDomListener(window, 'load', initialize);